#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 VirtualFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R 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); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Func`1 struct Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_tEE0B8A4A8105D5AA3534F2D0C4B428045CA296F1; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t7623436E35035C6EE69371DD393976F867BA3ABF; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t5CDEF3A960D867DBD981FA1058451953569CD10F; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tDCDF51EBB03B2A126B495E31C37EE500F05ACE24; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t07F15841EBE4D788F4590EA524E36FE2C7644D9E; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t5B48DE99AB8C49AC7C471DDB83E5497B8495B7B2; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t4C637A7731966BC90A187F079F9E026B019BBA33; // System.Collections.Generic.List`1 struct List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskCompletionSource`1> struct TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5; // System.Threading.Tasks.TaskCompletionSource`1 struct TaskCompletionSource_1_tA588E53E06778CC5F619F80119BBF9704F1A73D1; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_t24824C666A75E5C8BF1E87AABAE1801F04F084A2; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t371B198695EA725C7403DA0852C7CFFEDDD89920; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t58576B1B893FFEB587B11A61C6D61F91571DF5EE; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t013331FD79369EBE4F211D12E48EE81880B105E0; // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581; // System.Threading.Tasks.Task`1> struct Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13; // System.Threading.Tasks.Task`1> struct Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF; // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2; // System.Threading.Tasks.Task`1 struct Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0; // System.Threading.Tasks.Task`1 struct Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Threading.Tasks.Task`1 struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // System.Threading.Tasks.Task`1 struct Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C; // System.Threading.Tasks.Task`1 struct Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t755C9BA66F846EE0DB7736CD68B069E5825A1554; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tC47D5F223C4C07C7B734B8B3DBC1AF5055A6AF02; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // Mono.Net.CFProxy[] struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.ComponentModel.EventDescriptor[] struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; // System.Net.HeaderVariantInfo[] struct HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // System.ComponentModel.ISite[] struct ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; // 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.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.Security.Cryptography.X509Certificates.X509CertificateImpl[] struct X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Net.WebHeaderCollection/RfcChar[] struct RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // Mono.Net.Security.AsyncHandshakeRequest struct AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947; // Mono.Net.Security.AsyncProtocolResult struct AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF; // Mono.Math.BigInteger struct BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638; // Mono.Net.CFArray struct CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C; // Mono.Net.CFDictionary struct CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D; // Mono.Net.CFObject struct CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB; // Mono.Net.CFProxy struct CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D; // Mono.Net.CFProxySettings struct CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB; // Mono.Net.CFRunLoop struct CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910; // System.Runtime.InteropServices.COMException struct COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Net.Comparer struct Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F; // System.ComponentModel.ComponentCollection struct ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098; // System.ComponentModel.Container struct Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214; // System.ComponentModel.ContainerFilterService struct ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Net.Cookie struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677; // System.Net.CookieCollection struct CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.ComponentModel.DefaultEventAttribute struct DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A; // System.ComponentModel.DefaultPropertyAttribute struct DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.ComponentModel.Design.DesigntimeLicenseContext struct DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A; // System.ComponentModel.EditorAttribute struct EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // System.ComponentModel.EventDescriptor struct EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4; // System.ComponentModel.EventDescriptorCollection struct EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // 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.Collections.Specialized.HybridDictionary struct HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Net.ICertificatePolicy struct ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628; // Mono.Security.Interface.ICertificateValidator2 struct ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.ComponentModel.IComponent struct IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408; // System.ComponentModel.IContainer struct IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E; // System.Security.Cryptography.X509Certificates.INativeCertificateHelper struct INativeCertificateHelper_t27615972FF6966A1D9F701CDFC8BF1C7BA620533; // System.IOAsyncCallback struct IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A; // System.ComponentModel.LicFileLicenseProvider struct LicFileLicenseProvider_t0C159066151EF942824ECDC68036A1F5BBA2E5DF; // System.ComponentModel.License struct License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832; // System.ComponentModel.LicenseContext struct LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // Mono.Security.Protocol.Ntlm.MessageBase struct MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF; // System.Net.MonoChunkStream struct MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D; // System.ComponentModel.NestedContainer struct NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // Mono.Http.NtlmSession struct NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16; // Mono.Security.X509.PKCS12 struct PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299; // System.Security.Cryptography.X509Certificates.PublicKey struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // System.Security.Cryptography.SHA1 struct SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E; // 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.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // System.Globalization.SortVersion struct SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA; // System.Net.Security.SslStream struct SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebConnection struct WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88; // System.Net.WebConnectionStream struct WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925; // 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.Net.WebResponseStream struct WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F; // System.Net.NetworkInformation.Win32IPGlobalProperties struct Win32IPGlobalProperties_t44A5F09048FBAA07204FDF98BE8588D70CCBF9F5; // System.Net.NetworkInformation.Win32_IP_ADDR_STRING struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903; // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654; // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension struct X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF; // Mono.Security.X509.X509Certificate struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20; // System.Security.Cryptography.X509Certificates.X509Certificate2Impl struct X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B; // System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono struct X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219; // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection struct X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37; // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1; // System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator struct X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE; // System.Security.Cryptography.X509Certificates.X509ChainImplMono struct X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174; // Mono.Unity.X509ChainImplUnityTls struct X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F; // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B; // System.Security.Cryptography.X509Certificates.X509Extension struct X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0; // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227; // Mono.Security.X509.X509Store struct X509Store_t9E8C718CDF565BF8C8547407070D69F07D051E06; // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358; // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension struct X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567; // System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor struct ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate struct WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5; // Mono.Net.CFNetwork/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675; // Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback struct CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3; // Mono.Net.CFNetwork/CFWebProxy struct CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1; // Mono.Net.CFNetwork/GetProxyData struct GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1; // System.ComponentModel.Container/Site struct Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859; // System.Net.CookieCollection/CookieCollectionEnumerator struct CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014; // 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.ComponentModel.LicFileLicenseProvider/LicFileLicense struct LicFileLicense_t48E8BE071EB96D1E15F23A7D51B387776EE73128; // System.ComponentModel.LicenseManager/LicenseInteropHelper struct LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89; // System.Collections.Specialized.ListDictionary/NodeEnumerator struct NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C; // System.Collections.Specialized.ListDictionary/NodeKeyValueCollection struct NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696; // System.ComponentModel.MaskedTextProvider/CharDescriptor struct CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E; // Mono.Net.Security.MobileAuthenticatedStream/<>c__DisplayClass66_0 struct U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124; // System.Net.MonoChunkStream/Chunk struct Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator struct NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71; // System.ComponentModel.NestedContainer/Site struct Site_tA3480C1C11DD11563EF48290D6F40D88855DE964; // Mono.Http.NtlmClient/<>c struct U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection struct OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E; // System.Net.PathList/PathListComparer struct PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358; // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator struct PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA; // System.ComponentModel.ReferenceConverter/ReferenceComparer struct ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4; // System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData struct ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB; // System.ComponentModel.TypeConverter/SimplePropertyDescriptor struct SimplePropertyDescriptor_t8B1921BB59D3F66C93ADDE5BBFE806A29BA1DA1B; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1; // System.ComponentModel.TypeDescriptionProvider/EmptyCustomTypeDescriptor struct EmptyCustomTypeDescriptor_t685EFA12E535D8266F3F878EB5FA7B02BD2630A4; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2; // System.Security.Cryptography.X509Certificates.X509Helper2/MyNativeHelper struct MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D; // System.ComponentModel.LicenseManager/LicenseInteropHelper/CLRLicenseContext struct CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500; // System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator struct NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t struct unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t struct unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t struct unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t struct unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t struct unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t struct unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t struct unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t struct unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t struct unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t struct unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t struct unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t struct unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t struct unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t struct unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t struct unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t struct unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t struct unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t struct unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t struct unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t struct unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t struct unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t struct unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t struct unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t struct unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t struct unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t struct unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t struct unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t struct unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t struct unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t struct unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316; IL2CPP_EXTERN_C RuntimeClass* ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970_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* AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseConversion_t3B7AE0AFF1A528041D5FA9E17F522187A5F6E3C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharType_t6AFEBDC7A6187E3921A5A0CB9BE2E9AA28AE09F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_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* DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_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* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_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* IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_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* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4C637A7731966BC90A187F079F9E026B019BBA33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6_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* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_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* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_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* U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X501_tC5BF0577E3B917A3909F58C4B328FCDFCC234904_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A84029C80CB5518379F199F53FF08A7B764F8FD_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____6D49C9D487D7AD3491ECE08732D68A593CC2038D_8_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral001611EA36FEB747E4C160A3E7A402813B416AF1; IL2CPP_EXTERN_C String_t* _stringLiteral00C6F1B55511A9A338389FF22A57D640568CACC3; IL2CPP_EXTERN_C String_t* _stringLiteral011CA47334C4E5EA5F5B38FD3ED90819E1247824; IL2CPP_EXTERN_C String_t* _stringLiteral01EED870A12DAE42A249C1AC4943F70ED2FB711D; IL2CPP_EXTERN_C String_t* _stringLiteral022BF57DF4D0AFCBAF0602FBCD67C4266BA2D2CB; IL2CPP_EXTERN_C String_t* _stringLiteral0488886562AD8425988DDF1C13622E79D55CB28C; IL2CPP_EXTERN_C String_t* _stringLiteral04D075D0C7A0679E1C9497A8D89D212776BD107A; IL2CPP_EXTERN_C String_t* _stringLiteral05507E8F5A859CF7EA92B42F464DFBB3BA78722A; IL2CPP_EXTERN_C String_t* _stringLiteral05B7AB3E30BCB8EF52C051785A169CFDD2543A02; IL2CPP_EXTERN_C String_t* _stringLiteral06D6A06713CB85E830E4059C79FBF5A1346B0F4D; IL2CPP_EXTERN_C String_t* _stringLiteral071214783494311744C11F13208084CDCB478A49; IL2CPP_EXTERN_C String_t* _stringLiteral075D77AFFD3246AF47CFB45BCB913B2C7230865C; IL2CPP_EXTERN_C String_t* _stringLiteral07F16131F9636D0BF4AABDD601E6A3C3045B7ADC; IL2CPP_EXTERN_C String_t* _stringLiteral09825DB5ECDC49C88709E92B854BF3CC5EB6CA22; IL2CPP_EXTERN_C String_t* _stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16; IL2CPP_EXTERN_C String_t* _stringLiteral0A2E649A658BE274AC581F6657A7A72888AB33AC; IL2CPP_EXTERN_C String_t* _stringLiteral0A3A75556124F593082AC2A3D951B3739E234221; IL2CPP_EXTERN_C String_t* _stringLiteral0B85D604B5CD78CCF01CDA620C0DEF5DCC5C1FD7; IL2CPP_EXTERN_C String_t* _stringLiteral0B87E468668B6160D9BD3F1A696B652A1D1A86AD; IL2CPP_EXTERN_C String_t* _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309; IL2CPP_EXTERN_C String_t* _stringLiteral0CC3EE569CF3D9A83A265AECAF7B83BA60309E20; IL2CPP_EXTERN_C String_t* _stringLiteral0CD43B206DD827306997AAE32530E5B342A98CDD; IL2CPP_EXTERN_C String_t* _stringLiteral0D393D4258038290EA82778FA1C84B712321C953; IL2CPP_EXTERN_C String_t* _stringLiteral0DBA36F38C7E6362803E7B2908E2D02EB7677097; IL2CPP_EXTERN_C String_t* _stringLiteral0DF52374CCE8AA942D55172FF34E782E0277521F; IL2CPP_EXTERN_C String_t* _stringLiteral0DFF292E20A24D880E7AD23C0246F1B2DA7F9159; IL2CPP_EXTERN_C String_t* _stringLiteral0FC1C916C0086E8D8CD96C24363DF543CB9F46B5; IL2CPP_EXTERN_C String_t* _stringLiteral101A7954A9AC3FB9F8B051BCDA2F6DE45FCD9344; IL2CPP_EXTERN_C String_t* _stringLiteral102AFBF07884ED746F10B805235E4D8D8F361DF3; IL2CPP_EXTERN_C String_t* _stringLiteral10E88D340E477ADF254E0143091B9F05949045EA; IL2CPP_EXTERN_C String_t* _stringLiteral10F2E7A1019FD6CA13579072B853A171D56A0E1E; IL2CPP_EXTERN_C String_t* _stringLiteral11B9FCE077AC90A54EA76A75593EB2272AC4E0AA; IL2CPP_EXTERN_C String_t* _stringLiteral1222CBA0F3916772E4DE301BF2A0AE0FA1E5CDAE; IL2CPP_EXTERN_C String_t* _stringLiteral12612495A11666F6B1DF719AE9865A91642F99BA; IL2CPP_EXTERN_C String_t* _stringLiteral127296EDE81B2255CCD07E0003014F1A2B4964FF; IL2CPP_EXTERN_C String_t* _stringLiteral12760CEDAA1EF140156BA96030FBCE98D237BAC7; IL2CPP_EXTERN_C String_t* _stringLiteral1347CC758DD03B7B2BC93F84F3DF40D914A5A74C; IL2CPP_EXTERN_C String_t* _stringLiteral143BD2A0ACE85FFE00B531AD18C4AB6CD2CB6DCC; IL2CPP_EXTERN_C String_t* _stringLiteral14C810724E491E1B357D511BF6A90372FC671A9D; IL2CPP_EXTERN_C String_t* _stringLiteral14E12C93FEC6B1C5C83995F182FE26328BED84BF; IL2CPP_EXTERN_C String_t* _stringLiteral14ED34B033624F115AA75357DA04F496E3CE31AE; IL2CPP_EXTERN_C String_t* _stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539; IL2CPP_EXTERN_C String_t* _stringLiteral157B3466FD1F73B3486CE5E071D1B3FFEAE8636E; IL2CPP_EXTERN_C String_t* _stringLiteral16024330A044BEB6BD60DA0D270878CD31B28C70; IL2CPP_EXTERN_C String_t* _stringLiteral1700148033FC8D85943DDEBDA6992D3AEB612403; IL2CPP_EXTERN_C String_t* _stringLiteral17A0B4BA751F074CE8241ED895C0F1A9137AEDBC; IL2CPP_EXTERN_C String_t* _stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9; IL2CPP_EXTERN_C String_t* _stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D; IL2CPP_EXTERN_C String_t* _stringLiteral185A7479EE7271FD8470CA3071E4DD25D1D18787; IL2CPP_EXTERN_C String_t* _stringLiteral19534F0F3A332AF4B330D3A21F33BBBE01F73B78; IL2CPP_EXTERN_C String_t* _stringLiteral1954157DCC1F195909E0A8DE4A595447F82E283B; IL2CPP_EXTERN_C String_t* _stringLiteral1AFAF36D3B2FA7A360E517608431C7ED5B9E50D8; IL2CPP_EXTERN_C String_t* _stringLiteral1B1A47B52D6822514A71B356586A96A6435D8700; IL2CPP_EXTERN_C String_t* _stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B; IL2CPP_EXTERN_C String_t* _stringLiteral1BBE73EAA86910ED71AD8C03B3E17A79F45E2357; IL2CPP_EXTERN_C String_t* _stringLiteral1DA5DC913479A82358277CA2F04038DB86AB5228; IL2CPP_EXTERN_C String_t* _stringLiteral1E0F0D86F951CC4FB5B3CF344C63C714D7CB3875; IL2CPP_EXTERN_C String_t* _stringLiteral1E37B1B3BD5AF4B2C6E383878F32CA4F2E3E2FD9; IL2CPP_EXTERN_C String_t* _stringLiteral1E61977B2186CBFC8186F7C220214A31D99690A9; IL2CPP_EXTERN_C String_t* _stringLiteral1E6E0886F42B82E76D138FA93C3AD4C1204F93BC; IL2CPP_EXTERN_C String_t* _stringLiteral1E845D250DA306BE2DC7FE9FB5942BE100763987; IL2CPP_EXTERN_C String_t* _stringLiteral1ED475215C1D73644F49BE82585D0F808B9851A7; IL2CPP_EXTERN_C String_t* _stringLiteral1EF9E33E97E3023577871E2EA773996440F2F5F9; IL2CPP_EXTERN_C String_t* _stringLiteral1F773173D585944BD3ED61B9B81A499B00ED201F; IL2CPP_EXTERN_C String_t* _stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85; IL2CPP_EXTERN_C String_t* _stringLiteral208F258766D171FF6F52DB0FDDCE4B0E206AE087; IL2CPP_EXTERN_C String_t* _stringLiteral209FA114201139F57098F86E854139E06EE907C4; IL2CPP_EXTERN_C String_t* _stringLiteral20BADDD93DC557EFE1521E35F9AA46A066D49907; IL2CPP_EXTERN_C String_t* _stringLiteral20DB97C8310A4D50C91E8880925919A725B6C008; IL2CPP_EXTERN_C String_t* _stringLiteral20DE804B42F6DEDD5DC9ED7A7911A93CAE3C761A; IL2CPP_EXTERN_C String_t* _stringLiteral212797907CC7AD095EFEBD10D643DF1F9608C8C1; IL2CPP_EXTERN_C String_t* _stringLiteral21891196D88CE7D8C3F4D9C3881AE2F583EF6FCD; IL2CPP_EXTERN_C String_t* _stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3; IL2CPP_EXTERN_C String_t* _stringLiteral21E291839B15EA4ACBEF12D312DA68C731CB21A3; IL2CPP_EXTERN_C String_t* _stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral23D006BE7B6E494664A9B069101AAC4B011DB3A5; IL2CPP_EXTERN_C String_t* _stringLiteral241A49A22744674B6DDDCC3E11891ED23D638EEF; IL2CPP_EXTERN_C String_t* _stringLiteral244BA6FE8878C6A66F7648332C07125DF3AFBC4B; IL2CPP_EXTERN_C String_t* _stringLiteral24ACF1BBF43F3850CE89C1C771661404CBDF11B7; IL2CPP_EXTERN_C String_t* _stringLiteral25319E679F3AD870B99541E0EA77D9DF0A86AE61; IL2CPP_EXTERN_C String_t* _stringLiteral258CE2C20F878E1F3C5469B7F750A3CDBDD4957E; IL2CPP_EXTERN_C String_t* _stringLiteral2591915F0ABF4E6B011ED11410DCABAE9FF6B705; IL2CPP_EXTERN_C String_t* _stringLiteral25BA86D351FA0013EE595518C4713ECE93CB1E7F; IL2CPP_EXTERN_C String_t* _stringLiteral26F38753598E196FAE5E238604E373B0341E0E22; IL2CPP_EXTERN_C String_t* _stringLiteral27920DC2FB8DE37077F47844994EF5199A0FCAB3; IL2CPP_EXTERN_C String_t* _stringLiteral27F9FAA26FEAB6F9BB290B7B958DB525D1A8B9E6; IL2CPP_EXTERN_C String_t* _stringLiteral284AFBABE08A1A2C2B704A1FD6F372BE26B7DC59; IL2CPP_EXTERN_C String_t* _stringLiteral299DAA97CA11E49DB3FD4CD342DF8C939BD86DAB; IL2CPP_EXTERN_C String_t* _stringLiteral2A52A294C647BBD447CCE7EDC629A76F7C3E2E91; IL2CPP_EXTERN_C String_t* _stringLiteral2A644EC71C13B7D9C1BC17C1585F30B8B0935DD1; IL2CPP_EXTERN_C String_t* _stringLiteral2ABF48C27B12B34F5242ED2F675EFEA46C41888B; IL2CPP_EXTERN_C String_t* _stringLiteral2ADB6FD3FA0CA506B12F073856855240D7723F6C; IL2CPP_EXTERN_C String_t* _stringLiteral2AE01542EB00AA9B7CC36264B25327017F38E041; IL2CPP_EXTERN_C String_t* _stringLiteral2B4B3585B88A691893C1AE322E53EF38B454AB6D; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A; IL2CPP_EXTERN_C String_t* _stringLiteral2C0CD9F5C8852A7C22689CB7B123E745F64175CE; IL2CPP_EXTERN_C String_t* _stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7; IL2CPP_EXTERN_C String_t* _stringLiteral2CE1289231D1E7F9320F920C8796563B73827DC3; IL2CPP_EXTERN_C String_t* _stringLiteral2DA533FDC05C13330E98526FB55774E5FF01288D; IL2CPP_EXTERN_C String_t* _stringLiteral2DCA43C11B4C5FBDF1E3C884907C589EE4FC656F; IL2CPP_EXTERN_C String_t* _stringLiteral2DF4708C1CBFCA217D7D0BE224E4E2C88432DFE6; IL2CPP_EXTERN_C String_t* _stringLiteral2F3DB030C8BDF0926D14123D900497AE12BB3AD1; IL2CPP_EXTERN_C String_t* _stringLiteral2F455B860C4CC566561274CD753C53E3B52EF37D; IL2CPP_EXTERN_C String_t* _stringLiteral2F59628CFCF68C1C363F48F1FB91CF30C77F0D31; IL2CPP_EXTERN_C String_t* _stringLiteral2F874A32C0360779E461A5ED6063EF8E6729A514; IL2CPP_EXTERN_C String_t* _stringLiteral2FCCB927116B797558C9D1B29A052EEBB10D47E7; IL2CPP_EXTERN_C String_t* _stringLiteral2FDCE7F577695853459152469012B0121731CD52; IL2CPP_EXTERN_C String_t* _stringLiteral3032791810C3C28A8817104A5F4621172856E8C9; IL2CPP_EXTERN_C String_t* _stringLiteral311E47896EB09D0C93148A3A7DD194B85327AC1B; IL2CPP_EXTERN_C String_t* _stringLiteral312E9ECA9A923A11435701EBFFA6548A0CA34B9B; IL2CPP_EXTERN_C String_t* _stringLiteral313F9FEF4DBF9EE7D8894B21913C6FE0865588B5; IL2CPP_EXTERN_C String_t* _stringLiteral315E5D2D2D07B33F565952A5C0509A988785ABF6; IL2CPP_EXTERN_C String_t* _stringLiteral3199E2C2B4EBA635319520A427C4B8D19946D597; IL2CPP_EXTERN_C String_t* _stringLiteral31FA596F0CB831B1917230C3D7C170B60B5F0398; IL2CPP_EXTERN_C String_t* _stringLiteral324A15BBCCD67A1997F37BF20414A7EB61126AB5; IL2CPP_EXTERN_C String_t* _stringLiteral332D44BE3C2BFDD83BCB8ED0196C3F53A1FF8BFB; IL2CPP_EXTERN_C String_t* _stringLiteral33628DD0604F1FE1A5D01122F701F38F294AA214; IL2CPP_EXTERN_C String_t* _stringLiteral34043BE541981DB6A732B542E0ACD475D1B975CF; IL2CPP_EXTERN_C String_t* _stringLiteral348F795562B7A6A4F83B595BAB7BE08343DF784A; IL2CPP_EXTERN_C String_t* _stringLiteral353E581695898DC28CAF38345F8165FF705286F6; IL2CPP_EXTERN_C String_t* _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral35CC4A7520F04909606E5DBC71D4C07155993005; IL2CPP_EXTERN_C String_t* _stringLiteral365C2C47B00BB9CCEE149C6674403770198BA70F; IL2CPP_EXTERN_C String_t* _stringLiteral3685EBB61E1AF531C1AFC10462078256499D352C; IL2CPP_EXTERN_C String_t* _stringLiteral36F854F98B00FF8A1ED1B04D3AEFEF2C880A4770; IL2CPP_EXTERN_C String_t* _stringLiteral374F214492362E1F2DB673A2F3ED72E45BA97B81; IL2CPP_EXTERN_C String_t* _stringLiteral375ED8BBE05A9343F552D3F8863536344C38BCA2; IL2CPP_EXTERN_C String_t* _stringLiteral37632A05AA57D1A015588FEE82A3FA0D91E5A75A; IL2CPP_EXTERN_C String_t* _stringLiteral376CA77BE87EBF24FE3233A567285926D6704A8E; IL2CPP_EXTERN_C String_t* _stringLiteral37D9355596FAD156827AFAD9F84C1DC1084F86C9; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral38F6D66E41DCDEB057EB8E39140C34252368CAE0; IL2CPP_EXTERN_C String_t* _stringLiteral3966839FEA4CCE51FE9C2295DFC90B15728FAF33; IL2CPP_EXTERN_C String_t* _stringLiteral399C1559C8807F223691056D6B401711AD1E9CFD; IL2CPP_EXTERN_C String_t* _stringLiteral39AE202157A916F93F271FD9CB16E7388B0666BC; IL2CPP_EXTERN_C String_t* _stringLiteral3A06659E0ACAD9DD31AEFE38E2B3B8D0101EEA6E; IL2CPP_EXTERN_C String_t* _stringLiteral3A50E886F50E292CF8471ADF9B446694CBE92C2E; IL2CPP_EXTERN_C String_t* _stringLiteral3A971881AF6B7B211E34707E857DEC5F36487877; IL2CPP_EXTERN_C String_t* _stringLiteral3AE148F4539A6130C80EF45C5441F068ADBF8C8C; IL2CPP_EXTERN_C String_t* _stringLiteral3B0BEA6A582AD284DF123696C88128AD578A3354; IL2CPP_EXTERN_C String_t* _stringLiteral3B164D64371A8772DDDB39880ECB5CAD5E06D95D; IL2CPP_EXTERN_C String_t* _stringLiteral3BCF8F37AD5C3595DDDDB56DD5AC60E7B763E39A; IL2CPP_EXTERN_C String_t* _stringLiteral3C77EE02D0B62256DB746EEC2F12CB9BC801126A; IL2CPP_EXTERN_C String_t* _stringLiteral3CB14926506D11E623C2758F055A9A0A04735988; IL2CPP_EXTERN_C String_t* _stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2; IL2CPP_EXTERN_C String_t* _stringLiteral3CCAE48802A2B91D91564D685BC9A13CB4B2E1D5; IL2CPP_EXTERN_C String_t* _stringLiteral3CF9D89187468E41A71363A823462A2C0AFFEE3B; IL2CPP_EXTERN_C String_t* _stringLiteral3D2737372EFFA3B130DEF547A47746A1D1930E9F; IL2CPP_EXTERN_C String_t* _stringLiteral3D55FB6D3D93608D57BD7AF02FC9550B305934B1; IL2CPP_EXTERN_C String_t* _stringLiteral3D6D734DEBBED876ACCE345C9610724AC3059AE3; IL2CPP_EXTERN_C String_t* _stringLiteral3D765263C7BA10FD2DC922D038B27D0FCBC8D3D8; IL2CPP_EXTERN_C String_t* _stringLiteral3D7778B659B3EBE73D75D97F51A73A4C3E7B7DEB; IL2CPP_EXTERN_C String_t* _stringLiteral3D925625F71BBDB73A0D342806C20383C9BA9CD5; IL2CPP_EXTERN_C String_t* _stringLiteral3ECCF64C0782442EC426220868830513FD924C3C; IL2CPP_EXTERN_C String_t* _stringLiteral3EF7E97E647F9A0B5DBB33D451D80A9CED37C654; IL2CPP_EXTERN_C String_t* _stringLiteral40106B9B3A2D388E9A186248A5B5B2443E2FFDA8; IL2CPP_EXTERN_C String_t* _stringLiteral4031FB2EA4AE1E5AE87F24223CFF33E3A4C45784; IL2CPP_EXTERN_C String_t* _stringLiteral405E2BF35FC2008AE31C02BAED229F0ADE7E993F; IL2CPP_EXTERN_C String_t* _stringLiteral409676BCEAA2BBAA8CF4A4F2D86091684098CB32; IL2CPP_EXTERN_C String_t* _stringLiteral40B3600D2F972A7A4CF221B44F2B517EBAD10290; IL2CPP_EXTERN_C String_t* _stringLiteral40EB80C63444AB5F19613C7C4DB7B2C5194F02FB; IL2CPP_EXTERN_C String_t* _stringLiteral40FFBC466C5A3C4D3C97548F8ABE3B4807735FAE; IL2CPP_EXTERN_C String_t* _stringLiteral411328624A6DC410237150D351A2A7810F3742AB; IL2CPP_EXTERN_C String_t* _stringLiteral4125CC5D7E34238A72CA6F51FD549E61598BC6AA; IL2CPP_EXTERN_C String_t* _stringLiteral41832A0540939B1AF32468A96B9720EC4FEC1F8F; IL2CPP_EXTERN_C String_t* _stringLiteral4399C6958675BE62D526A24CC188CD5283A40B0D; IL2CPP_EXTERN_C String_t* _stringLiteral44140BBF3AC169476490CE118964287E8C3812BC; IL2CPP_EXTERN_C String_t* _stringLiteral4416EEADFDC9F107B2FC5A8EECE0839922C6BFD5; IL2CPP_EXTERN_C String_t* _stringLiteral442D1BE81DAC116BECC64F549C372FD66AABB8EB; IL2CPP_EXTERN_C String_t* _stringLiteral4481D0B5E032F67AC548EA7671D3A6F3431D6487; IL2CPP_EXTERN_C String_t* _stringLiteral44907CA01974BDBC34FFE11D4A64F9B183479481; IL2CPP_EXTERN_C String_t* _stringLiteral458900444DB365FBD175899DC977E9452076EB8E; IL2CPP_EXTERN_C String_t* _stringLiteral45C8D7AF1DDCD4A694A5D264B7A32E9B91C48A47; IL2CPP_EXTERN_C String_t* _stringLiteral45CC98220E225BA0846A8653570358F063BBEA4D; IL2CPP_EXTERN_C String_t* _stringLiteral45CD5D171FB77350DC87D12C7F265816529F6C9F; IL2CPP_EXTERN_C String_t* _stringLiteral45E8B4F72964EBCE6D31856F5523066F51BB9ABE; IL2CPP_EXTERN_C String_t* _stringLiteral4658E23C00EC1F3203E84B4A03550528637AB362; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47D5927C1E2A4178F571EA53EDCF00E779E21CAD; IL2CPP_EXTERN_C String_t* _stringLiteral47FE89550E051B8BB43B3E89E9B19ECE01F3EF3B; IL2CPP_EXTERN_C String_t* _stringLiteral48BBE062A58724E48F07C136555300D9DDBA483E; IL2CPP_EXTERN_C String_t* _stringLiteral48EB792442DEF8C82B0D4F1A3BDDADA9BA3A50D2; IL2CPP_EXTERN_C String_t* _stringLiteral4972A8E2D288E83DEF7E88A72651D94CEFC19BC6; IL2CPP_EXTERN_C String_t* _stringLiteral499A3BD80FEB9D42D35992E87581DBBE25FAFB2D; IL2CPP_EXTERN_C String_t* _stringLiteral4A4D17DD531781ED69AFC2ED5B9837E1D3918F7D; IL2CPP_EXTERN_C String_t* _stringLiteral4A86F1C4929F883CEA301B930C2B847420242099; IL2CPP_EXTERN_C String_t* _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4; IL2CPP_EXTERN_C String_t* _stringLiteral4B793DFDC901B8148482161BA7DA76CAE1DD3E7A; IL2CPP_EXTERN_C String_t* _stringLiteral4B896CA0A2BC44D9A8CED783CEFABA7570F20DBD; IL2CPP_EXTERN_C String_t* _stringLiteral4C1B65C594A71D2CC73F19BFAC8832100C5F1E32; IL2CPP_EXTERN_C String_t* _stringLiteral4C368A630780392C988B8F5DBAEAEA493CBB70A9; IL2CPP_EXTERN_C String_t* _stringLiteral4C39A8FDE3FB960AC4EC496F3CEC666719740283; IL2CPP_EXTERN_C String_t* _stringLiteral4C83C5E44341CC3FEBDDF262F54B339B85937579; IL2CPP_EXTERN_C String_t* _stringLiteral4CBF7BCD7E91F35AFEA889B37FAAA24D56F513D2; IL2CPP_EXTERN_C String_t* _stringLiteral4EED409135BF7F9C98C779D829F2E99407E1024C; IL2CPP_EXTERN_C String_t* _stringLiteral4F47597A07ED8A193B04A481F84B004D52B18F99; IL2CPP_EXTERN_C String_t* _stringLiteral4F99A60B890B4A5CB45FF2BBF74489417995E76D; IL2CPP_EXTERN_C String_t* _stringLiteral50BFF489303364E4236225FDF9AF534E8531FD8D; IL2CPP_EXTERN_C String_t* _stringLiteral5139E029316FC42BB637B14F722A17D6F7226870; IL2CPP_EXTERN_C String_t* _stringLiteral5187E4955862A293E7C3DFA51B51BE6B1BC006D0; IL2CPP_EXTERN_C String_t* _stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8; IL2CPP_EXTERN_C String_t* _stringLiteral529529DE3F79903FE5990627512F95BF52AD7BA5; IL2CPP_EXTERN_C String_t* _stringLiteral53079840E0FD41740E809849B6B41E73B7903547; IL2CPP_EXTERN_C String_t* _stringLiteral53EF9C6CC0505C233924EAAE6E39D3B66F48A9A1; IL2CPP_EXTERN_C String_t* _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025; IL2CPP_EXTERN_C String_t* _stringLiteral542DA81119F7A77E88E01441B45AD46258271DC7; IL2CPP_EXTERN_C String_t* _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318; IL2CPP_EXTERN_C String_t* _stringLiteral552ACC9B537B9D8F21FB8959A8163F4ACCD36027; IL2CPP_EXTERN_C String_t* _stringLiteral55772EA44D07798D30C9C7B67BFF6C877687F16E; IL2CPP_EXTERN_C String_t* _stringLiteral557DFA5DA99BB11B67A0829DFCE8F1881DCC7B7B; IL2CPP_EXTERN_C String_t* _stringLiteral55DE2F61C20C442B6850E61C30F11AAD12870584; IL2CPP_EXTERN_C String_t* _stringLiteral55E16D2AD86FE46BFF30519C4F338AF771F34EC1; IL2CPP_EXTERN_C String_t* _stringLiteral560D8592B15B57F1DABF637645C39FB370476C84; IL2CPP_EXTERN_C String_t* _stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB; IL2CPP_EXTERN_C String_t* _stringLiteral5690FED961990D9B80A8B43A537395B627E6F077; IL2CPP_EXTERN_C String_t* _stringLiteral576D6F8267251A1AB20CB0099BA9A1E1467675CA; IL2CPP_EXTERN_C String_t* _stringLiteral5975C15CE93964875F9552D6D358B69EBB85393A; IL2CPP_EXTERN_C String_t* _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5BEAF2D104AF963C3AE99C1BC8BA9A08D0F61320; IL2CPP_EXTERN_C String_t* _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7; IL2CPP_EXTERN_C String_t* _stringLiteral5C34E4B24B06C5C08101A2404195DD81EF23BBFF; IL2CPP_EXTERN_C String_t* _stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489; IL2CPP_EXTERN_C String_t* _stringLiteral5CD33E9356AD4B75311B10BB05D90BFAC329C47A; IL2CPP_EXTERN_C String_t* _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8; IL2CPP_EXTERN_C String_t* _stringLiteral5D0525979B1582791088F6467DFB18D79C7CCC15; IL2CPP_EXTERN_C String_t* _stringLiteral5D1D45B6F90EF153C0073C0B7E9492B4DBF540F1; IL2CPP_EXTERN_C String_t* _stringLiteral5D28833728BC77FD05CF314057619B5F963293BD; IL2CPP_EXTERN_C String_t* _stringLiteral5D796EE8E8104B48A727BE1C6801F3EA00EF51F4; IL2CPP_EXTERN_C String_t* _stringLiteral5D8EFF7CFCF0D6D223F4E108771699872D370245; IL2CPP_EXTERN_C String_t* _stringLiteral5E06713FE172890E089E1C688B12B1A05204A922; IL2CPP_EXTERN_C String_t* _stringLiteral5E1E2620285964F947D165F665A170CBCB80AFE9; IL2CPP_EXTERN_C String_t* _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50; IL2CPP_EXTERN_C String_t* _stringLiteral5F38E04BE574DBA113CADB24909A0D5CC682F0F9; IL2CPP_EXTERN_C String_t* _stringLiteral5F407420B0D579907ADF62D350344C70749455D1; IL2CPP_EXTERN_C String_t* _stringLiteral5F6102B9677963022D97E4F75BA5F55535F9F65F; IL2CPP_EXTERN_C String_t* _stringLiteral5FE146AE3F4424459E12176DF54ED4B29D8B1FF1; IL2CPP_EXTERN_C String_t* _stringLiteral602B619395B6225240651B2BD92A72C733BCA60C; IL2CPP_EXTERN_C String_t* _stringLiteral60562A00E8843BDD859695D99DF7297D87FD7A87; IL2CPP_EXTERN_C String_t* _stringLiteral60A7FCCD5495105E52B61D437F029799FFAAC956; IL2CPP_EXTERN_C String_t* _stringLiteral60DBA695A8B72E96C6ABCB74108071B346758681; IL2CPP_EXTERN_C String_t* _stringLiteral618A61A91530BC3384FF6C4B4B322058B4ED67DF; IL2CPP_EXTERN_C String_t* _stringLiteral62227C72545261E4D5D2D342B4C9DB4BDD0CA2AF; IL2CPP_EXTERN_C String_t* _stringLiteral62ADD81204F18C21BB7D480E72F63B91BD7D1077; IL2CPP_EXTERN_C String_t* _stringLiteral62DF8B883A7680DEF02C157C7AF38B4A3E89D8BF; IL2CPP_EXTERN_C String_t* _stringLiteral62F92E932A25B80B40DBB89A07F4AD690B6F800D; IL2CPP_EXTERN_C String_t* _stringLiteral63B06AAEE168A69B2E3327DC3982CB561D0F7724; IL2CPP_EXTERN_C String_t* _stringLiteral63DCC50AED43B00BB793B2D0F054171D9D12A15E; IL2CPP_EXTERN_C String_t* _stringLiteral63E6E9E0BBEB0EC7BECBFEE61E6809DD8765DA52; IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; IL2CPP_EXTERN_C String_t* _stringLiteral647CF137C0F27918F699BD1C0B1DC7FF9EFC1014; IL2CPP_EXTERN_C String_t* _stringLiteral647CF954B2F80DBFC50D430C66B3A23E5C536D87; IL2CPP_EXTERN_C String_t* _stringLiteral64B6D987B19A27F565F12FE801B619D598095607; IL2CPP_EXTERN_C String_t* _stringLiteral64B731C5F5DA8BCCFEE147611CDC1D2517B4C892; IL2CPP_EXTERN_C String_t* _stringLiteral64FFADA9A4AD7FBB07287E115BFFB0A4DEB1E972; IL2CPP_EXTERN_C String_t* _stringLiteral653027A88CDD470149309C1E951A7B7FC3595934; IL2CPP_EXTERN_C String_t* _stringLiteral653B5982925317B408AE541E434B57819B341866; IL2CPP_EXTERN_C String_t* _stringLiteral6546B83E9EA7D7FA3AD6FE16A9524BE1D81E19B0; IL2CPP_EXTERN_C String_t* _stringLiteral655445AC4961B64F21182606EF3311E8511712FB; IL2CPP_EXTERN_C String_t* _stringLiteral658EA7B5E45723CE2F5AF4AB12DAD544166BBAD9; IL2CPP_EXTERN_C String_t* _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260; IL2CPP_EXTERN_C String_t* _stringLiteral65AFF2E7CCF2472BB3D4F45F16FF2F8E981A39BC; IL2CPP_EXTERN_C String_t* _stringLiteral6672533E66ADB42135CE82F90C057F5A203A0860; IL2CPP_EXTERN_C String_t* _stringLiteral66A2CAFDFA3AB91E5FFE0881B0AA8DD61034B2EB; IL2CPP_EXTERN_C String_t* _stringLiteral66D300C69E31DD334F05950D33F9BB5EE964B3BE; IL2CPP_EXTERN_C String_t* _stringLiteral67E734EA824D146667DB9A6936CDDF734CD7763A; IL2CPP_EXTERN_C String_t* _stringLiteral6854390624ED132AE56E1EE6DF55BFD0F0372293; IL2CPP_EXTERN_C String_t* _stringLiteral6897B24AC802E8F903D21BCA7FAF3A60798ECF65; IL2CPP_EXTERN_C String_t* _stringLiteral68AC4C67571B75E1C2725D47E85E00114832E72A; IL2CPP_EXTERN_C String_t* _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD; IL2CPP_EXTERN_C String_t* _stringLiteral68E6C6FC334511B8DCB4D91B886D78A8AE65A554; IL2CPP_EXTERN_C String_t* _stringLiteral68EE15B74901C1E5038320925EC94A70025C397B; IL2CPP_EXTERN_C String_t* _stringLiteral695A73A8D0BAE4ED85C5391EFACD0FADF4F293CB; IL2CPP_EXTERN_C String_t* _stringLiteral6A0E9C2FEE7847AC36C3F2CC736C36AC9B27D076; IL2CPP_EXTERN_C String_t* _stringLiteral6A1DD7BD106C8857E526EFC451B973527D70441B; IL2CPP_EXTERN_C String_t* _stringLiteral6ABCB95F000D97F9F5CA68A584218C857A1CAF09; IL2CPP_EXTERN_C String_t* _stringLiteral6ACD66F19F0B0FD9F11B44D2A764AC9483D41000; IL2CPP_EXTERN_C String_t* _stringLiteral6AF44FC3A76257CDAD2323F433ACF783EA3481E3; IL2CPP_EXTERN_C String_t* _stringLiteral6B795465C3B30F08A6D0ACAA16EF80CC6B4FD8EA; IL2CPP_EXTERN_C String_t* _stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E; IL2CPP_EXTERN_C String_t* _stringLiteral6BDAAEB4DF49526020EC7FCE3B766BC3469AA2F0; IL2CPP_EXTERN_C String_t* _stringLiteral6BE8847138254B79B44F23B6F705BC3159C524A9; IL2CPP_EXTERN_C String_t* _stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4; IL2CPP_EXTERN_C String_t* _stringLiteral6BF833A9A3AFBF80B406FAD80E5400C9A69A03A2; IL2CPP_EXTERN_C String_t* _stringLiteral6C80A6B67B45583CEE9A6FEC57F037D62ECA8C84; IL2CPP_EXTERN_C String_t* _stringLiteral6CC405735BE5F4424601E084B4D72B22E55BE8EC; IL2CPP_EXTERN_C String_t* _stringLiteral6CFEDFF5604347798B0899C0BDE905FE31D0C039; IL2CPP_EXTERN_C String_t* _stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7; IL2CPP_EXTERN_C String_t* _stringLiteral6E42B2B281875E916B0F7E32980EA1F9B8437385; IL2CPP_EXTERN_C String_t* _stringLiteral6F877039E8C0C1F47795BDBF08E2EAA85F11BB63; IL2CPP_EXTERN_C String_t* _stringLiteral6F952D1A6C81C4A4E46405FEAE44E36AFF07EB82; IL2CPP_EXTERN_C String_t* _stringLiteral703C3487AEE69DB9DF017E809F1B5784A3573EDD; IL2CPP_EXTERN_C String_t* _stringLiteral70B17AAD07739AC6E24336BDDD087A5F4A2D8414; IL2CPP_EXTERN_C String_t* _stringLiteral726B7466B477B6A45E72D8181C63C057D40C6CB8; IL2CPP_EXTERN_C String_t* _stringLiteral728ACE02DC6DC68177E94E34EF172F6BD280D490; IL2CPP_EXTERN_C String_t* _stringLiteral72907E4924FAF32A0AE492C27925D16F1E589CF1; IL2CPP_EXTERN_C String_t* _stringLiteral72A372785804624D9E6ED66C4B5EC8C893222BB9; IL2CPP_EXTERN_C String_t* _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF; IL2CPP_EXTERN_C String_t* _stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900; IL2CPP_EXTERN_C String_t* _stringLiteral73B2075CADEB486594F4CC8646162E94C8AE519A; IL2CPP_EXTERN_C String_t* _stringLiteral73F2CB13FE147735AB386C83AE866F7EC41980DB; IL2CPP_EXTERN_C String_t* _stringLiteral7400CB419C5A6584F4C828D48E33A6CBEFD4A548; IL2CPP_EXTERN_C String_t* _stringLiteral7410D5CB935DF2D64AEBF768B66D37B4A34C9D54; IL2CPP_EXTERN_C String_t* _stringLiteral746A1D2B973E30F15EBFB0E611D33C5BD9EE1507; IL2CPP_EXTERN_C String_t* _stringLiteral74A207A1D1EA00692A1D60426DAD1F6A9634E9C2; IL2CPP_EXTERN_C String_t* _stringLiteral751761CFC425090DF37953B66E095E074C493B82; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral75C57EB9FD95FB9243FE99EBB78A77B0117BD190; IL2CPP_EXTERN_C String_t* _stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F; IL2CPP_EXTERN_C String_t* _stringLiteral76CD8EB4FD4EE3FE6D8879A45D058DFFF4775D16; IL2CPP_EXTERN_C String_t* _stringLiteral76D0C1A730CD97F002070CBC6A93B1DA6931AB75; IL2CPP_EXTERN_C String_t* _stringLiteral76DCF6E3DDE631DEFBE889E98FB0892CA0DEDF8D; IL2CPP_EXTERN_C String_t* _stringLiteral774BE53FB7F12C138EBCB47C1C3BC4D4A7A1E7DA; IL2CPP_EXTERN_C String_t* _stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C; IL2CPP_EXTERN_C String_t* _stringLiteral78C241AC4B7A315FC632473AD8F801A55B065942; IL2CPP_EXTERN_C String_t* _stringLiteral7929A7A4AB1517EA989F015DBF6F87B24CF6FE51; IL2CPP_EXTERN_C String_t* _stringLiteral79D71707A47A31D6D40860BE96049B55771BE6C2; IL2CPP_EXTERN_C String_t* _stringLiteral7A406A92D88D81D36C3FF33777E8E81FF32961C0; IL2CPP_EXTERN_C String_t* _stringLiteral7B5D5990D78A06DA0E79A01DDE0FCA3CAC7369BB; IL2CPP_EXTERN_C String_t* _stringLiteral7BB0CD836925A46DF692A6D6D0F03E2E0A479525; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7C022E2202C33B05A9AD14AE1A1E837AC3233551; IL2CPP_EXTERN_C String_t* _stringLiteral7C06E593184AB89542BA633A0D5A1AB9E13C41D9; IL2CPP_EXTERN_C String_t* _stringLiteral7C5F42467EDBD07583ECC7B6387A38C5667DD179; IL2CPP_EXTERN_C String_t* _stringLiteral7C9C10EDAE24AA2192B87EFAA6DEBA26CB60A098; IL2CPP_EXTERN_C String_t* _stringLiteral7D55DD6DBE90A37490BC6850AE39C213F174A12C; IL2CPP_EXTERN_C String_t* _stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C; IL2CPP_EXTERN_C String_t* _stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB; IL2CPP_EXTERN_C String_t* _stringLiteral7D9366B62C745A26836F06770906ECFBBDA943C2; IL2CPP_EXTERN_C String_t* _stringLiteral7DD729DC85DEF659690E8BFF96F2422CD5C22AFA; IL2CPP_EXTERN_C String_t* _stringLiteral7E305CAD5C844511E261B917268BD1BB40125A03; IL2CPP_EXTERN_C String_t* _stringLiteral7F3CFF9B1B213C1146F92A436EE5B2D56A7EF4A5; IL2CPP_EXTERN_C String_t* _stringLiteral7FBA16D6CC3921ADEBA94689A17AF303266A00CD; IL2CPP_EXTERN_C String_t* _stringLiteral8104D50FEAB0E4909178B2DB9BA55A98864C3936; IL2CPP_EXTERN_C String_t* _stringLiteral81821E21DC15B35D141A8B49CDB9660682B712FA; IL2CPP_EXTERN_C String_t* _stringLiteral81B29292594E86F9F243478C06079C0FE7BD7764; IL2CPP_EXTERN_C String_t* _stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369; IL2CPP_EXTERN_C String_t* _stringLiteral82E4CA95CD9FEFCD637AFDA844A4147838D28F70; IL2CPP_EXTERN_C String_t* _stringLiteral82E99FEFF23117E8C5E4E85CC46E99BBDC11C96F; IL2CPP_EXTERN_C String_t* _stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4; IL2CPP_EXTERN_C String_t* _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499; IL2CPP_EXTERN_C String_t* _stringLiteral83233C32D26A4F74AEBFD5B72487CF6C23497FE3; IL2CPP_EXTERN_C String_t* _stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1; IL2CPP_EXTERN_C String_t* _stringLiteral83BBCFCACAEBC3881F4A007375571457D9AB27F3; IL2CPP_EXTERN_C String_t* _stringLiteral845B80F82240791DC738768AB0EBB7262B0B5994; IL2CPP_EXTERN_C String_t* _stringLiteral85225E74DED6E658D42B042044B4A1C62CD541ED; IL2CPP_EXTERN_C String_t* _stringLiteral8592B054228789DCF1BCAA45E3910A2B143E58F5; IL2CPP_EXTERN_C String_t* _stringLiteral8609E0E2AE2791725A5753917F782BE01B29BF75; IL2CPP_EXTERN_C String_t* _stringLiteral876686C333A653B76AD96A2C08D73C7A208175D3; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral87D7C5E974D9C89FB52B8A53360C0C2E1DAAEC63; IL2CPP_EXTERN_C String_t* _stringLiteral889617F414F07DE598E5054C49E4A8A4E623433E; IL2CPP_EXTERN_C String_t* _stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544; IL2CPP_EXTERN_C String_t* _stringLiteral8ABA7ED82B5ACA1294A7B9A6A5647168BD9D7F0F; IL2CPP_EXTERN_C String_t* _stringLiteral8ACB7DA85AF8E3C9B31DA5B1C84FB5A78F9607FB; IL2CPP_EXTERN_C String_t* _stringLiteral8B0D2F8199484F9B8E6B9BB116635BC7F8378C19; IL2CPP_EXTERN_C String_t* _stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216; IL2CPP_EXTERN_C String_t* _stringLiteral8BC0D2AFEBE59FA1DF423E6D1796C0DAEED086D2; IL2CPP_EXTERN_C String_t* _stringLiteral8C1F5449D92A03A250D69EC43AD2CB4CE5201DDA; IL2CPP_EXTERN_C String_t* _stringLiteral8C5938D767CFE010EDCBC3B5173D0F208532D22B; IL2CPP_EXTERN_C String_t* _stringLiteral8D1E32D587015A9DB04576A49D22A6924F1B9D62; IL2CPP_EXTERN_C String_t* _stringLiteral8D4AF45ED6064C75AAE135175C37BD0A1284CDF2; IL2CPP_EXTERN_C String_t* _stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE; IL2CPP_EXTERN_C String_t* _stringLiteral8DB02C8F8D1DF4C058E1311DBD055801F6852B05; IL2CPP_EXTERN_C String_t* _stringLiteral8E3E928AA62FF4A4B25CADE54575AD0692699A53; IL2CPP_EXTERN_C String_t* _stringLiteral8E40F0F3E169BF88647ED92D58ECA0CCB1C93373; IL2CPP_EXTERN_C String_t* _stringLiteral8E7A696783CBBE88675F5729CD042E2694CDAA1C; IL2CPP_EXTERN_C String_t* _stringLiteral8F5B216B6455A044178409F67399F7B7332800DB; IL2CPP_EXTERN_C String_t* _stringLiteral8F79F3405598922D1B6F36F450117BBC1CBD7ACC; IL2CPP_EXTERN_C String_t* _stringLiteral8FA9CB51CDB9C5AF33B0C761DB639980514F4D72; IL2CPP_EXTERN_C String_t* _stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA; IL2CPP_EXTERN_C String_t* _stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2; IL2CPP_EXTERN_C String_t* _stringLiteral910B781F9CF9CF258E14287B30C9221FDDE61A5B; IL2CPP_EXTERN_C String_t* _stringLiteral9155F30AA734CC9F26A86F037D8B48FDF7869B2B; IL2CPP_EXTERN_C String_t* _stringLiteral918047259C6FFF7176506FF4141E7C078EE96880; IL2CPP_EXTERN_C String_t* _stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765; IL2CPP_EXTERN_C String_t* _stringLiteral91CE18BF0ECEE0F2C252666C43E4E5C6D90BC05A; IL2CPP_EXTERN_C String_t* _stringLiteral91E2D84A2649FBF80361A807D1020FB40280EF31; IL2CPP_EXTERN_C String_t* _stringLiteral921495748EB6A2703CD34F3F3D4BF753E785B97E; IL2CPP_EXTERN_C String_t* _stringLiteral925CF45B66DD8783076F5CEEF1A2B1A2577BA5F6; IL2CPP_EXTERN_C String_t* _stringLiteral935DED07A64B226D3B13EBBDF54A8633B651D342; IL2CPP_EXTERN_C String_t* _stringLiteral93A0402B4EC6F64421C490D0558DFF1AD9E24FB0; IL2CPP_EXTERN_C String_t* _stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915; IL2CPP_EXTERN_C String_t* _stringLiteral9518F75B0BAF37444F9486CBE9D9ADC69EF0FA4E; IL2CPP_EXTERN_C String_t* _stringLiteral9640C0350143849EA52A90565A038618F0D77F99; IL2CPP_EXTERN_C String_t* _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1; IL2CPP_EXTERN_C String_t* _stringLiteral96ECC1F1572C33C2E1D3C6203BE0CD2F54E40BF7; IL2CPP_EXTERN_C String_t* _stringLiteral97780EA382C32C34FC0BAEFD586ACF59ED2F3148; IL2CPP_EXTERN_C String_t* _stringLiteral97B00FD8314B9B3431027FDEC04736184544263B; IL2CPP_EXTERN_C String_t* _stringLiteral991D0A7E6B3EB73396B32C386EB794CEF011FBEC; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9995CE47672E4203B2CBBD9C20A35E2FC416FB14; IL2CPP_EXTERN_C String_t* _stringLiteral99B4FEDCA76292F70EC79B8C95F4D3A37D6268E5; IL2CPP_EXTERN_C String_t* _stringLiteral99D2F39BAD4571A0C7E89F57E6184FB62DCF4BA3; IL2CPP_EXTERN_C String_t* _stringLiteral9A9B1DF0E2EA894E07A53E89A6FEC51BB469F04B; IL2CPP_EXTERN_C String_t* _stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166; IL2CPP_EXTERN_C String_t* _stringLiteral9B6374FEE00A7ABA09540196AD94CD1BDCF7AE94; IL2CPP_EXTERN_C String_t* _stringLiteral9BB00B1B980A07547640DA1AE4CFF1A800E02AA7; IL2CPP_EXTERN_C String_t* _stringLiteral9C1ED970007229D4BBE511BC369FF3ACD197B1F2; IL2CPP_EXTERN_C String_t* _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907; IL2CPP_EXTERN_C String_t* _stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8; IL2CPP_EXTERN_C String_t* _stringLiteral9DFEB5B3F4373DB1E16A5152FEA5FF78F302A7C0; IL2CPP_EXTERN_C String_t* _stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3; IL2CPP_EXTERN_C String_t* _stringLiteral9EDD1FED78E7CE21DA5013C168469502FB7AF1DD; IL2CPP_EXTERN_C String_t* _stringLiteral9F83D8C05A2B5334E53A42CEEDC857F7B3E8298C; IL2CPP_EXTERN_C String_t* _stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3; IL2CPP_EXTERN_C String_t* _stringLiteral9FEB71AD8ECE4A04AD29278E36CF9D0BE7F9890D; IL2CPP_EXTERN_C String_t* _stringLiteralA0E3BF9CCE994F4FA1D13D14009093AC71FF4BBF; IL2CPP_EXTERN_C String_t* _stringLiteralA16DEFAC01B4A22F4E3857D253D3E5C1925BCC45; IL2CPP_EXTERN_C String_t* _stringLiteralA19AA44CF7E852EDD061B7F2A098BC202378784E; IL2CPP_EXTERN_C String_t* _stringLiteralA27826D89BA2BC5D1F74920749B41C9648A304DF; IL2CPP_EXTERN_C String_t* _stringLiteralA280317F29CBAFBC46BC4557F2182E992081018A; IL2CPP_EXTERN_C String_t* _stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC; IL2CPP_EXTERN_C String_t* _stringLiteralA32187D1A95A71FB7899E093CC8A2D21B2B7E74C; IL2CPP_EXTERN_C String_t* _stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76; IL2CPP_EXTERN_C String_t* _stringLiteralA5421735C67AC5A0AE793A21C6A026FDFEAD5209; IL2CPP_EXTERN_C String_t* _stringLiteralA5887432DD4658E0A7B1B77A68CC124D2C76A7C1; IL2CPP_EXTERN_C String_t* _stringLiteralA5FBEFF863330C6DDCFDDABDBF22A09FEBEDDF91; IL2CPP_EXTERN_C String_t* _stringLiteralA64E81648C435428CD0E483502F7E7429A067522; IL2CPP_EXTERN_C String_t* _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9; IL2CPP_EXTERN_C String_t* _stringLiteralA691865643DE3F9A413786ED25F3D01260951186; IL2CPP_EXTERN_C String_t* _stringLiteralA6AA2DEDD2213A58B9695555093DC69F401DF2BC; IL2CPP_EXTERN_C String_t* _stringLiteralA815517F4DD647F253D33AFC4315467A56A154E7; IL2CPP_EXTERN_C String_t* _stringLiteralA86F1AB074BD0A96F60D11464EDC83164759D7DA; IL2CPP_EXTERN_C String_t* _stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883; IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B; IL2CPP_EXTERN_C String_t* _stringLiteralA9D0DC079FAEF8E536643F31D7FACD785C052813; IL2CPP_EXTERN_C String_t* _stringLiteralAA34CC494B9B9970A55E53B0DA850B9663B5D7D9; IL2CPP_EXTERN_C String_t* _stringLiteralAA938A0A564F06E26255CC984647912C9A80E9B3; IL2CPP_EXTERN_C String_t* _stringLiteralAAAAD748A9167857089BE2BCDA56BA779A2CF7C9; IL2CPP_EXTERN_C String_t* _stringLiteralAACAA5C58381A687E312A30415885F3788317947; IL2CPP_EXTERN_C String_t* _stringLiteralAB44CE62938DBC2C5924D9AE91FB3870B625BACC; IL2CPP_EXTERN_C String_t* _stringLiteralAB8332AE6B5DED504EF6FF26EAC5AFC64A909A45; IL2CPP_EXTERN_C String_t* _stringLiteralACD4517F7B675C9F469DE82161C06327FB057980; IL2CPP_EXTERN_C String_t* _stringLiteralAE9D6A0B88B2447EB31ABF04D08C209B24A5C50E; IL2CPP_EXTERN_C String_t* _stringLiteralAF04185B3864D88DD153EAD7A19C020DCC51EBBF; IL2CPP_EXTERN_C String_t* _stringLiteralB05D1072A857AE0380148675956712410B3B82AD; IL2CPP_EXTERN_C String_t* _stringLiteralB1CC4EEE0D03B36C4F0C0B14929BBAC76C9F04A2; IL2CPP_EXTERN_C String_t* _stringLiteralB2AED74A19DD9414DD0792FD340CC531536B8454; IL2CPP_EXTERN_C String_t* _stringLiteralB33449EB49273559D9B3C375598EC40E2FB1DCBC; IL2CPP_EXTERN_C String_t* _stringLiteralB37EDF8BDF14D968036A8B6E7E828D835E19B95C; IL2CPP_EXTERN_C String_t* _stringLiteralB38EF8EEC16D07CB959110C418619843163CDEF9; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB4796B9DD8CEA5F638F0A5ADCCC0DD4CC05D2436; IL2CPP_EXTERN_C String_t* _stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67; IL2CPP_EXTERN_C String_t* _stringLiteralB4A94E440E57B3321B2097CEC9E046D28EE1C0CD; IL2CPP_EXTERN_C String_t* _stringLiteralB56211597A743D090F860D7EFC3559A3D842D65D; IL2CPP_EXTERN_C String_t* _stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA; IL2CPP_EXTERN_C String_t* _stringLiteralB617EB4B2008A9FF8F4D5A7804C9E8B50FAFFD2D; IL2CPP_EXTERN_C String_t* _stringLiteralB63DA2D022FEE25FBFAEF9ACB31C8271DCAC7DFA; IL2CPP_EXTERN_C String_t* _stringLiteralB6802ADA12A8081826D4B14C3056107B832AC741; IL2CPP_EXTERN_C String_t* _stringLiteralB6CF12FE3CC5A3A7A7FB3E28674EB3C814976446; IL2CPP_EXTERN_C String_t* _stringLiteralB70EAC7B626A8056558F0A601B2423C6C3BC8BD7; IL2CPP_EXTERN_C String_t* _stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C; IL2CPP_EXTERN_C String_t* _stringLiteralB80E9C6B487215DDF8ED9C8D1480A68B94D50B1D; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB8B78BE3304AA808927F0B508DAA4AAAF659F9AF; IL2CPP_EXTERN_C String_t* _stringLiteralB8DD288607FF8CFF16B9A97503C0EC6108E01F52; IL2CPP_EXTERN_C String_t* _stringLiteralB8EA90D930F25A398262C947B68BE212FDB7A114; IL2CPP_EXTERN_C String_t* _stringLiteralB94E8B7DD131B529776D7CB5B0544438AB466C6B; IL2CPP_EXTERN_C String_t* _stringLiteralB96918BFC4F0264AC09EF18422FF3EDA2AA4BB85; IL2CPP_EXTERN_C String_t* _stringLiteralB9916CB4EAAE5DE8FD1381019EEE99FDEF67BF80; IL2CPP_EXTERN_C String_t* _stringLiteralB9E79D5CF77E57A8F7B1A52141577C4D3BCE8779; IL2CPP_EXTERN_C String_t* _stringLiteralBA2935D5EDCC81A73024C2F5E5752EE778477297; IL2CPP_EXTERN_C String_t* _stringLiteralBA874EE7D8322DE779D8F3F55278095F87DC9341; IL2CPP_EXTERN_C String_t* _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206; IL2CPP_EXTERN_C String_t* _stringLiteralBB3D96BE6BAEB561C6EBEC1F2299D2B266258B69; IL2CPP_EXTERN_C String_t* _stringLiteralBB45E603040B6B216699610307F7AD99BE979B55; IL2CPP_EXTERN_C String_t* _stringLiteralBB57A13385B3C866A2234BCC262833B4654174CB; IL2CPP_EXTERN_C String_t* _stringLiteralBB649D25BC62010ECC1DBC1695A1931EE51AB396; IL2CPP_EXTERN_C String_t* _stringLiteralBC214E7BC666A9707F7FCE8B3ADC6EB334D9E876; IL2CPP_EXTERN_C String_t* _stringLiteralBC90C82BDBD3DBF8022E1CB17000CA648FCA3A59; IL2CPP_EXTERN_C String_t* _stringLiteralBCBA82A77D9475423DD2EF7C1C0B410BB3D7AA19; IL2CPP_EXTERN_C String_t* _stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C; IL2CPP_EXTERN_C String_t* _stringLiteralBD14D0EF5387A12E4F8D0B9377F8EF06AE88DC7C; IL2CPP_EXTERN_C String_t* _stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E; IL2CPP_EXTERN_C String_t* _stringLiteralBD1EDCE6E99BE98F799324559FA808FD9CEDF6EF; IL2CPP_EXTERN_C String_t* _stringLiteralBD578D9020E7C5A5C9137EC6186306C5877F35F8; IL2CPP_EXTERN_C String_t* _stringLiteralBDF077BDD39FBCBF29935FFF2704FA22A6511027; IL2CPP_EXTERN_C String_t* _stringLiteralBE2EF9B70313D9987DD8833F17CD4E2F30520A09; IL2CPP_EXTERN_C String_t* _stringLiteralBE81FA580EC366513B2AD36F5C5FBC974F076D13; IL2CPP_EXTERN_C String_t* _stringLiteralBFFE556F7CC5A872AFD8DD5F0E974020A23AF585; IL2CPP_EXTERN_C String_t* _stringLiteralC0BB7CA773CE85D581ABADA9B5DA9F1B20DEAB45; IL2CPP_EXTERN_C String_t* _stringLiteralC1CC112A83CC198C208C3F8055DE87E8F598194F; IL2CPP_EXTERN_C String_t* _stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37; IL2CPP_EXTERN_C String_t* _stringLiteralC3319AA0252CBDBE29864381B0C793B356CF2199; IL2CPP_EXTERN_C String_t* _stringLiteralC331BB611CD688525868217241D5919EB366F954; IL2CPP_EXTERN_C String_t* _stringLiteralC3CA4B933C737F81AF02585C257A104DF2DF238E; IL2CPP_EXTERN_C String_t* _stringLiteralC3E2A92646A3D24938BED6C5DCAD1E150390D062; IL2CPP_EXTERN_C String_t* _stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118; IL2CPP_EXTERN_C String_t* _stringLiteralC3F8A3FC07018F32648FDF657E65287C6736F606; IL2CPP_EXTERN_C String_t* _stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB; IL2CPP_EXTERN_C String_t* _stringLiteralC49EE32D3AD51CE2A894E2FDF26CF96910A72C30; IL2CPP_EXTERN_C String_t* _stringLiteralC4E1CA5F695C0687C577DB8E17E55E7B5845A445; IL2CPP_EXTERN_C String_t* _stringLiteralC54A5C30D16C90C27F9109B214568ECA933A66F9; IL2CPP_EXTERN_C String_t* _stringLiteralC5B62D921BFE8558C61D5A304AE72180EDB57702; IL2CPP_EXTERN_C String_t* _stringLiteralC6104438F2F57018DE192A821CF5821082E428F6; IL2CPP_EXTERN_C String_t* _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096; IL2CPP_EXTERN_C String_t* _stringLiteralC796BA0343F4213E59F1A3F9DD557B60937997DD; IL2CPP_EXTERN_C String_t* _stringLiteralC83FE362F33416EC35415D1920754AF86C761968; IL2CPP_EXTERN_C String_t* _stringLiteralC85A13B5E20871FAB850737284187DE4FB5300ED; IL2CPP_EXTERN_C String_t* _stringLiteralC8D1F6020FF194AFFCFF784E448AE14F6769FCDA; IL2CPP_EXTERN_C String_t* _stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E; IL2CPP_EXTERN_C String_t* _stringLiteralCA1114CFB1226325F6F01FD809EA6CE4AF330B39; IL2CPP_EXTERN_C String_t* _stringLiteralCAB86E398E13EAED1EB5DFEBE2DE39AE5F60C91D; IL2CPP_EXTERN_C String_t* _stringLiteralCABCFE6297E437347D23F1B446C58DD70094E306; IL2CPP_EXTERN_C String_t* _stringLiteralCB3AEAF7D3799E38D6E55689AC5402BD7B99B379; IL2CPP_EXTERN_C String_t* _stringLiteralCC0EC070BCF89E36F69BD271DE85907DD740FCC2; IL2CPP_EXTERN_C String_t* _stringLiteralCC2B1AD4F6AF15C4E2B4A3A303FA46E23FCA786F; IL2CPP_EXTERN_C String_t* _stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86; IL2CPP_EXTERN_C String_t* _stringLiteralCC8303B99C96154134407BFE912168FDF88ECAC3; IL2CPP_EXTERN_C String_t* _stringLiteralCCFB4318D19A77D6F70AF0955D8F6DBC5C818BE4; IL2CPP_EXTERN_C String_t* _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; IL2CPP_EXTERN_C String_t* _stringLiteralCD94140EC5B5E76A5FA543376C856F875B9A6510; IL2CPP_EXTERN_C String_t* _stringLiteralCE1CFEB461F91BDEC809212A93B1C9E9B4F97BE8; IL2CPP_EXTERN_C String_t* _stringLiteralCE4D5BDFFB515A97850998F9179AFCF58F7A7DC2; IL2CPP_EXTERN_C String_t* _stringLiteralCE75BB5E7898DBAD485C9426CE02119DD96ADA65; IL2CPP_EXTERN_C String_t* _stringLiteralCED7252185C2DEDA9306880836687FACF7506417; IL2CPP_EXTERN_C String_t* _stringLiteralCF74A4B89D4EE4C5ABB32CA39246320C337C5E8D; IL2CPP_EXTERN_C String_t* _stringLiteralCF8EFDED408D1B26055A1BC4B9E00C788C111998; IL2CPP_EXTERN_C String_t* _stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D; IL2CPP_EXTERN_C String_t* _stringLiteralD0158CF2B898C6F7645F0E92A5E3C0B7C5ED5693; IL2CPP_EXTERN_C String_t* _stringLiteralD0164804F749E46E2E0763FCA5D13C21D61FE23E; IL2CPP_EXTERN_C String_t* _stringLiteralD08E87FF7A46E974D872009362DB3EE5355F5F2A; IL2CPP_EXTERN_C String_t* _stringLiteralD08EF5E3695955A17FE662034800D1FF1CE3BF11; IL2CPP_EXTERN_C String_t* _stringLiteralD18F3FED385B61FD4EB458AD47B02FFA9B9A5194; IL2CPP_EXTERN_C String_t* _stringLiteralD20A4058B7B405BF173793FAAC54A85874A0CDDE; IL2CPP_EXTERN_C String_t* _stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169; IL2CPP_EXTERN_C String_t* _stringLiteralD41AA061803471E66CB197B14D56F99D1BCABD07; IL2CPP_EXTERN_C String_t* _stringLiteralD44A6185EF6D5270C77DC3B679E8F20946D26B7A; IL2CPP_EXTERN_C String_t* _stringLiteralD4515DAE625D4BC192B953F0CDDC1C3C1BBD9296; IL2CPP_EXTERN_C String_t* _stringLiteralD48D89904FB7079C538EFAD657D4D59181FB66B6; IL2CPP_EXTERN_C String_t* _stringLiteralD507A887C3115C940F243DC84C049667410364B6; IL2CPP_EXTERN_C String_t* _stringLiteralD544B5746ACBFA83FDC4E3ECBDBABEFDD0400DC2; IL2CPP_EXTERN_C String_t* _stringLiteralD596DFCC5F01933800FE7F770F8A689C8CB094EC; IL2CPP_EXTERN_C String_t* _stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC; IL2CPP_EXTERN_C String_t* _stringLiteralD615D452AAA84D559E3E5FFF5168A1AF47500E8D; IL2CPP_EXTERN_C String_t* _stringLiteralD67B8A656690AB561AA26AC0AD6669C4ADFFCA31; IL2CPP_EXTERN_C String_t* _stringLiteralD680BB985C766A862C17089DCA4435BD5EF69761; IL2CPP_EXTERN_C String_t* _stringLiteralD706C4CBD948576FEFEB567C9FADA738A0DA078F; IL2CPP_EXTERN_C String_t* _stringLiteralD7248A39F3FFD5F29F3A82B3D3AC57CF22CBABAD; IL2CPP_EXTERN_C String_t* _stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53; IL2CPP_EXTERN_C String_t* _stringLiteralD74873AD6809B69602B85083AF112A08E812A01B; IL2CPP_EXTERN_C String_t* _stringLiteralD776F52DB272A9974856F554D84E1922CF6C8C04; IL2CPP_EXTERN_C String_t* _stringLiteralD79BCC1D9686E91C0D38CAE4F23E8261B32EF86E; IL2CPP_EXTERN_C String_t* _stringLiteralD8060A96ECF76656A31E51FBADD183E73D22ABD8; IL2CPP_EXTERN_C String_t* _stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB; IL2CPP_EXTERN_C String_t* _stringLiteralD90C9CE2FE1C0BB17387732EBAB0FE7752B04F00; IL2CPP_EXTERN_C String_t* _stringLiteralD94DD24008D0FA4EBD7E401B8691C8A65E5EFAF0; IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1; IL2CPP_EXTERN_C String_t* _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32; IL2CPP_EXTERN_C String_t* _stringLiteralD9A0C24A4C933B64FC6C0D0B3FD20DB947AA5917; IL2CPP_EXTERN_C String_t* _stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA5831573CA4E7D4BD4BB37B77CF2DA2F529680C; IL2CPP_EXTERN_C String_t* _stringLiteralDA8EB70448F658D1B2E4A191FB1126E7830F3EF2; IL2CPP_EXTERN_C String_t* _stringLiteralDAD77C2AE028A466DBDCA5BD600E007BA934F1F3; IL2CPP_EXTERN_C String_t* _stringLiteralDB36D0200046E50D235A5A77897C24326603F65D; IL2CPP_EXTERN_C String_t* _stringLiteralDBE7F5C8E35DB553392DAED0210A9AC55088EF41; IL2CPP_EXTERN_C String_t* _stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F; IL2CPP_EXTERN_C String_t* _stringLiteralDCCF22B1EB35EC58FFEB04A8C396594903C38127; IL2CPP_EXTERN_C String_t* _stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73; IL2CPP_EXTERN_C String_t* _stringLiteralDD9EBC6C2126C14AE71F223775C0378CC1E1E8FF; IL2CPP_EXTERN_C String_t* _stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D; IL2CPP_EXTERN_C String_t* _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F; IL2CPP_EXTERN_C String_t* _stringLiteralDF6067A784AFB5E876881FD9B7545CAFF19B28E7; IL2CPP_EXTERN_C String_t* _stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5; IL2CPP_EXTERN_C String_t* _stringLiteralE07FF8A28F68DE2765770FDDC1A0BE2A68DF027D; IL2CPP_EXTERN_C String_t* _stringLiteralE0A3AB4B59C17EA9D48CA3174C2CCA7F03890384; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE243FB8D9313FB9CAED6E93C906E5DE6BA507CAF; IL2CPP_EXTERN_C String_t* _stringLiteralE2F821451E291C95D25488E977E55FD9D45D72C1; IL2CPP_EXTERN_C String_t* _stringLiteralE329964D0EF514B127259097740B6A91E6AD323D; IL2CPP_EXTERN_C String_t* _stringLiteralE34DA6177724798CC255E7F1915A66964AE6B5DE; IL2CPP_EXTERN_C String_t* _stringLiteralE4100544117846D4647DE0C597FB8B2B17BEB315; IL2CPP_EXTERN_C String_t* _stringLiteralE504D1328D56B08733978AC58E6D9DCA9303C1B1; IL2CPP_EXTERN_C String_t* _stringLiteralE582BEE3725203632E40285D10D31867423E16C4; IL2CPP_EXTERN_C String_t* _stringLiteralE5C4DE29917BC85D50DFB6434B3A2DE446444F9D; IL2CPP_EXTERN_C String_t* _stringLiteralE6ED3948EBA2C4EA7B39D25923D916C995F8B7E9; IL2CPP_EXTERN_C String_t* _stringLiteralE713B66C68336B9B8D39DC6C259A0EC3E232CFA6; IL2CPP_EXTERN_C String_t* _stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1; IL2CPP_EXTERN_C String_t* _stringLiteralE77AE48ACD5FEA2E63F62568BD4A20C2CA0D4B66; IL2CPP_EXTERN_C String_t* _stringLiteralE7C7449D840A91B3AF035F43E6106A0BC8372CC6; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE819B9E8BA40380D20A80466177E559A33D246D3; IL2CPP_EXTERN_C String_t* _stringLiteralE880DE80CCADDAD34B2968143B211E18FF42BBD9; IL2CPP_EXTERN_C String_t* _stringLiteralE8A95B77257B718FBD370007D915B31B7BE24C4C; IL2CPP_EXTERN_C String_t* _stringLiteralE8EFE67805C7E098AAD70F38B661AB276707B243; IL2CPP_EXTERN_C String_t* _stringLiteralE8F115133981FA10D36820F67ACF06CD8609D703; IL2CPP_EXTERN_C String_t* _stringLiteralE8F4B323C30FAE436F30D6A29F7DDC0C29CD5F62; IL2CPP_EXTERN_C String_t* _stringLiteralE9145F03557593CD6D82BD95EE1BCF323D2E4897; IL2CPP_EXTERN_C String_t* _stringLiteralE99AB15DE145AF4A0E29F635FA22E49DAAF13F29; IL2CPP_EXTERN_C String_t* _stringLiteralEB1B985A3AE14749B7FD2EAB850DCEF21A58C05B; IL2CPP_EXTERN_C String_t* _stringLiteralEB6BBFD5D01FC65219978A6C56AF3DD9C51AD35E; IL2CPP_EXTERN_C String_t* _stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD; IL2CPP_EXTERN_C String_t* _stringLiteralEB89D4C77B1D1A19D9D872D16A3ABAAD61BD1A08; IL2CPP_EXTERN_C String_t* _stringLiteralECE395CDAEB0ECDBD5A23AA77D43B5263126619C; IL2CPP_EXTERN_C String_t* _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA; IL2CPP_EXTERN_C String_t* _stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5; IL2CPP_EXTERN_C String_t* _stringLiteralEE9322880EDA730EEDB55F5B647CFC9AE29249D1; IL2CPP_EXTERN_C String_t* _stringLiteralEEDC1AD3C55574DEC540CFB6A182087F91A3C2E2; IL2CPP_EXTERN_C String_t* _stringLiteralEF4C89A1231E77158C9BD858F1A8B53DCCF54FCA; IL2CPP_EXTERN_C String_t* _stringLiteralEFFA2622D6F632EC1BC08EFDC17EAAEB8CFA30DA; IL2CPP_EXTERN_C String_t* _stringLiteralF070EE510E0DA0AF3E576081649DF6257D4F673C; IL2CPP_EXTERN_C String_t* _stringLiteralF1D93AE5E465BD3A4EEF565C936466C213D2EF1E; IL2CPP_EXTERN_C String_t* _stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0; IL2CPP_EXTERN_C String_t* _stringLiteralF2046F68FEF8A47AC7FE5687DD7FDA6C233B2533; IL2CPP_EXTERN_C String_t* _stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7; IL2CPP_EXTERN_C String_t* _stringLiteralF3BC964ED8C4C6F8FD0C9A1C2A4ED7828F8F12CA; IL2CPP_EXTERN_C String_t* _stringLiteralF3EE509E14069DFF4F0EF7F0603311CF252F1615; IL2CPP_EXTERN_C String_t* _stringLiteralF4D16212D8371B911BAC48C7268891BAF4A3757D; IL2CPP_EXTERN_C String_t* _stringLiteralF525937F4802DFAB668F8D58E96E5C8456C4A416; IL2CPP_EXTERN_C String_t* _stringLiteralF558390E617EC1257B59F0565E47B7282845ECFA; IL2CPP_EXTERN_C String_t* _stringLiteralF580B417DDA781C682644F77C106C82F61DC8486; IL2CPP_EXTERN_C String_t* _stringLiteralF583ECC94A78C95342A01EDAF86FB4F9B3693514; IL2CPP_EXTERN_C String_t* _stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA; IL2CPP_EXTERN_C String_t* _stringLiteralF6DAB283FC637F0CFEE0ECD9675746A020F6CE72; IL2CPP_EXTERN_C String_t* _stringLiteralF8CBD169A32C8D4DF33B85FBDAEE04914191F666; IL2CPP_EXTERN_C String_t* _stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618; IL2CPP_EXTERN_C String_t* _stringLiteralF9F21E0E58EDD803E5FE0FE2D9668BA6B8015894; IL2CPP_EXTERN_C String_t* _stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF; IL2CPP_EXTERN_C String_t* _stringLiteralFA8996A8164B28D595752E84EFD1FCA1F9AC458D; IL2CPP_EXTERN_C String_t* _stringLiteralFAF464FF4116CC6B1EA04CED803B1EB0BE90F949; IL2CPP_EXTERN_C String_t* _stringLiteralFAF6F28F06CB2CDB9E49D66F7E8844A8FEBA7B70; IL2CPP_EXTERN_C String_t* _stringLiteralFB2220F1B4B21EB348BA94875BFD5D6A43D5D168; IL2CPP_EXTERN_C String_t* _stringLiteralFB37522D35FF3A193DACB8A142A32F4C55F0253F; IL2CPP_EXTERN_C String_t* _stringLiteralFB91DF7EEC2135EC963D55F2DA5FBB6CD3E3179D; IL2CPP_EXTERN_C String_t* _stringLiteralFC1936C444D592D5C33262866A0F73E382BF0FAB; IL2CPP_EXTERN_C String_t* _stringLiteralFC51B2CA45056A2F62D45267A40CFF5D6598F67B; IL2CPP_EXTERN_C String_t* _stringLiteralFC6C1DC2224936F4BEE7CBA35A0036A85E7B52F4; IL2CPP_EXTERN_C String_t* _stringLiteralFC6C8C4E10F2AD89C47DBA26E570B987A180CF52; IL2CPP_EXTERN_C String_t* _stringLiteralFD0DF99AD4FB0A1EE08EDE2CDFED98744C8DBE31; IL2CPP_EXTERN_C String_t* _stringLiteralFD95A00B530C13C66E0AF8F42FBF8E14D7C63076; IL2CPP_EXTERN_C String_t* _stringLiteralFE14392C303DB16ECA31874C2386A6AAFD10397D; IL2CPP_EXTERN_C String_t* _stringLiteralFE3AD00AB7291C3AA23A9EEA518331445E2A2526; IL2CPP_EXTERN_C String_t* _stringLiteralFE68D2B68F65FFB8E5E02CB44CD8BB13862D6CEA; IL2CPP_EXTERN_C String_t* _stringLiteralFEB1E25F6B4D10D390D8B46062448FE3BCE441D9; IL2CPP_EXTERN_C String_t* _stringLiteralFEB8CADDC56204B5564CB7892BE53B54E83A9CA2; IL2CPP_EXTERN_C String_t* _stringLiteralFEE3BA8440F8BF2C5146ECAA826B0CEC3366BDE4; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mFBEB8F5FCB176FEE52B680ED1967F9C728BDDF90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_m4731BB07FF66AB1EAED1715929D24EEEC2B54855_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mE9A6FF43A0128B50D2CBF889A77407A9F681A1CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m8BC909B27619C929F19340FADAFF9B7682AF624C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_m9B622FDF3F9C6CC50B8D289DE674C444FAB066B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m330334F8C165852787E19712E442B2AB512BA579_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_mFB08520A9FBC41A9B23A203C26274E53810344C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m2767054E4D05F7F6BD0BA5FF7006B4BE1584B4D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m7A86C26999CDA6FAD892D55696279EA00AE30E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0_mD906392E841B2BE519F7D01E73A48CD19BA660CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mC9C5FB123FC0614ED3610353D40D4B5BF864D544_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m34A125097712EDF8C574F3F147C84E21352F69C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m59C67747AE499E14D75AE92F8B29065D83AC0E25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m69431078822E6A677A8F7CEC526C9D6DE1247251_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m934EE13C2015F0C5550A3D533513BCDA048BE8FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mBD3E46BC18658A551AE0C77EC52708030C65625A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mE2F150E61C7939524829DBC8E7DB0A42469097B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mE6139825F8C18A5607523DEFCBCFCAB6D41B7D27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m299C59B5E5E06834BE87343DD07F886D5D6597C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m588196A41DFDDA4C44A366765409964BDF7648FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m7BB936B28F8565A544A37C805FB539692B687B62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m92BD8E5D2837C3EE0C96F025F2A496E36D46E16F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mAB267BB4B485CA60F7F8EC29FBECF80F9E8A7807_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mE16ACBFD8AB5E7CCE2F9420DCEE9B1A50A770110_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m11149B3833A7BFFAA053A5311FC6C28B8720DD60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m786635655D43FC7A5C0D86E3D366883F32632495_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m7F92F0E83DB22308DEC2FD7E371B4229E949585E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mCC2F68D4D2212CF45C580611A811538C5244B9C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mEF467FE71FBC2485A1959CA568EC8735C88B367E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mFF03AB561D1FC60E613247F020EFD7D420A1BECF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mB76CBAFC78D90C1397506DB873A06CC4CCE961D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA4C6D3DE6804824AF6FA87226DAC6961CCAB1F3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEC26109252E2DE7B418C7EA2DF69C06C7D6899CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mDDC238D8C746DD9853F8F82B7B49705B8A7A6859_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFWebProxy_GetProxy_m6EC2C1590383170DD9387CF85FB5328C780789C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFWebProxy_IsBypassed_m5F05D7C9302426EF280309DC04EFD106181A6B21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m4649537B28F2D45435D11DB55B68E1E98DFA2965_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m91B8068B87FD7675507748BCB330510A551486E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m15D17B635271E8BA42E3E318710EDDD456FE707F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mC5618864337E645D0A9A1A698CF7B1C6DAB6B62B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mF6BCEEA24F1CDB199222CF4CBC2F704AD0736136_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m2953EEEC1D20293F3F52E3443452E8161AAF9F82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m2DE56F0B7D9F3F80101015FD40CBFB80956BFCB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m4F96BCD8CEB203FDA3E8BFF624F986136BD6038D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m654F79FEDDFEE6946815223DF2EFFF20B25F5871_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mAA94D3E326A7361A173810EF7FEF6ED5C5050E18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3FBD584A58FDDC095059FD6CFC097E11491C1089_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m690083795FD5B6423B5FB5097BD9EB918CB90FBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m374BC28A8167C6CBC7EDD0238770553B3EA41EDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6B1AE4DC80A65E05F18CD955DF04F306A7A2E6B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB5FBD4F0B82C774B845750A16BAEB441C6593AC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC3289B125E9F5792572B940FF33B7437AACDD478_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mBD35F0F91DE12F91FD20D0954199238BF95743EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mF67975C24F4392EC4BFE236C906CFCA0B9FF67DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m5F490E0FE64018141D61F0E8DC3038DD132CC91A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m89DFD8F8657F1D09052B2B57B4BB0B7441B7E6E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_mCEA921334BE688D8C04005FFF06E2BB2B5B096FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m3812D29280E5BECD87EE16213C8DA480AC47AB89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LicenseInteropHelper_AllocateAndValidateLicense_m29BC08D43A53316D79E72AC6D3CFEC07C3C79BBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE81414B307C4B1C4557B214FA22739BA40E35959_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mA6DEB836D1EA21A1B2FB1297930B4A63A9DA08D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB2988523C9527537B96FEC8CA50F749B3F2CF0E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCA2785CF49E37A11DE0CFF4EFB7AA2BD641B6674_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m005106D6EB0C6E052AE5E63711CB594EEEE3ED83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_m706C3A2746645CFEC89977B8BC9D55F524E3362A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_U3CInnerWriteU3Eb__67_0_m63D62194859ED8623C24783D737CA11D06501E97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectKeysEnumerator_MoveNext_m602677D8FC9EE3BC87755FB0EAC1BACA518CA240_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectKeysEnumerator_Reset_m291D728258A95AEB8BE6697D0E1DADC24AE1A977_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectKeysEnumerator_get_Current_mEA737C3649050A481FEE567F163E4D5C7A328B2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_MoveNext_m8615D4B81CA7F5D17919BE7BFF0A688B192A67DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_Reset_m9992FAC9825E8D6692B6FCEDF8E47E941C1875FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_get_Entry_m58F1425F47017D32E7F781CBA78E37C355F596AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_get_Key_mFB4422BD5607790768C310AA7715CDC47799E5AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NodeEnumerator_get_Value_m01AD97761452577C6F66680DE74BBDDE898B8F72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mD842A41E01397DF6504443F21E8687AAF12E3DFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mDB944E29802DD7A879B36971D65E068046797FEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_m1DF42BF80FEAED0BAB81159A2A5A427C8B5287CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_mBB829D102280A9069CF03E72D0DDF018DA5615C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_get_IsCompleted_m636C9A7D3CFF45E29EF6B1E7C06EB06820D36B0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_get_IsCompleted_mD3D91EAE189D6EA68713A49C2AD693C51E303F13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m207D2FF54AE3A399C3C85524EB0228A2B53FC84D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m31A2D5F669820085A58E22A6E60D0BCF52C31270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mA6E79AED6D295A4009662FB36DAFEF4F52FEA490_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_m5DA64CE1D6189EE7F55F81BB65CB2435427BABD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_mB5F2D3D042ED5D2A4245370465E1D125D5CDA077_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Run_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m8FD8C9E6D331E3709C760FD9DB0517823B39648A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCreateStreamU3Ed__17_MoveNext_m5E7CB22F92B4B0C39AB680404D40ACF8C44416EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CGetResponseFromDataU3Ed__237_MoveNext_m34B204FBB01DC2EDFB12EB69FA008C6FE9852D9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CInnerReadU3Ed__25_MoveNext_mE28E22197DC1A6A515E61B7EB9F17F9B41835B6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CInnerReadU3Ed__66_MoveNext_m36DB7FB663A6047DA5B34FE62490F230C48DD070_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartOperationU3Ed__23_MoveNext_m63ACDC7CCB0E43A57BCC0D7BF6D14AADEA88150E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartOperationU3Ed__58_MoveNext_mA92EABD1F8F3CE91103E228A56D16BE2E7C3FA35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass66_0_U3CInnerReadU3Eb__0_mF0041D575CFBB13F3CD792CDAB78B6E018B192BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_CopyTo_m850D2CF94E01DAD6973C49FB086A5B8F73385D26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_CopyTo_mDD241E996B1717FD99722DE29D008049E8669EE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_5__ctor_m8CC1C9E987AC46A574F6B8B20FFEF018ED742CDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509BasicConstraintsExtension_CopyFrom_mB87E2C5337CEE107018289CF81AD4ED7956A6ECD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509BasicConstraintsExtension__ctor_m27365A2183995553C17661A9C5E6CFF474AEB33D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509BasicConstraintsExtension_get_CertificateAuthority_mF7C866A45B3DE24A06EA3256B8FC0BA1989D038D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509BasicConstraintsExtension_get_HasPathLengthConstraint_m04C1B45C4FF2FF902B45A5B1AE309D3816A3457A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509BasicConstraintsExtension_get_PathLengthConstraint_m9401525125A220F1D51F130E3CC6E4C938E45566_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate2ImplMono_Import_m49505FDD390700DF03D6C298C7870C5269255F24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate2ImplMono_get_PrivateKey_m4F96338A12FDEDCCC6B6B8C3F263C5E0E0329327_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate2ImplMono_get_PublicKey_m266BB633193C454E99BDE12F087ADDD931F0E1A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate2ImplMono_get_SignatureAlgorithm_m98B9DD7FEFE52F865DEE68E4FDDA592747DE5A19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Certificate2ImplMono_get_Version_m1E24884D49422A8DD3152FF62B2F9588D8CC4B2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509CertificateCollection_AddRange_m7856434D39CA3D6AB751C25CEB509A04E252722B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509ChainImpl_ThrowIfContextInvalid_mB4BB36FE66E507EF9A505F5D8B81F546E822C2F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509EnhancedKeyUsageExtension_CopyFrom_mDD12A69F6804BA6B137A459CD941B367274C2B25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509EnhancedKeyUsageExtension_Decode_m610C0C741966205F6DC0492BD17B28E1FED8D648_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Extension_CopyFrom_m1D101C0A8E17FDC25EF1D7645F2A07E5AB7A3D1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Helper2_ThrowIfContextInvalid_mF877A9D6F2A4F89FAE5FAA5AEFA7B50679EDCC96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509KeyUsageExtension_CopyFrom_m029A26C577528A8DF077CF68AD2787DC1E76FA7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509KeyUsageExtension_get_KeyUsages_mD2ADFD4CC335B85D453BCA75A8541D3DF099A8FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509SubjectKeyIdentifierExtension_CopyFrom_mA94CE978304FA27C3CD9719F34D85CD34FC3695D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509SubjectKeyIdentifierExtension__ctor_m178F0928E93C151B64754E82C9613687D80671A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509SubjectKeyIdentifierExtension__ctor_m7CE599E8BEFBF176243E07100E2B9D1AD40E109E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509SubjectKeyIdentifierExtension__ctor_mDEF8BD36D2A43B1BDC54760AC6E57458E5ECBFE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_mD90F985708EE4E69C37AA8B09AEBBE64A4002601_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* X509Utils_FindOidInfo_m7CC1462A6CC9DA7C40CA09FA5EACEE9B9117EC8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_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 Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903;; struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com; struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com;; struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke; struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke;; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F; 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t755C9BA66F846EE0DB7736CD68B069E5825A1554* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t07F15841EBE4D788F4590EA524E36FE2C7644D9E * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___entries_1)); } inline EntryU5BU5D_t755C9BA66F846EE0DB7736CD68B069E5825A1554* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t755C9BA66F846EE0DB7736CD68B069E5825A1554** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t755C9BA66F846EE0DB7736CD68B069E5825A1554* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___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_keys_7() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___keys_7)); } inline KeyCollection_t07F15841EBE4D788F4590EA524E36FE2C7644D9E * get_keys_7() const { return ___keys_7; } inline KeyCollection_t07F15841EBE4D788F4590EA524E36FE2C7644D9E ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t07F15841EBE4D788F4590EA524E36FE2C7644D9E * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ___values_8)); } inline ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A * get_values_8() const { return ___values_8; } inline ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tC47D5F223C4C07C7B734B8B3DBC1AF5055A6AF02* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t5B48DE99AB8C49AC7C471DDB83E5497B8495B7B2 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___entries_1)); } inline EntryU5BU5D_tC47D5F223C4C07C7B734B8B3DBC1AF5055A6AF02* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tC47D5F223C4C07C7B734B8B3DBC1AF5055A6AF02** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tC47D5F223C4C07C7B734B8B3DBC1AF5055A6AF02* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___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_keys_7() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___keys_7)); } inline KeyCollection_t5B48DE99AB8C49AC7C471DDB83E5497B8495B7B2 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t5B48DE99AB8C49AC7C471DDB83E5497B8495B7B2 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t5B48DE99AB8C49AC7C471DDB83E5497B8495B7B2 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ___values_8)); } inline ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 * get_values_8() const { return ___values_8; } inline ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_keys_7() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* 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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914* ____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_t4C637A7731966BC90A187F079F9E026B019BBA33, ____items_1)); } inline X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914* get__items_1() const { return ____items_1; } inline X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914** get_address_of__items_1() { return &____items_1; } inline void set__items_1(X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914* 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_t4C637A7731966BC90A187F079F9E026B019BBA33, ____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_t4C637A7731966BC90A187F079F9E026B019BBA33, ____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_t4C637A7731966BC90A187F079F9E026B019BBA33, ____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_t4C637A7731966BC90A187F079F9E026B019BBA33_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t4C637A7731966BC90A187F079F9E026B019BBA33_StaticFields, ____emptyArray_5)); } inline X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914* get__emptyArray_5() const { return ____emptyArray_5; } inline X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(X509CertificateImplU5BU5D_tF541C48409B8742980D3C5A8E38BDD71AA014914* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* ____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_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6, ____items_1)); } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* get__items_1() const { return ____items_1; } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* 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_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6, ____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_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6, ____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_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6, ____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_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6_StaticFields, ____emptyArray_5)); } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* get__emptyArray_5() const { return ____emptyArray_5; } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A, ___dictionary_0)); } inline Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8, ___dictionary_0)); } inline Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 : public RuntimeObject { public: // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___elist_2; public: inline static int32_t get_offset_of_m_nTag_0() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_nTag_0)); } inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; } inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; } inline void set_m_nTag_0(uint8_t value) { ___m_nTag_0 = value; } inline static int32_t get_offset_of_m_aValue_1() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___m_aValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_aValue_1() const { return ___m_aValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_aValue_1() { return &___m_aValue_1; } inline void set_m_aValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_aValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_aValue_1), (void*)value); } inline static int32_t get_offset_of_elist_2() { return static_cast(offsetof(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8, ___elist_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_elist_2() const { return ___elist_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_elist_2() { return &___elist_2; } inline void set_elist_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___elist_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elist_2), (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.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA : public RuntimeObject { public: // System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ____oid_0; // System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____raw_1; public: inline static int32_t get_offset_of__oid_0() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____oid_0)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get__oid_0() const { return ____oid_0; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of__oid_0() { return &____oid_0; } inline void set__oid_0(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ____oid_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_0), (void*)value); } inline static int32_t get_offset_of__raw_1() { return static_cast(offsetof(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA, ____raw_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__raw_1() const { return ____raw_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__raw_1() { return &____raw_1; } inline void set__raw_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____raw_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____raw_1), (void*)value); } }; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value); } }; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.AsyncProtocolRequest::k__BackingField MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CParentU3Ek__BackingField_0; // System.Boolean Mono.Net.Security.AsyncProtocolRequest::k__BackingField bool ___U3CRunSynchronouslyU3Ek__BackingField_1; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::k__BackingField int32_t ___U3CUserResultU3Ek__BackingField_2; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::Started int32_t ___Started_3; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::RequestedSize int32_t ___RequestedSize_4; // System.Int32 Mono.Net.Security.AsyncProtocolRequest::WriteRequested int32_t ___WriteRequested_5; // System.Object Mono.Net.Security.AsyncProtocolRequest::locker RuntimeObject * ___locker_6; public: inline static int32_t get_offset_of_U3CParentU3Ek__BackingField_0() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CParentU3Ek__BackingField_0)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CParentU3Ek__BackingField_0() const { return ___U3CParentU3Ek__BackingField_0; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CParentU3Ek__BackingField_0() { return &___U3CParentU3Ek__BackingField_0; } inline void set_U3CParentU3Ek__BackingField_0(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CParentU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CParentU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CRunSynchronouslyU3Ek__BackingField_1() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CRunSynchronouslyU3Ek__BackingField_1)); } inline bool get_U3CRunSynchronouslyU3Ek__BackingField_1() const { return ___U3CRunSynchronouslyU3Ek__BackingField_1; } inline bool* get_address_of_U3CRunSynchronouslyU3Ek__BackingField_1() { return &___U3CRunSynchronouslyU3Ek__BackingField_1; } inline void set_U3CRunSynchronouslyU3Ek__BackingField_1(bool value) { ___U3CRunSynchronouslyU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CUserResultU3Ek__BackingField_2() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___U3CUserResultU3Ek__BackingField_2)); } inline int32_t get_U3CUserResultU3Ek__BackingField_2() const { return ___U3CUserResultU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CUserResultU3Ek__BackingField_2() { return &___U3CUserResultU3Ek__BackingField_2; } inline void set_U3CUserResultU3Ek__BackingField_2(int32_t value) { ___U3CUserResultU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_Started_3() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___Started_3)); } inline int32_t get_Started_3() const { return ___Started_3; } inline int32_t* get_address_of_Started_3() { return &___Started_3; } inline void set_Started_3(int32_t value) { ___Started_3 = value; } inline static int32_t get_offset_of_RequestedSize_4() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___RequestedSize_4)); } inline int32_t get_RequestedSize_4() const { return ___RequestedSize_4; } inline int32_t* get_address_of_RequestedSize_4() { return &___RequestedSize_4; } inline void set_RequestedSize_4(int32_t value) { ___RequestedSize_4 = value; } inline static int32_t get_offset_of_WriteRequested_5() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___WriteRequested_5)); } inline int32_t get_WriteRequested_5() const { return ___WriteRequested_5; } inline int32_t* get_address_of_WriteRequested_5() { return &___WriteRequested_5; } inline void set_WriteRequested_5(int32_t value) { ___WriteRequested_5 = value; } inline static int32_t get_offset_of_locker_6() { return static_cast(offsetof(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947, ___locker_6)); } inline RuntimeObject * get_locker_6() const { return ___locker_6; } inline RuntimeObject ** get_address_of_locker_6() { return &___locker_6; } inline void set_locker_6(RuntimeObject * value) { ___locker_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_6), (void*)value); } }; // Mono.Net.Security.AsyncProtocolResult struct AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 : public RuntimeObject { public: // System.Int32 Mono.Net.Security.AsyncProtocolResult::k__BackingField int32_t ___U3CUserResultU3Ek__BackingField_0; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.AsyncProtocolResult::k__BackingField ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___U3CErrorU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CUserResultU3Ek__BackingField_0() { return static_cast(offsetof(AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970, ___U3CUserResultU3Ek__BackingField_0)); } inline int32_t get_U3CUserResultU3Ek__BackingField_0() const { return ___U3CUserResultU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CUserResultU3Ek__BackingField_0() { return &___U3CUserResultU3Ek__BackingField_0; } inline void set_U3CUserResultU3Ek__BackingField_0(int32_t value) { ___U3CUserResultU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_1() { return static_cast(offsetof(AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970, ___U3CErrorU3Ek__BackingField_1)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_U3CErrorU3Ek__BackingField_1() const { return ___U3CErrorU3Ek__BackingField_1; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_U3CErrorU3Ek__BackingField_1() { return &___U3CErrorU3Ek__BackingField_1; } inline void set_U3CErrorU3Ek__BackingField_1(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___U3CErrorU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_1), (void*)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); } }; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD : public RuntimeObject { public: // System.Byte[] Mono.Net.Security.BufferOffsetSize::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_0; // System.Int32 Mono.Net.Security.BufferOffsetSize::Offset int32_t ___Offset_1; // System.Int32 Mono.Net.Security.BufferOffsetSize::Size int32_t ___Size_2; // System.Int32 Mono.Net.Security.BufferOffsetSize::TotalBytes int32_t ___TotalBytes_3; // System.Boolean Mono.Net.Security.BufferOffsetSize::Complete bool ___Complete_4; public: inline static int32_t get_offset_of_Buffer_0() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Buffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_0() const { return ___Buffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_0() { return &___Buffer_0; } inline void set_Buffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } inline static int32_t get_offset_of_Size_2() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___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_TotalBytes_3() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___TotalBytes_3)); } inline int32_t get_TotalBytes_3() const { return ___TotalBytes_3; } inline int32_t* get_address_of_TotalBytes_3() { return &___TotalBytes_3; } inline void set_TotalBytes_3(int32_t value) { ___TotalBytes_3 = value; } inline static int32_t get_offset_of_Complete_4() { return static_cast(offsetof(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD, ___Complete_4)); } inline bool get_Complete_4() const { return ___Complete_4; } inline bool* get_address_of_Complete_4() { return &___Complete_4; } inline void set_Complete_4(bool value) { ___Complete_4 = value; } }; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F : public RuntimeObject { public: // System.Byte[] System.Net.BufferOffsetSize::Buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Buffer_0; // System.Int32 System.Net.BufferOffsetSize::Offset int32_t ___Offset_1; // System.Int32 System.Net.BufferOffsetSize::Size int32_t ___Size_2; public: inline static int32_t get_offset_of_Buffer_0() { return static_cast(offsetof(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F, ___Buffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Buffer_0() const { return ___Buffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Buffer_0() { return &___Buffer_0; } inline void set_Buffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Buffer_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } inline static int32_t get_offset_of_Size_2() { return static_cast(offsetof(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F, ___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; } }; // 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.ComponentModel.Container struct Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 : public RuntimeObject { public: // System.ComponentModel.ISite[] System.ComponentModel.Container::sites ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* ___sites_0; // System.Int32 System.ComponentModel.Container::siteCount int32_t ___siteCount_1; // System.ComponentModel.ComponentCollection System.ComponentModel.Container::components ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * ___components_2; // System.ComponentModel.ContainerFilterService System.ComponentModel.Container::filter ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * ___filter_3; // System.Boolean System.ComponentModel.Container::checkedFilter bool ___checkedFilter_4; // System.Object System.ComponentModel.Container::syncObj RuntimeObject * ___syncObj_5; public: inline static int32_t get_offset_of_sites_0() { return static_cast(offsetof(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214, ___sites_0)); } inline ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* get_sites_0() const { return ___sites_0; } inline ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F** get_address_of_sites_0() { return &___sites_0; } inline void set_sites_0(ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* value) { ___sites_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sites_0), (void*)value); } inline static int32_t get_offset_of_siteCount_1() { return static_cast(offsetof(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214, ___siteCount_1)); } inline int32_t get_siteCount_1() const { return ___siteCount_1; } inline int32_t* get_address_of_siteCount_1() { return &___siteCount_1; } inline void set_siteCount_1(int32_t value) { ___siteCount_1 = value; } inline static int32_t get_offset_of_components_2() { return static_cast(offsetof(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214, ___components_2)); } inline ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * get_components_2() const { return ___components_2; } inline ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 ** get_address_of_components_2() { return &___components_2; } inline void set_components_2(ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * value) { ___components_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___components_2), (void*)value); } inline static int32_t get_offset_of_filter_3() { return static_cast(offsetof(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214, ___filter_3)); } inline ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * get_filter_3() const { return ___filter_3; } inline ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 ** get_address_of_filter_3() { return &___filter_3; } inline void set_filter_3(ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * value) { ___filter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___filter_3), (void*)value); } inline static int32_t get_offset_of_checkedFilter_4() { return static_cast(offsetof(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214, ___checkedFilter_4)); } inline bool get_checkedFilter_4() const { return ___checkedFilter_4; } inline bool* get_address_of_checkedFilter_4() { return &___checkedFilter_4; } inline void set_checkedFilter_4(bool value) { ___checkedFilter_4 = value; } inline static int32_t get_offset_of_syncObj_5() { return static_cast(offsetof(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214, ___syncObj_5)); } inline RuntimeObject * get_syncObj_5() const { return ___syncObj_5; } inline RuntimeObject ** get_address_of_syncObj_5() { return &___syncObj_5; } inline void set_syncObj_5(RuntimeObject * value) { ___syncObj_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___syncObj_5), (void*)value); } }; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 : public RuntimeObject { public: // System.Collections.Hashtable System.Net.CookieContainer::m_domainTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___m_domainTable_1; // System.Int32 System.Net.CookieContainer::m_maxCookieSize int32_t ___m_maxCookieSize_2; // System.Int32 System.Net.CookieContainer::m_maxCookies int32_t ___m_maxCookies_3; // System.Int32 System.Net.CookieContainer::m_maxCookiesPerDomain int32_t ___m_maxCookiesPerDomain_4; // System.Int32 System.Net.CookieContainer::m_count int32_t ___m_count_5; // System.String System.Net.CookieContainer::m_fqdnMyDomain String_t* ___m_fqdnMyDomain_6; public: inline static int32_t get_offset_of_m_domainTable_1() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___m_domainTable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_m_domainTable_1() const { return ___m_domainTable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_m_domainTable_1() { return &___m_domainTable_1; } inline void set_m_domainTable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___m_domainTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domainTable_1), (void*)value); } inline static int32_t get_offset_of_m_maxCookieSize_2() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___m_maxCookieSize_2)); } inline int32_t get_m_maxCookieSize_2() const { return ___m_maxCookieSize_2; } inline int32_t* get_address_of_m_maxCookieSize_2() { return &___m_maxCookieSize_2; } inline void set_m_maxCookieSize_2(int32_t value) { ___m_maxCookieSize_2 = value; } inline static int32_t get_offset_of_m_maxCookies_3() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___m_maxCookies_3)); } inline int32_t get_m_maxCookies_3() const { return ___m_maxCookies_3; } inline int32_t* get_address_of_m_maxCookies_3() { return &___m_maxCookies_3; } inline void set_m_maxCookies_3(int32_t value) { ___m_maxCookies_3 = value; } inline static int32_t get_offset_of_m_maxCookiesPerDomain_4() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___m_maxCookiesPerDomain_4)); } inline int32_t get_m_maxCookiesPerDomain_4() const { return ___m_maxCookiesPerDomain_4; } inline int32_t* get_address_of_m_maxCookiesPerDomain_4() { return &___m_maxCookiesPerDomain_4; } inline void set_m_maxCookiesPerDomain_4(int32_t value) { ___m_maxCookiesPerDomain_4 = value; } inline static int32_t get_offset_of_m_count_5() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___m_count_5)); } inline int32_t get_m_count_5() const { return ___m_count_5; } inline int32_t* get_address_of_m_count_5() { return &___m_count_5; } inline void set_m_count_5(int32_t value) { ___m_count_5 = value; } inline static int32_t get_offset_of_m_fqdnMyDomain_6() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2, ___m_fqdnMyDomain_6)); } inline String_t* get_m_fqdnMyDomain_6() const { return ___m_fqdnMyDomain_6; } inline String_t** get_address_of_m_fqdnMyDomain_6() { return &___m_fqdnMyDomain_6; } inline void set_m_fqdnMyDomain_6(String_t* value) { ___m_fqdnMyDomain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fqdnMyDomain_6), (void*)value); } }; struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields { public: // System.Net.HeaderVariantInfo[] System.Net.CookieContainer::HeaderInfo HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* ___HeaderInfo_0; public: inline static int32_t get_offset_of_HeaderInfo_0() { return static_cast(offsetof(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields, ___HeaderInfo_0)); } inline HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* get_HeaderInfo_0() const { return ___HeaderInfo_0; } inline HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354** get_address_of_HeaderInfo_0() { return &___HeaderInfo_0; } inline void set_HeaderInfo_0(HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* value) { ___HeaderInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___HeaderInfo_0), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.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.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 : public RuntimeObject { public: // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t * ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject * ___m_stackTrace_1; public: inline static int32_t get_offset_of_m_Exception_0() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_Exception_0)); } inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; } inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; } inline void set_m_Exception_0(Exception_t * value) { ___m_Exception_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value); } inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast(offsetof(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09, ___m_stackTrace_1)); } inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; } inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; } inline void set_m_stackTrace_1(RuntimeObject * value) { ___m_stackTrace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value); } }; // 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.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 : public RuntimeObject { public: public: }; struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5_StaticFields { public: // System.Boolean System.Net.NetworkInformation.IPGlobalProperties::k__BackingField bool ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return static_cast(offsetof(IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5_StaticFields, ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0)); } inline bool get_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() const { return ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; } inline bool* get_address_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return &___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; } inline void set_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0(bool value) { ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0 = value; } }; // System.ComponentModel.License struct License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 : public RuntimeObject { public: public: }; // System.ComponentModel.LicenseContext struct LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF : public RuntimeObject { public: public: }; // System.ComponentModel.LicenseProvider struct LicenseProvider_tBC40978A52764598AA24EC34F19F002CAECD7A10 : public RuntimeObject { public: public: }; // System.Collections.Specialized.ListDictionary struct ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::head DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * ___head_0; // System.Int32 System.Collections.Specialized.ListDictionary::version int32_t ___version_1; // System.Int32 System.Collections.Specialized.ListDictionary::count int32_t ___count_2; // System.Collections.IComparer System.Collections.Specialized.ListDictionary::comparer RuntimeObject* ___comparer_3; // System.Object System.Collections.Specialized.ListDictionary::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___head_0)); } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * get_head_0() const { return ___head_0; } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B, ____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); } }; // 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); } }; // Mono.Http.NtlmSession struct NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 : public RuntimeObject { public: // Mono.Security.Protocol.Ntlm.MessageBase Mono.Http.NtlmSession::message MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * ___message_0; public: inline static int32_t get_offset_of_message_0() { return static_cast(offsetof(NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7, ___message_0)); } inline MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * get_message_0() const { return ___message_0; } inline MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD ** get_address_of_message_0() { return &___message_0; } inline void set_message_0(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * value) { ___message_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_0), (void*)value); } }; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.OidCollection::m_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902, ___m_list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_m_list_0() const { return ___m_list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_0), (void*)value); } }; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::_objectsArray ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____objectsArray_0; // System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::_objectsTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____objectsTable_1; // System.Int32 System.Collections.Specialized.OrderedDictionary::_initialCapacity int32_t ____initialCapacity_2; // System.Collections.IEqualityComparer System.Collections.Specialized.OrderedDictionary::_comparer RuntimeObject* ____comparer_3; // System.Boolean System.Collections.Specialized.OrderedDictionary::_readOnly bool ____readOnly_4; // System.Object System.Collections.Specialized.OrderedDictionary::_syncRoot RuntimeObject * ____syncRoot_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.OrderedDictionary::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_6; public: inline static int32_t get_offset_of__objectsArray_0() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____objectsArray_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__objectsArray_0() const { return ____objectsArray_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__objectsArray_0() { return &____objectsArray_0; } inline void set__objectsArray_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____objectsArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectsArray_0), (void*)value); } inline static int32_t get_offset_of__objectsTable_1() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____objectsTable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__objectsTable_1() const { return ____objectsTable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__objectsTable_1() { return &____objectsTable_1; } inline void set__objectsTable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____objectsTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectsTable_1), (void*)value); } inline static int32_t get_offset_of__initialCapacity_2() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____initialCapacity_2)); } inline int32_t get__initialCapacity_2() const { return ____initialCapacity_2; } inline int32_t* get_address_of__initialCapacity_2() { return &____initialCapacity_2; } inline void set__initialCapacity_2(int32_t value) { ____initialCapacity_2 = value; } inline static int32_t get_offset_of__comparer_3() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____comparer_3)); } inline RuntimeObject* get__comparer_3() const { return ____comparer_3; } inline RuntimeObject** get_address_of__comparer_3() { return &____comparer_3; } inline void set__comparer_3(RuntimeObject* value) { ____comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_3), (void*)value); } inline static int32_t get_offset_of__readOnly_4() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____readOnly_4)); } inline bool get__readOnly_4() const { return ____readOnly_4; } inline bool* get_address_of__readOnly_4() { return &____readOnly_4; } inline void set__readOnly_4(bool value) { ____readOnly_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } inline static int32_t get_offset_of__siInfo_6() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____siInfo_6)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_6() const { return ____siInfo_6; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_6() { return &____siInfo_6; } inline void set__siInfo_6(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_6), (void*)value); } }; // Mono.Security.X509.PKCS12 struct PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 : public RuntimeObject { public: // System.Byte[] Mono.Security.X509.PKCS12::_password ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____password_0; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____keyBags_1; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____secretBags_2; // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * ____certs_3; // System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged bool ____keyBagsChanged_4; // System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged bool ____secretBagsChanged_5; // System.Boolean Mono.Security.X509.PKCS12::_certsChanged bool ____certsChanged_6; // System.Int32 Mono.Security.X509.PKCS12::_iterations int32_t ____iterations_7; // System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____safeBags_8; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_9; public: inline static int32_t get_offset_of__password_0() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____password_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__password_0() const { return ____password_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__password_0() { return &____password_0; } inline void set__password_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____password_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_0), (void*)value); } inline static int32_t get_offset_of__keyBags_1() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____keyBags_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__keyBags_1() const { return ____keyBags_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__keyBags_1() { return &____keyBags_1; } inline void set__keyBags_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____keyBags_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyBags_1), (void*)value); } inline static int32_t get_offset_of__secretBags_2() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____secretBags_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__secretBags_2() const { return ____secretBags_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__secretBags_2() { return &____secretBags_2; } inline void set__secretBags_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____secretBags_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____secretBags_2), (void*)value); } inline static int32_t get_offset_of__certs_3() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____certs_3)); } inline X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * get__certs_3() const { return ____certs_3; } inline X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 ** get_address_of__certs_3() { return &____certs_3; } inline void set__certs_3(X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * value) { ____certs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____certs_3), (void*)value); } inline static int32_t get_offset_of__keyBagsChanged_4() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____keyBagsChanged_4)); } inline bool get__keyBagsChanged_4() const { return ____keyBagsChanged_4; } inline bool* get_address_of__keyBagsChanged_4() { return &____keyBagsChanged_4; } inline void set__keyBagsChanged_4(bool value) { ____keyBagsChanged_4 = value; } inline static int32_t get_offset_of__secretBagsChanged_5() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____secretBagsChanged_5)); } inline bool get__secretBagsChanged_5() const { return ____secretBagsChanged_5; } inline bool* get_address_of__secretBagsChanged_5() { return &____secretBagsChanged_5; } inline void set__secretBagsChanged_5(bool value) { ____secretBagsChanged_5 = value; } inline static int32_t get_offset_of__certsChanged_6() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____certsChanged_6)); } inline bool get__certsChanged_6() const { return ____certsChanged_6; } inline bool* get_address_of__certsChanged_6() { return &____certsChanged_6; } inline void set__certsChanged_6(bool value) { ____certsChanged_6 = value; } inline static int32_t get_offset_of__iterations_7() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____iterations_7)); } inline int32_t get__iterations_7() const { return ____iterations_7; } inline int32_t* get_address_of__iterations_7() { return &____iterations_7; } inline void set__iterations_7(int32_t value) { ____iterations_7 = value; } inline static int32_t get_offset_of__safeBags_8() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____safeBags_8)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__safeBags_8() const { return ____safeBags_8; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__safeBags_8() { return &____safeBags_8; } inline void set__safeBags_8(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____safeBags_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeBags_8), (void*)value); } inline static int32_t get_offset_of__rng_9() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3, ____rng_9)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_9() const { return ____rng_9; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_9() { return &____rng_9; } inline void set__rng_9(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_9), (void*)value); } }; struct PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3_StaticFields { public: // System.Int32 Mono.Security.X509.PKCS12::password_max_length int32_t ___password_max_length_10; public: inline static int32_t get_offset_of_password_max_length_10() { return static_cast(offsetof(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3_StaticFields, ___password_max_length_10)); } inline int32_t get_password_max_length_10() const { return ___password_max_length_10; } inline int32_t* get_address_of_password_max_length_10() { return &___password_max_length_10; } inline void set_password_max_length_10(int32_t value) { ___password_max_length_10 = 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.X509Certificates.PublicKey struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 : public RuntimeObject { public: // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::_key AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ____key_0; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_keyValue AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ____keyValue_1; // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_params AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ____params_2; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::_oid Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ____oid_3; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____key_0)); } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * get__key_0() const { return ____key_0; } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__keyValue_1() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____keyValue_1)); } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * get__keyValue_1() const { return ____keyValue_1; } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA ** get_address_of__keyValue_1() { return &____keyValue_1; } inline void set__keyValue_1(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * value) { ____keyValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyValue_1), (void*)value); } inline static int32_t get_offset_of__params_2() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____params_2)); } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * get__params_2() const { return ____params_2; } inline AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA ** get_address_of__params_2() { return &____params_2; } inline void set__params_2(AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * value) { ____params_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_2), (void*)value); } inline static int32_t get_offset_of__oid_3() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2, ____oid_3)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get__oid_3() const { return ____oid_3; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of__oid_3() { return &____oid_3; } inline void set__oid_3(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ____oid_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_3), (void*)value); } }; struct PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields { public: // System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::Empty ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_StaticFields, ___Empty_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Empty_4() const { return ___Empty_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.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.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.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E : public RuntimeObject { public: // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebCompletionSource::completion TaskCompletionSource_1_tA588E53E06778CC5F619F80119BBF9704F1A73D1 * ___completion_0; public: inline static int32_t get_offset_of_completion_0() { return static_cast(offsetof(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E, ___completion_0)); } inline TaskCompletionSource_1_tA588E53E06778CC5F619F80119BBF9704F1A73D1 * get_completion_0() const { return ___completion_0; } inline TaskCompletionSource_1_tA588E53E06778CC5F619F80119BBF9704F1A73D1 ** get_address_of_completion_0() { return &___completion_0; } inline void set_completion_0(TaskCompletionSource_1_tA588E53E06778CC5F619F80119BBF9704F1A73D1 * value) { ___completion_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___completion_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_3; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___impl_0)); } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * get_impl_0() const { return ___impl_0; } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_issuer_name_2() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___issuer_name_2)); } inline String_t* get_issuer_name_2() const { return ___issuer_name_2; } inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; } inline void set_issuer_name_2(String_t* value) { ___issuer_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_name_2), (void*)value); } inline static int32_t get_offset_of_subject_name_3() { return static_cast(offsetof(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553, ___subject_name_3)); } inline String_t* get_subject_name_3() const { return ___subject_name_3; } inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; } inline void set_subject_name_3(String_t* value) { ___subject_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_name_3), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509CertificateImpl struct X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 : public RuntimeObject { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::cachedCertificateHash ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cachedCertificateHash_0; public: inline static int32_t get_offset_of_cachedCertificateHash_0() { return static_cast(offsetof(X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219, ___cachedCertificateHash_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cachedCertificateHash_0() const { return ___cachedCertificateHash_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cachedCertificateHash_0() { return &___cachedCertificateHash_0; } inline void set_cachedCertificateHash_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cachedCertificateHash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCertificateHash_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection struct X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::list List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372, ___list_0)); } inline List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * get_list_0() const { return ___list_0; } inline List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Chain struct X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl_0; public: inline static int32_t get_offset_of_impl_0() { return static_cast(offsetof(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37, ___impl_0)); } inline X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * get_impl_0() const { return ___impl_0; } inline X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE ** get_address_of_impl_0() { return &___impl_0; } inline void set_impl_0(X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * value) { ___impl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainElement struct X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509ChainElement::certificate X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * ___certificate_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainElement::info String_t* ___info_1; public: inline static int32_t get_offset_of_certificate_0() { return static_cast(offsetof(X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25, ___certificate_0)); } inline X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * get_certificate_0() const { return ___certificate_0; } inline X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD ** get_address_of_certificate_0() { return &___certificate_0; } inline void set_certificate_0(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * value) { ___certificate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificate_0), (void*)value); } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection struct X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.X509Certificates.X509ChainElementCollection::_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1, ____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.Security.Cryptography.X509Certificates.X509ChainElementEnumerator struct X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE : public RuntimeObject { public: public: }; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection struct X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0 : public RuntimeObject { public: public: }; struct X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0_StaticFields { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509ExtensionCollection::Empty ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0_StaticFields, ___Empty_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Empty_0() const { return ___Empty_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Helper2 struct X509Helper2_tFD740360D317FC473CF0E32CF45DA41852F1DD5D : public RuntimeObject { public: public: }; // Mono.Security.X509.X509Store struct X509Store_t9E8C718CDF565BF8C8547407070D69F07D051E06 : public RuntimeObject { public: public: }; // System.Security.Cryptography.X509Certificates.X509Store struct X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509Store::list X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * ___list_0; // Mono.Security.X509.X509Store System.Security.Cryptography.X509Certificates.X509Store::store X509Store_t9E8C718CDF565BF8C8547407070D69F07D051E06 * ___store_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358, ___list_0)); } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * get_list_0() const { return ___list_0; } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_store_1() { return static_cast(offsetof(X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358, ___store_1)); } inline X509Store_t9E8C718CDF565BF8C8547407070D69F07D051E06 * get_store_1() const { return ___store_1; } inline X509Store_t9E8C718CDF565BF8C8547407070D69F07D051E06 ** get_address_of_store_1() { return &___store_1; } inline void set_store_1(X509Store_t9E8C718CDF565BF8C8547407070D69F07D051E06 * value) { ___store_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_1), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Utils struct X509Utils_tC790ED685B9F900AAEC02480B011B3492CD44BE9 : public RuntimeObject { public: public: }; // Mono.Net.CFNetwork/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 : public RuntimeObject { public: // Mono.Net.CFProxy[] Mono.Net.CFNetwork/<>c__DisplayClass13_0::proxies CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* ___proxies_0; // Mono.Net.CFRunLoop Mono.Net.CFNetwork/<>c__DisplayClass13_0::runLoop CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * ___runLoop_1; public: inline static int32_t get_offset_of_proxies_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675, ___proxies_0)); } inline CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* get_proxies_0() const { return ___proxies_0; } inline CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26** get_address_of_proxies_0() { return &___proxies_0; } inline void set_proxies_0(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* value) { ___proxies_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxies_0), (void*)value); } inline static int32_t get_offset_of_runLoop_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675, ___runLoop_1)); } inline CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * get_runLoop_1() const { return ___runLoop_1; } inline CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 ** get_address_of_runLoop_1() { return &___runLoop_1; } inline void set_runLoop_1(CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * value) { ___runLoop_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___runLoop_1), (void*)value); } }; // Mono.Net.CFNetwork/CFWebProxy struct CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 : public RuntimeObject { public: // System.Net.ICredentials Mono.Net.CFNetwork/CFWebProxy::credentials RuntimeObject* ___credentials_0; // System.Boolean Mono.Net.CFNetwork/CFWebProxy::userSpecified bool ___userSpecified_1; public: inline static int32_t get_offset_of_credentials_0() { return static_cast(offsetof(CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1, ___credentials_0)); } inline RuntimeObject* get_credentials_0() const { return ___credentials_0; } inline RuntimeObject** get_address_of_credentials_0() { return &___credentials_0; } inline void set_credentials_0(RuntimeObject* value) { ___credentials_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_0), (void*)value); } inline static int32_t get_offset_of_userSpecified_1() { return static_cast(offsetof(CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1, ___userSpecified_1)); } inline bool get_userSpecified_1() const { return ___userSpecified_1; } inline bool* get_address_of_userSpecified_1() { return &___userSpecified_1; } inline void set_userSpecified_1(bool value) { ___userSpecified_1 = value; } }; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass0_0 struct U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E : public RuntimeObject { public: // System.Net.Security.RemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass0_0::callback RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E, ___callback_0)); } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * get_callback_0() const { return ___callback_0; } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 : public RuntimeObject { public: // System.Net.Security.LocalCertificateSelectionCallback Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass1_0::callback LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249, ___callback_0)); } inline LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * get_callback_0() const { return ___callback_0; } inline LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0 struct U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0::callback MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9, ___callback_0)); } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * get_callback_0() const { return ___callback_0; } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 : public RuntimeObject { public: // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0::callback MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1, ___callback_0)); } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * get_callback_0() const { return ___callback_0; } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // System.ComponentModel.Container/Site struct Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 : public RuntimeObject { public: // System.ComponentModel.IComponent System.ComponentModel.Container/Site::component RuntimeObject* ___component_0; // System.ComponentModel.Container System.ComponentModel.Container/Site::container Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * ___container_1; // System.String System.ComponentModel.Container/Site::name String_t* ___name_2; public: inline static int32_t get_offset_of_component_0() { return static_cast(offsetof(Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859, ___component_0)); } inline RuntimeObject* get_component_0() const { return ___component_0; } inline RuntimeObject** get_address_of_component_0() { return &___component_0; } inline void set_component_0(RuntimeObject* value) { ___component_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___component_0), (void*)value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859, ___container_1)); } inline Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * get_container_1() const { return ___container_1; } inline Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } }; // System.Net.CookieCollection/CookieCollectionEnumerator struct CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 : public RuntimeObject { public: // System.Net.CookieCollection System.Net.CookieCollection/CookieCollectionEnumerator::m_cookies CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___m_cookies_0; // System.Int32 System.Net.CookieCollection/CookieCollectionEnumerator::m_count int32_t ___m_count_1; // System.Int32 System.Net.CookieCollection/CookieCollectionEnumerator::m_index int32_t ___m_index_2; // System.Int32 System.Net.CookieCollection/CookieCollectionEnumerator::m_version int32_t ___m_version_3; public: inline static int32_t get_offset_of_m_cookies_0() { return static_cast(offsetof(CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___m_cookies_0)); } inline CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * get_m_cookies_0() const { return ___m_cookies_0; } inline CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 ** get_address_of_m_cookies_0() { return &___m_cookies_0; } inline void set_m_cookies_0(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * value) { ___m_cookies_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cookies_0), (void*)value); } inline static int32_t get_offset_of_m_count_1() { return static_cast(offsetof(CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___m_count_1)); } inline int32_t get_m_count_1() const { return ___m_count_1; } inline int32_t* get_address_of_m_count_1() { return &___m_count_1; } inline void set_m_count_1(int32_t value) { ___m_count_1 = value; } inline static int32_t get_offset_of_m_index_2() { return static_cast(offsetof(CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___m_index_2)); } inline int32_t get_m_index_2() const { return ___m_index_2; } inline int32_t* get_address_of_m_index_2() { return &___m_index_2; } inline void set_m_index_2(int32_t value) { ___m_index_2 = value; } inline static int32_t get_offset_of_m_version_3() { return static_cast(offsetof(CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014, ___m_version_3)); } inline int32_t get_m_version_3() const { return ___m_version_3; } inline int32_t* get_address_of_m_version_3() { return &___m_version_3; } inline void set_m_version_3(int32_t value) { ___m_version_3 = 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.CultureInfoConverter/CultureInfoMapper struct CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C : public RuntimeObject { public: public: }; struct CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_StaticFields { public: // System.Collections.Generic.Dictionary`2 modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CultureInfoConverter/CultureInfoMapper::cultureInfoNameMap Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___cultureInfoNameMap_0; public: inline static int32_t get_offset_of_cultureInfoNameMap_0() { return static_cast(offsetof(CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_StaticFields, ___cultureInfoNameMap_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_cultureInfoNameMap_0() const { return ___cultureInfoNameMap_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_cultureInfoNameMap_0() { return &___cultureInfoNameMap_0; } inline void set_cultureInfoNameMap_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___cultureInfoNameMap_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cultureInfoNameMap_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.Net.LazyAsyncResult/ThreadContext struct ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 : public RuntimeObject { public: // System.Int32 System.Net.LazyAsyncResult/ThreadContext::m_NestedIOCount int32_t ___m_NestedIOCount_0; public: inline static int32_t get_offset_of_m_NestedIOCount_0() { return static_cast(offsetof(ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3, ___m_NestedIOCount_0)); } inline int32_t get_m_NestedIOCount_0() const { return ___m_NestedIOCount_0; } inline int32_t* get_address_of_m_NestedIOCount_0() { return &___m_NestedIOCount_0; } inline void set_m_NestedIOCount_0(int32_t value) { ___m_NestedIOCount_0 = value; } }; // System.ComponentModel.LicenseManager/LicenseInteropHelper struct LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154 : public RuntimeObject { public: // System.ComponentModel.Design.DesigntimeLicenseContext System.ComponentModel.LicenseManager/LicenseInteropHelper::helperContext DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * ___helperContext_4; // System.ComponentModel.LicenseContext System.ComponentModel.LicenseManager/LicenseInteropHelper::savedLicenseContext LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * ___savedLicenseContext_5; // System.Type System.ComponentModel.LicenseManager/LicenseInteropHelper::savedType Type_t * ___savedType_6; public: inline static int32_t get_offset_of_helperContext_4() { return static_cast(offsetof(LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154, ___helperContext_4)); } inline DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * get_helperContext_4() const { return ___helperContext_4; } inline DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A ** get_address_of_helperContext_4() { return &___helperContext_4; } inline void set_helperContext_4(DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * value) { ___helperContext_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___helperContext_4), (void*)value); } inline static int32_t get_offset_of_savedLicenseContext_5() { return static_cast(offsetof(LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154, ___savedLicenseContext_5)); } inline LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * get_savedLicenseContext_5() const { return ___savedLicenseContext_5; } inline LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF ** get_address_of_savedLicenseContext_5() { return &___savedLicenseContext_5; } inline void set_savedLicenseContext_5(LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * value) { ___savedLicenseContext_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___savedLicenseContext_5), (void*)value); } inline static int32_t get_offset_of_savedType_6() { return static_cast(offsetof(LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154, ___savedType_6)); } inline Type_t * get_savedType_6() const { return ___savedType_6; } inline Type_t ** get_address_of_savedType_6() { return &___savedType_6; } inline void set_savedType_6(Type_t * value) { ___savedType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___savedType_6), (void*)value); } }; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 : public RuntimeObject { public: // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::key RuntimeObject * ___key_0; // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::value RuntimeObject * ___value_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNode::next DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * ___next_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89, ___next_2)); } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * get_next_2() const { return ___next_2; } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_2), (void*)value); } }; // System.Collections.Specialized.ListDictionary/NodeEnumerator struct NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/NodeEnumerator::list ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list_0; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/NodeEnumerator::current DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * ___current_1; // System.Int32 System.Collections.Specialized.ListDictionary/NodeEnumerator::version int32_t ___version_2; // System.Boolean System.Collections.Specialized.ListDictionary/NodeEnumerator::start bool ___start_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___list_0)); } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * get_list_0() const { return ___list_0; } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___current_1)); } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * get_current_1() const { return ___current_1; } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___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_start_3() { return static_cast(offsetof(NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C, ___start_3)); } inline bool get_start_3() const { return ___start_3; } inline bool* get_address_of_start_3() { return &___start_3; } inline void set_start_3(bool value) { ___start_3 = value; } }; // System.Collections.Specialized.ListDictionary/NodeKeyValueCollection struct NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::list ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list_0; // System.Boolean System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::isKeys bool ___isKeys_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696, ___list_0)); } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * get_list_0() const { return ___list_0; } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_isKeys_1() { return static_cast(offsetof(NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696, ___isKeys_1)); } inline bool get_isKeys_1() const { return ___isKeys_1; } inline bool* get_address_of_isKeys_1() { return &___isKeys_1; } inline void set_isKeys_1(bool value) { ___isKeys_1 = value; } }; // Mono.Net.Security.MobileAuthenticatedStream/<>c__DisplayClass66_0 struct U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/<>c__DisplayClass66_0::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_0; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/<>c__DisplayClass66_0::len int32_t ___len_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124, ___U3CU3E4__this_0)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_len_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124, ___len_1)); } inline int32_t get_len_1() const { return ___len_1; } inline int32_t* get_address_of_len_1() { return &___len_1; } inline void set_len_1(int32_t value) { ___len_1 = value; } }; // System.Net.MonoChunkStream/Chunk struct Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 : public RuntimeObject { public: // System.Byte[] System.Net.MonoChunkStream/Chunk::Bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Bytes_0; // System.Int32 System.Net.MonoChunkStream/Chunk::Offset int32_t ___Offset_1; public: inline static int32_t get_offset_of_Bytes_0() { return static_cast(offsetof(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951, ___Bytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Bytes_0() const { return ___Bytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Bytes_0() { return &___Bytes_0; } inline void set_Bytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Bytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Bytes_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } }; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 : public RuntimeObject { public: // System.String System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::Key String_t* ___Key_0; // System.Object System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::Value RuntimeObject * ___Value_1; public: inline static int32_t get_offset_of_Key_0() { return static_cast(offsetof(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22, ___Key_0)); } inline String_t* get_Key_0() const { return ___Key_0; } inline String_t** get_address_of_Key_0() { return &___Key_0; } inline void set_Key_0(String_t* value) { ___Key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Key_0), (void*)value); } inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22, ___Value_1)); } inline RuntimeObject * get_Value_1() const { return ___Value_1; } inline RuntimeObject ** get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(RuntimeObject * value) { ___Value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_1), (void*)value); } }; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator struct NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_pos int32_t ____pos_0; // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_coll NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * ____coll_1; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_version int32_t ____version_2; public: inline static int32_t get_offset_of__pos_0() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____pos_0)); } inline int32_t get__pos_0() const { return ____pos_0; } inline int32_t* get_address_of__pos_0() { return &____pos_0; } inline void set__pos_0(int32_t value) { ____pos_0 = value; } inline static int32_t get_offset_of__coll_1() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____coll_1)); } inline NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * get__coll_1() const { return ____coll_1; } inline NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 ** get_address_of__coll_1() { return &____coll_1; } inline void set__coll_1(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * value) { ____coll_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____coll_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; // System.ComponentModel.NestedContainer/Site struct Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 : public RuntimeObject { public: // System.ComponentModel.IComponent System.ComponentModel.NestedContainer/Site::component RuntimeObject* ___component_0; // System.ComponentModel.NestedContainer System.ComponentModel.NestedContainer/Site::container NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * ___container_1; // System.String System.ComponentModel.NestedContainer/Site::name String_t* ___name_2; public: inline static int32_t get_offset_of_component_0() { return static_cast(offsetof(Site_tA3480C1C11DD11563EF48290D6F40D88855DE964, ___component_0)); } inline RuntimeObject* get_component_0() const { return ___component_0; } inline RuntimeObject** get_address_of_component_0() { return &___component_0; } inline void set_component_0(RuntimeObject* value) { ___component_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___component_0), (void*)value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(Site_tA3480C1C11DD11563EF48290D6F40D88855DE964, ___container_1)); } inline NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * get_container_1() const { return ___container_1; } inline NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(Site_tA3480C1C11DD11563EF48290D6F40D88855DE964, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } }; // Mono.Http.NtlmClient/<>c struct U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 : public RuntimeObject { public: public: }; struct U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields { public: // Mono.Http.NtlmClient/<>c Mono.Http.NtlmClient/<>c::<>9 U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * ___U3CU3E9_0; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback Mono.Http.NtlmClient/<>c::<>9__1_0 CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields, ___U3CU3E9__1_0_1)); } inline CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::_objectReturnType int32_t ____objectReturnType_0; // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::arrayEnumerator RuntimeObject* ___arrayEnumerator_1; public: inline static int32_t get_offset_of__objectReturnType_0() { return static_cast(offsetof(OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969, ____objectReturnType_0)); } inline int32_t get__objectReturnType_0() const { return ____objectReturnType_0; } inline int32_t* get_address_of__objectReturnType_0() { return &____objectReturnType_0; } inline void set__objectReturnType_0(int32_t value) { ____objectReturnType_0 = value; } inline static int32_t get_offset_of_arrayEnumerator_1() { return static_cast(offsetof(OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969, ___arrayEnumerator_1)); } inline RuntimeObject* get_arrayEnumerator_1() const { return ___arrayEnumerator_1; } inline RuntimeObject** get_address_of_arrayEnumerator_1() { return &___arrayEnumerator_1; } inline void set_arrayEnumerator_1(RuntimeObject* value) { ___arrayEnumerator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayEnumerator_1), (void*)value); } }; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection struct OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::_objects ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____objects_0; // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::isKeys bool ___isKeys_1; public: inline static int32_t get_offset_of__objects_0() { return static_cast(offsetof(OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E, ____objects_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__objects_0() const { return ____objects_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__objects_0() { return &____objects_0; } inline void set__objects_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____objects_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objects_0), (void*)value); } inline static int32_t get_offset_of_isKeys_1() { return static_cast(offsetof(OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E, ___isKeys_1)); } inline bool get_isKeys_1() const { return ___isKeys_1; } inline bool* get_address_of_isKeys_1() { return &___isKeys_1; } inline void set_isKeys_1(bool value) { ___isKeys_1 = value; } }; // System.Net.PathList/PathListComparer struct PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 : public RuntimeObject { public: public: }; struct PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields { public: // System.Net.PathList/PathListComparer System.Net.PathList/PathListComparer::StaticInstance PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * ___StaticInstance_0; public: inline static int32_t get_offset_of_StaticInstance_0() { return static_cast(offsetof(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields, ___StaticInstance_0)); } inline PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * get_StaticInstance_0() const { return ___StaticInstance_0; } inline PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; } inline void set_StaticInstance_0(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * value) { ___StaticInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___StaticInstance_0), (void*)value); } }; // System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator struct PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 : public RuntimeObject { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::owner PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___owner_0; // System.Int32 System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::index int32_t ___index_1; public: inline static int32_t get_offset_of_owner_0() { return static_cast(offsetof(PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009, ___owner_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_owner_0() const { return ___owner_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_owner_0() { return &___owner_0; } inline void set_owner_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } }; // System.ComponentModel.ReferenceConverter/ReferenceComparer struct ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4 : public RuntimeObject { public: // System.ComponentModel.ReferenceConverter System.ComponentModel.ReferenceConverter/ReferenceComparer::converter ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * ___converter_0; public: inline static int32_t get_offset_of_converter_0() { return static_cast(offsetof(ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4, ___converter_0)); } inline ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * get_converter_0() const { return ___converter_0; } inline ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B ** get_address_of_converter_0() { return &___converter_0; } inline void set_converter_0(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * value) { ___converter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_0), (void*)value); } }; // System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData struct ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF : public RuntimeObject { public: // System.Type System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_type Type_t * ____type_0; // System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_attributes AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ____attributes_1; // System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_events EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ____events_2; // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_properties PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ____properties_3; // System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ____converter_4; // System.Object[] System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____editors_5; // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____editorTypes_6; // System.Int32 System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::_editorCount int32_t ____editorCount_7; public: inline static int32_t get_offset_of__type_0() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____type_0)); } inline Type_t * get__type_0() const { return ____type_0; } inline Type_t ** get_address_of__type_0() { return &____type_0; } inline void set__type_0(Type_t * value) { ____type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_0), (void*)value); } inline static int32_t get_offset_of__attributes_1() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____attributes_1)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get__attributes_1() const { return ____attributes_1; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of__attributes_1() { return &____attributes_1; } inline void set__attributes_1(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ____attributes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_1), (void*)value); } inline static int32_t get_offset_of__events_2() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____events_2)); } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * get__events_2() const { return ____events_2; } inline EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 ** get_address_of__events_2() { return &____events_2; } inline void set__events_2(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * value) { ____events_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____events_2), (void*)value); } inline static int32_t get_offset_of__properties_3() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____properties_3)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get__properties_3() const { return ____properties_3; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of__properties_3() { return &____properties_3; } inline void set__properties_3(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ____properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_3), (void*)value); } inline static int32_t get_offset_of__converter_4() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____converter_4)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get__converter_4() const { return ____converter_4; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of__converter_4() { return &____converter_4; } inline void set__converter_4(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ____converter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____converter_4), (void*)value); } inline static int32_t get_offset_of__editors_5() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____editors_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__editors_5() const { return ____editors_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__editors_5() { return &____editors_5; } inline void set__editors_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____editors_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____editors_5), (void*)value); } inline static int32_t get_offset_of__editorTypes_6() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____editorTypes_6)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__editorTypes_6() const { return ____editorTypes_6; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__editorTypes_6() { return &____editorTypes_6; } inline void set__editorTypes_6(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____editorTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____editorTypes_6), (void*)value); } inline static int32_t get_offset_of__editorCount_7() { return static_cast(offsetof(ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF, ____editorCount_7)); } inline int32_t get__editorCount_7() const { return ____editorCount_7; } inline int32_t* get_address_of__editorCount_7() { return &____editorCount_7; } inline void set__editorCount_7(int32_t value) { ____editorCount_7 = value; } }; // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A : public RuntimeObject { public: // System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_0), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Helper2/MyNativeHelper struct MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D : public RuntimeObject { public: public: }; // System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator struct NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator::list ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list_0; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator::current DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * ___current_1; // System.Int32 System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator::version int32_t ___version_2; // System.Boolean System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator::isKeys bool ___isKeys_3; // System.Boolean System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator::start bool ___start_4; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1, ___list_0)); } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * get_list_0() const { return ___list_0; } inline ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1, ___current_1)); } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * get_current_1() const { return ___current_1; } inline DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value); } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1, ___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_isKeys_3() { return static_cast(offsetof(NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1, ___isKeys_3)); } inline bool get_isKeys_3() const { return ___isKeys_3; } inline bool* get_address_of_isKeys_3() { return &___isKeys_3; } inline void set_isKeys_3(bool value) { ___isKeys_3 = value; } inline static int32_t get_offset_of_start_4() { return static_cast(offsetof(NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1, ___start_4)); } inline bool get_start_4() const { return ___start_4; } inline bool* get_address_of_start_4() { return &___start_4; } inline void set_start_4(bool value) { ___start_4 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43, ___m_task_0)); } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06, ___m_task_0)); } inline Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B, ___m_task_0)); } inline Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * get_m_task_0() const { return ___m_task_0; } inline Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___m_task_0)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8, ___m_task_0)); } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_task_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED, ___m_task_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409, ___list_0)); } inline List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * get_list_0() const { return ___list_0; } inline List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409, ___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_current_3() { return static_cast(offsetof(Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409, ___current_3)); } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * get_current_3() const { return ___current_3; } inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (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.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { 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_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___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_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE, ___m_task_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD, ___m_task_0)); } inline Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * get_m_task_0() const { return ___m_task_0; } inline Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81, ___m_task_0)); } inline Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_tD78E716C9AB70F51F241465A32F5F5E49DA3529A { public: // T1 System.ValueTuple`2::Item1 WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___Item1_0; // T2 System.ValueTuple`2::Item2 bool ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tD78E716C9AB70F51F241465A32F5F5E49DA3529A, ___Item1_0)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_Item1_0() const { return ___Item1_0; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tD78E716C9AB70F51F241465A32F5F5E49DA3529A, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } }; // System.ValueTuple`4,System.Net.WebException> struct ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B { public: // T1 System.ValueTuple`4::Item1 bool ___Item1_0; // T2 System.ValueTuple`4::Item2 bool ___Item2_1; // T3 System.ValueTuple`4::Item3 Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * ___Item3_2; // T4 System.ValueTuple`4::Item4 WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * ___Item4_3; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B, ___Item1_0)); } inline bool get_Item1_0() const { return ___Item1_0; } inline bool* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(bool value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B, ___Item3_2)); } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * get_Item3_2() const { return ___Item3_2; } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 ** get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * value) { ___Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item3_2), (void*)value); } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B, ___Item4_3)); } inline WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * get_Item4_3() const { return ___Item4_3; } inline WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } }; // System.ValueTuple`5 struct ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 { public: // T1 System.ValueTuple`5::Item1 HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___Item1_0; // T2 System.ValueTuple`5::Item2 bool ___Item2_1; // T3 System.ValueTuple`5::Item3 bool ___Item3_2; // T4 System.ValueTuple`5::Item4 BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___Item4_3; // T5 System.ValueTuple`5::Item5 WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___Item5_4; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092, ___Item1_0)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_Item1_0() const { return ___Item1_0; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092, ___Item3_2)); } inline bool get_Item3_2() const { return ___Item3_2; } inline bool* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(bool value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092, ___Item4_3)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_Item4_3() const { return ___Item4_3; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } inline static int32_t get_offset_of_Item5_4() { return static_cast(offsetof(ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092, ___Item5_4)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_Item5_4() const { return ___Item5_4; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_Item5_4() { return &___Item5_4; } inline void set_Item5_4(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___Item5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item5_4), (void*)value); } }; // System.ValueTuple`5 struct ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 { public: // T1 System.ValueTuple`5::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`5::Item2 bool ___Item2_1; // T3 System.ValueTuple`5::Item3 bool ___Item3_2; // T4 System.ValueTuple`5::Item4 RuntimeObject * ___Item4_3; // T5 System.ValueTuple`5::Item5 RuntimeObject * ___Item5_4; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item3_2)); } inline bool get_Item3_2() const { return ___Item3_2; } inline bool* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(bool value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item4_3)); } inline RuntimeObject * get_Item4_3() const { return ___Item4_3; } inline RuntimeObject ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(RuntimeObject * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } inline static int32_t get_offset_of_Item5_4() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item5_4)); } inline RuntimeObject * get_Item5_4() const { return ___Item5_4; } inline RuntimeObject ** get_address_of_Item5_4() { return &___Item5_4; } inline void set_Item5_4(RuntimeObject * value) { ___Item5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item5_4), (void*)value); } }; // Mono.Net.Security.AsyncHandshakeRequest struct AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 : public AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 { public: public: }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // 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); } }; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 : public BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD { public: // System.Int32 Mono.Net.Security.BufferOffsetSize2::InitialSize int32_t ___InitialSize_5; public: inline static int32_t get_offset_of_InitialSize_5() { return static_cast(offsetof(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638, ___InitialSize_5)); } inline int32_t get_InitialSize_5() const { return ___InitialSize_5; } inline int32_t* get_address_of_InitialSize_5() { return &___InitialSize_5; } inline void set_InitialSize_5(int32_t value) { ___InitialSize_5 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 { public: // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___P_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_0() const { return ___P_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Q_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value); } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___G_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_G_2() const { return ___G_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_G_2() { return &___G_2; } inline void set_G_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___G_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value); } inline static int32_t get_offset_of_Y_3() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Y_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Y_3() const { return ___Y_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Y_3() { return &___Y_3; } inline void set_Y_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value); } inline static int32_t get_offset_of_J_4() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___J_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_J_4() const { return ___J_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_J_4() { return &___J_4; } inline void set_J_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___J_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value); } inline static int32_t get_offset_of_X_5() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___X_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_X_5() const { return ___X_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_X_5() { return &___X_5; } inline void set_X_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___X_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value); } inline static int32_t get_offset_of_Seed_6() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Seed_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Seed_6() const { return ___Seed_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Seed_6() { return &___Seed_6; } inline void set_Seed_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Seed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value); } inline static int32_t get_offset_of_Counter_7() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Counter_7)); } inline int32_t get_Counter_7() const { return ___Counter_7; } inline int32_t* get_address_of_Counter_7() { return &___Counter_7; } inline void set_Counter_7(int32_t value) { ___Counter_7 = value; } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_marshaled_com { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // 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.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.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.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.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.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)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.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.ComponentModel.LicFileLicenseProvider struct LicFileLicenseProvider_t0C159066151EF942824ECDC68036A1F5BBA2E5DF : public LicenseProvider_tBC40978A52764598AA24EC34F19F002CAECD7A10 { 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.NestedContainer struct NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 : public Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 { public: // System.ComponentModel.IComponent System.ComponentModel.NestedContainer::_owner RuntimeObject* ____owner_6; public: inline static int32_t get_offset_of__owner_6() { return static_cast(offsetof(NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72, ____owner_6)); } inline RuntimeObject* get__owner_6() const { return ____owner_6; } inline RuntimeObject** get_address_of__owner_6() { return &____owner_6; } inline void set__owner_6(RuntimeObject* value) { ____owner_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____owner_6), (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.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___D_7; public: inline static int32_t get_offset_of_Exponent_0() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Exponent_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Exponent_0() const { return ___Exponent_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Exponent_0() { return &___Exponent_0; } inline void set_Exponent_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Exponent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value); } inline static int32_t get_offset_of_Modulus_1() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Modulus_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Modulus_1() const { return ___Modulus_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Modulus_1() { return &___Modulus_1; } inline void set_Modulus_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Modulus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value); } inline static int32_t get_offset_of_P_2() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___P_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_2() const { return ___P_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_2() { return &___P_2; } inline void set_P_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value); } inline static int32_t get_offset_of_Q_3() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Q_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_3() const { return ___Q_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_3() { return &___Q_3; } inline void set_Q_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value); } inline static int32_t get_offset_of_DP_4() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DP_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DP_4() const { return ___DP_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DP_4() { return &___DP_4; } inline void set_DP_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value); } inline static int32_t get_offset_of_DQ_5() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DQ_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DQ_5() const { return ___DQ_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DQ_5() { return &___DQ_5; } inline void set_DQ_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DQ_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value); } inline static int32_t get_offset_of_InverseQ_6() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___InverseQ_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_InverseQ_6() const { return ___InverseQ_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_InverseQ_6() { return &___InverseQ_6; } inline void set_InverseQ_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___InverseQ_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value); } inline static int32_t get_offset_of_D_7() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___D_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_D_7() const { return ___D_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_D_7() { return &___D_7; } inline void set_D_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___D_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_com { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // System.Security.Cryptography.SHA1 struct SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // 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.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.TypeConverterAttribute::typeName String_t* ___typeName_0; public: inline static int32_t get_offset_of_typeName_0() { return static_cast(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83, ___typeName_0)); } inline String_t* get_typeName_0() const { return ___typeName_0; } inline String_t** get_address_of_typeName_0() { return &___typeName_0; } inline void set_typeName_0(String_t* value) { ___typeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)value); } }; struct TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields { public: // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * ___Default_1; public: inline static int32_t get_offset_of_Default_1() { return static_cast(offsetof(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_StaticFields, ___Default_1)); } inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * get_Default_1() const { return ___Default_1; } inline TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 ** get_address_of_Default_1() { return &___Default_1; } inline void set_Default_1(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * value) { ___Default_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_1), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.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.Net.NetworkInformation.Win32IPGlobalProperties struct Win32IPGlobalProperties_t44A5F09048FBAA07204FDF98BE8588D70CCBF9F5 : public IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 { public: public: }; // System.Security.Cryptography.X509Certificates.X500DistinguishedName struct X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 : public AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA { public: public: }; // System.Security.Cryptography.X509Certificates.X509Certificate2 struct X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD : public X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 { public: // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::friendlyName String_t* ___friendlyName_4; public: inline static int32_t get_offset_of_friendlyName_4() { return static_cast(offsetof(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD, ___friendlyName_4)); } inline String_t* get_friendlyName_4() const { return ___friendlyName_4; } inline String_t** get_address_of_friendlyName_4() { return &___friendlyName_4; } inline void set_friendlyName_4(String_t* value) { ___friendlyName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendlyName_4), (void*)value); } }; struct X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_StaticFields { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::signedData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signedData_5; public: inline static int32_t get_offset_of_signedData_5() { return static_cast(offsetof(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_StaticFields, ___signedData_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signedData_5() const { return ___signedData_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signedData_5() { return &___signedData_5; } inline void set_signedData_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signedData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedData_5), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Certificate2Impl struct X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B : public X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 { public: public: }; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Security.Cryptography.X509Certificates.X509Extension struct X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 : public AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::_critical bool ____critical_2; public: inline static int32_t get_offset_of__critical_2() { return static_cast(offsetof(X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5, ____critical_2)); } inline bool get__critical_2() const { return ____critical_2; } inline bool* get_address_of__critical_2() { return &____critical_2; } inline void set__critical_2(bool value) { ____critical_2 = value; } }; // /__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.ComponentModel.AttributeCollection/AttributeEntry struct AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC { public: // System.Type System.ComponentModel.AttributeCollection/AttributeEntry::type Type_t * ___type_0; // System.Int32 System.ComponentModel.AttributeCollection/AttributeEntry::index int32_t ___index_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } }; // Native definition for P/Invoke marshalling of System.ComponentModel.AttributeCollection/AttributeEntry struct AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_pinvoke { Type_t * ___type_0; int32_t ___index_1; }; // Native definition for COM marshalling of System.ComponentModel.AttributeCollection/AttributeEntry struct AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_com { Type_t * ___type_0; int32_t ___index_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // System.ComponentModel.LicFileLicenseProvider/LicFileLicense struct LicFileLicense_t48E8BE071EB96D1E15F23A7D51B387776EE73128 : public License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 { public: // System.String System.ComponentModel.LicFileLicenseProvider/LicFileLicense::key String_t* ___key_0; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(LicFileLicense_t48E8BE071EB96D1E15F23A7D51B387776EE73128, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } }; // Mono.Unity.UnityTls/unitytls_x509_ref struct unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_x509_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // Mono.Unity.UnityTls/unitytls_x509list_ref struct unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_x509list_ref::handle uint64_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D, ___handle_0)); } inline uint64_t get_handle_0() const { return ___handle_0; } inline uint64_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint64_t value) { ___handle_0 = value; } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> struct AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8, ___m_task_2)); } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> struct AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884, ___m_task_2)); } inline Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> struct AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F, ___m_task_2)); } inline Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * get_m_task_2() const { return ___m_task_2; } inline Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50, ___m_task_2)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D, ___m_task_2)); } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75, ___m_task_2)); } inline Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t4B8CF50BCA70ADAD54A2813B464DF4A25F896857 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___m_task_2)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_task_2)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_task_2)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1> struct ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1> struct ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1> struct ConfiguredTaskAwaitable_1_tF561D517576859AC9D2B8887ACC921BF763F18C4 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_tF561D517576859AC9D2B8887ACC921BF763F18C4, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // 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; } }; // System.Security.Cryptography.AsnDecodeStatus struct AsnDecodeStatus_tBE4ADA7C45EBFD656BFEE0F04CAEC70A1C1BD15E { public: // System.Int32 System.Security.Cryptography.AsnDecodeStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AsnDecodeStatus_tBE4ADA7C45EBFD656BFEE0F04CAEC70A1C1BD15E, ___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.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; }; // Mono.Net.Security.AsyncOperationStatus struct AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3 { public: // System.Int32 Mono.Net.Security.AsyncOperationStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3, ___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.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; } }; // Mono.Net.CFObject struct CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB : public RuntimeObject { public: // System.IntPtr Mono.Net.CFObject::k__BackingField intptr_t ___U3CHandleU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CHandleU3Ek__BackingField_0() { return static_cast(offsetof(CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB, ___U3CHandleU3Ek__BackingField_0)); } inline intptr_t get_U3CHandleU3Ek__BackingField_0() const { return ___U3CHandleU3Ek__BackingField_0; } inline intptr_t* get_address_of_U3CHandleU3Ek__BackingField_0() { return &___U3CHandleU3Ek__BackingField_0; } inline void set_U3CHandleU3Ek__BackingField_0(intptr_t value) { ___U3CHandleU3Ek__BackingField_0 = value; } }; // Mono.Net.CFProxy struct CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D : public RuntimeObject { public: // Mono.Net.CFDictionary Mono.Net.CFProxy::settings CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings_13; public: inline static int32_t get_offset_of_settings_13() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D, ___settings_13)); } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * get_settings_13() const { return ___settings_13; } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D ** get_address_of_settings_13() { return &___settings_13; } inline void set_settings_13(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * value) { ___settings_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_13), (void*)value); } }; struct CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields { public: // System.IntPtr Mono.Net.CFProxy::kCFProxyAutoConfigurationJavaScriptKey intptr_t ___kCFProxyAutoConfigurationJavaScriptKey_0; // System.IntPtr Mono.Net.CFProxy::kCFProxyAutoConfigurationURLKey intptr_t ___kCFProxyAutoConfigurationURLKey_1; // System.IntPtr Mono.Net.CFProxy::kCFProxyHostNameKey intptr_t ___kCFProxyHostNameKey_2; // System.IntPtr Mono.Net.CFProxy::kCFProxyPasswordKey intptr_t ___kCFProxyPasswordKey_3; // System.IntPtr Mono.Net.CFProxy::kCFProxyPortNumberKey intptr_t ___kCFProxyPortNumberKey_4; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeKey intptr_t ___kCFProxyTypeKey_5; // System.IntPtr Mono.Net.CFProxy::kCFProxyUsernameKey intptr_t ___kCFProxyUsernameKey_6; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeAutoConfigurationURL intptr_t ___kCFProxyTypeAutoConfigurationURL_7; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeAutoConfigurationJavaScript intptr_t ___kCFProxyTypeAutoConfigurationJavaScript_8; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeFTP intptr_t ___kCFProxyTypeFTP_9; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeHTTP intptr_t ___kCFProxyTypeHTTP_10; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeHTTPS intptr_t ___kCFProxyTypeHTTPS_11; // System.IntPtr Mono.Net.CFProxy::kCFProxyTypeSOCKS intptr_t ___kCFProxyTypeSOCKS_12; public: inline static int32_t get_offset_of_kCFProxyAutoConfigurationJavaScriptKey_0() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyAutoConfigurationJavaScriptKey_0)); } inline intptr_t get_kCFProxyAutoConfigurationJavaScriptKey_0() const { return ___kCFProxyAutoConfigurationJavaScriptKey_0; } inline intptr_t* get_address_of_kCFProxyAutoConfigurationJavaScriptKey_0() { return &___kCFProxyAutoConfigurationJavaScriptKey_0; } inline void set_kCFProxyAutoConfigurationJavaScriptKey_0(intptr_t value) { ___kCFProxyAutoConfigurationJavaScriptKey_0 = value; } inline static int32_t get_offset_of_kCFProxyAutoConfigurationURLKey_1() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyAutoConfigurationURLKey_1)); } inline intptr_t get_kCFProxyAutoConfigurationURLKey_1() const { return ___kCFProxyAutoConfigurationURLKey_1; } inline intptr_t* get_address_of_kCFProxyAutoConfigurationURLKey_1() { return &___kCFProxyAutoConfigurationURLKey_1; } inline void set_kCFProxyAutoConfigurationURLKey_1(intptr_t value) { ___kCFProxyAutoConfigurationURLKey_1 = value; } inline static int32_t get_offset_of_kCFProxyHostNameKey_2() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyHostNameKey_2)); } inline intptr_t get_kCFProxyHostNameKey_2() const { return ___kCFProxyHostNameKey_2; } inline intptr_t* get_address_of_kCFProxyHostNameKey_2() { return &___kCFProxyHostNameKey_2; } inline void set_kCFProxyHostNameKey_2(intptr_t value) { ___kCFProxyHostNameKey_2 = value; } inline static int32_t get_offset_of_kCFProxyPasswordKey_3() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyPasswordKey_3)); } inline intptr_t get_kCFProxyPasswordKey_3() const { return ___kCFProxyPasswordKey_3; } inline intptr_t* get_address_of_kCFProxyPasswordKey_3() { return &___kCFProxyPasswordKey_3; } inline void set_kCFProxyPasswordKey_3(intptr_t value) { ___kCFProxyPasswordKey_3 = value; } inline static int32_t get_offset_of_kCFProxyPortNumberKey_4() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyPortNumberKey_4)); } inline intptr_t get_kCFProxyPortNumberKey_4() const { return ___kCFProxyPortNumberKey_4; } inline intptr_t* get_address_of_kCFProxyPortNumberKey_4() { return &___kCFProxyPortNumberKey_4; } inline void set_kCFProxyPortNumberKey_4(intptr_t value) { ___kCFProxyPortNumberKey_4 = value; } inline static int32_t get_offset_of_kCFProxyTypeKey_5() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeKey_5)); } inline intptr_t get_kCFProxyTypeKey_5() const { return ___kCFProxyTypeKey_5; } inline intptr_t* get_address_of_kCFProxyTypeKey_5() { return &___kCFProxyTypeKey_5; } inline void set_kCFProxyTypeKey_5(intptr_t value) { ___kCFProxyTypeKey_5 = value; } inline static int32_t get_offset_of_kCFProxyUsernameKey_6() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyUsernameKey_6)); } inline intptr_t get_kCFProxyUsernameKey_6() const { return ___kCFProxyUsernameKey_6; } inline intptr_t* get_address_of_kCFProxyUsernameKey_6() { return &___kCFProxyUsernameKey_6; } inline void set_kCFProxyUsernameKey_6(intptr_t value) { ___kCFProxyUsernameKey_6 = value; } inline static int32_t get_offset_of_kCFProxyTypeAutoConfigurationURL_7() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeAutoConfigurationURL_7)); } inline intptr_t get_kCFProxyTypeAutoConfigurationURL_7() const { return ___kCFProxyTypeAutoConfigurationURL_7; } inline intptr_t* get_address_of_kCFProxyTypeAutoConfigurationURL_7() { return &___kCFProxyTypeAutoConfigurationURL_7; } inline void set_kCFProxyTypeAutoConfigurationURL_7(intptr_t value) { ___kCFProxyTypeAutoConfigurationURL_7 = value; } inline static int32_t get_offset_of_kCFProxyTypeAutoConfigurationJavaScript_8() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeAutoConfigurationJavaScript_8)); } inline intptr_t get_kCFProxyTypeAutoConfigurationJavaScript_8() const { return ___kCFProxyTypeAutoConfigurationJavaScript_8; } inline intptr_t* get_address_of_kCFProxyTypeAutoConfigurationJavaScript_8() { return &___kCFProxyTypeAutoConfigurationJavaScript_8; } inline void set_kCFProxyTypeAutoConfigurationJavaScript_8(intptr_t value) { ___kCFProxyTypeAutoConfigurationJavaScript_8 = value; } inline static int32_t get_offset_of_kCFProxyTypeFTP_9() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeFTP_9)); } inline intptr_t get_kCFProxyTypeFTP_9() const { return ___kCFProxyTypeFTP_9; } inline intptr_t* get_address_of_kCFProxyTypeFTP_9() { return &___kCFProxyTypeFTP_9; } inline void set_kCFProxyTypeFTP_9(intptr_t value) { ___kCFProxyTypeFTP_9 = value; } inline static int32_t get_offset_of_kCFProxyTypeHTTP_10() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeHTTP_10)); } inline intptr_t get_kCFProxyTypeHTTP_10() const { return ___kCFProxyTypeHTTP_10; } inline intptr_t* get_address_of_kCFProxyTypeHTTP_10() { return &___kCFProxyTypeHTTP_10; } inline void set_kCFProxyTypeHTTP_10(intptr_t value) { ___kCFProxyTypeHTTP_10 = value; } inline static int32_t get_offset_of_kCFProxyTypeHTTPS_11() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeHTTPS_11)); } inline intptr_t get_kCFProxyTypeHTTPS_11() const { return ___kCFProxyTypeHTTPS_11; } inline intptr_t* get_address_of_kCFProxyTypeHTTPS_11() { return &___kCFProxyTypeHTTPS_11; } inline void set_kCFProxyTypeHTTPS_11(intptr_t value) { ___kCFProxyTypeHTTPS_11 = value; } inline static int32_t get_offset_of_kCFProxyTypeSOCKS_12() { return static_cast(offsetof(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields, ___kCFProxyTypeSOCKS_12)); } inline intptr_t get_kCFProxyTypeSOCKS_12() const { return ___kCFProxyTypeSOCKS_12; } inline intptr_t* get_address_of_kCFProxyTypeSOCKS_12() { return &___kCFProxyTypeSOCKS_12; } inline void set_kCFProxyTypeSOCKS_12(intptr_t value) { ___kCFProxyTypeSOCKS_12 = value; } }; // Mono.Net.CFProxySettings struct CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB : public RuntimeObject { public: // Mono.Net.CFDictionary Mono.Net.CFProxySettings::settings CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings_6; public: inline static int32_t get_offset_of_settings_6() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB, ___settings_6)); } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * get_settings_6() const { return ___settings_6; } inline CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D ** get_address_of_settings_6() { return &___settings_6; } inline void set_settings_6(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * value) { ___settings_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_6), (void*)value); } }; struct CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields { public: // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesHTTPEnable intptr_t ___kCFNetworkProxiesHTTPEnable_0; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesHTTPPort intptr_t ___kCFNetworkProxiesHTTPPort_1; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesHTTPProxy intptr_t ___kCFNetworkProxiesHTTPProxy_2; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesProxyAutoConfigEnable intptr_t ___kCFNetworkProxiesProxyAutoConfigEnable_3; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesProxyAutoConfigJavaScript intptr_t ___kCFNetworkProxiesProxyAutoConfigJavaScript_4; // System.IntPtr Mono.Net.CFProxySettings::kCFNetworkProxiesProxyAutoConfigURLString intptr_t ___kCFNetworkProxiesProxyAutoConfigURLString_5; public: inline static int32_t get_offset_of_kCFNetworkProxiesHTTPEnable_0() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesHTTPEnable_0)); } inline intptr_t get_kCFNetworkProxiesHTTPEnable_0() const { return ___kCFNetworkProxiesHTTPEnable_0; } inline intptr_t* get_address_of_kCFNetworkProxiesHTTPEnable_0() { return &___kCFNetworkProxiesHTTPEnable_0; } inline void set_kCFNetworkProxiesHTTPEnable_0(intptr_t value) { ___kCFNetworkProxiesHTTPEnable_0 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesHTTPPort_1() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesHTTPPort_1)); } inline intptr_t get_kCFNetworkProxiesHTTPPort_1() const { return ___kCFNetworkProxiesHTTPPort_1; } inline intptr_t* get_address_of_kCFNetworkProxiesHTTPPort_1() { return &___kCFNetworkProxiesHTTPPort_1; } inline void set_kCFNetworkProxiesHTTPPort_1(intptr_t value) { ___kCFNetworkProxiesHTTPPort_1 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesHTTPProxy_2() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesHTTPProxy_2)); } inline intptr_t get_kCFNetworkProxiesHTTPProxy_2() const { return ___kCFNetworkProxiesHTTPProxy_2; } inline intptr_t* get_address_of_kCFNetworkProxiesHTTPProxy_2() { return &___kCFNetworkProxiesHTTPProxy_2; } inline void set_kCFNetworkProxiesHTTPProxy_2(intptr_t value) { ___kCFNetworkProxiesHTTPProxy_2 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesProxyAutoConfigEnable_3() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesProxyAutoConfigEnable_3)); } inline intptr_t get_kCFNetworkProxiesProxyAutoConfigEnable_3() const { return ___kCFNetworkProxiesProxyAutoConfigEnable_3; } inline intptr_t* get_address_of_kCFNetworkProxiesProxyAutoConfigEnable_3() { return &___kCFNetworkProxiesProxyAutoConfigEnable_3; } inline void set_kCFNetworkProxiesProxyAutoConfigEnable_3(intptr_t value) { ___kCFNetworkProxiesProxyAutoConfigEnable_3 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesProxyAutoConfigJavaScript_4() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesProxyAutoConfigJavaScript_4)); } inline intptr_t get_kCFNetworkProxiesProxyAutoConfigJavaScript_4() const { return ___kCFNetworkProxiesProxyAutoConfigJavaScript_4; } inline intptr_t* get_address_of_kCFNetworkProxiesProxyAutoConfigJavaScript_4() { return &___kCFNetworkProxiesProxyAutoConfigJavaScript_4; } inline void set_kCFNetworkProxiesProxyAutoConfigJavaScript_4(intptr_t value) { ___kCFNetworkProxiesProxyAutoConfigJavaScript_4 = value; } inline static int32_t get_offset_of_kCFNetworkProxiesProxyAutoConfigURLString_5() { return static_cast(offsetof(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields, ___kCFNetworkProxiesProxyAutoConfigURLString_5)); } inline intptr_t get_kCFNetworkProxiesProxyAutoConfigURLString_5() const { return ___kCFNetworkProxiesProxyAutoConfigURLString_5; } inline intptr_t* get_address_of_kCFNetworkProxiesProxyAutoConfigURLString_5() { return &___kCFNetworkProxiesProxyAutoConfigURLString_5; } inline void set_kCFNetworkProxiesProxyAutoConfigURLString_5(intptr_t value) { ___kCFNetworkProxiesProxyAutoConfigURLString_5 = value; } }; // Mono.Net.CFProxyType struct CFProxyType_tF65E80017A057F3EBA6E2E289765E89275F202E9 { public: // System.Int32 Mono.Net.CFProxyType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CFProxyType_tF65E80017A057F3EBA6E2E289765E89275F202E9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.CompareOptions struct CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E { public: // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___m_configuredTaskAwaiter_0; public: inline static int32_t get_offset_of_m_configuredTaskAwaiter_0() { return static_cast(offsetof(ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E, ___m_configuredTaskAwaiter_0)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_m_configuredTaskAwaiter_0() const { return ___m_configuredTaskAwaiter_0; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_m_configuredTaskAwaiter_0() { return &___m_configuredTaskAwaiter_0; } inline void set_m_configuredTaskAwaiter_0(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___m_configuredTaskAwaiter_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_configuredTaskAwaiter_0))->___m_task_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E_marshaled_pinvoke { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke ___m_configuredTaskAwaiter_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E_marshaled_com { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com ___m_configuredTaskAwaiter_0; }; // System.Net.CookieCollection struct CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 : public RuntimeObject { public: // System.Int32 System.Net.CookieCollection::m_version int32_t ___m_version_0; // System.Collections.ArrayList System.Net.CookieCollection::m_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___m_list_1; // System.DateTime System.Net.CookieCollection::m_TimeStamp DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_TimeStamp_2; // System.Boolean System.Net.CookieCollection::m_has_other_versions bool ___m_has_other_versions_3; // System.Boolean System.Net.CookieCollection::m_IsReadOnly bool ___m_IsReadOnly_4; public: inline static int32_t get_offset_of_m_version_0() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_version_0)); } inline int32_t get_m_version_0() const { return ___m_version_0; } inline int32_t* get_address_of_m_version_0() { return &___m_version_0; } inline void set_m_version_0(int32_t value) { ___m_version_0 = value; } inline static int32_t get_offset_of_m_list_1() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_list_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_m_list_1() const { return ___m_list_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_m_list_1() { return &___m_list_1; } inline void set_m_list_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___m_list_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_1), (void*)value); } inline static int32_t get_offset_of_m_TimeStamp_2() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_TimeStamp_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_TimeStamp_2() const { return ___m_TimeStamp_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_TimeStamp_2() { return &___m_TimeStamp_2; } inline void set_m_TimeStamp_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_TimeStamp_2 = value; } inline static int32_t get_offset_of_m_has_other_versions_3() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_has_other_versions_3)); } inline bool get_m_has_other_versions_3() const { return ___m_has_other_versions_3; } inline bool* get_address_of_m_has_other_versions_3() { return &___m_has_other_versions_3; } inline void set_m_has_other_versions_3(bool value) { ___m_has_other_versions_3 = value; } inline static int32_t get_offset_of_m_IsReadOnly_4() { return static_cast(offsetof(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06, ___m_IsReadOnly_4)); } inline bool get_m_IsReadOnly_4() const { return ___m_IsReadOnly_4; } inline bool* get_address_of_m_IsReadOnly_4() { return &___m_IsReadOnly_4; } inline void set_m_IsReadOnly_4(bool value) { ___m_IsReadOnly_4 = 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.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1, ___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.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A : public DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_6; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_7; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * ___dsa_8; public: inline static int32_t get_offset_of_store_3() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___store_3)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_3() const { return ___store_3; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_3() { return &___store_3; } inline void set_store_3(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_3), (void*)value); } inline static int32_t get_offset_of_persistKey_4() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persistKey_4)); } inline bool get_persistKey_4() const { return ___persistKey_4; } inline bool* get_address_of_persistKey_4() { return &___persistKey_4; } inline void set_persistKey_4(bool value) { ___persistKey_4 = value; } inline static int32_t get_offset_of_persisted_5() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persisted_5)); } inline bool get_persisted_5() const { return ___persisted_5; } inline bool* get_address_of_persisted_5() { return &___persisted_5; } inline void set_persisted_5(bool value) { ___persisted_5 = value; } inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___privateKeyExportable_6)); } inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; } inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; } inline void set_privateKeyExportable_6(bool value) { ___privateKeyExportable_6 = value; } inline static int32_t get_offset_of_m_disposed_7() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___m_disposed_7)); } inline bool get_m_disposed_7() const { return ___m_disposed_7; } inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; } inline void set_m_disposed_7(bool value) { ___m_disposed_7 = value; } inline static int32_t get_offset_of_dsa_8() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___dsa_8)); } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * get_dsa_8() const { return ___dsa_8; } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA ** get_address_of_dsa_8() { return &___dsa_8; } inline void set_dsa_8(DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * value) { ___dsa_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsa_8), (void*)value); } }; struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_9; public: inline static int32_t get_offset_of_useMachineKeyStore_9() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields, ___useMachineKeyStore_9)); } inline bool get_useMachineKeyStore_9() const { return ___useMachineKeyStore_9; } inline bool* get_address_of_useMachineKeyStore_9() { return &___useMachineKeyStore_9; } inline void set_useMachineKeyStore_9(bool value) { ___useMachineKeyStore_9 = 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.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.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.Net.HttpStatusCode struct HttpStatusCode_tFCB1BA96A101857DA7C390345DE43B77F9567D98 { public: // System.Int32 System.Net.HttpStatusCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HttpStatusCode_tFCB1BA96A101857DA7C390345DE43B77F9567D98, ___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.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.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // Mono.Security.Interface.MonoSslPolicyErrors struct MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC { public: // System.Int32 Mono.Security.Interface.MonoSslPolicyErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MonoSslPolicyErrors_t5C2169CB6F739F3F5BDB568BAB12A7286ABC34EC, ___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.NetworkInformation.NetBiosNodeType struct NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480 { public: // System.Int32 System.Net.NetworkInformation.NetBiosNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480, ___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.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.Security.Cryptography.OidGroup struct OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4 { public: // System.Int32 System.Security.Cryptography.OidGroup::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OidGroup_tA8D8DA27353F8D70638E08569F65A34BCA3D5EB4, ___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; } }; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_4; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___d_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___p_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___q_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___dp_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___dq_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___qInv_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___n_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * ___e_12; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * ___KeyGenerated_13; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___isCRTpossible_2)); } inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; } inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; } inline void set_isCRTpossible_2(bool value) { ___isCRTpossible_2 = value; } inline static int32_t get_offset_of_keypairGenerated_3() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___keypairGenerated_3)); } inline bool get_keypairGenerated_3() const { return ___keypairGenerated_3; } inline bool* get_address_of_keypairGenerated_3() { return &___keypairGenerated_3; } inline void set_keypairGenerated_3(bool value) { ___keypairGenerated_3 = value; } inline static int32_t get_offset_of_m_disposed_4() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___m_disposed_4)); } inline bool get_m_disposed_4() const { return ___m_disposed_4; } inline bool* get_address_of_m_disposed_4() { return &___m_disposed_4; } inline void set_m_disposed_4(bool value) { ___m_disposed_4 = value; } inline static int32_t get_offset_of_d_5() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___d_5)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_d_5() const { return ___d_5; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_d_5() { return &___d_5; } inline void set_d_5(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___d_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_5), (void*)value); } inline static int32_t get_offset_of_p_6() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___p_6)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_p_6() const { return ___p_6; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_p_6() { return &___p_6; } inline void set_p_6(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___p_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_6), (void*)value); } inline static int32_t get_offset_of_q_7() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___q_7)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_q_7() const { return ___q_7; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_q_7() { return &___q_7; } inline void set_q_7(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___q_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_7), (void*)value); } inline static int32_t get_offset_of_dp_8() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___dp_8)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_dp_8() const { return ___dp_8; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_dp_8() { return &___dp_8; } inline void set_dp_8(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___dp_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dp_8), (void*)value); } inline static int32_t get_offset_of_dq_9() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___dq_9)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_dq_9() const { return ___dq_9; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_dq_9() { return &___dq_9; } inline void set_dq_9(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___dq_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dq_9), (void*)value); } inline static int32_t get_offset_of_qInv_10() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___qInv_10)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_qInv_10() const { return ___qInv_10; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_qInv_10() { return &___qInv_10; } inline void set_qInv_10(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___qInv_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___qInv_10), (void*)value); } inline static int32_t get_offset_of_n_11() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___n_11)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_n_11() const { return ___n_11; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_n_11() { return &___n_11; } inline void set_n_11(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___n_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_11), (void*)value); } inline static int32_t get_offset_of_e_12() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___e_12)); } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * get_e_12() const { return ___e_12; } inline BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D ** get_address_of_e_12() { return &___e_12; } inline void set_e_12(BigInteger_t3E22C5D54A28436FF4292EC337AF146B2F38379D * value) { ___e_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___e_12), (void*)value); } inline static int32_t get_offset_of_KeyGenerated_13() { return static_cast(offsetof(RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741, ___KeyGenerated_13)); } inline KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * get_KeyGenerated_13() const { return ___KeyGenerated_13; } inline KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA ** get_address_of_KeyGenerated_13() { return &___KeyGenerated_13; } inline void set_KeyGenerated_13(KeyGeneratedEventHandler_t7C83DFCD850346D0E6024E1718E4120CBC4892FA * value) { ___KeyGenerated_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_13), (void*)value); } }; // System.ComponentModel.ReflectTypeDescriptionProvider struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B : public TypeDescriptionProvider_t122A1EB346B118B569F333CECF3DCB613CD793D0 { public: // System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::_typeData Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____typeData_2; public: inline static int32_t get_offset_of__typeData_2() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B, ____typeData_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__typeData_2() const { return ____typeData_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__typeData_2() { return &____typeData_2; } inline void set__typeData_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____typeData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeData_2), (void*)value); } }; struct ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields { public: // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_typeConstructor TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____typeConstructor_3; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_editorTables Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____editorTables_4; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicTypeConverters Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____intrinsicTypeConverters_5; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicReferenceKey RuntimeObject * ____intrinsicReferenceKey_6; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_intrinsicNullableKey RuntimeObject * ____intrinsicNullableKey_7; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_dictionaryKey RuntimeObject * ____dictionaryKey_8; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_propertyCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____propertyCache_9; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_eventCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____eventCache_10; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_attributeCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____attributeCache_11; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.ReflectTypeDescriptionProvider::_extendedPropertyCache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____extendedPropertyCache_12; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderKey Guid_t ____extenderProviderKey_13; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderPropertiesKey Guid_t ____extenderPropertiesKey_14; // System.Guid System.ComponentModel.ReflectTypeDescriptionProvider::_extenderProviderPropertiesKey Guid_t ____extenderProviderPropertiesKey_15; // System.Type[] System.ComponentModel.ReflectTypeDescriptionProvider::_skipInterfaceAttributeList TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____skipInterfaceAttributeList_16; // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::_internalSyncObject RuntimeObject * ____internalSyncObject_17; public: inline static int32_t get_offset_of__typeConstructor_3() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____typeConstructor_3)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__typeConstructor_3() const { return ____typeConstructor_3; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__typeConstructor_3() { return &____typeConstructor_3; } inline void set__typeConstructor_3(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____typeConstructor_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeConstructor_3), (void*)value); } inline static int32_t get_offset_of__editorTables_4() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____editorTables_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__editorTables_4() const { return ____editorTables_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__editorTables_4() { return &____editorTables_4; } inline void set__editorTables_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____editorTables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____editorTables_4), (void*)value); } inline static int32_t get_offset_of__intrinsicTypeConverters_5() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicTypeConverters_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__intrinsicTypeConverters_5() const { return ____intrinsicTypeConverters_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__intrinsicTypeConverters_5() { return &____intrinsicTypeConverters_5; } inline void set__intrinsicTypeConverters_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____intrinsicTypeConverters_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicTypeConverters_5), (void*)value); } inline static int32_t get_offset_of__intrinsicReferenceKey_6() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicReferenceKey_6)); } inline RuntimeObject * get__intrinsicReferenceKey_6() const { return ____intrinsicReferenceKey_6; } inline RuntimeObject ** get_address_of__intrinsicReferenceKey_6() { return &____intrinsicReferenceKey_6; } inline void set__intrinsicReferenceKey_6(RuntimeObject * value) { ____intrinsicReferenceKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicReferenceKey_6), (void*)value); } inline static int32_t get_offset_of__intrinsicNullableKey_7() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____intrinsicNullableKey_7)); } inline RuntimeObject * get__intrinsicNullableKey_7() const { return ____intrinsicNullableKey_7; } inline RuntimeObject ** get_address_of__intrinsicNullableKey_7() { return &____intrinsicNullableKey_7; } inline void set__intrinsicNullableKey_7(RuntimeObject * value) { ____intrinsicNullableKey_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____intrinsicNullableKey_7), (void*)value); } inline static int32_t get_offset_of__dictionaryKey_8() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____dictionaryKey_8)); } inline RuntimeObject * get__dictionaryKey_8() const { return ____dictionaryKey_8; } inline RuntimeObject ** get_address_of__dictionaryKey_8() { return &____dictionaryKey_8; } inline void set__dictionaryKey_8(RuntimeObject * value) { ____dictionaryKey_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____dictionaryKey_8), (void*)value); } inline static int32_t get_offset_of__propertyCache_9() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____propertyCache_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__propertyCache_9() const { return ____propertyCache_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__propertyCache_9() { return &____propertyCache_9; } inline void set__propertyCache_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____propertyCache_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyCache_9), (void*)value); } inline static int32_t get_offset_of__eventCache_10() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____eventCache_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__eventCache_10() const { return ____eventCache_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__eventCache_10() { return &____eventCache_10; } inline void set__eventCache_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____eventCache_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____eventCache_10), (void*)value); } inline static int32_t get_offset_of__attributeCache_11() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____attributeCache_11)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__attributeCache_11() const { return ____attributeCache_11; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__attributeCache_11() { return &____attributeCache_11; } inline void set__attributeCache_11(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____attributeCache_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeCache_11), (void*)value); } inline static int32_t get_offset_of__extendedPropertyCache_12() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extendedPropertyCache_12)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__extendedPropertyCache_12() const { return ____extendedPropertyCache_12; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__extendedPropertyCache_12() { return &____extendedPropertyCache_12; } inline void set__extendedPropertyCache_12(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____extendedPropertyCache_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____extendedPropertyCache_12), (void*)value); } inline static int32_t get_offset_of__extenderProviderKey_13() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderProviderKey_13)); } inline Guid_t get__extenderProviderKey_13() const { return ____extenderProviderKey_13; } inline Guid_t * get_address_of__extenderProviderKey_13() { return &____extenderProviderKey_13; } inline void set__extenderProviderKey_13(Guid_t value) { ____extenderProviderKey_13 = value; } inline static int32_t get_offset_of__extenderPropertiesKey_14() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderPropertiesKey_14)); } inline Guid_t get__extenderPropertiesKey_14() const { return ____extenderPropertiesKey_14; } inline Guid_t * get_address_of__extenderPropertiesKey_14() { return &____extenderPropertiesKey_14; } inline void set__extenderPropertiesKey_14(Guid_t value) { ____extenderPropertiesKey_14 = value; } inline static int32_t get_offset_of__extenderProviderPropertiesKey_15() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____extenderProviderPropertiesKey_15)); } inline Guid_t get__extenderProviderPropertiesKey_15() const { return ____extenderProviderPropertiesKey_15; } inline Guid_t * get_address_of__extenderProviderPropertiesKey_15() { return &____extenderProviderPropertiesKey_15; } inline void set__extenderProviderPropertiesKey_15(Guid_t value) { ____extenderProviderPropertiesKey_15 = value; } inline static int32_t get_offset_of__skipInterfaceAttributeList_16() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____skipInterfaceAttributeList_16)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__skipInterfaceAttributeList_16() const { return ____skipInterfaceAttributeList_16; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__skipInterfaceAttributeList_16() { return &____skipInterfaceAttributeList_16; } inline void set__skipInterfaceAttributeList_16(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____skipInterfaceAttributeList_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____skipInterfaceAttributeList_16), (void*)value); } inline static int32_t get_offset_of__internalSyncObject_17() { return static_cast(offsetof(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields, ____internalSyncObject_17)); } inline RuntimeObject * get__internalSyncObject_17() const { return ____internalSyncObject_17; } inline RuntimeObject ** get_address_of__internalSyncObject_17() { return &____internalSyncObject_17; } inline void set__internalSyncObject_17(RuntimeObject * value) { ____internalSyncObject_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____internalSyncObject_17), (void*)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.Net.SecurityProtocolType struct SecurityProtocolType_t36284BDCD2A00BD074C900A689307107B5AEC001 { public: // System.Int32 System.Net.SecurityProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SecurityProtocolType_t36284BDCD2A00BD074C900A689307107B5AEC001, ___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.Net.Security.SslPolicyErrors struct SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4 { public: // System.Int32 System.Net.Security.SslPolicyErrors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslPolicyErrors_t4C4942B3C78507D4E6891DBEFE60043B285CFBE4, ___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.Security.Cryptography.X509Certificates.StoreLocation struct StoreLocation_t6651125F57CF07C4C064CD12198BEA60A704B36F { public: // System.Int32 System.Security.Cryptography.X509Certificates.StoreLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StoreLocation_t6651125F57CF07C4C064CD12198BEA60A704B36F, ___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.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.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.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.Reflection.TypeAttributes struct TypeAttributes_tFFF101857AC57180CED728A4371F4214F8C67410 { public: // System.Int32 System.Reflection.TypeAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeAttributes_tFFF101857AC57180CED728A4371F4214F8C67410, ___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.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.WebConnection struct WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 : public RuntimeObject { public: // System.Net.NetworkCredential System.Net.WebConnection::ntlm_credentials NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * ___ntlm_credentials_0; // System.Boolean System.Net.WebConnection::ntlm_authenticated bool ___ntlm_authenticated_1; // System.Boolean System.Net.WebConnection::unsafe_sharing bool ___unsafe_sharing_2; // System.IO.Stream System.Net.WebConnection::networkStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___networkStream_3; // System.Net.Sockets.Socket System.Net.WebConnection::socket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket_4; // Mono.Net.Security.MonoTlsStream System.Net.WebConnection::monoTlsStream MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___monoTlsStream_5; // System.Net.WebConnectionTunnel System.Net.WebConnection::tunnel WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___tunnel_6; // System.Int32 System.Net.WebConnection::disposed int32_t ___disposed_7; // System.Net.ServicePoint System.Net.WebConnection::k__BackingField ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___U3CServicePointU3Ek__BackingField_8; // System.DateTime System.Net.WebConnection::idleSince DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___idleSince_9; // System.Net.WebOperation System.Net.WebConnection::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_10; public: inline static int32_t get_offset_of_ntlm_credentials_0() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___ntlm_credentials_0)); } inline NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * get_ntlm_credentials_0() const { return ___ntlm_credentials_0; } inline NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** get_address_of_ntlm_credentials_0() { return &___ntlm_credentials_0; } inline void set_ntlm_credentials_0(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * value) { ___ntlm_credentials_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ntlm_credentials_0), (void*)value); } inline static int32_t get_offset_of_ntlm_authenticated_1() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___ntlm_authenticated_1)); } inline bool get_ntlm_authenticated_1() const { return ___ntlm_authenticated_1; } inline bool* get_address_of_ntlm_authenticated_1() { return &___ntlm_authenticated_1; } inline void set_ntlm_authenticated_1(bool value) { ___ntlm_authenticated_1 = value; } inline static int32_t get_offset_of_unsafe_sharing_2() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___unsafe_sharing_2)); } inline bool get_unsafe_sharing_2() const { return ___unsafe_sharing_2; } inline bool* get_address_of_unsafe_sharing_2() { return &___unsafe_sharing_2; } inline void set_unsafe_sharing_2(bool value) { ___unsafe_sharing_2 = value; } inline static int32_t get_offset_of_networkStream_3() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___networkStream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_networkStream_3() const { return ___networkStream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_networkStream_3() { return &___networkStream_3; } inline void set_networkStream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___networkStream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___networkStream_3), (void*)value); } inline static int32_t get_offset_of_socket_4() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___socket_4)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_socket_4() const { return ___socket_4; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_socket_4() { return &___socket_4; } inline void set_socket_4(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___socket_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___socket_4), (void*)value); } inline static int32_t get_offset_of_monoTlsStream_5() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___monoTlsStream_5)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_monoTlsStream_5() const { return ___monoTlsStream_5; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_monoTlsStream_5() { return &___monoTlsStream_5; } inline void set_monoTlsStream_5(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___monoTlsStream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___monoTlsStream_5), (void*)value); } inline static int32_t get_offset_of_tunnel_6() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___tunnel_6)); } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * get_tunnel_6() const { return ___tunnel_6; } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 ** get_address_of_tunnel_6() { return &___tunnel_6; } inline void set_tunnel_6(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * value) { ___tunnel_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___tunnel_6), (void*)value); } inline static int32_t get_offset_of_disposed_7() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___disposed_7)); } inline int32_t get_disposed_7() const { return ___disposed_7; } inline int32_t* get_address_of_disposed_7() { return &___disposed_7; } inline void set_disposed_7(int32_t value) { ___disposed_7 = value; } inline static int32_t get_offset_of_U3CServicePointU3Ek__BackingField_8() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___U3CServicePointU3Ek__BackingField_8)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_U3CServicePointU3Ek__BackingField_8() const { return ___U3CServicePointU3Ek__BackingField_8; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_U3CServicePointU3Ek__BackingField_8() { return &___U3CServicePointU3Ek__BackingField_8; } inline void set_U3CServicePointU3Ek__BackingField_8(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___U3CServicePointU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServicePointU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_idleSince_9() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___idleSince_9)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_idleSince_9() const { return ___idleSince_9; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_idleSince_9() { return &___idleSince_9; } inline void set_idleSince_9(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___idleSince_9 = value; } inline static int32_t get_offset_of_currentOperation_10() { return static_cast(offsetof(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88, ___currentOperation_10)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_10() const { return ___currentOperation_10; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_10() { return &___currentOperation_10; } inline void set_currentOperation_10(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_10), (void*)value); } }; // System.Net.WebConnectionStream struct WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean System.Net.WebConnectionStream::closed bool ___closed_5; // System.Boolean System.Net.WebConnectionStream::disposed bool ___disposed_6; // System.Object System.Net.WebConnectionStream::locker RuntimeObject * ___locker_7; // System.Int32 System.Net.WebConnectionStream::read_timeout int32_t ___read_timeout_8; // System.Int32 System.Net.WebConnectionStream::write_timeout int32_t ___write_timeout_9; // System.Boolean System.Net.WebConnectionStream::IgnoreIOErrors bool ___IgnoreIOErrors_10; // System.Net.HttpWebRequest System.Net.WebConnectionStream::k__BackingField HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CRequestU3Ek__BackingField_11; // System.Net.WebConnection System.Net.WebConnectionStream::k__BackingField WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___U3CConnectionU3Ek__BackingField_12; // System.Net.WebOperation System.Net.WebConnectionStream::k__BackingField WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___U3COperationU3Ek__BackingField_13; // System.IO.Stream System.Net.WebConnectionStream::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CInnerStreamU3Ek__BackingField_14; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } inline static int32_t get_offset_of_disposed_6() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___disposed_6)); } inline bool get_disposed_6() const { return ___disposed_6; } inline bool* get_address_of_disposed_6() { return &___disposed_6; } inline void set_disposed_6(bool value) { ___disposed_6 = value; } inline static int32_t get_offset_of_locker_7() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___locker_7)); } inline RuntimeObject * get_locker_7() const { return ___locker_7; } inline RuntimeObject ** get_address_of_locker_7() { return &___locker_7; } inline void set_locker_7(RuntimeObject * value) { ___locker_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_7), (void*)value); } inline static int32_t get_offset_of_read_timeout_8() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___read_timeout_8)); } inline int32_t get_read_timeout_8() const { return ___read_timeout_8; } inline int32_t* get_address_of_read_timeout_8() { return &___read_timeout_8; } inline void set_read_timeout_8(int32_t value) { ___read_timeout_8 = value; } inline static int32_t get_offset_of_write_timeout_9() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___write_timeout_9)); } inline int32_t get_write_timeout_9() const { return ___write_timeout_9; } inline int32_t* get_address_of_write_timeout_9() { return &___write_timeout_9; } inline void set_write_timeout_9(int32_t value) { ___write_timeout_9 = value; } inline static int32_t get_offset_of_IgnoreIOErrors_10() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___IgnoreIOErrors_10)); } inline bool get_IgnoreIOErrors_10() const { return ___IgnoreIOErrors_10; } inline bool* get_address_of_IgnoreIOErrors_10() { return &___IgnoreIOErrors_10; } inline void set_IgnoreIOErrors_10(bool value) { ___IgnoreIOErrors_10 = value; } inline static int32_t get_offset_of_U3CRequestU3Ek__BackingField_11() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___U3CRequestU3Ek__BackingField_11)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CRequestU3Ek__BackingField_11() const { return ___U3CRequestU3Ek__BackingField_11; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CRequestU3Ek__BackingField_11() { return &___U3CRequestU3Ek__BackingField_11; } inline void set_U3CRequestU3Ek__BackingField_11(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CRequestU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CConnectionU3Ek__BackingField_12() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___U3CConnectionU3Ek__BackingField_12)); } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * get_U3CConnectionU3Ek__BackingField_12() const { return ___U3CConnectionU3Ek__BackingField_12; } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 ** get_address_of_U3CConnectionU3Ek__BackingField_12() { return &___U3CConnectionU3Ek__BackingField_12; } inline void set_U3CConnectionU3Ek__BackingField_12(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * value) { ___U3CConnectionU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3COperationU3Ek__BackingField_13() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___U3COperationU3Ek__BackingField_13)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_U3COperationU3Ek__BackingField_13() const { return ___U3COperationU3Ek__BackingField_13; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_U3COperationU3Ek__BackingField_13() { return &___U3COperationU3Ek__BackingField_13; } inline void set_U3COperationU3Ek__BackingField_13(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___U3COperationU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COperationU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CInnerStreamU3Ek__BackingField_14() { return static_cast(offsetof(WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918, ___U3CInnerStreamU3Ek__BackingField_14)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CInnerStreamU3Ek__BackingField_14() const { return ___U3CInnerStreamU3Ek__BackingField_14; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CInnerStreamU3Ek__BackingField_14() { return &___U3CInnerStreamU3Ek__BackingField_14; } inline void set_U3CInnerStreamU3Ek__BackingField_14(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CInnerStreamU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInnerStreamU3Ek__BackingField_14), (void*)value); } }; // 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.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 : public RuntimeObject { public: // System.Net.HttpWebRequest System.Net.WebOperation::k__BackingField HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CRequestU3Ek__BackingField_0; // System.Net.WebConnection System.Net.WebOperation::k__BackingField WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___U3CConnectionU3Ek__BackingField_1; // System.Net.ServicePoint System.Net.WebOperation::k__BackingField ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___U3CServicePointU3Ek__BackingField_2; // System.Net.BufferOffsetSize System.Net.WebOperation::k__BackingField BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___U3CWriteBufferU3Ek__BackingField_3; // System.Boolean System.Net.WebOperation::k__BackingField bool ___U3CIsNtlmChallengeU3Ek__BackingField_4; // System.Threading.CancellationTokenSource System.Net.WebOperation::cts CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___cts_5; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::requestTask TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * ___requestTask_6; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::requestWrittenTask TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * ___requestWrittenTask_7; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::responseTask TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 * ___responseTask_8; // System.Threading.Tasks.TaskCompletionSource`1 System.Net.WebOperation::completeResponseReadTask TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * ___completeResponseReadTask_9; // System.Threading.Tasks.TaskCompletionSource`1> System.Net.WebOperation::finishedTask TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 * ___finishedTask_10; // System.Net.WebRequestStream System.Net.WebOperation::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_11; // System.Net.WebResponseStream System.Net.WebOperation::responseStream WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___responseStream_12; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Net.WebOperation::disposedInfo ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___disposedInfo_13; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Net.WebOperation::closedInfo ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___closedInfo_14; // System.Net.WebOperation System.Net.WebOperation::priorityRequest WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___priorityRequest_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebOperation::finishedReading bool ___finishedReading_16; // System.Int32 System.Net.WebOperation::requestSent int32_t ___requestSent_17; public: inline static int32_t get_offset_of_U3CRequestU3Ek__BackingField_0() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CRequestU3Ek__BackingField_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CRequestU3Ek__BackingField_0() const { return ___U3CRequestU3Ek__BackingField_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CRequestU3Ek__BackingField_0() { return &___U3CRequestU3Ek__BackingField_0; } inline void set_U3CRequestU3Ek__BackingField_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CRequestU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CConnectionU3Ek__BackingField_1() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CConnectionU3Ek__BackingField_1)); } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * get_U3CConnectionU3Ek__BackingField_1() const { return ___U3CConnectionU3Ek__BackingField_1; } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 ** get_address_of_U3CConnectionU3Ek__BackingField_1() { return &___U3CConnectionU3Ek__BackingField_1; } inline void set_U3CConnectionU3Ek__BackingField_1(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * value) { ___U3CConnectionU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectionU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CServicePointU3Ek__BackingField_2() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CServicePointU3Ek__BackingField_2)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_U3CServicePointU3Ek__BackingField_2() const { return ___U3CServicePointU3Ek__BackingField_2; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_U3CServicePointU3Ek__BackingField_2() { return &___U3CServicePointU3Ek__BackingField_2; } inline void set_U3CServicePointU3Ek__BackingField_2(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___U3CServicePointU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServicePointU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CWriteBufferU3Ek__BackingField_3() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CWriteBufferU3Ek__BackingField_3)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_U3CWriteBufferU3Ek__BackingField_3() const { return ___U3CWriteBufferU3Ek__BackingField_3; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_U3CWriteBufferU3Ek__BackingField_3() { return &___U3CWriteBufferU3Ek__BackingField_3; } inline void set_U3CWriteBufferU3Ek__BackingField_3(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___U3CWriteBufferU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CWriteBufferU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CIsNtlmChallengeU3Ek__BackingField_4() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___U3CIsNtlmChallengeU3Ek__BackingField_4)); } inline bool get_U3CIsNtlmChallengeU3Ek__BackingField_4() const { return ___U3CIsNtlmChallengeU3Ek__BackingField_4; } inline bool* get_address_of_U3CIsNtlmChallengeU3Ek__BackingField_4() { return &___U3CIsNtlmChallengeU3Ek__BackingField_4; } inline void set_U3CIsNtlmChallengeU3Ek__BackingField_4(bool value) { ___U3CIsNtlmChallengeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_cts_5() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___cts_5)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_cts_5() const { return ___cts_5; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_cts_5() { return &___cts_5; } inline void set_cts_5(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___cts_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cts_5), (void*)value); } inline static int32_t get_offset_of_requestTask_6() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___requestTask_6)); } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * get_requestTask_6() const { return ___requestTask_6; } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 ** get_address_of_requestTask_6() { return &___requestTask_6; } inline void set_requestTask_6(TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * value) { ___requestTask_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestTask_6), (void*)value); } inline static int32_t get_offset_of_requestWrittenTask_7() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___requestWrittenTask_7)); } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * get_requestWrittenTask_7() const { return ___requestWrittenTask_7; } inline TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 ** get_address_of_requestWrittenTask_7() { return &___requestWrittenTask_7; } inline void set_requestWrittenTask_7(TaskCompletionSource_1_tAF27606417C7EB40F6CABFF758970F72CCCB83D5 * value) { ___requestWrittenTask_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestWrittenTask_7), (void*)value); } inline static int32_t get_offset_of_responseTask_8() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___responseTask_8)); } inline TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 * get_responseTask_8() const { return ___responseTask_8; } inline TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 ** get_address_of_responseTask_8() { return &___responseTask_8; } inline void set_responseTask_8(TaskCompletionSource_1_t326763FDCC1EDF46DBC85450D97C3918281217E5 * value) { ___responseTask_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_8), (void*)value); } inline static int32_t get_offset_of_completeResponseReadTask_9() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___completeResponseReadTask_9)); } inline TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * get_completeResponseReadTask_9() const { return ___completeResponseReadTask_9; } inline TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 ** get_address_of_completeResponseReadTask_9() { return &___completeResponseReadTask_9; } inline void set_completeResponseReadTask_9(TaskCompletionSource_1_t56125454B9277AE49801F3DF08F7774ED6B499F3 * value) { ___completeResponseReadTask_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___completeResponseReadTask_9), (void*)value); } inline static int32_t get_offset_of_finishedTask_10() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___finishedTask_10)); } inline TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 * get_finishedTask_10() const { return ___finishedTask_10; } inline TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 ** get_address_of_finishedTask_10() { return &___finishedTask_10; } inline void set_finishedTask_10(TaskCompletionSource_1_tA4F2D12802A86238A6B0FC63EABD6B8063A89649 * value) { ___finishedTask_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___finishedTask_10), (void*)value); } inline static int32_t get_offset_of_writeStream_11() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___writeStream_11)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_11() const { return ___writeStream_11; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_11() { return &___writeStream_11; } inline void set_writeStream_11(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_11), (void*)value); } inline static int32_t get_offset_of_responseStream_12() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___responseStream_12)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_responseStream_12() const { return ___responseStream_12; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_responseStream_12() { return &___responseStream_12; } inline void set_responseStream_12(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___responseStream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseStream_12), (void*)value); } inline static int32_t get_offset_of_disposedInfo_13() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___disposedInfo_13)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_disposedInfo_13() const { return ___disposedInfo_13; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_disposedInfo_13() { return &___disposedInfo_13; } inline void set_disposedInfo_13(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___disposedInfo_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___disposedInfo_13), (void*)value); } inline static int32_t get_offset_of_closedInfo_14() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___closedInfo_14)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_closedInfo_14() const { return ___closedInfo_14; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_closedInfo_14() { return &___closedInfo_14; } inline void set_closedInfo_14(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___closedInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___closedInfo_14), (void*)value); } inline static int32_t get_offset_of_priorityRequest_15() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___priorityRequest_15)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_priorityRequest_15() const { return ___priorityRequest_15; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_priorityRequest_15() { return &___priorityRequest_15; } inline void set_priorityRequest_15(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___priorityRequest_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___priorityRequest_15), (void*)value); } inline static int32_t get_offset_of_finishedReading_16() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___finishedReading_16)); } inline bool get_finishedReading_16() const { return ___finishedReading_16; } inline bool* get_address_of_finishedReading_16() { return &___finishedReading_16; } inline void set_finishedReading_16(bool value) { ___finishedReading_16 = value; } inline static int32_t get_offset_of_requestSent_17() { return static_cast(offsetof(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00, ___requestSent_17)); } inline int32_t get_requestSent_17() const { return ___requestSent_17; } inline int32_t* get_address_of_requestSent_17() { return &___requestSent_17; } inline void set_requestSent_17(int32_t value) { ___requestSent_17 = value; } }; // System.Net.NetworkInformation.Win32_IP_ADDR_STRING struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 { public: // System.IntPtr System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Next intptr_t ___Next_0; // System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpAddress String_t* ___IpAddress_1; // System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpMask String_t* ___IpMask_2; // System.UInt32 System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Context uint32_t ___Context_3; public: inline static int32_t get_offset_of_Next_0() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___Next_0)); } inline intptr_t get_Next_0() const { return ___Next_0; } inline intptr_t* get_address_of_Next_0() { return &___Next_0; } inline void set_Next_0(intptr_t value) { ___Next_0 = value; } inline static int32_t get_offset_of_IpAddress_1() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___IpAddress_1)); } inline String_t* get_IpAddress_1() const { return ___IpAddress_1; } inline String_t** get_address_of_IpAddress_1() { return &___IpAddress_1; } inline void set_IpAddress_1(String_t* value) { ___IpAddress_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IpAddress_1), (void*)value); } inline static int32_t get_offset_of_IpMask_2() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___IpMask_2)); } inline String_t* get_IpMask_2() const { return ___IpMask_2; } inline String_t** get_address_of_IpMask_2() { return &___IpMask_2; } inline void set_IpMask_2(String_t* value) { ___IpMask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IpMask_2), (void*)value); } inline static int32_t get_offset_of_Context_3() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___Context_3)); } inline uint32_t get_Context_3() const { return ___Context_3; } inline uint32_t* get_address_of_Context_3() { return &___Context_3; } inline void set_Context_3(uint32_t value) { ___Context_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke { intptr_t ___Next_0; char ___IpAddress_1[16]; char ___IpMask_2[16]; uint32_t ___Context_3; }; // Native definition for COM marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com { intptr_t ___Next_0; char ___IpAddress_1[16]; char ___IpMask_2[16]; uint32_t ___Context_3; }; // Mono.Security.X509.X509Certificate struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_signaturealgoparams_13; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ____rsa_14; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ____dsa_15; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_16; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serialnumber_17; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___issuerUniqueID_18; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectUniqueID_19; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * ___extensions_20; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___decoder_0)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_decoder_0() const { return ___decoder_0; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_0), (void*)value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_encodedcert_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encodedcert_1), (void*)value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_from_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_from_2() const { return ___m_from_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_until_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_until_3() const { return ___m_until_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___issuer_4)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_issuer_4() const { return ___issuer_4; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_4), (void*)value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_issuername_5), (void*)value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgo_6), (void*)value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_keyalgoparams_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyalgoparams_7), (void*)value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___subject_8)); } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * get_subject_8() const { return ___subject_8; } inline ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_8), (void*)value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_subject_9), (void*)value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_publickey_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_publickey_10), (void*)value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___signature_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_11), (void*)value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgo_12), (void*)value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_signaturealgoparams_13), (void*)value); } inline static int32_t get_offset_of__rsa_14() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ____rsa_14)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get__rsa_14() const { return ____rsa_14; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of__rsa_14() { return &____rsa_14; } inline void set__rsa_14(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ____rsa_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsa_14), (void*)value); } inline static int32_t get_offset_of__dsa_15() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ____dsa_15)); } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * get__dsa_15() const { return ____dsa_15; } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 ** get_address_of__dsa_15() { return &____dsa_15; } inline void set__dsa_15(DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * value) { ____dsa_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____dsa_15), (void*)value); } inline static int32_t get_offset_of_version_16() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___version_16)); } inline int32_t get_version_16() const { return ___version_16; } inline int32_t* get_address_of_version_16() { return &___version_16; } inline void set_version_16(int32_t value) { ___version_16 = value; } inline static int32_t get_offset_of_serialnumber_17() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___serialnumber_17)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_serialnumber_17() const { return ___serialnumber_17; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_serialnumber_17() { return &___serialnumber_17; } inline void set_serialnumber_17(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___serialnumber_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialnumber_17), (void*)value); } inline static int32_t get_offset_of_issuerUniqueID_18() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___issuerUniqueID_18)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_issuerUniqueID_18() const { return ___issuerUniqueID_18; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_issuerUniqueID_18() { return &___issuerUniqueID_18; } inline void set_issuerUniqueID_18(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___issuerUniqueID_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerUniqueID_18), (void*)value); } inline static int32_t get_offset_of_subjectUniqueID_19() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___subjectUniqueID_19)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_subjectUniqueID_19() const { return ___subjectUniqueID_19; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_subjectUniqueID_19() { return &___subjectUniqueID_19; } inline void set_subjectUniqueID_19(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___subjectUniqueID_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___subjectUniqueID_19), (void*)value); } inline static int32_t get_offset_of_extensions_20() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4, ___extensions_20)); } inline X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * get_extensions_20() const { return ___extensions_20; } inline X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 ** get_address_of_extensions_20() { return &___extensions_20; } inline void set_extensions_20(X509ExtensionCollection_t678BE5FA95A42FDF1EB9BB2584C2AFE79E0B3487 * value) { ___extensions_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_20), (void*)value); } }; struct X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_21; public: inline static int32_t get_offset_of_encoding_error_21() { return static_cast(offsetof(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_StaticFields, ___encoding_error_21)); } inline String_t* get_encoding_error_21() const { return ___encoding_error_21; } inline String_t** get_address_of_encoding_error_21() { return &___encoding_error_21; } inline void set_encoding_error_21(String_t* value) { ___encoding_error_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_error_21), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection struct X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 : public X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B { public: public: }; struct X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20_StaticFields { public: // System.String[] System.Security.Cryptography.X509Certificates.X509Certificate2Collection::newline_split StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___newline_split_1; public: inline static int32_t get_offset_of_newline_split_1() { return static_cast(offsetof(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20_StaticFields, ___newline_split_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_newline_split_1() const { return ___newline_split_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_newline_split_1() { return &___newline_split_1; } inline void set_newline_split_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___newline_split_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___newline_split_1), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono struct X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 : public X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_archived bool ____archived_1; // System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_extensions X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0 * ____extensions_2; // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_publicKey PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * ____publicKey_3; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::issuer_name X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 * ___issuer_name_4; // System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::subject_name X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 * ___subject_name_5; // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::signature_algorithm Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___signature_algorithm_6; // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::intermediateCerts X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * ___intermediateCerts_7; // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_cert X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * ____cert_8; public: inline static int32_t get_offset_of__archived_1() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ____archived_1)); } inline bool get__archived_1() const { return ____archived_1; } inline bool* get_address_of__archived_1() { return &____archived_1; } inline void set__archived_1(bool value) { ____archived_1 = value; } inline static int32_t get_offset_of__extensions_2() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ____extensions_2)); } inline X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0 * get__extensions_2() const { return ____extensions_2; } inline X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0 ** get_address_of__extensions_2() { return &____extensions_2; } inline void set__extensions_2(X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0 * value) { ____extensions_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____extensions_2), (void*)value); } inline static int32_t get_offset_of__publicKey_3() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ____publicKey_3)); } inline PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * get__publicKey_3() const { return ____publicKey_3; } inline PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 ** get_address_of__publicKey_3() { return &____publicKey_3; } inline void set__publicKey_3(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * value) { ____publicKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____publicKey_3), (void*)value); } inline static int32_t get_offset_of_issuer_name_4() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ___issuer_name_4)); } inline X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 * get_issuer_name_4() const { return ___issuer_name_4; } inline X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 ** get_address_of_issuer_name_4() { return &___issuer_name_4; } inline void set_issuer_name_4(X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 * value) { ___issuer_name_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuer_name_4), (void*)value); } inline static int32_t get_offset_of_subject_name_5() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ___subject_name_5)); } inline X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 * get_subject_name_5() const { return ___subject_name_5; } inline X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 ** get_address_of_subject_name_5() { return &___subject_name_5; } inline void set_subject_name_5(X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 * value) { ___subject_name_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___subject_name_5), (void*)value); } inline static int32_t get_offset_of_signature_algorithm_6() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ___signature_algorithm_6)); } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * get_signature_algorithm_6() const { return ___signature_algorithm_6; } inline Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 ** get_address_of_signature_algorithm_6() { return &___signature_algorithm_6; } inline void set_signature_algorithm_6(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * value) { ___signature_algorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___signature_algorithm_6), (void*)value); } inline static int32_t get_offset_of_intermediateCerts_7() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ___intermediateCerts_7)); } inline X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * get_intermediateCerts_7() const { return ___intermediateCerts_7; } inline X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 ** get_address_of_intermediateCerts_7() { return &___intermediateCerts_7; } inline void set_intermediateCerts_7(X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * value) { ___intermediateCerts_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___intermediateCerts_7), (void*)value); } inline static int32_t get_offset_of__cert_8() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6, ____cert_8)); } inline X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * get__cert_8() const { return ____cert_8; } inline X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 ** get_address_of__cert_8() { return &____cert_8; } inline void set__cert_8(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * value) { ____cert_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____cert_8), (void*)value); } }; struct X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields { public: // System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::empty_error String_t* ___empty_error_9; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::commonName ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___commonName_10; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::email ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___email_11; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::signedData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signedData_12; public: inline static int32_t get_offset_of_empty_error_9() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields, ___empty_error_9)); } inline String_t* get_empty_error_9() const { return ___empty_error_9; } inline String_t** get_address_of_empty_error_9() { return &___empty_error_9; } inline void set_empty_error_9(String_t* value) { ___empty_error_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___empty_error_9), (void*)value); } inline static int32_t get_offset_of_commonName_10() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields, ___commonName_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_commonName_10() const { return ___commonName_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_commonName_10() { return &___commonName_10; } inline void set_commonName_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___commonName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___commonName_10), (void*)value); } inline static int32_t get_offset_of_email_11() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields, ___email_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_email_11() const { return ___email_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_email_11() { return &___email_11; } inline void set_email_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___email_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_11), (void*)value); } inline static int32_t get_offset_of_signedData_12() { return static_cast(offsetof(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields, ___signedData_12)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_signedData_12() const { return ___signedData_12; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_signedData_12() { return &___signedData_12; } inline void set_signedData_12(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___signedData_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___signedData_12), (void*)value); } }; // Mono.Unity.X509ChainImplUnityTls struct X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 : public X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE { public: // System.Security.Cryptography.X509Certificates.X509ChainElementCollection Mono.Unity.X509ChainImplUnityTls::elements X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * ___elements_0; // Mono.Unity.UnityTls/unitytls_x509list_ref Mono.Unity.X509ChainImplUnityTls::nativeCertificateChain unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___nativeCertificateChain_1; // System.Security.Cryptography.X509Certificates.X509ChainPolicy Mono.Unity.X509ChainImplUnityTls::policy X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * ___policy_2; // System.Collections.Generic.List`1 Mono.Unity.X509ChainImplUnityTls::chainStatusList List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * ___chainStatusList_3; public: inline static int32_t get_offset_of_elements_0() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___elements_0)); } inline X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * get_elements_0() const { return ___elements_0; } inline X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 ** get_address_of_elements_0() { return &___elements_0; } inline void set_elements_0(X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * value) { ___elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elements_0), (void*)value); } inline static int32_t get_offset_of_nativeCertificateChain_1() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___nativeCertificateChain_1)); } inline unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D get_nativeCertificateChain_1() const { return ___nativeCertificateChain_1; } inline unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * get_address_of_nativeCertificateChain_1() { return &___nativeCertificateChain_1; } inline void set_nativeCertificateChain_1(unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D value) { ___nativeCertificateChain_1 = value; } inline static int32_t get_offset_of_policy_2() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___policy_2)); } inline X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * get_policy_2() const { return ___policy_2; } inline X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F ** get_address_of_policy_2() { return &___policy_2; } inline void set_policy_2(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * value) { ___policy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_2), (void*)value); } inline static int32_t get_offset_of_chainStatusList_3() { return static_cast(offsetof(X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456, ___chainStatusList_3)); } inline List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * get_chainStatusList_3() const { return ___chainStatusList_3; } inline List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 ** get_address_of_chainStatusList_3() { return &___chainStatusList_3; } inline void set_chainStatusList_3(List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * value) { ___chainStatusList_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___chainStatusList_3), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9, ___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.Cryptography.X509Certificates.X509KeyStorageFlags struct X509KeyStorageFlags_t402B3C0D1D8EAE0B1B68CB5472965F72BCFD4FC8 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509KeyStorageFlags_t402B3C0D1D8EAE0B1B68CB5472965F72BCFD4FC8, ___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.Cryptography.X509Certificates.X509KeyUsageFlags struct X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509KeyUsageFlags_tA10D2E023BB8086E102AE4EBE10CF84656A18849, ___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.Cryptography.X509Certificates.X509RevocationFlag struct X509RevocationFlag_t9BFE9067731C4288A9F81DC06AFCA46E0A9A4007 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509RevocationFlag_t9BFE9067731C4288A9F81DC06AFCA46E0A9A4007, ___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.Cryptography.X509Certificates.X509RevocationMode struct X509RevocationMode_t9D267FA97473A7F354483D075258FF6D341C7A73 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509RevocationMode_t9D267FA97473A7F354483D075258FF6D341C7A73, ___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.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm struct X509SubjectKeyIdentifierHashAlgorithm_t38BCCB6F30D80F7CDF39B3A164129FDF81B11D29 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509SubjectKeyIdentifierHashAlgorithm_t38BCCB6F30D80F7CDF39B3A164129FDF81B11D29, ___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.Cryptography.X509Certificates.X509VerificationFlags struct X509VerificationFlags_t94EA609145C9E224A6C07A2E36F42A7A90BDE3BF { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509VerificationFlags_t94EA609145C9E224A6C07A2E36F42A7A90BDE3BF, ___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.Net.CFNetwork/GetProxyData struct GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 : public RuntimeObject { public: // System.IntPtr Mono.Net.CFNetwork/GetProxyData::script intptr_t ___script_0; // System.IntPtr Mono.Net.CFNetwork/GetProxyData::targetUri intptr_t ___targetUri_1; // System.IntPtr Mono.Net.CFNetwork/GetProxyData::error intptr_t ___error_2; // System.IntPtr Mono.Net.CFNetwork/GetProxyData::result intptr_t ___result_3; // System.Threading.ManualResetEvent Mono.Net.CFNetwork/GetProxyData::evt ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___evt_4; public: inline static int32_t get_offset_of_script_0() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___script_0)); } inline intptr_t get_script_0() const { return ___script_0; } inline intptr_t* get_address_of_script_0() { return &___script_0; } inline void set_script_0(intptr_t value) { ___script_0 = value; } inline static int32_t get_offset_of_targetUri_1() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___targetUri_1)); } inline intptr_t get_targetUri_1() const { return ___targetUri_1; } inline intptr_t* get_address_of_targetUri_1() { return &___targetUri_1; } inline void set_targetUri_1(intptr_t value) { ___targetUri_1 = value; } inline static int32_t get_offset_of_error_2() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___error_2)); } inline intptr_t get_error_2() const { return ___error_2; } inline intptr_t* get_address_of_error_2() { return &___error_2; } inline void set_error_2(intptr_t value) { ___error_2 = value; } inline static int32_t get_offset_of_result_3() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___result_3)); } inline intptr_t get_result_3() const { return ___result_3; } inline intptr_t* get_address_of_result_3() { return &___result_3; } inline void set_result_3(intptr_t value) { ___result_3 = value; } inline static int32_t get_offset_of_evt_4() { return static_cast(offsetof(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16, ___evt_4)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_evt_4() const { return ___evt_4; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_evt_4() { return &___evt_4; } inline void set_evt_4(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___evt_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___evt_4), (void*)value); } }; // System.Net.CookieCollection/Stamp struct Stamp_tED7A056051802537CE09E82747A8520C8907B76A { public: // System.Int32 System.Net.CookieCollection/Stamp::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Stamp_tED7A056051802537CE09E82747A8520C8907B76A, ___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.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; } }; // System.ComponentModel.MaskedTextProvider/CaseConversion struct CaseConversion_t3B7AE0AFF1A528041D5FA9E17F522187A5F6E3C0 { public: // System.Int32 System.ComponentModel.MaskedTextProvider/CaseConversion::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CaseConversion_t3B7AE0AFF1A528041D5FA9E17F522187A5F6E3C0, ___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.MaskedTextProvider/CharType struct CharType_t6AFEBDC7A6187E3921A5A0CB9BE2E9AA28AE09F8 { public: // System.Int32 System.ComponentModel.MaskedTextProvider/CharType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharType_t6AFEBDC7A6187E3921A5A0CB9BE2E9AA28AE09F8, ___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.Net.Security.MobileAuthenticatedStream/OperationType struct OperationType_tF950A5EE74E13DBB2CEBEE02274325C00FA90A86 { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/OperationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OperationType_tF950A5EE74E13DBB2CEBEE02274325C00FA90A86, ___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.MonoChunkStream/State struct State_t1C501DCF526F904526559900726F9EA9FB708871 { public: // System.Int32 System.Net.MonoChunkStream/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t1C501DCF526F904526559900726F9EA9FB708871, ___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.Process/State struct State_tF189B310110C227C17BEB61C1EA53E5FA8A21062 { public: // System.Int32 System.Diagnostics.Process/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_tF189B310110C227C17BEB61C1EA53E5FA8A21062, ___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.Process/StreamReadMode struct StreamReadMode_t619359082CA49700EEF5D5E49F297C00588E357A { public: // System.Int32 System.Diagnostics.Process/StreamReadMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamReadMode_t619359082CA49700EEF5D5E49F297C00588E357A, ___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.ProxyElement/AutoDetectValues struct AutoDetectValues_tD46CF466FF91E35ED2A8AC8B035A356AD315D8C7 { public: // System.Int32 System.Net.Configuration.ProxyElement/AutoDetectValues::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AutoDetectValues_tD46CF466FF91E35ED2A8AC8B035A356AD315D8C7, ___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.ProxyElement/BypassOnLocalValues struct BypassOnLocalValues_t4900EEA6B03626B2328F8EBEF1CA64A9A18F9538 { public: // System.Int32 System.Net.Configuration.ProxyElement/BypassOnLocalValues::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BypassOnLocalValues_t4900EEA6B03626B2328F8EBEF1CA64A9A18F9538, ___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.ProxyElement/UseSystemDefaultValues struct UseSystemDefaultValues_tB7F5D28B69647AE05AB680CEA3E2C4F0B39BEAFC { public: // System.Int32 System.Net.Configuration.ProxyElement/UseSystemDefaultValues::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UseSystemDefaultValues_tB7F5D28B69647AE05AB680CEA3E2C4F0B39BEAFC, ___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/SimplePropertyDescriptor struct SimplePropertyDescriptor_t8B1921BB59D3F66C93ADDE5BBFE806A29BA1DA1B : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: // System.Type System.ComponentModel.TypeConverter/SimplePropertyDescriptor::componentType Type_t * ___componentType_17; // System.Type System.ComponentModel.TypeConverter/SimplePropertyDescriptor::propertyType Type_t * ___propertyType_18; public: inline static int32_t get_offset_of_componentType_17() { return static_cast(offsetof(SimplePropertyDescriptor_t8B1921BB59D3F66C93ADDE5BBFE806A29BA1DA1B, ___componentType_17)); } inline Type_t * get_componentType_17() const { return ___componentType_17; } inline Type_t ** get_address_of_componentType_17() { return &___componentType_17; } inline void set_componentType_17(Type_t * value) { ___componentType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___componentType_17), (void*)value); } inline static int32_t get_offset_of_propertyType_18() { return static_cast(offsetof(SimplePropertyDescriptor_t8B1921BB59D3F66C93ADDE5BBFE806A29BA1DA1B, ___propertyType_18)); } inline Type_t * get_propertyType_18() const { return ___propertyType_18; } inline Type_t ** get_address_of_propertyType_18() { return &___propertyType_18; } inline void set_propertyType_18(Type_t * value) { ___propertyType_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyType_18), (void*)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_protocol struct unitytls_protocol_t8E18DBA7D28280F405CA3104F9936BE9B543B89A { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_protocol::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(unitytls_protocol_t8E18DBA7D28280F405CA3104F9936BE9B543B89A, ___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.Net.WebConnectionTunnel/NtlmAuthState struct NtlmAuthState_tB416D459ABD835A6A15DF40BBDFA9D21DFF5EC9A { public: // System.Int32 System.Net.WebConnectionTunnel/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB416D459ABD835A6A15DF40BBDFA9D21DFF5EC9A, ___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.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.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581, ___m_result_40)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_m_result_40() const { return ___m_result_40; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___m_result_40 = value; } }; struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> struct Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13, ___m_result_40)); } inline ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 get_m_result_40() const { return ___m_result_40; } inline ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item4_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item5_4), (void*)NULL); #endif } }; struct Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t24824C666A75E5C8BF1E87AABAE1801F04F084A2 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tEE0B8A4A8105D5AA3534F2D0C4B428045CA296F1 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t24824C666A75E5C8BF1E87AABAE1801F04F084A2 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t24824C666A75E5C8BF1E87AABAE1801F04F084A2 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t24824C666A75E5C8BF1E87AABAE1801F04F084A2 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tEE0B8A4A8105D5AA3534F2D0C4B428045CA296F1 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tEE0B8A4A8105D5AA3534F2D0C4B428045CA296F1 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tEE0B8A4A8105D5AA3534F2D0C4B428045CA296F1 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2, ___m_result_40)); } inline AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * get_m_result_40() const { return ___m_result_40; } inline AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0, ___m_result_40)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_m_result_40() const { return ___m_result_40; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t371B198695EA725C7403DA0852C7CFFEDDD89920 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t7623436E35035C6EE69371DD393976F867BA3ABF * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t371B198695EA725C7403DA0852C7CFFEDDD89920 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t371B198695EA725C7403DA0852C7CFFEDDD89920 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t371B198695EA725C7403DA0852C7CFFEDDD89920 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t7623436E35035C6EE69371DD393976F867BA3ABF * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t7623436E35035C6EE69371DD393976F867BA3ABF ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t7623436E35035C6EE69371DD393976F867BA3ABF * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725, ___m_result_40)); } inline int32_t get_m_result_40() const { return ___m_result_40; } inline int32_t* get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(int32_t value) { ___m_result_40 = value; } }; struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C, ___m_result_40)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_m_result_40() const { return ___m_result_40; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t58576B1B893FFEB587B11A61C6D61F91571DF5EE * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t5CDEF3A960D867DBD981FA1058451953569CD10F * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t58576B1B893FFEB587B11A61C6D61F91571DF5EE * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t58576B1B893FFEB587B11A61C6D61F91571DF5EE ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t58576B1B893FFEB587B11A61C6D61F91571DF5EE * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t5CDEF3A960D867DBD981FA1058451953569CD10F * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t5CDEF3A960D867DBD981FA1058451953569CD10F ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t5CDEF3A960D867DBD981FA1058451953569CD10F * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6, ___m_result_40)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_m_result_40() const { return ___m_result_40; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t013331FD79369EBE4F211D12E48EE81880B105E0 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tDCDF51EBB03B2A126B495E31C37EE500F05ACE24 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t013331FD79369EBE4F211D12E48EE81880B105E0 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t013331FD79369EBE4F211D12E48EE81880B105E0 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t013331FD79369EBE4F211D12E48EE81880B105E0 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tDCDF51EBB03B2A126B495E31C37EE500F05ACE24 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tDCDF51EBB03B2A126B495E31C37EE500F05ACE24 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tDCDF51EBB03B2A126B495E31C37EE500F05ACE24 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Mono.Net.CFArray struct CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; struct CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_StaticFields { public: // System.IntPtr Mono.Net.CFArray::kCFTypeArrayCallbacks intptr_t ___kCFTypeArrayCallbacks_1; public: inline static int32_t get_offset_of_kCFTypeArrayCallbacks_1() { return static_cast(offsetof(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_StaticFields, ___kCFTypeArrayCallbacks_1)); } inline intptr_t get_kCFTypeArrayCallbacks_1() const { return ___kCFTypeArrayCallbacks_1; } inline intptr_t* get_address_of_kCFTypeArrayCallbacks_1() { return &___kCFTypeArrayCallbacks_1; } inline void set_kCFTypeArrayCallbacks_1(intptr_t value) { ___kCFTypeArrayCallbacks_1 = value; } }; // Mono.Net.CFDictionary struct CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; struct CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields { public: // System.IntPtr Mono.Net.CFDictionary::KeyCallbacks intptr_t ___KeyCallbacks_1; // System.IntPtr Mono.Net.CFDictionary::ValueCallbacks intptr_t ___ValueCallbacks_2; public: inline static int32_t get_offset_of_KeyCallbacks_1() { return static_cast(offsetof(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields, ___KeyCallbacks_1)); } inline intptr_t get_KeyCallbacks_1() const { return ___KeyCallbacks_1; } inline intptr_t* get_address_of_KeyCallbacks_1() { return &___KeyCallbacks_1; } inline void set_KeyCallbacks_1(intptr_t value) { ___KeyCallbacks_1 = value; } inline static int32_t get_offset_of_ValueCallbacks_2() { return static_cast(offsetof(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields, ___ValueCallbacks_2)); } inline intptr_t get_ValueCallbacks_2() const { return ___ValueCallbacks_2; } inline intptr_t* get_address_of_ValueCallbacks_2() { return &___ValueCallbacks_2; } inline void set_ValueCallbacks_2(intptr_t value) { ___ValueCallbacks_2 = value; } }; // Mono.Net.CFRunLoop struct CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 : public RuntimeObject { public: // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_3; // System.String System.Globalization.CompareInfo::m_sortName String_t* ___m_sortName_4; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_5; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * ___m_SortVersion_20; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * ___collator_21; public: inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___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_sortName_4() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_sortName_4)); } inline String_t* get_m_sortName_4() const { return ___m_sortName_4; } inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; } inline void set_m_sortName_4(String_t* value) { ___m_sortName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value); } inline static int32_t get_offset_of_win32LCID_5() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___win32LCID_5)); } inline int32_t get_win32LCID_5() const { return ___win32LCID_5; } inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; } inline void set_win32LCID_5(int32_t value) { ___win32LCID_5 = value; } inline static int32_t get_offset_of_culture_6() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___culture_6)); } inline int32_t get_culture_6() const { return ___culture_6; } inline int32_t* get_address_of_culture_6() { return &___culture_6; } inline void set_culture_6(int32_t value) { ___culture_6 = value; } inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_SortVersion_20)); } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * get_m_SortVersion_20() const { return ___m_SortVersion_20; } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; } inline void set_m_SortVersion_20(SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * value) { ___m_SortVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value); } inline static int32_t get_offset_of_collator_21() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___collator_21)); } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * get_collator_21() const { return ___collator_21; } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 ** get_address_of_collator_21() { return &___collator_21; } inline void set_collator_21(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * value) { ___collator_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value); } }; struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * ___collators_22; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_23; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_24; public: inline static int32_t get_offset_of_collators_22() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___collators_22)); } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * get_collators_22() const { return ___collators_22; } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB ** get_address_of_collators_22() { return &___collators_22; } inline void set_collators_22(Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * value) { ___collators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value); } inline static int32_t get_offset_of_managedCollation_23() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollation_23)); } inline bool get_managedCollation_23() const { return ___managedCollation_23; } inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; } inline void set_managedCollation_23(bool value) { ___managedCollation_23 = value; } inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollationChecked_24)); } inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; } inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; } inline void set_managedCollationChecked_24(bool value) { ___managedCollationChecked_24 = value; } }; // 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.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.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB : public WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 { public: // System.Uri System.Net.HttpWebResponse::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_1; // System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___webHeaders_2; // System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookieCollection_3; // System.String System.Net.HttpWebResponse::method String_t* ___method_4; // System.Version System.Net.HttpWebResponse::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_5; // System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode int32_t ___statusCode_6; // System.String System.Net.HttpWebResponse::statusDescription String_t* ___statusDescription_7; // System.Int64 System.Net.HttpWebResponse::contentLength int64_t ___contentLength_8; // System.String System.Net.HttpWebResponse::contentType String_t* ___contentType_9; // System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___cookie_container_10; // System.Boolean System.Net.HttpWebResponse::disposed bool ___disposed_11; // System.IO.Stream System.Net.HttpWebResponse::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; public: inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___uri_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_1() const { return ___uri_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value); } inline static int32_t get_offset_of_webHeaders_2() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___webHeaders_2)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_webHeaders_2() const { return ___webHeaders_2; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_webHeaders_2() { return &___webHeaders_2; } inline void set_webHeaders_2(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___webHeaders_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_2), (void*)value); } inline static int32_t get_offset_of_cookieCollection_3() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___cookieCollection_3)); } inline CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * get_cookieCollection_3() const { return ___cookieCollection_3; } inline CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 ** get_address_of_cookieCollection_3() { return &___cookieCollection_3; } inline void set_cookieCollection_3(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * value) { ___cookieCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookieCollection_3), (void*)value); } inline static int32_t get_offset_of_method_4() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___method_4)); } inline String_t* get_method_4() const { return ___method_4; } inline String_t** get_address_of_method_4() { return &___method_4; } inline void set_method_4(String_t* value) { ___method_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_4), (void*)value); } inline static int32_t get_offset_of_version_5() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___version_5)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_5() const { return ___version_5; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_5() { return &___version_5; } inline void set_version_5(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_5), (void*)value); } inline static int32_t get_offset_of_statusCode_6() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___statusCode_6)); } inline int32_t get_statusCode_6() const { return ___statusCode_6; } inline int32_t* get_address_of_statusCode_6() { return &___statusCode_6; } inline void set_statusCode_6(int32_t value) { ___statusCode_6 = value; } inline static int32_t get_offset_of_statusDescription_7() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___statusDescription_7)); } inline String_t* get_statusDescription_7() const { return ___statusDescription_7; } inline String_t** get_address_of_statusDescription_7() { return &___statusDescription_7; } inline void set_statusDescription_7(String_t* value) { ___statusDescription_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___statusDescription_7), (void*)value); } inline static int32_t get_offset_of_contentLength_8() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___contentLength_8)); } inline int64_t get_contentLength_8() const { return ___contentLength_8; } inline int64_t* get_address_of_contentLength_8() { return &___contentLength_8; } inline void set_contentLength_8(int64_t value) { ___contentLength_8 = value; } inline static int32_t get_offset_of_contentType_9() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___contentType_9)); } inline String_t* get_contentType_9() const { return ___contentType_9; } inline String_t** get_address_of_contentType_9() { return &___contentType_9; } inline void set_contentType_9(String_t* value) { ___contentType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentType_9), (void*)value); } inline static int32_t get_offset_of_cookie_container_10() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___cookie_container_10)); } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * get_cookie_container_10() const { return ___cookie_container_10; } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 ** get_address_of_cookie_container_10() { return &___cookie_container_10; } inline void set_cookie_container_10(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * value) { ___cookie_container_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookie_container_10), (void*)value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB, ___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); } }; // 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); } }; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E : public AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 { public: // Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::xobileTlsContext MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * ___xobileTlsContext_7; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::lastException ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___lastException_8; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncHandshakeRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncHandshakeRequest_9; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncReadRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncReadRequest_10; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncWriteRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncWriteRequest_11; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::readBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___readBuffer_12; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::writeBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___writeBuffer_13; // System.Object Mono.Net.Security.MobileAuthenticatedStream::ioLock RuntimeObject * ___ioLock_14; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::closeRequested int32_t ___closeRequested_15; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::shutdown bool ___shutdown_16; // System.Net.Security.SslStream Mono.Net.Security.MobileAuthenticatedStream::k__BackingField SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___U3CSslStreamU3Ek__BackingField_18; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___U3CSettingsU3Ek__BackingField_19; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___U3CProviderU3Ek__BackingField_20; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::ID int32_t ___ID_22; public: inline static int32_t get_offset_of_xobileTlsContext_7() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___xobileTlsContext_7)); } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * get_xobileTlsContext_7() const { return ___xobileTlsContext_7; } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF ** get_address_of_xobileTlsContext_7() { return &___xobileTlsContext_7; } inline void set_xobileTlsContext_7(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * value) { ___xobileTlsContext_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xobileTlsContext_7), (void*)value); } inline static int32_t get_offset_of_lastException_8() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___lastException_8)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_lastException_8() const { return ___lastException_8; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_lastException_8() { return &___lastException_8; } inline void set_lastException_8(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___lastException_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastException_8), (void*)value); } inline static int32_t get_offset_of_asyncHandshakeRequest_9() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncHandshakeRequest_9)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncHandshakeRequest_9() const { return ___asyncHandshakeRequest_9; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncHandshakeRequest_9() { return &___asyncHandshakeRequest_9; } inline void set_asyncHandshakeRequest_9(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncHandshakeRequest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncHandshakeRequest_9), (void*)value); } inline static int32_t get_offset_of_asyncReadRequest_10() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncReadRequest_10)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncReadRequest_10() const { return ___asyncReadRequest_10; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncReadRequest_10() { return &___asyncReadRequest_10; } inline void set_asyncReadRequest_10(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncReadRequest_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncReadRequest_10), (void*)value); } inline static int32_t get_offset_of_asyncWriteRequest_11() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncWriteRequest_11)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncWriteRequest_11() const { return ___asyncWriteRequest_11; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncWriteRequest_11() { return &___asyncWriteRequest_11; } inline void set_asyncWriteRequest_11(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncWriteRequest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncWriteRequest_11), (void*)value); } inline static int32_t get_offset_of_readBuffer_12() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___readBuffer_12)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_readBuffer_12() const { return ___readBuffer_12; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_readBuffer_12() { return &___readBuffer_12; } inline void set_readBuffer_12(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___readBuffer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_12), (void*)value); } inline static int32_t get_offset_of_writeBuffer_13() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___writeBuffer_13)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_writeBuffer_13() const { return ___writeBuffer_13; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_writeBuffer_13() { return &___writeBuffer_13; } inline void set_writeBuffer_13(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___writeBuffer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_13), (void*)value); } inline static int32_t get_offset_of_ioLock_14() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ioLock_14)); } inline RuntimeObject * get_ioLock_14() const { return ___ioLock_14; } inline RuntimeObject ** get_address_of_ioLock_14() { return &___ioLock_14; } inline void set_ioLock_14(RuntimeObject * value) { ___ioLock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ioLock_14), (void*)value); } inline static int32_t get_offset_of_closeRequested_15() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___closeRequested_15)); } inline int32_t get_closeRequested_15() const { return ___closeRequested_15; } inline int32_t* get_address_of_closeRequested_15() { return &___closeRequested_15; } inline void set_closeRequested_15(int32_t value) { ___closeRequested_15 = value; } inline static int32_t get_offset_of_shutdown_16() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___shutdown_16)); } inline bool get_shutdown_16() const { return ___shutdown_16; } inline bool* get_address_of_shutdown_16() { return &___shutdown_16; } inline void set_shutdown_16(bool value) { ___shutdown_16 = value; } inline static int32_t get_offset_of_U3CSslStreamU3Ek__BackingField_18() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSslStreamU3Ek__BackingField_18)); } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * get_U3CSslStreamU3Ek__BackingField_18() const { return ___U3CSslStreamU3Ek__BackingField_18; } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 ** get_address_of_U3CSslStreamU3Ek__BackingField_18() { return &___U3CSslStreamU3Ek__BackingField_18; } inline void set_U3CSslStreamU3Ek__BackingField_18(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * value) { ___U3CSslStreamU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSslStreamU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CSettingsU3Ek__BackingField_19() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSettingsU3Ek__BackingField_19)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_U3CSettingsU3Ek__BackingField_19() const { return ___U3CSettingsU3Ek__BackingField_19; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_U3CSettingsU3Ek__BackingField_19() { return &___U3CSettingsU3Ek__BackingField_19; } inline void set_U3CSettingsU3Ek__BackingField_19(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___U3CSettingsU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSettingsU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CProviderU3Ek__BackingField_20() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CProviderU3Ek__BackingField_20)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_U3CProviderU3Ek__BackingField_20() const { return ___U3CProviderU3Ek__BackingField_20; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_U3CProviderU3Ek__BackingField_20() { return &___U3CProviderU3Ek__BackingField_20; } inline void set_U3CProviderU3Ek__BackingField_20(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___U3CProviderU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProviderU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_ID_22() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ID_22)); } inline int32_t get_ID_22() const { return ___ID_22; } inline int32_t* get_address_of_ID_22() { return &___ID_22; } inline void set_ID_22(int32_t value) { ___ID_22 = value; } }; struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::uniqueNameInteger int32_t ___uniqueNameInteger_17; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::nextId int32_t ___nextId_21; public: inline static int32_t get_offset_of_uniqueNameInteger_17() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___uniqueNameInteger_17)); } inline int32_t get_uniqueNameInteger_17() const { return ___uniqueNameInteger_17; } inline int32_t* get_address_of_uniqueNameInteger_17() { return &___uniqueNameInteger_17; } inline void set_uniqueNameInteger_17(int32_t value) { ___uniqueNameInteger_17 = value; } inline static int32_t get_offset_of_nextId_21() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___nextId_21)); } inline int32_t get_nextId_21() const { return ___nextId_21; } inline int32_t* get_address_of_nextId_21() { return &___nextId_21; } inline void set_nextId_21(int32_t value) { ___nextId_21 = value; } }; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::parent MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent_0; // System.Boolean Mono.Net.Security.MobileTlsContext::serverMode bool ___serverMode_1; // System.String Mono.Net.Security.MobileTlsContext::targetHost String_t* ___targetHost_2; // System.String Mono.Net.Security.MobileTlsContext::serverName String_t* ___serverName_3; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileTlsContext::enabledProtocols int32_t ___enabledProtocols_4; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::serverCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate_5; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::clientCertificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates_6; // System.Boolean Mono.Net.Security.MobileTlsContext::askForClientCert bool ___askForClientCert_7; // Mono.Security.Interface.ICertificateValidator2 Mono.Net.Security.MobileTlsContext::certificateValidator RuntimeObject* ___certificateValidator_8; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___parent_0)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_parent_0() const { return ___parent_0; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_serverMode_1() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverMode_1)); } inline bool get_serverMode_1() const { return ___serverMode_1; } inline bool* get_address_of_serverMode_1() { return &___serverMode_1; } inline void set_serverMode_1(bool value) { ___serverMode_1 = value; } inline static int32_t get_offset_of_targetHost_2() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___targetHost_2)); } inline String_t* get_targetHost_2() const { return ___targetHost_2; } inline String_t** get_address_of_targetHost_2() { return &___targetHost_2; } inline void set_targetHost_2(String_t* value) { ___targetHost_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetHost_2), (void*)value); } inline static int32_t get_offset_of_serverName_3() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverName_3)); } inline String_t* get_serverName_3() const { return ___serverName_3; } inline String_t** get_address_of_serverName_3() { return &___serverName_3; } inline void set_serverName_3(String_t* value) { ___serverName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverName_3), (void*)value); } inline static int32_t get_offset_of_enabledProtocols_4() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___enabledProtocols_4)); } inline int32_t get_enabledProtocols_4() const { return ___enabledProtocols_4; } inline int32_t* get_address_of_enabledProtocols_4() { return &___enabledProtocols_4; } inline void set_enabledProtocols_4(int32_t value) { ___enabledProtocols_4 = value; } inline static int32_t get_offset_of_serverCertificate_5() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverCertificate_5)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_serverCertificate_5() const { return ___serverCertificate_5; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_serverCertificate_5() { return &___serverCertificate_5; } inline void set_serverCertificate_5(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___serverCertificate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_5), (void*)value); } inline static int32_t get_offset_of_clientCertificates_6() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___clientCertificates_6)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_clientCertificates_6() const { return ___clientCertificates_6; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_clientCertificates_6() { return &___clientCertificates_6; } inline void set_clientCertificates_6(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___clientCertificates_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_6), (void*)value); } inline static int32_t get_offset_of_askForClientCert_7() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___askForClientCert_7)); } inline bool get_askForClientCert_7() const { return ___askForClientCert_7; } inline bool* get_address_of_askForClientCert_7() { return &___askForClientCert_7; } inline void set_askForClientCert_7(bool value) { ___askForClientCert_7 = value; } inline static int32_t get_offset_of_certificateValidator_8() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___certificateValidator_8)); } inline RuntimeObject* get_certificateValidator_8() const { return ___certificateValidator_8; } inline RuntimeObject** get_address_of_certificateValidator_8() { return &___certificateValidator_8; } inline void set_certificateValidator_8(RuntimeObject* value) { ___certificateValidator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_8), (void*)value); } }; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 : public RuntimeObject { public: // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsStream::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_0; // System.Net.Sockets.NetworkStream Mono.Net.Security.MonoTlsStream::networkStream NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___networkStream_1; // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_2; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MonoTlsStream::settings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings_3; // Mono.Security.Interface.IMonoSslStream Mono.Net.Security.MonoTlsStream::sslStream RuntimeObject* ___sslStream_4; // System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::status int32_t ___status_5; // System.Boolean Mono.Net.Security.MonoTlsStream::k__BackingField bool ___U3CCertificateValidationFailedU3Ek__BackingField_6; public: inline static int32_t get_offset_of_provider_0() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___provider_0)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_0() const { return ___provider_0; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_0() { return &___provider_0; } inline void set_provider_0(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_0), (void*)value); } inline static int32_t get_offset_of_networkStream_1() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___networkStream_1)); } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * get_networkStream_1() const { return ___networkStream_1; } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 ** get_address_of_networkStream_1() { return &___networkStream_1; } inline void set_networkStream_1(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * value) { ___networkStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___networkStream_1), (void*)value); } inline static int32_t get_offset_of_request_2() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___request_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_2() const { return ___request_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_2() { return &___request_2; } inline void set_request_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_2), (void*)value); } inline static int32_t get_offset_of_settings_3() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___settings_3)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_settings_3() const { return ___settings_3; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_settings_3() { return &___settings_3; } inline void set_settings_3(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___settings_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_3), (void*)value); } inline static int32_t get_offset_of_sslStream_4() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___sslStream_4)); } inline RuntimeObject* get_sslStream_4() const { return ___sslStream_4; } inline RuntimeObject** get_address_of_sslStream_4() { return &___sslStream_4; } inline void set_sslStream_4(RuntimeObject* value) { ___sslStream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sslStream_4), (void*)value); } inline static int32_t get_offset_of_status_5() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___status_5)); } inline int32_t get_status_5() const { return ___status_5; } inline int32_t* get_address_of_status_5() { return &___status_5; } inline void set_status_5(int32_t value) { ___status_5 = value; } inline static int32_t get_offset_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___U3CCertificateValidationFailedU3Ek__BackingField_6)); } inline bool get_U3CCertificateValidationFailedU3Ek__BackingField_6() const { return ___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline bool* get_address_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return &___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline void set_U3CCertificateValidationFailedU3Ek__BackingField_6(bool value) { ___U3CCertificateValidationFailedU3Ek__BackingField_6 = 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); } }; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 : public RuntimeObject { public: // System.String System.Security.Cryptography.Oid::m_value String_t* ___m_value_0; // System.String System.Security.Cryptography.Oid::m_friendlyName String_t* ___m_friendlyName_1; // System.Security.Cryptography.OidGroup System.Security.Cryptography.Oid::m_group int32_t ___m_group_2; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_value_0)); } inline String_t* get_m_value_0() const { return ___m_value_0; } inline String_t** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(String_t* value) { ___m_value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_0), (void*)value); } inline static int32_t get_offset_of_m_friendlyName_1() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_friendlyName_1)); } inline String_t* get_m_friendlyName_1() const { return ___m_friendlyName_1; } inline String_t** get_address_of_m_friendlyName_1() { return &___m_friendlyName_1; } inline void set_m_friendlyName_1(String_t* value) { ___m_friendlyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_friendlyName_1), (void*)value); } inline static int32_t get_offset_of_m_group_2() { return static_cast(offsetof(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800, ___m_group_2)); } inline int32_t get_m_group_2() const { return ___m_group_2; } inline int32_t* get_address_of_m_group_2() { return &___m_group_2; } inline void set_m_group_2(int32_t value) { ___m_group_2 = value; } }; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_6; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_7; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_8; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_9; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_10; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * ___rsa_11; public: inline static int32_t get_offset_of_store_6() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___store_6)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_6() const { return ___store_6; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_6() { return &___store_6; } inline void set_store_6(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value); } inline static int32_t get_offset_of_persistKey_7() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persistKey_7)); } inline bool get_persistKey_7() const { return ___persistKey_7; } inline bool* get_address_of_persistKey_7() { return &___persistKey_7; } inline void set_persistKey_7(bool value) { ___persistKey_7 = value; } inline static int32_t get_offset_of_persisted_8() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persisted_8)); } inline bool get_persisted_8() const { return ___persisted_8; } inline bool* get_address_of_persisted_8() { return &___persisted_8; } inline void set_persisted_8(bool value) { ___persisted_8 = value; } inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___privateKeyExportable_9)); } inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; } inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; } inline void set_privateKeyExportable_9(bool value) { ___privateKeyExportable_9 = value; } inline static int32_t get_offset_of_m_disposed_10() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___m_disposed_10)); } inline bool get_m_disposed_10() const { return ___m_disposed_10; } inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; } inline void set_m_disposed_10(bool value) { ___m_disposed_10 = value; } inline static int32_t get_offset_of_rsa_11() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___rsa_11)); } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * get_rsa_11() const { return ___rsa_11; } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 ** get_address_of_rsa_11() { return &___rsa_11; } inline void set_rsa_11(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * value) { ___rsa_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)value); } }; struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields { public: // System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore int32_t ___s_UseMachineKeyStore_2; public: inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields, ___s_UseMachineKeyStore_2)); } inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; } inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; } inline void set_s_UseMachineKeyStore_2(int32_t value) { ___s_UseMachineKeyStore_2 = value; } }; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: // System.Type System.ComponentModel.ReferenceConverter::type Type_t * ___type_3; public: inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B, ___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); } }; struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields { public: // System.String System.ComponentModel.ReferenceConverter::none String_t* ___none_2; public: inline static int32_t get_offset_of_none_2() { return static_cast(offsetof(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_StaticFields, ___none_2)); } inline String_t* get_none_2() const { return ___none_2; } inline String_t** get_address_of_none_2() { return &___none_2; } inline void set_none_2(String_t* value) { ___none_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___none_2), (void*)value); } }; // System.Net.ServicePointManager struct ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD : public RuntimeObject { public: public: }; struct ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.ServicePointManager::servicePoints HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * ___servicePoints_0; // System.Net.ICertificatePolicy System.Net.ServicePointManager::policy RuntimeObject* ___policy_1; // System.Int32 System.Net.ServicePointManager::defaultConnectionLimit int32_t ___defaultConnectionLimit_2; // System.Int32 System.Net.ServicePointManager::maxServicePointIdleTime int32_t ___maxServicePointIdleTime_3; // System.Int32 System.Net.ServicePointManager::maxServicePoints int32_t ___maxServicePoints_4; // System.Int32 System.Net.ServicePointManager::dnsRefreshTimeout int32_t ___dnsRefreshTimeout_5; // System.Boolean System.Net.ServicePointManager::_checkCRL bool ____checkCRL_6; // System.Net.SecurityProtocolType System.Net.ServicePointManager::_securityProtocol int32_t ____securityProtocol_7; // System.Boolean System.Net.ServicePointManager::expectContinue bool ___expectContinue_8; // System.Boolean System.Net.ServicePointManager::useNagle bool ___useNagle_9; // System.Net.ServerCertValidationCallback System.Net.ServicePointManager::server_cert_cb ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___server_cert_cb_10; // System.Boolean System.Net.ServicePointManager::tcp_keepalive bool ___tcp_keepalive_11; // System.Int32 System.Net.ServicePointManager::tcp_keepalive_time int32_t ___tcp_keepalive_time_12; // System.Int32 System.Net.ServicePointManager::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_13; public: inline static int32_t get_offset_of_servicePoints_0() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___servicePoints_0)); } inline HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * get_servicePoints_0() const { return ___servicePoints_0; } inline HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A ** get_address_of_servicePoints_0() { return &___servicePoints_0; } inline void set_servicePoints_0(HybridDictionary_tAB21D8D9825C4264910B5CE3C0D6B0C65ED1A20A * value) { ___servicePoints_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoints_0), (void*)value); } inline static int32_t get_offset_of_policy_1() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___policy_1)); } inline RuntimeObject* get_policy_1() const { return ___policy_1; } inline RuntimeObject** get_address_of_policy_1() { return &___policy_1; } inline void set_policy_1(RuntimeObject* value) { ___policy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_1), (void*)value); } inline static int32_t get_offset_of_defaultConnectionLimit_2() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___defaultConnectionLimit_2)); } inline int32_t get_defaultConnectionLimit_2() const { return ___defaultConnectionLimit_2; } inline int32_t* get_address_of_defaultConnectionLimit_2() { return &___defaultConnectionLimit_2; } inline void set_defaultConnectionLimit_2(int32_t value) { ___defaultConnectionLimit_2 = value; } inline static int32_t get_offset_of_maxServicePointIdleTime_3() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___maxServicePointIdleTime_3)); } inline int32_t get_maxServicePointIdleTime_3() const { return ___maxServicePointIdleTime_3; } inline int32_t* get_address_of_maxServicePointIdleTime_3() { return &___maxServicePointIdleTime_3; } inline void set_maxServicePointIdleTime_3(int32_t value) { ___maxServicePointIdleTime_3 = value; } inline static int32_t get_offset_of_maxServicePoints_4() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___maxServicePoints_4)); } inline int32_t get_maxServicePoints_4() const { return ___maxServicePoints_4; } inline int32_t* get_address_of_maxServicePoints_4() { return &___maxServicePoints_4; } inline void set_maxServicePoints_4(int32_t value) { ___maxServicePoints_4 = value; } inline static int32_t get_offset_of_dnsRefreshTimeout_5() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___dnsRefreshTimeout_5)); } inline int32_t get_dnsRefreshTimeout_5() const { return ___dnsRefreshTimeout_5; } inline int32_t* get_address_of_dnsRefreshTimeout_5() { return &___dnsRefreshTimeout_5; } inline void set_dnsRefreshTimeout_5(int32_t value) { ___dnsRefreshTimeout_5 = value; } inline static int32_t get_offset_of__checkCRL_6() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ____checkCRL_6)); } inline bool get__checkCRL_6() const { return ____checkCRL_6; } inline bool* get_address_of__checkCRL_6() { return &____checkCRL_6; } inline void set__checkCRL_6(bool value) { ____checkCRL_6 = value; } inline static int32_t get_offset_of__securityProtocol_7() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ____securityProtocol_7)); } inline int32_t get__securityProtocol_7() const { return ____securityProtocol_7; } inline int32_t* get_address_of__securityProtocol_7() { return &____securityProtocol_7; } inline void set__securityProtocol_7(int32_t value) { ____securityProtocol_7 = value; } inline static int32_t get_offset_of_expectContinue_8() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___expectContinue_8)); } inline bool get_expectContinue_8() const { return ___expectContinue_8; } inline bool* get_address_of_expectContinue_8() { return &___expectContinue_8; } inline void set_expectContinue_8(bool value) { ___expectContinue_8 = value; } inline static int32_t get_offset_of_useNagle_9() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___useNagle_9)); } inline bool get_useNagle_9() const { return ___useNagle_9; } inline bool* get_address_of_useNagle_9() { return &___useNagle_9; } inline void set_useNagle_9(bool value) { ___useNagle_9 = value; } inline static int32_t get_offset_of_server_cert_cb_10() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___server_cert_cb_10)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_server_cert_cb_10() const { return ___server_cert_cb_10; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_server_cert_cb_10() { return &___server_cert_cb_10; } inline void set_server_cert_cb_10(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___server_cert_cb_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_cert_cb_10), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_11() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_11)); } inline bool get_tcp_keepalive_11() const { return ___tcp_keepalive_11; } inline bool* get_address_of_tcp_keepalive_11() { return &___tcp_keepalive_11; } inline void set_tcp_keepalive_11(bool value) { ___tcp_keepalive_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_12() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_time_12)); } inline int32_t get_tcp_keepalive_time_12() const { return ___tcp_keepalive_time_12; } inline int32_t* get_address_of_tcp_keepalive_time_12() { return &___tcp_keepalive_time_12; } inline void set_tcp_keepalive_time_12(int32_t value) { ___tcp_keepalive_time_12 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_13() { return static_cast(offsetof(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields, ___tcp_keepalive_interval_13)); } inline int32_t get_tcp_keepalive_interval_13() const { return ___tcp_keepalive_interval_13; } inline int32_t* get_address_of_tcp_keepalive_interval_13() { return &___tcp_keepalive_interval_13; } inline void set_tcp_keepalive_interval_13(int32_t value) { ___tcp_keepalive_interval_13 = value; } }; // 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: }; // 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.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 : public RuntimeObject { public: // System.Net.HttpWebRequest System.Net.WebConnectionTunnel::k__BackingField HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CRequestU3Ek__BackingField_0; // System.Uri System.Net.WebConnectionTunnel::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CConnectUriU3Ek__BackingField_1; // System.Net.HttpWebRequest System.Net.WebConnectionTunnel::connectRequest HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___connectRequest_2; // System.Net.WebConnectionTunnel/NtlmAuthState System.Net.WebConnectionTunnel::ntlmAuthState int32_t ___ntlmAuthState_3; // System.Boolean System.Net.WebConnectionTunnel::k__BackingField bool ___U3CSuccessU3Ek__BackingField_4; // System.Boolean System.Net.WebConnectionTunnel::k__BackingField bool ___U3CCloseConnectionU3Ek__BackingField_5; // System.Int32 System.Net.WebConnectionTunnel::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_6; // System.String System.Net.WebConnectionTunnel::k__BackingField String_t* ___U3CStatusDescriptionU3Ek__BackingField_7; // System.String[] System.Net.WebConnectionTunnel::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CChallengeU3Ek__BackingField_8; // System.Net.WebHeaderCollection System.Net.WebConnectionTunnel::k__BackingField WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___U3CHeadersU3Ek__BackingField_9; // System.Version System.Net.WebConnectionTunnel::k__BackingField Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___U3CProxyVersionU3Ek__BackingField_10; // System.Byte[] System.Net.WebConnectionTunnel::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CRequestU3Ek__BackingField_0() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CRequestU3Ek__BackingField_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CRequestU3Ek__BackingField_0() const { return ___U3CRequestU3Ek__BackingField_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CRequestU3Ek__BackingField_0() { return &___U3CRequestU3Ek__BackingField_0; } inline void set_U3CRequestU3Ek__BackingField_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CRequestU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CConnectUriU3Ek__BackingField_1() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CConnectUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CConnectUriU3Ek__BackingField_1() const { return ___U3CConnectUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CConnectUriU3Ek__BackingField_1() { return &___U3CConnectUriU3Ek__BackingField_1; } inline void set_U3CConnectUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CConnectUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_connectRequest_2() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___connectRequest_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_connectRequest_2() const { return ___connectRequest_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_connectRequest_2() { return &___connectRequest_2; } inline void set_connectRequest_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___connectRequest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectRequest_2), (void*)value); } inline static int32_t get_offset_of_ntlmAuthState_3() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___ntlmAuthState_3)); } inline int32_t get_ntlmAuthState_3() const { return ___ntlmAuthState_3; } inline int32_t* get_address_of_ntlmAuthState_3() { return &___ntlmAuthState_3; } inline void set_ntlmAuthState_3(int32_t value) { ___ntlmAuthState_3 = value; } inline static int32_t get_offset_of_U3CSuccessU3Ek__BackingField_4() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CSuccessU3Ek__BackingField_4)); } inline bool get_U3CSuccessU3Ek__BackingField_4() const { return ___U3CSuccessU3Ek__BackingField_4; } inline bool* get_address_of_U3CSuccessU3Ek__BackingField_4() { return &___U3CSuccessU3Ek__BackingField_4; } inline void set_U3CSuccessU3Ek__BackingField_4(bool value) { ___U3CSuccessU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCloseConnectionU3Ek__BackingField_5() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CCloseConnectionU3Ek__BackingField_5)); } inline bool get_U3CCloseConnectionU3Ek__BackingField_5() const { return ___U3CCloseConnectionU3Ek__BackingField_5; } inline bool* get_address_of_U3CCloseConnectionU3Ek__BackingField_5() { return &___U3CCloseConnectionU3Ek__BackingField_5; } inline void set_U3CCloseConnectionU3Ek__BackingField_5(bool value) { ___U3CCloseConnectionU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_6() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CStatusCodeU3Ek__BackingField_6)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_6() const { return ___U3CStatusCodeU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_6() { return &___U3CStatusCodeU3Ek__BackingField_6; } inline void set_U3CStatusCodeU3Ek__BackingField_6(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CStatusDescriptionU3Ek__BackingField_7() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CStatusDescriptionU3Ek__BackingField_7)); } inline String_t* get_U3CStatusDescriptionU3Ek__BackingField_7() const { return ___U3CStatusDescriptionU3Ek__BackingField_7; } inline String_t** get_address_of_U3CStatusDescriptionU3Ek__BackingField_7() { return &___U3CStatusDescriptionU3Ek__BackingField_7; } inline void set_U3CStatusDescriptionU3Ek__BackingField_7(String_t* value) { ___U3CStatusDescriptionU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStatusDescriptionU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CChallengeU3Ek__BackingField_8() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CChallengeU3Ek__BackingField_8)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CChallengeU3Ek__BackingField_8() const { return ___U3CChallengeU3Ek__BackingField_8; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CChallengeU3Ek__BackingField_8() { return &___U3CChallengeU3Ek__BackingField_8; } inline void set_U3CChallengeU3Ek__BackingField_8(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CChallengeU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CChallengeU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_9() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CHeadersU3Ek__BackingField_9)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_U3CHeadersU3Ek__BackingField_9() const { return ___U3CHeadersU3Ek__BackingField_9; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_U3CHeadersU3Ek__BackingField_9() { return &___U3CHeadersU3Ek__BackingField_9; } inline void set_U3CHeadersU3Ek__BackingField_9(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___U3CHeadersU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyVersionU3Ek__BackingField_10() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CProxyVersionU3Ek__BackingField_10)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_U3CProxyVersionU3Ek__BackingField_10() const { return ___U3CProxyVersionU3Ek__BackingField_10; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_U3CProxyVersionU3Ek__BackingField_10() { return &___U3CProxyVersionU3Ek__BackingField_10; } inline void set_U3CProxyVersionU3Ek__BackingField_10(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___U3CProxyVersionU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyVersionU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_11() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CDataU3Ek__BackingField_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_11() const { return ___U3CDataU3Ek__BackingField_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_11() { return &___U3CDataU3Ek__BackingField_11; } inline void set_U3CDataU3Ek__BackingField_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_11), (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.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 : public WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918 { public: // System.IO.MemoryStream System.Net.WebRequestStream::writeBuffer MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___writeBuffer_16; // System.Boolean System.Net.WebRequestStream::requestWritten bool ___requestWritten_17; // System.Boolean System.Net.WebRequestStream::allowBuffering bool ___allowBuffering_18; // System.Boolean System.Net.WebRequestStream::sendChunked bool ___sendChunked_19; // System.Net.WebCompletionSource System.Net.WebRequestStream::pendingWrite WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___pendingWrite_20; // System.Int64 System.Net.WebRequestStream::totalWritten int64_t ___totalWritten_21; // System.Byte[] System.Net.WebRequestStream::headers ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___headers_22; // System.Boolean System.Net.WebRequestStream::headersSent bool ___headersSent_23; // System.Int32 System.Net.WebRequestStream::completeRequestWritten int32_t ___completeRequestWritten_24; // System.Int32 System.Net.WebRequestStream::chunkTrailerWritten int32_t ___chunkTrailerWritten_25; // System.Boolean System.Net.WebRequestStream::k__BackingField bool ___U3CKeepAliveU3Ek__BackingField_26; public: inline static int32_t get_offset_of_writeBuffer_16() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___writeBuffer_16)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_writeBuffer_16() const { return ___writeBuffer_16; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_writeBuffer_16() { return &___writeBuffer_16; } inline void set_writeBuffer_16(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___writeBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_16), (void*)value); } inline static int32_t get_offset_of_requestWritten_17() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___requestWritten_17)); } inline bool get_requestWritten_17() const { return ___requestWritten_17; } inline bool* get_address_of_requestWritten_17() { return &___requestWritten_17; } inline void set_requestWritten_17(bool value) { ___requestWritten_17 = value; } inline static int32_t get_offset_of_allowBuffering_18() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___allowBuffering_18)); } inline bool get_allowBuffering_18() const { return ___allowBuffering_18; } inline bool* get_address_of_allowBuffering_18() { return &___allowBuffering_18; } inline void set_allowBuffering_18(bool value) { ___allowBuffering_18 = value; } inline static int32_t get_offset_of_sendChunked_19() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___sendChunked_19)); } inline bool get_sendChunked_19() const { return ___sendChunked_19; } inline bool* get_address_of_sendChunked_19() { return &___sendChunked_19; } inline void set_sendChunked_19(bool value) { ___sendChunked_19 = value; } inline static int32_t get_offset_of_pendingWrite_20() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___pendingWrite_20)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_pendingWrite_20() const { return ___pendingWrite_20; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_pendingWrite_20() { return &___pendingWrite_20; } inline void set_pendingWrite_20(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___pendingWrite_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___pendingWrite_20), (void*)value); } inline static int32_t get_offset_of_totalWritten_21() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___totalWritten_21)); } inline int64_t get_totalWritten_21() const { return ___totalWritten_21; } inline int64_t* get_address_of_totalWritten_21() { return &___totalWritten_21; } inline void set_totalWritten_21(int64_t value) { ___totalWritten_21 = value; } inline static int32_t get_offset_of_headers_22() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___headers_22)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_headers_22() const { return ___headers_22; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_headers_22() { return &___headers_22; } inline void set_headers_22(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___headers_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___headers_22), (void*)value); } inline static int32_t get_offset_of_headersSent_23() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___headersSent_23)); } inline bool get_headersSent_23() const { return ___headersSent_23; } inline bool* get_address_of_headersSent_23() { return &___headersSent_23; } inline void set_headersSent_23(bool value) { ___headersSent_23 = value; } inline static int32_t get_offset_of_completeRequestWritten_24() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___completeRequestWritten_24)); } inline int32_t get_completeRequestWritten_24() const { return ___completeRequestWritten_24; } inline int32_t* get_address_of_completeRequestWritten_24() { return &___completeRequestWritten_24; } inline void set_completeRequestWritten_24(int32_t value) { ___completeRequestWritten_24 = value; } inline static int32_t get_offset_of_chunkTrailerWritten_25() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___chunkTrailerWritten_25)); } inline int32_t get_chunkTrailerWritten_25() const { return ___chunkTrailerWritten_25; } inline int32_t* get_address_of_chunkTrailerWritten_25() { return &___chunkTrailerWritten_25; } inline void set_chunkTrailerWritten_25(int32_t value) { ___chunkTrailerWritten_25 = value; } inline static int32_t get_offset_of_U3CKeepAliveU3Ek__BackingField_26() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887, ___U3CKeepAliveU3Ek__BackingField_26)); } inline bool get_U3CKeepAliveU3Ek__BackingField_26() const { return ___U3CKeepAliveU3Ek__BackingField_26; } inline bool* get_address_of_U3CKeepAliveU3Ek__BackingField_26() { return &___U3CKeepAliveU3Ek__BackingField_26; } inline void set_U3CKeepAliveU3Ek__BackingField_26(bool value) { ___U3CKeepAliveU3Ek__BackingField_26 = value; } }; struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887_StaticFields { public: // System.Byte[] System.Net.WebRequestStream::crlf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___crlf_15; public: inline static int32_t get_offset_of_crlf_15() { return static_cast(offsetof(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887_StaticFields, ___crlf_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_crlf_15() const { return ___crlf_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_crlf_15() { return &___crlf_15; } inline void set_crlf_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___crlf_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___crlf_15), (void*)value); } }; // System.Net.WebResponseStream struct WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F : public WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918 { public: // System.Net.BufferOffsetSize System.Net.WebResponseStream::readBuffer BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___readBuffer_15; // System.Int64 System.Net.WebResponseStream::contentLength int64_t ___contentLength_16; // System.Int64 System.Net.WebResponseStream::totalRead int64_t ___totalRead_17; // System.Boolean System.Net.WebResponseStream::nextReadCalled bool ___nextReadCalled_18; // System.Int32 System.Net.WebResponseStream::stream_length int32_t ___stream_length_19; // System.Net.WebCompletionSource System.Net.WebResponseStream::pendingRead WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___pendingRead_20; // System.Object System.Net.WebResponseStream::locker RuntimeObject * ___locker_21; // System.Int32 System.Net.WebResponseStream::nestedRead int32_t ___nestedRead_22; // System.Boolean System.Net.WebResponseStream::read_eof bool ___read_eof_23; // System.Net.WebRequestStream System.Net.WebResponseStream::k__BackingField WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CRequestStreamU3Ek__BackingField_24; // System.Net.WebHeaderCollection System.Net.WebResponseStream::k__BackingField WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___U3CHeadersU3Ek__BackingField_25; // System.Net.HttpStatusCode System.Net.WebResponseStream::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_26; // System.String System.Net.WebResponseStream::k__BackingField String_t* ___U3CStatusDescriptionU3Ek__BackingField_27; // System.Version System.Net.WebResponseStream::k__BackingField Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___U3CVersionU3Ek__BackingField_28; // System.Boolean System.Net.WebResponseStream::k__BackingField bool ___U3CKeepAliveU3Ek__BackingField_29; // System.Boolean System.Net.WebResponseStream::k__BackingField bool ___U3CChunkedReadU3Ek__BackingField_30; // System.Net.MonoChunkStream System.Net.WebResponseStream::k__BackingField MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * ___U3CChunkStreamU3Ek__BackingField_31; public: inline static int32_t get_offset_of_readBuffer_15() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___readBuffer_15)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_readBuffer_15() const { return ___readBuffer_15; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_readBuffer_15() { return &___readBuffer_15; } inline void set_readBuffer_15(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___readBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_15), (void*)value); } inline static int32_t get_offset_of_contentLength_16() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___contentLength_16)); } inline int64_t get_contentLength_16() const { return ___contentLength_16; } inline int64_t* get_address_of_contentLength_16() { return &___contentLength_16; } inline void set_contentLength_16(int64_t value) { ___contentLength_16 = value; } inline static int32_t get_offset_of_totalRead_17() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___totalRead_17)); } inline int64_t get_totalRead_17() const { return ___totalRead_17; } inline int64_t* get_address_of_totalRead_17() { return &___totalRead_17; } inline void set_totalRead_17(int64_t value) { ___totalRead_17 = value; } inline static int32_t get_offset_of_nextReadCalled_18() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___nextReadCalled_18)); } inline bool get_nextReadCalled_18() const { return ___nextReadCalled_18; } inline bool* get_address_of_nextReadCalled_18() { return &___nextReadCalled_18; } inline void set_nextReadCalled_18(bool value) { ___nextReadCalled_18 = value; } inline static int32_t get_offset_of_stream_length_19() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___stream_length_19)); } inline int32_t get_stream_length_19() const { return ___stream_length_19; } inline int32_t* get_address_of_stream_length_19() { return &___stream_length_19; } inline void set_stream_length_19(int32_t value) { ___stream_length_19 = value; } inline static int32_t get_offset_of_pendingRead_20() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___pendingRead_20)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_pendingRead_20() const { return ___pendingRead_20; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_pendingRead_20() { return &___pendingRead_20; } inline void set_pendingRead_20(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___pendingRead_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___pendingRead_20), (void*)value); } inline static int32_t get_offset_of_locker_21() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___locker_21)); } inline RuntimeObject * get_locker_21() const { return ___locker_21; } inline RuntimeObject ** get_address_of_locker_21() { return &___locker_21; } inline void set_locker_21(RuntimeObject * value) { ___locker_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_21), (void*)value); } inline static int32_t get_offset_of_nestedRead_22() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___nestedRead_22)); } inline int32_t get_nestedRead_22() const { return ___nestedRead_22; } inline int32_t* get_address_of_nestedRead_22() { return &___nestedRead_22; } inline void set_nestedRead_22(int32_t value) { ___nestedRead_22 = value; } inline static int32_t get_offset_of_read_eof_23() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___read_eof_23)); } inline bool get_read_eof_23() const { return ___read_eof_23; } inline bool* get_address_of_read_eof_23() { return &___read_eof_23; } inline void set_read_eof_23(bool value) { ___read_eof_23 = value; } inline static int32_t get_offset_of_U3CRequestStreamU3Ek__BackingField_24() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CRequestStreamU3Ek__BackingField_24)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CRequestStreamU3Ek__BackingField_24() const { return ___U3CRequestStreamU3Ek__BackingField_24; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CRequestStreamU3Ek__BackingField_24() { return &___U3CRequestStreamU3Ek__BackingField_24; } inline void set_U3CRequestStreamU3Ek__BackingField_24(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CRequestStreamU3Ek__BackingField_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestStreamU3Ek__BackingField_24), (void*)value); } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_25() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CHeadersU3Ek__BackingField_25)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_U3CHeadersU3Ek__BackingField_25() const { return ___U3CHeadersU3Ek__BackingField_25; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_U3CHeadersU3Ek__BackingField_25() { return &___U3CHeadersU3Ek__BackingField_25; } inline void set_U3CHeadersU3Ek__BackingField_25(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___U3CHeadersU3Ek__BackingField_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_25), (void*)value); } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_26() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CStatusCodeU3Ek__BackingField_26)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_26() const { return ___U3CStatusCodeU3Ek__BackingField_26; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_26() { return &___U3CStatusCodeU3Ek__BackingField_26; } inline void set_U3CStatusCodeU3Ek__BackingField_26(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_26 = value; } inline static int32_t get_offset_of_U3CStatusDescriptionU3Ek__BackingField_27() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CStatusDescriptionU3Ek__BackingField_27)); } inline String_t* get_U3CStatusDescriptionU3Ek__BackingField_27() const { return ___U3CStatusDescriptionU3Ek__BackingField_27; } inline String_t** get_address_of_U3CStatusDescriptionU3Ek__BackingField_27() { return &___U3CStatusDescriptionU3Ek__BackingField_27; } inline void set_U3CStatusDescriptionU3Ek__BackingField_27(String_t* value) { ___U3CStatusDescriptionU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStatusDescriptionU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CVersionU3Ek__BackingField_28() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CVersionU3Ek__BackingField_28)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_U3CVersionU3Ek__BackingField_28() const { return ___U3CVersionU3Ek__BackingField_28; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_U3CVersionU3Ek__BackingField_28() { return &___U3CVersionU3Ek__BackingField_28; } inline void set_U3CVersionU3Ek__BackingField_28(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___U3CVersionU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CVersionU3Ek__BackingField_28), (void*)value); } inline static int32_t get_offset_of_U3CKeepAliveU3Ek__BackingField_29() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CKeepAliveU3Ek__BackingField_29)); } inline bool get_U3CKeepAliveU3Ek__BackingField_29() const { return ___U3CKeepAliveU3Ek__BackingField_29; } inline bool* get_address_of_U3CKeepAliveU3Ek__BackingField_29() { return &___U3CKeepAliveU3Ek__BackingField_29; } inline void set_U3CKeepAliveU3Ek__BackingField_29(bool value) { ___U3CKeepAliveU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_U3CChunkedReadU3Ek__BackingField_30() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CChunkedReadU3Ek__BackingField_30)); } inline bool get_U3CChunkedReadU3Ek__BackingField_30() const { return ___U3CChunkedReadU3Ek__BackingField_30; } inline bool* get_address_of_U3CChunkedReadU3Ek__BackingField_30() { return &___U3CChunkedReadU3Ek__BackingField_30; } inline void set_U3CChunkedReadU3Ek__BackingField_30(bool value) { ___U3CChunkedReadU3Ek__BackingField_30 = value; } inline static int32_t get_offset_of_U3CChunkStreamU3Ek__BackingField_31() { return static_cast(offsetof(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F, ___U3CChunkStreamU3Ek__BackingField_31)); } inline MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * get_U3CChunkStreamU3Ek__BackingField_31() const { return ___U3CChunkStreamU3Ek__BackingField_31; } inline MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 ** get_address_of_U3CChunkStreamU3Ek__BackingField_31() { return &___U3CChunkStreamU3Ek__BackingField_31; } inline void set_U3CChunkStreamU3Ek__BackingField_31(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * value) { ___U3CChunkStreamU3Ek__BackingField_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CChunkStreamU3Ek__BackingField_31), (void*)value); } }; // System.Net.NetworkInformation.Win32_FIXED_INFO struct Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 { public: // System.String System.Net.NetworkInformation.Win32_FIXED_INFO::HostName String_t* ___HostName_0; // System.String System.Net.NetworkInformation.Win32_FIXED_INFO::DomainName String_t* ___DomainName_1; // System.IntPtr System.Net.NetworkInformation.Win32_FIXED_INFO::CurrentDnsServer intptr_t ___CurrentDnsServer_2; // System.Net.NetworkInformation.Win32_IP_ADDR_STRING System.Net.NetworkInformation.Win32_FIXED_INFO::DnsServerList Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 ___DnsServerList_3; // System.Net.NetworkInformation.NetBiosNodeType System.Net.NetworkInformation.Win32_FIXED_INFO::NodeType int32_t ___NodeType_4; // System.String System.Net.NetworkInformation.Win32_FIXED_INFO::ScopeId String_t* ___ScopeId_5; // System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableRouting uint32_t ___EnableRouting_6; // System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableProxy uint32_t ___EnableProxy_7; // System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableDns uint32_t ___EnableDns_8; public: inline static int32_t get_offset_of_HostName_0() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___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_DomainName_1() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___DomainName_1)); } inline String_t* get_DomainName_1() const { return ___DomainName_1; } inline String_t** get_address_of_DomainName_1() { return &___DomainName_1; } inline void set_DomainName_1(String_t* value) { ___DomainName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainName_1), (void*)value); } inline static int32_t get_offset_of_CurrentDnsServer_2() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___CurrentDnsServer_2)); } inline intptr_t get_CurrentDnsServer_2() const { return ___CurrentDnsServer_2; } inline intptr_t* get_address_of_CurrentDnsServer_2() { return &___CurrentDnsServer_2; } inline void set_CurrentDnsServer_2(intptr_t value) { ___CurrentDnsServer_2 = value; } inline static int32_t get_offset_of_DnsServerList_3() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___DnsServerList_3)); } inline Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 get_DnsServerList_3() const { return ___DnsServerList_3; } inline Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 * get_address_of_DnsServerList_3() { return &___DnsServerList_3; } inline void set_DnsServerList_3(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 value) { ___DnsServerList_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpAddress_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpMask_2), (void*)NULL); #endif } inline static int32_t get_offset_of_NodeType_4() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___NodeType_4)); } inline int32_t get_NodeType_4() const { return ___NodeType_4; } inline int32_t* get_address_of_NodeType_4() { return &___NodeType_4; } inline void set_NodeType_4(int32_t value) { ___NodeType_4 = value; } inline static int32_t get_offset_of_ScopeId_5() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___ScopeId_5)); } inline String_t* get_ScopeId_5() const { return ___ScopeId_5; } inline String_t** get_address_of_ScopeId_5() { return &___ScopeId_5; } inline void set_ScopeId_5(String_t* value) { ___ScopeId_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ScopeId_5), (void*)value); } inline static int32_t get_offset_of_EnableRouting_6() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___EnableRouting_6)); } inline uint32_t get_EnableRouting_6() const { return ___EnableRouting_6; } inline uint32_t* get_address_of_EnableRouting_6() { return &___EnableRouting_6; } inline void set_EnableRouting_6(uint32_t value) { ___EnableRouting_6 = value; } inline static int32_t get_offset_of_EnableProxy_7() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___EnableProxy_7)); } inline uint32_t get_EnableProxy_7() const { return ___EnableProxy_7; } inline uint32_t* get_address_of_EnableProxy_7() { return &___EnableProxy_7; } inline void set_EnableProxy_7(uint32_t value) { ___EnableProxy_7 = value; } inline static int32_t get_offset_of_EnableDns_8() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___EnableDns_8)); } inline uint32_t get_EnableDns_8() const { return ___EnableDns_8; } inline uint32_t* get_address_of_EnableDns_8() { return &___EnableDns_8; } inline void set_EnableDns_8(uint32_t value) { ___EnableDns_8 = value; } }; // Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO struct Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_pinvoke { char ___HostName_0[132]; char ___DomainName_1[132]; intptr_t ___CurrentDnsServer_2; Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke ___DnsServerList_3; int32_t ___NodeType_4; char ___ScopeId_5[260]; uint32_t ___EnableRouting_6; uint32_t ___EnableProxy_7; uint32_t ___EnableDns_8; }; // Native definition for COM marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO struct Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_com { char ___HostName_0[132]; char ___DomainName_1[132]; intptr_t ___CurrentDnsServer_2; Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com ___DnsServerList_3; int32_t ___NodeType_4; char ___ScopeId_5[260]; uint32_t ___EnableRouting_6; uint32_t ___EnableProxy_7; uint32_t ___EnableDns_8; }; // System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension struct X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_certificateAuthority bool ____certificateAuthority_5; // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_hasPathLengthConstraint bool ____hasPathLengthConstraint_6; // System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_pathLengthConstraint int32_t ____pathLengthConstraint_7; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_status int32_t ____status_8; public: inline static int32_t get_offset_of__certificateAuthority_5() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____certificateAuthority_5)); } inline bool get__certificateAuthority_5() const { return ____certificateAuthority_5; } inline bool* get_address_of__certificateAuthority_5() { return &____certificateAuthority_5; } inline void set__certificateAuthority_5(bool value) { ____certificateAuthority_5 = value; } inline static int32_t get_offset_of__hasPathLengthConstraint_6() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____hasPathLengthConstraint_6)); } inline bool get__hasPathLengthConstraint_6() const { return ____hasPathLengthConstraint_6; } inline bool* get_address_of__hasPathLengthConstraint_6() { return &____hasPathLengthConstraint_6; } inline void set__hasPathLengthConstraint_6(bool value) { ____hasPathLengthConstraint_6 = value; } inline static int32_t get_offset_of__pathLengthConstraint_7() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____pathLengthConstraint_7)); } inline int32_t get__pathLengthConstraint_7() const { return ____pathLengthConstraint_7; } inline int32_t* get_address_of__pathLengthConstraint_7() { return &____pathLengthConstraint_7; } inline void set__pathLengthConstraint_7(int32_t value) { ____pathLengthConstraint_7 = value; } inline static int32_t get_offset_of__status_8() { return static_cast(offsetof(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF, ____status_8)); } inline int32_t get__status_8() const { return ____status_8; } inline int32_t* get_address_of__status_8() { return &____status_8; } inline void set__status_8(int32_t value) { ____status_8 = value; } }; // System.Security.Cryptography.X509Certificates.X509ChainImplMono struct X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 : public X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE { public: // System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.X509ChainImplMono::location int32_t ___location_0; // System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509ChainImplMono::elements X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * ___elements_1; // System.Security.Cryptography.X509Certificates.X509ChainPolicy System.Security.Cryptography.X509Certificates.X509ChainImplMono::policy X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * ___policy_2; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509ChainImplMono::status X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* ___status_3; // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509ChainImplMono::working_public_key AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___working_public_key_5; // System.Security.Cryptography.X509Certificates.X509ChainElement System.Security.Cryptography.X509Certificates.X509ChainImplMono::bce_restriction X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * ___bce_restriction_6; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainImplMono::roots X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * ___roots_7; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainImplMono::cas X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * ___cas_8; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509ChainImplMono::root_store X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * ___root_store_9; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509ChainImplMono::ca_store X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * ___ca_store_10; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509ChainImplMono::user_root_store X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * ___user_root_store_11; // System.Security.Cryptography.X509Certificates.X509Store System.Security.Cryptography.X509Certificates.X509ChainImplMono::user_ca_store X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * ___user_ca_store_12; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainImplMono::collection X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * ___collection_13; public: inline static int32_t get_offset_of_location_0() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___location_0)); } inline int32_t get_location_0() const { return ___location_0; } inline int32_t* get_address_of_location_0() { return &___location_0; } inline void set_location_0(int32_t value) { ___location_0 = value; } inline static int32_t get_offset_of_elements_1() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___elements_1)); } inline X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * get_elements_1() const { return ___elements_1; } inline X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 ** get_address_of_elements_1() { return &___elements_1; } inline void set_elements_1(X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * value) { ___elements_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___elements_1), (void*)value); } inline static int32_t get_offset_of_policy_2() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___policy_2)); } inline X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * get_policy_2() const { return ___policy_2; } inline X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F ** get_address_of_policy_2() { return &___policy_2; } inline void set_policy_2(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * value) { ___policy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___policy_2), (void*)value); } inline static int32_t get_offset_of_status_3() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___status_3)); } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* get_status_3() const { return ___status_3; } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F** get_address_of_status_3() { return &___status_3; } inline void set_status_3(X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* value) { ___status_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___status_3), (void*)value); } inline static int32_t get_offset_of_working_public_key_5() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___working_public_key_5)); } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * get_working_public_key_5() const { return ___working_public_key_5; } inline AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F ** get_address_of_working_public_key_5() { return &___working_public_key_5; } inline void set_working_public_key_5(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * value) { ___working_public_key_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___working_public_key_5), (void*)value); } inline static int32_t get_offset_of_bce_restriction_6() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___bce_restriction_6)); } inline X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * get_bce_restriction_6() const { return ___bce_restriction_6; } inline X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 ** get_address_of_bce_restriction_6() { return &___bce_restriction_6; } inline void set_bce_restriction_6(X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * value) { ___bce_restriction_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bce_restriction_6), (void*)value); } inline static int32_t get_offset_of_roots_7() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___roots_7)); } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * get_roots_7() const { return ___roots_7; } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 ** get_address_of_roots_7() { return &___roots_7; } inline void set_roots_7(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * value) { ___roots_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___roots_7), (void*)value); } inline static int32_t get_offset_of_cas_8() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___cas_8)); } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * get_cas_8() const { return ___cas_8; } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 ** get_address_of_cas_8() { return &___cas_8; } inline void set_cas_8(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * value) { ___cas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cas_8), (void*)value); } inline static int32_t get_offset_of_root_store_9() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___root_store_9)); } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * get_root_store_9() const { return ___root_store_9; } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 ** get_address_of_root_store_9() { return &___root_store_9; } inline void set_root_store_9(X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * value) { ___root_store_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_store_9), (void*)value); } inline static int32_t get_offset_of_ca_store_10() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___ca_store_10)); } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * get_ca_store_10() const { return ___ca_store_10; } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 ** get_address_of_ca_store_10() { return &___ca_store_10; } inline void set_ca_store_10(X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * value) { ___ca_store_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ca_store_10), (void*)value); } inline static int32_t get_offset_of_user_root_store_11() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___user_root_store_11)); } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * get_user_root_store_11() const { return ___user_root_store_11; } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 ** get_address_of_user_root_store_11() { return &___user_root_store_11; } inline void set_user_root_store_11(X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * value) { ___user_root_store_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___user_root_store_11), (void*)value); } inline static int32_t get_offset_of_user_ca_store_12() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___user_ca_store_12)); } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * get_user_ca_store_12() const { return ___user_ca_store_12; } inline X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 ** get_address_of_user_ca_store_12() { return &___user_ca_store_12; } inline void set_user_ca_store_12(X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * value) { ___user_ca_store_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___user_ca_store_12), (void*)value); } inline static int32_t get_offset_of_collection_13() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174, ___collection_13)); } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * get_collection_13() const { return ___collection_13; } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 ** get_address_of_collection_13() { return &___collection_13; } inline void set_collection_13(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * value) { ___collection_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___collection_13), (void*)value); } }; struct X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_StaticFields { public: // System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509ChainImplMono::Empty X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* ___Empty_4; public: inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_StaticFields, ___Empty_4)); } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* get_Empty_4() const { return ___Empty_4; } inline X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Security.Cryptography.X509Certificates.X509ChainPolicy struct X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F : public RuntimeObject { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::apps OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___apps_0; // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::cert OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___cert_1; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::store X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___store_2; // System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainPolicy::store2 X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * ___store2_3; // System.Security.Cryptography.X509Certificates.X509RevocationFlag System.Security.Cryptography.X509Certificates.X509ChainPolicy::rflag int32_t ___rflag_4; // System.Security.Cryptography.X509Certificates.X509RevocationMode System.Security.Cryptography.X509Certificates.X509ChainPolicy::mode int32_t ___mode_5; // System.TimeSpan System.Security.Cryptography.X509Certificates.X509ChainPolicy::timeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout_6; // System.Security.Cryptography.X509Certificates.X509VerificationFlags System.Security.Cryptography.X509Certificates.X509ChainPolicy::vflags int32_t ___vflags_7; // System.DateTime System.Security.Cryptography.X509Certificates.X509ChainPolicy::vtime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___vtime_8; public: inline static int32_t get_offset_of_apps_0() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___apps_0)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get_apps_0() const { return ___apps_0; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of_apps_0() { return &___apps_0; } inline void set_apps_0(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ___apps_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___apps_0), (void*)value); } inline static int32_t get_offset_of_cert_1() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___cert_1)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get_cert_1() const { return ___cert_1; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of_cert_1() { return &___cert_1; } inline void set_cert_1(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ___cert_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cert_1), (void*)value); } inline static int32_t get_offset_of_store_2() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___store_2)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_store_2() const { return ___store_2; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_store_2() { return &___store_2; } inline void set_store_2(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___store_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_2), (void*)value); } inline static int32_t get_offset_of_store2_3() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___store2_3)); } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * get_store2_3() const { return ___store2_3; } inline X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 ** get_address_of_store2_3() { return &___store2_3; } inline void set_store2_3(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * value) { ___store2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___store2_3), (void*)value); } inline static int32_t get_offset_of_rflag_4() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___rflag_4)); } inline int32_t get_rflag_4() const { return ___rflag_4; } inline int32_t* get_address_of_rflag_4() { return &___rflag_4; } inline void set_rflag_4(int32_t value) { ___rflag_4 = value; } inline static int32_t get_offset_of_mode_5() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___mode_5)); } inline int32_t get_mode_5() const { return ___mode_5; } inline int32_t* get_address_of_mode_5() { return &___mode_5; } inline void set_mode_5(int32_t value) { ___mode_5 = value; } inline static int32_t get_offset_of_timeout_6() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___timeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_timeout_6() const { return ___timeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_timeout_6() { return &___timeout_6; } inline void set_timeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___timeout_6 = value; } inline static int32_t get_offset_of_vflags_7() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___vflags_7)); } inline int32_t get_vflags_7() const { return ___vflags_7; } inline int32_t* get_address_of_vflags_7() { return &___vflags_7; } inline void set_vflags_7(int32_t value) { ___vflags_7 = value; } inline static int32_t get_offset_of_vtime_8() { return static_cast(offsetof(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F, ___vtime_8)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_vtime_8() const { return ___vtime_8; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_vtime_8() { return &___vtime_8; } inline void set_vtime_8(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___vtime_8 = value; } }; // System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB { public: // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status int32_t ___status_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info String_t* ___info_1; public: inline static int32_t get_offset_of_status_0() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___status_0)); } inline int32_t get_status_0() const { return ___status_0; } inline int32_t* get_address_of_status_0() { return &___status_0; } inline void set_status_0(int32_t value) { ___status_0 = value; } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_pinvoke { int32_t ___status_0; char* ___info_1; }; // Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_com { int32_t ___status_0; Il2CppChar* ___info_1; }; // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_enhKeyUsage OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ____enhKeyUsage_3; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_status int32_t ____status_4; public: inline static int32_t get_offset_of__enhKeyUsage_3() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B, ____enhKeyUsage_3)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get__enhKeyUsage_3() const { return ____enhKeyUsage_3; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of__enhKeyUsage_3() { return &____enhKeyUsage_3; } inline void set__enhKeyUsage_3(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ____enhKeyUsage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____enhKeyUsage_3), (void*)value); } inline static int32_t get_offset_of__status_4() { return static_cast(offsetof(X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B, ____status_4)); } inline int32_t get__status_4() const { return ____status_4; } inline int32_t* get_address_of__status_4() { return &____status_4; } inline void set__status_4(int32_t value) { ____status_4 = value; } }; // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_keyUsages int32_t ____keyUsages_6; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_status int32_t ____status_7; public: inline static int32_t get_offset_of__keyUsages_6() { return static_cast(offsetof(X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227, ____keyUsages_6)); } inline int32_t get__keyUsages_6() const { return ____keyUsages_6; } inline int32_t* get_address_of__keyUsages_6() { return &____keyUsages_6; } inline void set__keyUsages_6(int32_t value) { ____keyUsages_6 = value; } inline static int32_t get_offset_of__status_7() { return static_cast(offsetof(X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227, ____status_7)); } inline int32_t get__status_7() const { return ____status_7; } inline int32_t* get_address_of__status_7() { return &____status_7; } inline void set__status_7(int32_t value) { ____status_7 = value; } }; // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension struct X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 : public X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 { public: // System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_subjectKeyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____subjectKeyIdentifier_5; // System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_ski String_t* ____ski_6; // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_status int32_t ____status_7; public: inline static int32_t get_offset_of__subjectKeyIdentifier_5() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567, ____subjectKeyIdentifier_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__subjectKeyIdentifier_5() const { return ____subjectKeyIdentifier_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__subjectKeyIdentifier_5() { return &____subjectKeyIdentifier_5; } inline void set__subjectKeyIdentifier_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____subjectKeyIdentifier_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____subjectKeyIdentifier_5), (void*)value); } inline static int32_t get_offset_of__ski_6() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567, ____ski_6)); } inline String_t* get__ski_6() const { return ____ski_6; } inline String_t** get_address_of__ski_6() { return &____ski_6; } inline void set__ski_6(String_t* value) { ____ski_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____ski_6), (void*)value); } inline static int32_t get_offset_of__status_7() { return static_cast(offsetof(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567, ____status_7)); } inline int32_t get__status_7() const { return ____status_7; } inline int32_t* get_address_of__status_7() { return &____status_7; } inline void set__status_7(int32_t value) { ____status_7 = value; } }; // System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor struct ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68 : public SimplePropertyDescriptor_t8B1921BB59D3F66C93ADDE5BBFE806A29BA1DA1B { public: // System.Int32 System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::index int32_t ___index_19; public: inline static int32_t get_offset_of_index_19() { return static_cast(offsetof(ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68, ___index_19)); } inline int32_t get_index_19() const { return ___index_19; } inline int32_t* get_address_of_index_19() { return &___index_19; } inline void set_index_19(int32_t value) { ___index_19 = value; } }; // Mono.Net.Security.AsyncProtocolRequest/d__25 struct U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B { public: // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__25::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> Mono.Net.Security.AsyncProtocolRequest/d__25::<>t__builder AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 ___U3CU3Et__builder_1; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.AsyncProtocolRequest/d__25::<>4__this AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___U3CU3E4__this_2; // System.Threading.CancellationToken Mono.Net.Security.AsyncProtocolRequest/d__25::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__25::5__1 int32_t ___U3CrequestedSizeU3E5__1_4; // System.Nullable`1 Mono.Net.Security.AsyncProtocolRequest/d__25::5__2 Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___U3CtotalReadU3E5__2_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.AsyncProtocolRequest/d__25::<>u__1 ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3E4__this_2)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CrequestedSizeU3E5__1_4() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CrequestedSizeU3E5__1_4)); } inline int32_t get_U3CrequestedSizeU3E5__1_4() const { return ___U3CrequestedSizeU3E5__1_4; } inline int32_t* get_address_of_U3CrequestedSizeU3E5__1_4() { return &___U3CrequestedSizeU3E5__1_4; } inline void set_U3CrequestedSizeU3E5__1_4(int32_t value) { ___U3CrequestedSizeU3E5__1_4 = value; } inline static int32_t get_offset_of_U3CtotalReadU3E5__2_5() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CtotalReadU3E5__2_5)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_U3CtotalReadU3E5__2_5() const { return ___U3CtotalReadU3E5__2_5; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_U3CtotalReadU3E5__2_5() { return &___U3CtotalReadU3E5__2_5; } inline void set_U3CtotalReadU3E5__2_5(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___U3CtotalReadU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.AsyncProtocolRequest/d__23 struct U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F { public: // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__23::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.AsyncProtocolRequest/d__23::<>t__builder AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 ___U3CU3Et__builder_1; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.AsyncProtocolRequest/d__23::<>4__this AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___U3CU3E4__this_2; // System.Threading.CancellationToken Mono.Net.Security.AsyncProtocolRequest/d__23::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.AsyncProtocolRequest/d__23::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3E4__this_2)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F, ___U3CU3Eu__1_4)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); } }; // 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/<b__263_0>d struct U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 { public: // System.Int32 System.Net.HttpWebRequest/<b__263_0>d::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Net.HttpWebRequest/<b__263_0>d::<>t__builder AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D ___U3CU3Et__builder_1; // System.Net.HttpWebRequest System.Net.HttpWebRequest/<b__263_0>d::<>4__this HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CU3E4__this_2; // System.IO.MemoryStream System.Net.HttpWebRequest/<b__263_0>d::5__1 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__1_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.HttpWebRequest/<b__263_0>d::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0, ___U3CU3E4__this_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CmsU3E5__1_3() { return static_cast(offsetof(U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0, ___U3CmsU3E5__1_3)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__1_3() const { return ___U3CmsU3E5__1_3; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__1_3() { return &___U3CmsU3E5__1_3; } inline void set_U3CmsU3E5__1_3(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0, ___U3CU3Eu__1_4)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); } }; // System.Net.HttpWebRequest/d__237 struct U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 { public: // System.Int32 System.Net.HttpWebRequest/d__237::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> System.Net.HttpWebRequest/d__237::<>t__builder AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 ___U3CU3Et__builder_1; // System.Net.HttpWebRequest System.Net.HttpWebRequest/d__237::<>4__this HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CU3E4__this_2; // System.Net.WebResponseStream System.Net.HttpWebRequest/d__237::stream WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___stream_3; // System.Threading.CancellationToken System.Net.HttpWebRequest/d__237::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.Net.WebException System.Net.HttpWebRequest/d__237::5__1 WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * ___U3CthrowMeU3E5__1_5; // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest/d__237::5__2 Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * ___U3CrewriteHandlerU3E5__2_6; // System.Boolean System.Net.HttpWebRequest/d__237::5__3 bool ___U3CredirectU3E5__3_7; // System.Net.HttpWebResponse System.Net.HttpWebRequest/d__237::5__4 HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___U3CresponseU3E5__4_8; // System.Net.BufferOffsetSize System.Net.HttpWebRequest/d__237::5__5 BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___U3CwriteBufferU3E5__5_9; // System.Boolean System.Net.HttpWebRequest/d__237::5__6 bool ___U3CmustReadAllU3E5__6_10; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__237::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_11; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__237::<>u__2 ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 ___U3CU3Eu__2_12; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CU3E4__this_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_stream_3() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___stream_3)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_stream_3() const { return ___stream_3; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_stream_3() { return &___stream_3; } inline void set_stream_3(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___stream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CthrowMeU3E5__1_5() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CthrowMeU3E5__1_5)); } inline WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * get_U3CthrowMeU3E5__1_5() const { return ___U3CthrowMeU3E5__1_5; } inline WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 ** get_address_of_U3CthrowMeU3E5__1_5() { return &___U3CthrowMeU3E5__1_5; } inline void set_U3CthrowMeU3E5__1_5(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * value) { ___U3CthrowMeU3E5__1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CthrowMeU3E5__1_5), (void*)value); } inline static int32_t get_offset_of_U3CrewriteHandlerU3E5__2_6() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CrewriteHandlerU3E5__2_6)); } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * get_U3CrewriteHandlerU3E5__2_6() const { return ___U3CrewriteHandlerU3E5__2_6; } inline Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 ** get_address_of_U3CrewriteHandlerU3E5__2_6() { return &___U3CrewriteHandlerU3E5__2_6; } inline void set_U3CrewriteHandlerU3E5__2_6(Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * value) { ___U3CrewriteHandlerU3E5__2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrewriteHandlerU3E5__2_6), (void*)value); } inline static int32_t get_offset_of_U3CredirectU3E5__3_7() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CredirectU3E5__3_7)); } inline bool get_U3CredirectU3E5__3_7() const { return ___U3CredirectU3E5__3_7; } inline bool* get_address_of_U3CredirectU3E5__3_7() { return &___U3CredirectU3E5__3_7; } inline void set_U3CredirectU3E5__3_7(bool value) { ___U3CredirectU3E5__3_7 = value; } inline static int32_t get_offset_of_U3CresponseU3E5__4_8() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CresponseU3E5__4_8)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_U3CresponseU3E5__4_8() const { return ___U3CresponseU3E5__4_8; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_U3CresponseU3E5__4_8() { return &___U3CresponseU3E5__4_8; } inline void set_U3CresponseU3E5__4_8(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___U3CresponseU3E5__4_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CresponseU3E5__4_8), (void*)value); } inline static int32_t get_offset_of_U3CwriteBufferU3E5__5_9() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CwriteBufferU3E5__5_9)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_U3CwriteBufferU3E5__5_9() const { return ___U3CwriteBufferU3E5__5_9; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_U3CwriteBufferU3E5__5_9() { return &___U3CwriteBufferU3E5__5_9; } inline void set_U3CwriteBufferU3E5__5_9(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___U3CwriteBufferU3E5__5_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CwriteBufferU3E5__5_9), (void*)value); } inline static int32_t get_offset_of_U3CmustReadAllU3E5__6_10() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CmustReadAllU3E5__6_10)); } inline bool get_U3CmustReadAllU3E5__6_10() const { return ___U3CmustReadAllU3E5__6_10; } inline bool* get_address_of_U3CmustReadAllU3E5__6_10() { return &___U3CmustReadAllU3E5__6_10; } inline void set_U3CmustReadAllU3E5__6_10(bool value) { ___U3CmustReadAllU3E5__6_10 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CU3Eu__1_11)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; } inline void set_U3CU3Eu__1_11(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_11 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_11))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast(offsetof(U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820, ___U3CU3Eu__2_12)); } inline ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; } inline ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; } inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 value) { ___U3CU3Eu__2_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL); } }; // System.Net.HttpWebRequest/d__236 struct U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 { public: // System.Int32 System.Net.HttpWebRequest/d__236::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Net.HttpWebRequest/d__236::<>t__builder AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 ___U3CU3Et__builder_1; // System.Net.HttpWebRequest System.Net.HttpWebRequest/d__236::<>4__this HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.HttpWebRequest/d__236::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Net.WebOperation System.Net.HttpWebRequest/d__236::5__1 WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___U3CoperationU3E5__1_4; // System.Net.WebException System.Net.HttpWebRequest/d__236::5__2 WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * ___U3CthrowMeU3E5__2_5; // System.Net.WebCompletionSource System.Net.HttpWebRequest/d__236::5__3 WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___U3CcompletionU3E5__3_6; // System.Boolean System.Net.HttpWebRequest/d__236::5__4 bool ___U3CredirectU3E5__4_7; // System.Net.HttpWebResponse System.Net.HttpWebRequest/d__236::5__5 HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___U3CresponseU3E5__5_8; // System.Net.WebOperation System.Net.HttpWebRequest/d__236::5__6 WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___U3CntlmU3E5__6_9; // System.Boolean System.Net.HttpWebRequest/d__236::5__7 bool ___U3CmustReadAllU3E5__7_10; // System.Net.WebResponseStream System.Net.HttpWebRequest/d__236::5__8 WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___U3CstreamU3E5__8_11; // System.Net.BufferOffsetSize System.Net.HttpWebRequest/d__236::5__9 BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___U3CwriteBufferU3E5__9_12; // System.Runtime.CompilerServices.TaskAwaiter`1 System.Net.HttpWebRequest/d__236::<>u__1 TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD ___U3CU3Eu__1_13; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__236::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_14; // System.Runtime.CompilerServices.TaskAwaiter`1 System.Net.HttpWebRequest/d__236::<>u__3 TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 ___U3CU3Eu__3_15; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> System.Net.HttpWebRequest/d__236::<>u__4 ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 ___U3CU3Eu__4_16; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CU3E4__this_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CoperationU3E5__1_4() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CoperationU3E5__1_4)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_U3CoperationU3E5__1_4() const { return ___U3CoperationU3E5__1_4; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_U3CoperationU3E5__1_4() { return &___U3CoperationU3E5__1_4; } inline void set_U3CoperationU3E5__1_4(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___U3CoperationU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CoperationU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CthrowMeU3E5__2_5() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CthrowMeU3E5__2_5)); } inline WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * get_U3CthrowMeU3E5__2_5() const { return ___U3CthrowMeU3E5__2_5; } inline WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 ** get_address_of_U3CthrowMeU3E5__2_5() { return &___U3CthrowMeU3E5__2_5; } inline void set_U3CthrowMeU3E5__2_5(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * value) { ___U3CthrowMeU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CthrowMeU3E5__2_5), (void*)value); } inline static int32_t get_offset_of_U3CcompletionU3E5__3_6() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CcompletionU3E5__3_6)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_U3CcompletionU3E5__3_6() const { return ___U3CcompletionU3E5__3_6; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_U3CcompletionU3E5__3_6() { return &___U3CcompletionU3E5__3_6; } inline void set_U3CcompletionU3E5__3_6(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___U3CcompletionU3E5__3_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcompletionU3E5__3_6), (void*)value); } inline static int32_t get_offset_of_U3CredirectU3E5__4_7() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CredirectU3E5__4_7)); } inline bool get_U3CredirectU3E5__4_7() const { return ___U3CredirectU3E5__4_7; } inline bool* get_address_of_U3CredirectU3E5__4_7() { return &___U3CredirectU3E5__4_7; } inline void set_U3CredirectU3E5__4_7(bool value) { ___U3CredirectU3E5__4_7 = value; } inline static int32_t get_offset_of_U3CresponseU3E5__5_8() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CresponseU3E5__5_8)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_U3CresponseU3E5__5_8() const { return ___U3CresponseU3E5__5_8; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_U3CresponseU3E5__5_8() { return &___U3CresponseU3E5__5_8; } inline void set_U3CresponseU3E5__5_8(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___U3CresponseU3E5__5_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CresponseU3E5__5_8), (void*)value); } inline static int32_t get_offset_of_U3CntlmU3E5__6_9() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CntlmU3E5__6_9)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_U3CntlmU3E5__6_9() const { return ___U3CntlmU3E5__6_9; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_U3CntlmU3E5__6_9() { return &___U3CntlmU3E5__6_9; } inline void set_U3CntlmU3E5__6_9(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___U3CntlmU3E5__6_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CntlmU3E5__6_9), (void*)value); } inline static int32_t get_offset_of_U3CmustReadAllU3E5__7_10() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CmustReadAllU3E5__7_10)); } inline bool get_U3CmustReadAllU3E5__7_10() const { return ___U3CmustReadAllU3E5__7_10; } inline bool* get_address_of_U3CmustReadAllU3E5__7_10() { return &___U3CmustReadAllU3E5__7_10; } inline void set_U3CmustReadAllU3E5__7_10(bool value) { ___U3CmustReadAllU3E5__7_10 = value; } inline static int32_t get_offset_of_U3CstreamU3E5__8_11() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CstreamU3E5__8_11)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_U3CstreamU3E5__8_11() const { return ___U3CstreamU3E5__8_11; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_U3CstreamU3E5__8_11() { return &___U3CstreamU3E5__8_11; } inline void set_U3CstreamU3E5__8_11(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___U3CstreamU3E5__8_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CstreamU3E5__8_11), (void*)value); } inline static int32_t get_offset_of_U3CwriteBufferU3E5__9_12() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CwriteBufferU3E5__9_12)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_U3CwriteBufferU3E5__9_12() const { return ___U3CwriteBufferU3E5__9_12; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_U3CwriteBufferU3E5__9_12() { return &___U3CwriteBufferU3E5__9_12; } inline void set_U3CwriteBufferU3E5__9_12(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___U3CwriteBufferU3E5__9_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CwriteBufferU3E5__9_12), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_13() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CU3Eu__1_13)); } inline TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD get_U3CU3Eu__1_13() const { return ___U3CU3Eu__1_13; } inline TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD * get_address_of_U3CU3Eu__1_13() { return &___U3CU3Eu__1_13; } inline void set_U3CU3Eu__1_13(TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD value) { ___U3CU3Eu__1_13 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_13))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_14() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CU3Eu__2_14)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_14() const { return ___U3CU3Eu__2_14; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_14() { return &___U3CU3Eu__2_14; } inline void set_U3CU3Eu__2_14(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_14))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__3_15() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CU3Eu__3_15)); } inline TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 get_U3CU3Eu__3_15() const { return ___U3CU3Eu__3_15; } inline TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 * get_address_of_U3CU3Eu__3_15() { return &___U3CU3Eu__3_15; } inline void set_U3CU3Eu__3_15(TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 value) { ___U3CU3Eu__3_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__3_15))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__4_16() { return static_cast(offsetof(U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1, ___U3CU3Eu__4_16)); } inline ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 get_U3CU3Eu__4_16() const { return ___U3CU3Eu__4_16; } inline ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 * get_address_of_U3CU3Eu__4_16() { return &___U3CU3Eu__4_16; } inline void set_U3CU3Eu__4_16(ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 value) { ___U3CU3Eu__4_16 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__4_16))->___m_task_0), (void*)NULL); } }; // 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; }; // System.ComponentModel.MaskedTextProvider/CharDescriptor struct CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E : public RuntimeObject { public: // System.Int32 System.ComponentModel.MaskedTextProvider/CharDescriptor::MaskPosition int32_t ___MaskPosition_0; // System.ComponentModel.MaskedTextProvider/CaseConversion System.ComponentModel.MaskedTextProvider/CharDescriptor::CaseConversion int32_t ___CaseConversion_1; // System.ComponentModel.MaskedTextProvider/CharType System.ComponentModel.MaskedTextProvider/CharDescriptor::CharType int32_t ___CharType_2; // System.Boolean System.ComponentModel.MaskedTextProvider/CharDescriptor::IsAssigned bool ___IsAssigned_3; public: inline static int32_t get_offset_of_MaskPosition_0() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___MaskPosition_0)); } inline int32_t get_MaskPosition_0() const { return ___MaskPosition_0; } inline int32_t* get_address_of_MaskPosition_0() { return &___MaskPosition_0; } inline void set_MaskPosition_0(int32_t value) { ___MaskPosition_0 = value; } inline static int32_t get_offset_of_CaseConversion_1() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___CaseConversion_1)); } inline int32_t get_CaseConversion_1() const { return ___CaseConversion_1; } inline int32_t* get_address_of_CaseConversion_1() { return &___CaseConversion_1; } inline void set_CaseConversion_1(int32_t value) { ___CaseConversion_1 = value; } inline static int32_t get_offset_of_CharType_2() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___CharType_2)); } inline int32_t get_CharType_2() const { return ___CharType_2; } inline int32_t* get_address_of_CharType_2() { return &___CharType_2; } inline void set_CharType_2(int32_t value) { ___CharType_2 = value; } inline static int32_t get_offset_of_IsAssigned_3() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___IsAssigned_3)); } inline bool get_IsAssigned_3() const { return ___IsAssigned_3; } inline bool* get_address_of_IsAssigned_3() { return &___IsAssigned_3; } inline void set_IsAssigned_3(bool value) { ___IsAssigned_3 = value; } }; // Mono.Net.Security.MobileAuthenticatedStream/d__66 struct U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__66::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MobileAuthenticatedStream/d__66::<>t__builder AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A ___U3CU3Et__builder_1; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__66::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_2; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__66::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__66::requestedSize int32_t ___requestedSize_4; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__66::sync bool ___sync_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__66::<>u__1 ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3E4__this_2)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_requestedSize_4() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___requestedSize_4)); } inline int32_t get_requestedSize_4() const { return ___requestedSize_4; } inline int32_t* get_address_of_requestedSize_4() { return &___requestedSize_4; } inline void set_requestedSize_4(int32_t value) { ___requestedSize_4 = value; } inline static int32_t get_offset_of_sync_5() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___sync_5)); } inline bool get_sync_5() const { return ___sync_5; } inline bool* get_address_of_sync_5() { return &___sync_5; } inline void set_sync_5(bool value) { ___sync_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MobileAuthenticatedStream/d__58 struct U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__58::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MobileAuthenticatedStream/d__58::<>t__builder AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A ___U3CU3Et__builder_1; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__58::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_2; // Mono.Net.Security.MobileAuthenticatedStream/OperationType Mono.Net.Security.MobileAuthenticatedStream/d__58::type int32_t ___type_3; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream/d__58::asyncRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest_4; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__58::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__58::<>u__1 ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3E4__this_2)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___type_3)); } inline int32_t get_type_3() const { return ___type_3; } inline int32_t* get_address_of_type_3() { return &___type_3; } inline void set_type_3(int32_t value) { ___type_3 = value; } inline static int32_t get_offset_of_asyncRequest_4() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___asyncRequest_4)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncRequest_4() const { return ___asyncRequest_4; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncRequest_4() { return &___asyncRequest_4; } inline void set_asyncRequest_4(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncRequest_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncRequest_4), (void*)value); } inline static int32_t get_offset_of_cancellationToken_5() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___cancellationToken_5)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_5() const { return ___cancellationToken_5; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_5() { return &___cancellationToken_5; } inline void set_cancellationToken_5(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_5))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MonoTlsStream/d__17 struct U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 { public: // System.Int32 Mono.Net.Security.MonoTlsStream/d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MonoTlsStream/d__17::<>t__builder AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F ___U3CU3Et__builder_1; // Mono.Net.Security.MonoTlsStream Mono.Net.Security.MonoTlsStream/d__17::<>4__this MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___U3CU3E4__this_2; // System.Net.Sockets.Socket Mono.Net.Security.MonoTlsStream/d__17::5__1 Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___U3CsocketU3E5__1_3; // System.Net.WebConnectionTunnel Mono.Net.Security.MonoTlsStream/d__17::tunnel WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___tunnel_4; // System.Threading.CancellationToken Mono.Net.Security.MonoTlsStream/d__17::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.MonoTlsStream/d__17::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3E4__this_2)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CsocketU3E5__1_3() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CsocketU3E5__1_3)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_U3CsocketU3E5__1_3() const { return ___U3CsocketU3E5__1_3; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_U3CsocketU3E5__1_3() { return &___U3CsocketU3E5__1_3; } inline void set_U3CsocketU3E5__1_3(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___U3CsocketU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsocketU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_tunnel_4() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___tunnel_4)); } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * get_tunnel_4() const { return ___tunnel_4; } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 ** get_address_of_tunnel_4() { return &___tunnel_4; } inline void set_tunnel_4(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * value) { ___tunnel_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___tunnel_4), (void*)value); } inline static int32_t get_offset_of_cancellationToken_5() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___cancellationToken_5)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_5() const { return ___cancellationToken_5; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_5() { return &___cancellationToken_5; } inline void set_cancellationToken_5(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_5))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // 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; } }; // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange struct unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 { public: // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange::min uint32_t ___min_0; // Mono.Unity.UnityTls/unitytls_protocol Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange::max uint32_t ___max_1; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68, ___min_0)); } inline uint32_t get_min_0() const { return ___min_0; } inline uint32_t* get_address_of_min_0() { return &___min_0; } inline void set_min_0(uint32_t value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68, ___max_1)); } inline uint32_t get_max_1() const { return ___max_1; } inline uint32_t* get_address_of_max_1() { return &___max_1; } inline void set_max_1(uint32_t value) { ___max_1 = value; } }; // System.ComponentModel.LicenseManager/LicenseInteropHelper/CLRLicenseContext struct CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500 : public LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF { public: // System.ComponentModel.LicenseUsageMode System.ComponentModel.LicenseManager/LicenseInteropHelper/CLRLicenseContext::usageMode int32_t ___usageMode_0; // System.Type System.ComponentModel.LicenseManager/LicenseInteropHelper/CLRLicenseContext::type Type_t * ___type_1; // System.String System.ComponentModel.LicenseManager/LicenseInteropHelper/CLRLicenseContext::key String_t* ___key_2; public: inline static int32_t get_offset_of_usageMode_0() { return static_cast(offsetof(CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500, ___usageMode_0)); } inline int32_t get_usageMode_0() const { return ___usageMode_0; } inline int32_t* get_address_of_usageMode_0() { return &___usageMode_0; } inline void set_usageMode_0(int32_t value) { ___usageMode_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500, ___key_2)); } inline String_t* get_key_2() const { return ___key_2; } inline String_t** get_address_of_key_2() { return &___key_2; } inline void set_key_2(String_t* value) { ___key_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_2), (void*)value); } }; // System.Func`1 struct Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // 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.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.LicenseException struct LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.Type System.ComponentModel.LicenseException::type Type_t * ___type_17; // System.Object System.ComponentModel.LicenseException::instance RuntimeObject * ___instance_18; public: inline static int32_t get_offset_of_type_17() { return static_cast(offsetof(LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF, ___type_17)); } inline Type_t * get_type_17() const { return ___type_17; } inline Type_t ** get_address_of_type_17() { return &___type_17; } inline void set_type_17(Type_t * value) { ___type_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_17), (void*)value); } inline static int32_t get_offset_of_instance_18() { return static_cast(offsetof(LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF, ___instance_18)); } inline RuntimeObject * get_instance_18() const { return ___instance_18; } inline RuntimeObject ** get_address_of_instance_18() { return &___instance_18; } inline void set_instance_18(RuntimeObject * value) { ___instance_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_18), (void*)value); } }; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 : public MulticastDelegate_t { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A : public MulticastDelegate_t { public: public: }; // Mono.Security.Interface.MonoRemoteCertificateValidationCallback struct MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF : public MulticastDelegate_t { 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.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 : public MulticastDelegate_t { public: public: }; // System.Net.NetworkInformation.Win32NetworkInterface struct Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6 : public RuntimeObject { public: public: }; struct Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_StaticFields { public: // System.Net.NetworkInformation.Win32_FIXED_INFO System.Net.NetworkInformation.Win32NetworkInterface::fixedInfo Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 ___fixedInfo_0; // System.Boolean System.Net.NetworkInformation.Win32NetworkInterface::initialized bool ___initialized_1; public: inline static int32_t get_offset_of_fixedInfo_0() { return static_cast(offsetof(Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_StaticFields, ___fixedInfo_0)); } inline Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 get_fixedInfo_0() const { return ___fixedInfo_0; } inline Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 * get_address_of_fixedInfo_0() { return &___fixedInfo_0; } inline void set_fixedInfo_0(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 value) { ___fixedInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___fixedInfo_0))->___HostName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___fixedInfo_0))->___DomainName_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___fixedInfo_0))->___DnsServerList_3))->___IpAddress_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___fixedInfo_0))->___DnsServerList_3))->___IpMask_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___fixedInfo_0))->___ScopeId_5), (void*)NULL); #endif } inline static int32_t get_offset_of_initialized_1() { return static_cast(offsetof(Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_StaticFields, ___initialized_1)); } inline bool get_initialized_1() const { return ___initialized_1; } inline bool* get_address_of_initialized_1() { return &___initialized_1; } inline void set_initialized_1(bool value) { ___initialized_1 = value; } }; // Mono.Net.Security.AsyncProtocolRequest/d__24 struct U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F { public: // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__24::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.AsyncProtocolRequest/d__24::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Threading.CancellationToken Mono.Net.Security.AsyncProtocolRequest/d__24::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.AsyncProtocolRequest/d__24::<>4__this AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___U3CU3E4__this_3; // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncProtocolRequest/d__24::5__1 int32_t ___U3CstatusU3E5__1_4; // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncProtocolRequest/d__24::5__2 int32_t ___U3CnewStatusU3E5__2_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> Mono.Net.Security.AsyncProtocolRequest/d__24::<>u__1 ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 ___U3CU3Eu__1_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.AsyncProtocolRequest/d__24::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3E4__this_3)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CstatusU3E5__1_4() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CstatusU3E5__1_4)); } inline int32_t get_U3CstatusU3E5__1_4() const { return ___U3CstatusU3E5__1_4; } inline int32_t* get_address_of_U3CstatusU3E5__1_4() { return &___U3CstatusU3E5__1_4; } inline void set_U3CstatusU3E5__1_4(int32_t value) { ___U3CstatusU3E5__1_4 = value; } inline static int32_t get_offset_of_U3CnewStatusU3E5__2_5() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CnewStatusU3E5__2_5)); } inline int32_t get_U3CnewStatusU3E5__2_5() const { return ___U3CnewStatusU3E5__2_5; } inline int32_t* get_address_of_U3CnewStatusU3E5__2_5() { return &___U3CnewStatusU3E5__2_5; } inline void set_U3CnewStatusU3E5__2_5(int32_t value) { ___U3CnewStatusU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_7() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Eu__2_7)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_7() const { return ___U3CU3Eu__2_7; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_7() { return &___U3CU3Eu__2_7; } inline void set_U3CU3Eu__2_7(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_7))->___m_task_0), (void*)NULL); } }; // System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate struct WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 : public MulticastDelegate_t { public: public: }; // Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback struct CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 : 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: }; // Mono.Net.Security.MobileAuthenticatedStream/d__67 struct U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__67::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__67::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__67::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__67::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_3; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__67::sync bool ___sync_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__67::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3E4__this_3)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_sync_4() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___sync_4)); } inline bool get_sync_4() const { return ___sync_4; } inline bool* get_address_of_sync_4() { return &___sync_4; } inline void set_sync_4(bool value) { ___sync_4 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MobileAuthenticatedStream/d__47 struct U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__47::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__47::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::serverMode bool ___serverMode_2; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileAuthenticatedStream/d__47::serverCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate_3; // System.String Mono.Net.Security.MobileAuthenticatedStream/d__47::targetHost String_t* ___targetHost_4; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__47::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_5; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::runSynchronously bool ___runSynchronously_6; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileAuthenticatedStream/d__47::enabledProtocols int32_t ___enabledProtocols_7; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates_8; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertRequired bool ___clientCertRequired_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__47::<>u__1 ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___U3CU3Eu__1_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_serverMode_2() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverMode_2)); } inline bool get_serverMode_2() const { return ___serverMode_2; } inline bool* get_address_of_serverMode_2() { return &___serverMode_2; } inline void set_serverMode_2(bool value) { ___serverMode_2 = value; } inline static int32_t get_offset_of_serverCertificate_3() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverCertificate_3)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_serverCertificate_3() const { return ___serverCertificate_3; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_serverCertificate_3() { return &___serverCertificate_3; } inline void set_serverCertificate_3(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___serverCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_3), (void*)value); } inline static int32_t get_offset_of_targetHost_4() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___targetHost_4)); } inline String_t* get_targetHost_4() const { return ___targetHost_4; } inline String_t** get_address_of_targetHost_4() { return &___targetHost_4; } inline void set_targetHost_4(String_t* value) { ___targetHost_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetHost_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3E4__this_5)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_runSynchronously_6() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___runSynchronously_6)); } inline bool get_runSynchronously_6() const { return ___runSynchronously_6; } inline bool* get_address_of_runSynchronously_6() { return &___runSynchronously_6; } inline void set_runSynchronously_6(bool value) { ___runSynchronously_6 = value; } inline static int32_t get_offset_of_enabledProtocols_7() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___enabledProtocols_7)); } inline int32_t get_enabledProtocols_7() const { return ___enabledProtocols_7; } inline int32_t* get_address_of_enabledProtocols_7() { return &___enabledProtocols_7; } inline void set_enabledProtocols_7(int32_t value) { ___enabledProtocols_7 = value; } inline static int32_t get_offset_of_clientCertificates_8() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertificates_8)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_clientCertificates_8() const { return ___clientCertificates_8; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_clientCertificates_8() { return &___clientCertificates_8; } inline void set_clientCertificates_8(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___clientCertificates_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_8), (void*)value); } inline static int32_t get_offset_of_clientCertRequired_9() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertRequired_9)); } inline bool get_clientCertRequired_9() const { return ___clientCertRequired_9; } inline bool* get_address_of_clientCertRequired_9() { return &___clientCertRequired_9; } inline void set_clientCertRequired_9(bool value) { ___clientCertRequired_9 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_10() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Eu__1_10)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_U3CU3Eu__1_10() const { return ___U3CU3Eu__1_10; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_U3CU3Eu__1_10() { return &___U3CU3Eu__1_10; } inline void set_U3CU3Eu__1_10(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___U3CU3Eu__1_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); } }; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD : public RuntimeObject { public: // System.UInt64 Mono.Unity.UnityTls/unitytls_interface_struct::UNITYTLS_INVALID_HANDLE uint64_t ___UNITYTLS_INVALID_HANDLE_0; // Mono.Unity.UnityTls/unitytls_tlsctx_protocolrange Mono.Unity.UnityTls/unitytls_interface_struct::UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_errorstate_create unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * ___unitytls_errorstate_create_2; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_raise_error_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_errorstate_raise_error unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * ___unitytls_errorstate_raise_error_3; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_get_ref_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_get_ref unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * ___unitytls_key_get_ref_4; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_parse_der unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * ___unitytls_key_parse_der_5; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_parse_pem_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_parse_pem unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * ___unitytls_key_parse_pem_6; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_key_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_key_free unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * ___unitytls_key_free_7; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509_export_der unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * ___unitytls_x509_export_der_8; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_ref_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_get_ref unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * ___unitytls_x509list_get_ref_9; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_get_x509 unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * ___unitytls_x509list_get_x509_10; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_create_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_create unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * ___unitytls_x509list_create_11; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * ___unitytls_x509list_append_12; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append_der unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * ___unitytls_x509list_append_der_13; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_append_pem unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * ___unitytls_x509list_append_pem_14; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509list_free unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * ___unitytls_x509list_free_15; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_default_ca_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509verify_default_ca unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * ___unitytls_x509verify_default_ca_16; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509verify_explicit_ca_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_x509verify_explicit_ca unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * ___unitytls_x509verify_explicit_ca_17; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_server_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_create_server unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * ___unitytls_tlsctx_create_server_18; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_create_client_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_create_client unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * ___unitytls_tlsctx_create_client_19; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_server_require_client_authentication_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_server_require_client_authentication unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * ___unitytls_tlsctx_server_require_client_authentication_20; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_certificate_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_certificate_callback unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * ___unitytls_tlsctx_set_certificate_callback_21; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_trace_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_trace_callback unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * ___unitytls_tlsctx_set_trace_callback_22; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_x509verify_callback_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_x509verify_callback unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * ___unitytls_tlsctx_set_x509verify_callback_23; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_set_supported_ciphersuites_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_set_supported_ciphersuites unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * ___unitytls_tlsctx_set_supported_ciphersuites_24; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_ciphersuite_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_get_ciphersuite unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * ___unitytls_tlsctx_get_ciphersuite_25; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_get_protocol_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_get_protocol unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * ___unitytls_tlsctx_get_protocol_26; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_process_handshake_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_process_handshake unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * ___unitytls_tlsctx_process_handshake_27; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_read_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_read unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * ___unitytls_tlsctx_read_28; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_write_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_write unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * ___unitytls_tlsctx_write_29; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_notify_close_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_notify_close unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * ___unitytls_tlsctx_notify_close_30; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_tlsctx_free_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_tlsctx_free unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * ___unitytls_tlsctx_free_31; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_random_generate_bytes_t Mono.Unity.UnityTls/unitytls_interface_struct::unitytls_random_generate_bytes unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * ___unitytls_random_generate_bytes_32; public: inline static int32_t get_offset_of_UNITYTLS_INVALID_HANDLE_0() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___UNITYTLS_INVALID_HANDLE_0)); } inline uint64_t get_UNITYTLS_INVALID_HANDLE_0() const { return ___UNITYTLS_INVALID_HANDLE_0; } inline uint64_t* get_address_of_UNITYTLS_INVALID_HANDLE_0() { return &___UNITYTLS_INVALID_HANDLE_0; } inline void set_UNITYTLS_INVALID_HANDLE_0(uint64_t value) { ___UNITYTLS_INVALID_HANDLE_0 = value; } inline static int32_t get_offset_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1)); } inline unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 get_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() const { return ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 * get_address_of_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1() { return &___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; } inline void set_UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1(unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 value) { ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1 = value; } inline static int32_t get_offset_of_unitytls_errorstate_create_2() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_errorstate_create_2)); } inline unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * get_unitytls_errorstate_create_2() const { return ___unitytls_errorstate_create_2; } inline unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 ** get_address_of_unitytls_errorstate_create_2() { return &___unitytls_errorstate_create_2; } inline void set_unitytls_errorstate_create_2(unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * value) { ___unitytls_errorstate_create_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_create_2), (void*)value); } inline static int32_t get_offset_of_unitytls_errorstate_raise_error_3() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_errorstate_raise_error_3)); } inline unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * get_unitytls_errorstate_raise_error_3() const { return ___unitytls_errorstate_raise_error_3; } inline unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E ** get_address_of_unitytls_errorstate_raise_error_3() { return &___unitytls_errorstate_raise_error_3; } inline void set_unitytls_errorstate_raise_error_3(unitytls_errorstate_raise_error_t_t190A06F5FD9B45B3AA0950014C6A5041A922321E * value) { ___unitytls_errorstate_raise_error_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_errorstate_raise_error_3), (void*)value); } inline static int32_t get_offset_of_unitytls_key_get_ref_4() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_get_ref_4)); } inline unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * get_unitytls_key_get_ref_4() const { return ___unitytls_key_get_ref_4; } inline unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 ** get_address_of_unitytls_key_get_ref_4() { return &___unitytls_key_get_ref_4; } inline void set_unitytls_key_get_ref_4(unitytls_key_get_ref_t_tA4527A35862139AC68FF8CE589FABA9908A82F44 * value) { ___unitytls_key_get_ref_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_get_ref_4), (void*)value); } inline static int32_t get_offset_of_unitytls_key_parse_der_5() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_parse_der_5)); } inline unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * get_unitytls_key_parse_der_5() const { return ___unitytls_key_parse_der_5; } inline unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 ** get_address_of_unitytls_key_parse_der_5() { return &___unitytls_key_parse_der_5; } inline void set_unitytls_key_parse_der_5(unitytls_key_parse_der_t_tCC498957041D389728F1CEE96ACB1E04AB6A92B9 * value) { ___unitytls_key_parse_der_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_der_5), (void*)value); } inline static int32_t get_offset_of_unitytls_key_parse_pem_6() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_parse_pem_6)); } inline unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * get_unitytls_key_parse_pem_6() const { return ___unitytls_key_parse_pem_6; } inline unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC ** get_address_of_unitytls_key_parse_pem_6() { return &___unitytls_key_parse_pem_6; } inline void set_unitytls_key_parse_pem_6(unitytls_key_parse_pem_t_t584CCAA999DD14D5A50DCDFDECE5CC03C8A35EDC * value) { ___unitytls_key_parse_pem_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_parse_pem_6), (void*)value); } inline static int32_t get_offset_of_unitytls_key_free_7() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_key_free_7)); } inline unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * get_unitytls_key_free_7() const { return ___unitytls_key_free_7; } inline unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F ** get_address_of_unitytls_key_free_7() { return &___unitytls_key_free_7; } inline void set_unitytls_key_free_7(unitytls_key_free_t_t796436B2DD6925783C4F8AC5A9DFE0AFDCF3348F * value) { ___unitytls_key_free_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_key_free_7), (void*)value); } inline static int32_t get_offset_of_unitytls_x509_export_der_8() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509_export_der_8)); } inline unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * get_unitytls_x509_export_der_8() const { return ___unitytls_x509_export_der_8; } inline unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC ** get_address_of_unitytls_x509_export_der_8() { return &___unitytls_x509_export_der_8; } inline void set_unitytls_x509_export_der_8(unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * value) { ___unitytls_x509_export_der_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509_export_der_8), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_get_ref_9() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_get_ref_9)); } inline unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * get_unitytls_x509list_get_ref_9() const { return ___unitytls_x509list_get_ref_9; } inline unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 ** get_address_of_unitytls_x509list_get_ref_9() { return &___unitytls_x509list_get_ref_9; } inline void set_unitytls_x509list_get_ref_9(unitytls_x509list_get_ref_t_tBC2FCC8641432B5F29FC8C36BA315BEBFA2841E3 * value) { ___unitytls_x509list_get_ref_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_ref_9), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_get_x509_10() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_get_x509_10)); } inline unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * get_unitytls_x509list_get_x509_10() const { return ___unitytls_x509list_get_x509_10; } inline unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 ** get_address_of_unitytls_x509list_get_x509_10() { return &___unitytls_x509list_get_x509_10; } inline void set_unitytls_x509list_get_x509_10(unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * value) { ___unitytls_x509list_get_x509_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_get_x509_10), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_create_11() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_create_11)); } inline unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * get_unitytls_x509list_create_11() const { return ___unitytls_x509list_create_11; } inline unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F ** get_address_of_unitytls_x509list_create_11() { return &___unitytls_x509list_create_11; } inline void set_unitytls_x509list_create_11(unitytls_x509list_create_t_t4DE950C418479FC46C6D1B1DDC19E4F6AF66F20F * value) { ___unitytls_x509list_create_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_create_11), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_12() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_12)); } inline unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * get_unitytls_x509list_append_12() const { return ___unitytls_x509list_append_12; } inline unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 ** get_address_of_unitytls_x509list_append_12() { return &___unitytls_x509list_append_12; } inline void set_unitytls_x509list_append_12(unitytls_x509list_append_t_t6ACB188079E58608A8A6D34FA7CD6425C9902AA0 * value) { ___unitytls_x509list_append_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_12), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_der_13() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_der_13)); } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * get_unitytls_x509list_append_der_13() const { return ___unitytls_x509list_append_der_13; } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E ** get_address_of_unitytls_x509list_append_der_13() { return &___unitytls_x509list_append_der_13; } inline void set_unitytls_x509list_append_der_13(unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * value) { ___unitytls_x509list_append_der_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_der_13), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_append_pem_14() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_append_pem_14)); } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * get_unitytls_x509list_append_pem_14() const { return ___unitytls_x509list_append_pem_14; } inline unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E ** get_address_of_unitytls_x509list_append_pem_14() { return &___unitytls_x509list_append_pem_14; } inline void set_unitytls_x509list_append_pem_14(unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * value) { ___unitytls_x509list_append_pem_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_append_pem_14), (void*)value); } inline static int32_t get_offset_of_unitytls_x509list_free_15() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509list_free_15)); } inline unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * get_unitytls_x509list_free_15() const { return ___unitytls_x509list_free_15; } inline unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 ** get_address_of_unitytls_x509list_free_15() { return &___unitytls_x509list_free_15; } inline void set_unitytls_x509list_free_15(unitytls_x509list_free_t_t2ABB8E057B2B396E5EAAC5BB526438CEAB17BEB2 * value) { ___unitytls_x509list_free_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509list_free_15), (void*)value); } inline static int32_t get_offset_of_unitytls_x509verify_default_ca_16() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509verify_default_ca_16)); } inline unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * get_unitytls_x509verify_default_ca_16() const { return ___unitytls_x509verify_default_ca_16; } inline unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 ** get_address_of_unitytls_x509verify_default_ca_16() { return &___unitytls_x509verify_default_ca_16; } inline void set_unitytls_x509verify_default_ca_16(unitytls_x509verify_default_ca_t_tA14966CBF65E11A062006DBEEC9E89D4A5DAAC97 * value) { ___unitytls_x509verify_default_ca_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_default_ca_16), (void*)value); } inline static int32_t get_offset_of_unitytls_x509verify_explicit_ca_17() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_x509verify_explicit_ca_17)); } inline unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * get_unitytls_x509verify_explicit_ca_17() const { return ___unitytls_x509verify_explicit_ca_17; } inline unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 ** get_address_of_unitytls_x509verify_explicit_ca_17() { return &___unitytls_x509verify_explicit_ca_17; } inline void set_unitytls_x509verify_explicit_ca_17(unitytls_x509verify_explicit_ca_t_t01052F0ED7BCB86255D75E27FB97E5E329A7D316 * value) { ___unitytls_x509verify_explicit_ca_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_x509verify_explicit_ca_17), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_server_18() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_create_server_18)); } inline unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * get_unitytls_tlsctx_create_server_18() const { return ___unitytls_tlsctx_create_server_18; } inline unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B ** get_address_of_unitytls_tlsctx_create_server_18() { return &___unitytls_tlsctx_create_server_18; } inline void set_unitytls_tlsctx_create_server_18(unitytls_tlsctx_create_server_t_t52277734E5E8AF14E87D1CE2D7DAD380EF9E7E6B * value) { ___unitytls_tlsctx_create_server_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_server_18), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_create_client_19() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_create_client_19)); } inline unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * get_unitytls_tlsctx_create_client_19() const { return ___unitytls_tlsctx_create_client_19; } inline unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 ** get_address_of_unitytls_tlsctx_create_client_19() { return &___unitytls_tlsctx_create_client_19; } inline void set_unitytls_tlsctx_create_client_19(unitytls_tlsctx_create_client_t_t392CE981A76E901BE383526D8C15DF78CCEF5391 * value) { ___unitytls_tlsctx_create_client_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_create_client_19), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_server_require_client_authentication_20() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_server_require_client_authentication_20)); } inline unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * get_unitytls_tlsctx_server_require_client_authentication_20() const { return ___unitytls_tlsctx_server_require_client_authentication_20; } inline unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD ** get_address_of_unitytls_tlsctx_server_require_client_authentication_20() { return &___unitytls_tlsctx_server_require_client_authentication_20; } inline void set_unitytls_tlsctx_server_require_client_authentication_20(unitytls_tlsctx_server_require_client_authentication_t_t5A70999E3FBA85F784654B34D369CB73DAECEABD * value) { ___unitytls_tlsctx_server_require_client_authentication_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_server_require_client_authentication_20), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_certificate_callback_21() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_certificate_callback_21)); } inline unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * get_unitytls_tlsctx_set_certificate_callback_21() const { return ___unitytls_tlsctx_set_certificate_callback_21; } inline unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 ** get_address_of_unitytls_tlsctx_set_certificate_callback_21() { return &___unitytls_tlsctx_set_certificate_callback_21; } inline void set_unitytls_tlsctx_set_certificate_callback_21(unitytls_tlsctx_set_certificate_callback_t_tA83128A449A933E6CB5C15595A67BEDAD1566AA1 * value) { ___unitytls_tlsctx_set_certificate_callback_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_certificate_callback_21), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_trace_callback_22() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_trace_callback_22)); } inline unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * get_unitytls_tlsctx_set_trace_callback_22() const { return ___unitytls_tlsctx_set_trace_callback_22; } inline unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF ** get_address_of_unitytls_tlsctx_set_trace_callback_22() { return &___unitytls_tlsctx_set_trace_callback_22; } inline void set_unitytls_tlsctx_set_trace_callback_22(unitytls_tlsctx_set_trace_callback_t_tAA0291D41818318537C7AF00C5A5EA84775735BF * value) { ___unitytls_tlsctx_set_trace_callback_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_trace_callback_22), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_x509verify_callback_23() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_x509verify_callback_23)); } inline unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * get_unitytls_tlsctx_set_x509verify_callback_23() const { return ___unitytls_tlsctx_set_x509verify_callback_23; } inline unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 ** get_address_of_unitytls_tlsctx_set_x509verify_callback_23() { return &___unitytls_tlsctx_set_x509verify_callback_23; } inline void set_unitytls_tlsctx_set_x509verify_callback_23(unitytls_tlsctx_set_x509verify_callback_t_t4160B581468D9F037A774B02EFA297FBF58974E4 * value) { ___unitytls_tlsctx_set_x509verify_callback_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_x509verify_callback_23), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_set_supported_ciphersuites_24)); } inline unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * get_unitytls_tlsctx_set_supported_ciphersuites_24() const { return ___unitytls_tlsctx_set_supported_ciphersuites_24; } inline unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E ** get_address_of_unitytls_tlsctx_set_supported_ciphersuites_24() { return &___unitytls_tlsctx_set_supported_ciphersuites_24; } inline void set_unitytls_tlsctx_set_supported_ciphersuites_24(unitytls_tlsctx_set_supported_ciphersuites_t_tC529631EAFC3F46BBC2FD70565976FAA13DED55E * value) { ___unitytls_tlsctx_set_supported_ciphersuites_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_set_supported_ciphersuites_24), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_ciphersuite_25() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_get_ciphersuite_25)); } inline unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * get_unitytls_tlsctx_get_ciphersuite_25() const { return ___unitytls_tlsctx_get_ciphersuite_25; } inline unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 ** get_address_of_unitytls_tlsctx_get_ciphersuite_25() { return &___unitytls_tlsctx_get_ciphersuite_25; } inline void set_unitytls_tlsctx_get_ciphersuite_25(unitytls_tlsctx_get_ciphersuite_t_tD1454771F7951641A04DEE1E7811DFC492F887C4 * value) { ___unitytls_tlsctx_get_ciphersuite_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_ciphersuite_25), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_get_protocol_26() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_get_protocol_26)); } inline unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * get_unitytls_tlsctx_get_protocol_26() const { return ___unitytls_tlsctx_get_protocol_26; } inline unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 ** get_address_of_unitytls_tlsctx_get_protocol_26() { return &___unitytls_tlsctx_get_protocol_26; } inline void set_unitytls_tlsctx_get_protocol_26(unitytls_tlsctx_get_protocol_t_tF62AF70145ACEE985AFA26ABDF9215C007B90FE6 * value) { ___unitytls_tlsctx_get_protocol_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_get_protocol_26), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_process_handshake_27() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_process_handshake_27)); } inline unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * get_unitytls_tlsctx_process_handshake_27() const { return ___unitytls_tlsctx_process_handshake_27; } inline unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C ** get_address_of_unitytls_tlsctx_process_handshake_27() { return &___unitytls_tlsctx_process_handshake_27; } inline void set_unitytls_tlsctx_process_handshake_27(unitytls_tlsctx_process_handshake_t_tBD159E17C74F8D07C6D5E490A036E6852FD7603C * value) { ___unitytls_tlsctx_process_handshake_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_process_handshake_27), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_read_28() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_read_28)); } inline unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * get_unitytls_tlsctx_read_28() const { return ___unitytls_tlsctx_read_28; } inline unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 ** get_address_of_unitytls_tlsctx_read_28() { return &___unitytls_tlsctx_read_28; } inline void set_unitytls_tlsctx_read_28(unitytls_tlsctx_read_t_tB8FB5200270F48D3C48A6A2F9BB1FD1052FFC2D3 * value) { ___unitytls_tlsctx_read_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_read_28), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_write_29() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_write_29)); } inline unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * get_unitytls_tlsctx_write_29() const { return ___unitytls_tlsctx_write_29; } inline unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 ** get_address_of_unitytls_tlsctx_write_29() { return &___unitytls_tlsctx_write_29; } inline void set_unitytls_tlsctx_write_29(unitytls_tlsctx_write_t_t9346A860CE3FFC985144D67CC3D346C54AEE8AE9 * value) { ___unitytls_tlsctx_write_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_write_29), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_notify_close_30() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_notify_close_30)); } inline unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * get_unitytls_tlsctx_notify_close_30() const { return ___unitytls_tlsctx_notify_close_30; } inline unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB ** get_address_of_unitytls_tlsctx_notify_close_30() { return &___unitytls_tlsctx_notify_close_30; } inline void set_unitytls_tlsctx_notify_close_30(unitytls_tlsctx_notify_close_t_t07B9BA3416AF6174CD4F6DB42C711B03EE80F4BB * value) { ___unitytls_tlsctx_notify_close_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_notify_close_30), (void*)value); } inline static int32_t get_offset_of_unitytls_tlsctx_free_31() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_tlsctx_free_31)); } inline unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * get_unitytls_tlsctx_free_31() const { return ___unitytls_tlsctx_free_31; } inline unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA ** get_address_of_unitytls_tlsctx_free_31() { return &___unitytls_tlsctx_free_31; } inline void set_unitytls_tlsctx_free_31(unitytls_tlsctx_free_t_t41BC08DA97D5A34340E07BB8C1C3E33BE7D2E7FA * value) { ___unitytls_tlsctx_free_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_tlsctx_free_31), (void*)value); } inline static int32_t get_offset_of_unitytls_random_generate_bytes_32() { return static_cast(offsetof(unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD, ___unitytls_random_generate_bytes_32)); } inline unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * get_unitytls_random_generate_bytes_32() const { return ___unitytls_random_generate_bytes_32; } inline unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD ** get_address_of_unitytls_random_generate_bytes_32() { return &___unitytls_random_generate_bytes_32; } inline void set_unitytls_random_generate_bytes_32(unitytls_random_generate_bytes_t_tE10122C2833C33BF0D5870BEA0457A9F59668FCD * value) { ___unitytls_random_generate_bytes_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___unitytls_random_generate_bytes_32), (void*)value); } }; // Native definition for P/Invoke marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_marshaled_pinvoke { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; // Native definition for COM marshalling of Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD_marshaled_com { uint64_t ___UNITYTLS_INVALID_HANDLE_0; unitytls_tlsctx_protocolrange_tF462D1DFEE1256591505A8220684ABBD5225EF68 ___UNITYTLS_TLSCTX_PROTOCOLRANGE_DEFAULT_1; Il2CppMethodPointer ___unitytls_errorstate_create_2; Il2CppMethodPointer ___unitytls_errorstate_raise_error_3; Il2CppMethodPointer ___unitytls_key_get_ref_4; Il2CppMethodPointer ___unitytls_key_parse_der_5; Il2CppMethodPointer ___unitytls_key_parse_pem_6; Il2CppMethodPointer ___unitytls_key_free_7; Il2CppMethodPointer ___unitytls_x509_export_der_8; Il2CppMethodPointer ___unitytls_x509list_get_ref_9; Il2CppMethodPointer ___unitytls_x509list_get_x509_10; Il2CppMethodPointer ___unitytls_x509list_create_11; Il2CppMethodPointer ___unitytls_x509list_append_12; Il2CppMethodPointer ___unitytls_x509list_append_der_13; Il2CppMethodPointer ___unitytls_x509list_append_pem_14; Il2CppMethodPointer ___unitytls_x509list_free_15; Il2CppMethodPointer ___unitytls_x509verify_default_ca_16; Il2CppMethodPointer ___unitytls_x509verify_explicit_ca_17; Il2CppMethodPointer ___unitytls_tlsctx_create_server_18; Il2CppMethodPointer ___unitytls_tlsctx_create_client_19; Il2CppMethodPointer ___unitytls_tlsctx_server_require_client_authentication_20; Il2CppMethodPointer ___unitytls_tlsctx_set_certificate_callback_21; Il2CppMethodPointer ___unitytls_tlsctx_set_trace_callback_22; Il2CppMethodPointer ___unitytls_tlsctx_set_x509verify_callback_23; Il2CppMethodPointer ___unitytls_tlsctx_set_supported_ciphersuites_24; Il2CppMethodPointer ___unitytls_tlsctx_get_ciphersuite_25; Il2CppMethodPointer ___unitytls_tlsctx_get_protocol_26; Il2CppMethodPointer ___unitytls_tlsctx_process_handshake_27; Il2CppMethodPointer ___unitytls_tlsctx_read_28; Il2CppMethodPointer ___unitytls_tlsctx_write_29; Il2CppMethodPointer ___unitytls_tlsctx_notify_close_30; Il2CppMethodPointer ___unitytls_tlsctx_free_31; Il2CppMethodPointer ___unitytls_random_generate_bytes_32; }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t struct unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t struct unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC : public MulticastDelegate_t { public: public: }; // Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t struct unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 : 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.Runtime.InteropServices.COMException struct COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: public: }; // System.Net.ProtocolViolationException struct ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.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.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F : public RuntimeArray { public: ALIGN_FIELD (8) X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB m_Items[1]; public: inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB * 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, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_1), (void*)NULL); } inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_1), (void*)NULL); } }; // 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.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); } }; // Mono.Net.CFProxy[] struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26 : public RuntimeArray { public: ALIGN_FIELD (8) CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * m_Items[1]; public: inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D ** 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, CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * 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.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.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.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * m_Items[1]; public: inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** 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, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke_back(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke& marshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled); IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke_cleanup(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com& marshaled); IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com_back(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com& marshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled); IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com_cleanup(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com& marshaled); // !!0 System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_m706C3A2746645CFEC89977B8BC9D55F524E3362A_gshared (intptr_t ___ptr0, 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.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __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); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mB2988523C9527537B96FEC8CA50F749B3F2CF0E1_gshared (List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE81414B307C4B1C4557B214FA22739BA40E35959_gshared (List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * __this, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB ___item0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25_gshared (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_gshared_inline (ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999_gshared (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::AwaitUnsafeOnCompleted,Mono.Net.Security.AsyncProtocolRequest/d__25>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mE9A6FF43A0128B50D2CBF889A77407A9F681A1CE_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * ___stateMachine1, const RuntimeMethod* method); // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5_gshared (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mBD3E46BC18658A551AE0C77EC52708030C65625A_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetResult(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_m588196A41DFDDA4C44A366765409964BDF7648FB_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___result0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m11149B3833A7BFFAA053A5311FC6C28B8720DD60_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1>::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 Task_1_ConfigureAwait_mA6E79AED6D295A4009662FB36DAFEF4F52FEA490_gshared (Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1>::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_gshared_inline (ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m2DE56F0B7D9F3F80101015FD40CBFB80956BFCB3_gshared (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,Mono.Net.Security.AsyncProtocolRequest/d__24>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mDDC238D8C746DD9853F8F82B7B49705B8A7A6859_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method); // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ConfiguredTaskAwaiter_GetResult_mC5618864337E645D0A9A1A698CF7B1C6DAB6B62B_gshared (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__24>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEC26109252E2DE7B418C7EA2DF69C06C7D6899CD_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__23>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m542C4C3C9FB05597D9F87BD81F89295BE41914A1_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, RuntimeObject * ___result0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___arg0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedb__263_0>d>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0_mF38DB99454684304AD9FB0113F3F28A5D950181F_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::AwaitUnsafeOnCompletedd__237>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_mDFA55C55D491F4D7C09A827EE68CD563723B29DF_gshared (AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * ___stateMachine1, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 Task_1_ConfigureAwait_m77F046E41AA78DD7C415EFF9093187EC22372FFE_gshared (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED ConfiguredTaskAwaitable_1_GetAwaiter_m94F6533C8B05218E68527F18BB68F5731129E12C_gshared_inline (ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m5E3746D1B0661A5BCD45816E83766F228A077D20_gshared (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::AwaitUnsafeOnCompleted,System.Net.HttpWebRequest/d__237>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_m345840ECFC674CEE51AA58D791BFD274CDBC2A36_gshared (AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * ___stateMachine1, const RuntimeMethod* method); // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConfiguredTaskAwaiter_GetResult_m474427FF1EB12ECDF7097D8894EF2E59E299FA4A_gshared (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`5::.ctor(!0,!1,!2,!3,!4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___item10, bool ___item21, bool ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mE5BF08D0CE31F0C017E7F1BF507128CB5DC5AA36_gshared (AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetResult(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_m393E5D0BB643FD5F0B897611F6B44E913FC1141B_gshared (AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___result0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m728B716256CBF385B30BC275D07A649873E5CC75_gshared (AsyncTaskMethodBuilder_1_t7F448C9784E540366CBBD018041BC8A8A74DB09F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE Task_1_GetAwaiter_m9CAD6AADABBD50DDEC928B159ECCCF995E91E3F4_gshared (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskAwaiter_1_get_IsCompleted_mEC81351691C5A577A64F3B728036AD979AB3AF94_gshared (TaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.HttpWebRequest/d__236>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mD215D1DB8BB304005ACCEE8387F914C44E90F47C_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, TaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE * ___awaiter0, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * ___stateMachine1, const RuntimeMethod* method); // !0 System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TaskAwaiter_1_GetResult_m7BBD54153A41EA9E7BC8112EEF42872D7A664A90_gshared (TaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__236>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m4F32EBE73880F086E75C783D7F9E12D38C0A02F5_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * ___stateMachine1, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1>::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_tF561D517576859AC9D2B8887ACC921BF763F18C4 Task_1_ConfigureAwait_m6C98A0822E1171226AF9A4F9798730891EF1A8DF_gshared (Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1>::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B ConfiguredTaskAwaitable_1_GetAwaiter_m4BDFBED6B673081AB94A7DA16507B23347E416C1_gshared_inline (ConfiguredTaskAwaitable_1_tF561D517576859AC9D2B8887ACC921BF763F18C4 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mF54A853A309790867B1327B3790103DF4DAA11B9_gshared (ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted>,System.Net.HttpWebRequest/d__236>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m941D903B66B23340A09DE51F19F54342B0CF0C07_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B * ___awaiter0, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * ___stateMachine1, const RuntimeMethod* method); // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ConfiguredTaskAwaiter_GetResult_m07A0F3474C912FC8BF2200F270B20B210F9D07A0_gshared (ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mCEA921334BE688D8C04005FFF06E2BB2B5B096FE_gshared (Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * Task_Run_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m8FD8C9E6D331E3709C760FD9DB0517823B39648A_gshared (Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * ___function0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__66>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m8BC909B27619C929F19340FADAFF9B7682AF624C_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, int32_t ___result0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__67>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA4C6D3DE6804824AF6FA87226DAC6961CCAB1F3A_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__47>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m17895C0A9709C43E50FC89CCF471D5C57BBCDD3F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__58>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mAB88C294098F3A9323499C409162DFC09FE77BF2_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__17>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m2CC9C00F3071BE396CEB5635246B286FEE0C421F_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * Dictionary_2_get_Values_mF25EF48FEEA57D7B78F91ECB70D589D003F532C4_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/ValueCollection::CopyTo(!1[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueCollection_CopyTo_m5EB657F347ECF835F41A302A7AC66C21776FBF7E_gshared (ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Net.NetworkInformation.Win32_FIXED_INFO System.Net.NetworkInformation.Win32NetworkInterface::get_FixedInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 Win32NetworkInterface_get_FixedInfo_mAC576395B7D25CFD7B15920803E11BB629587709 (const RuntimeMethod* method); // System.Void System.Net.NetworkInformation.IPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPGlobalProperties__ctor_mEEE47DACD96438BCDF67877A3E2F0D3A592C2977 (IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 * __this, const RuntimeMethod* method); // System.Int32 System.Net.NetworkInformation.Win32NetworkInterface::GetNetworkParams(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Win32NetworkInterface_GetNetworkParams_m650FF9CD92584BDE5F2445F5E04D560976304EF2 (intptr_t ___ptr0, int32_t* ___size1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_mED1B623D229DB8FAB58D187E4E73D3DA2E8AE6EC (int32_t ___cb0, const RuntimeMethod* method); // !!0 System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr) inline Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_m706C3A2746645CFEC89977B8BC9D55F524E3362A (intptr_t ___ptr0, const RuntimeMethod* method) { return (( Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 (*) (intptr_t, const RuntimeMethod*))Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_m706C3A2746645CFEC89977B8BC9D55F524E3362A_gshared)(___ptr0, method); } // System.Void System.Security.Cryptography.X509Certificates.X509Extension::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7 (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Extension::set_Critical(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, bool ___value0, const RuntimeMethod* method); // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_Decode_m02EECEF97728108FE014735EDAD8C74B8461B384 (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, 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.Byte[] System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Encode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509BasicConstraintsExtension_Encode_mC5E34F1B66DE0BCBD7C524C968C2C010B566843C (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, 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.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, 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.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::get_Critical() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12_inline (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Byte Mono.Security.ASN1::get_Tag() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.ASN1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_m381CC48A18572F6F58C4332C3E07906562034A77 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___asn10, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mC8594B7A2376B58F26F1D0457B0F9F5880D87142 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, uint8_t ___tag0, const RuntimeMethod* method); // System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, uint8_t ___tag0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___asn10, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ASN1Convert_FromInt32_m2EB0E4A8D3D06D4EE1BEFD4F50E9021FF6B82FA2 (int32_t ___value0, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Extension::FormatUnkownData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Extension_FormatUnkownData_mEF1E719F7AD312B099351C581F4A06925AD9F18A (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.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.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, 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.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (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.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * X509Certificate_get_Impl_mB3A5A23265CEE0651F91F242B11930653C77BF83 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_m42CCB016D1155A14B93F6D28559F7C7A54D9F5CF (X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m6E7E49D81E8D7DAEA1F0F886E3E398CAB2964461 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_mC5AF6BD367B987190472A2EC93562D5DF88D9CC4 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Certificate2::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Helper2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * X509Helper2_Import_m3947980AD95573F469332472298A35B803F97773 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, bool ___disableProvider3, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::ImportHandle(System.Security.Cryptography.X509Certificates.X509CertificateImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_ImportHandle_mC26B5F84EF0523FAB0284C0E5CCF76C85BE7737A (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_Reset_m888990D5BADA6744D5E634177DEF43EF1103FC09 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::get_IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Certificate_get_IsValid_m00D92B6E5AFBC9FF6AE3793C36F492479DAFA39F (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_ToString_m1C1ECF9A70B218897B83CE90842139F452774BD8 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, bool ___fVerbose0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509Certificate2_get_Version_mAA8C8DCAA6E046FAFD7C3DE665665C8FEC28EF9C (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Subject_m05BD9B12969EFAEF1C7768C77000FA996BEB7698 (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Issuer_m00F8980D271BBE14B0936E78F159D6B88F5E531E (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_SerialNumber_mBAE78C9FC3C5080CB782B1734497E83D4282D12A (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotBefore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 X509Certificate2_get_NotBefore_mDC4BB64A4D8A295BD1021C43D58DD43EBA4883B0 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotAfter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 X509Certificate2_get_NotAfter_m6A8FF55FBA82F3B04C23E30E21BF8F64693C8565 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_Thumbprint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_Thumbprint_m974E38E6838673D52D4672218325E45AE8636383 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * X509Certificate2_get_SignatureAlgorithm_mF10C8153EED8633549FDB22006CFAABAC1B26931 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.Oid::get_FriendlyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Oid_get_FriendlyName_mF93E7A679CA55F2D2E694814BF3B38532FF44B41 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::get_PublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * X509Certificate2_get_PublicKey_m8AC9C95FA651768945AFF1EF0FEBE2F22F8AA889 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __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.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedKeyValue_m0294AF8C29C7329BEB243543D8FDA98B60FDB291_inline (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::AppendBuffer(System.Text.StringBuilder,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2_AppendBuffer_m3329578EDE4C215851A61F33A034CBD8C6972DDC (StringBuilder_t * ___sb0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method); // System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedParameters_mFF4F9A39D91C0A00D1B36C93944816154C7255B3_inline (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __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.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.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl__ctor_mFD068116E22B444FF4043EC3F11C18D24A94FCFB (X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Impl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2Impl__ctor_mB6CCF2EA294D53A594FFB7CAB55962E920D1BB28 (X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * X509CertificateImplCollection_Clone_m574D3070FCFCD00BA41E3517111BB55158E85590 (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::ThrowIfContextInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F (X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_mBCD25943158CBDCBD55E24A19AACDC47B4F6C46A (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * ___other0, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * X509Certificate_GetIssuerName_m1836645D98FFEA2DEDD0908739BE9BAAEF941C8F_inline (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method); // System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X501_ToString_m8D5865C9B957913400DFD4616B029E4C51534AF4 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___seq0, bool ___reversed1, String_t* ___separator2, bool ___quotes3, const RuntimeMethod* method); // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * X509Certificate_GetSubjectName_m203434EA1EE1423391C7C3C207678547F6FB30B9_inline (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A (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.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06 (RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * __this, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_m3F1FEE073C9C4A8803CD6A77FC2B34F5628CC182 (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.PublicKey::.ctor(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PublicKey__ctor_mB96189563F51185F4D44F2E9B570481CE7F63BE7 (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * ___certificate0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.X509Certificate::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t X509Certificate_get_Version_m7F5AC7485BDA381B4DB38AAE166C99099A30F807_inline (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __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 Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS12__ctor_m4AFF7725F36989AD1EA655F0FFF08131080935F7 (PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, String_t* ___password1, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90 (PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Security.X509.PKCS12::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * PKCS12_get_Keys_mF69C21C35BE9D58466CBE352CDEC5A0AE3902538 (PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * X509CertificateCollection_get_Item_m4E96E557BD88971E73DA7208A98FCEB9ED4224CE (X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * __this, int32_t ___index0, const RuntimeMethod* method); // Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * X509CertificateCollection_GetEnumerator_m050B5C64D03FBAA3D67803F0FF4240C708C08BD4 (X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * X509CertificateEnumerator_get_Current_mA9AD4D624A06130CD4A92FCDC0B03A52425D5BE6 (X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * __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.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m6D9B757FF19EE0AB676DF601D145009646579840 (X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * __this, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::set_DSA(System.Security.Cryptography.DSA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate_set_DSA_m511B0FC59596BFF6E0F8CC3A32EDFECC7FCC309A (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_m186BDD732AB7A82E47606E244A0B2A82860A8F5B (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_mBDF5F03F3BC955CCFD3AFB740B60D5869431702E (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * ___cert0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Add(System.Security.Cryptography.X509Certificates.X509CertificateImpl,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Add_mB07BB408F414BD2A54BAE33C467C6211A0F565FF (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, bool ___takeOwnership1, const RuntimeMethod* method); // System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m7FA1715862C599E29CCABC13D2BE7C60B5BA4792 (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ImportPkcs12(System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * X509Certificate2ImplMono_ImportPkcs12_mB87D6BE13939DCD628BC979FFF63671CA23E0A86 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, String_t* ___password1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Dispose_m921A22D3FBCF1551AD058E4A69EF5DE82F217662 (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetCertHash() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509CertificateImpl_GetCertHash_m10EE14709552CF36561D77FEB491A79F05CEDE03 (X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * __this, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Helper::ToHexString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Helper_ToHexString_m1B0284315CAF4020BA1F748BA754EA6E79A1170F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::AppendBuffer(System.Text.StringBuilder,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_AppendBuffer_m636AB73A7A5238F96FF219904600DB7DD76B228E (StringBuilder_t * ___sb0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection_AddRange_m7856434D39CA3D6AB751C25CEB509A04E252722B (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___value0, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.CollectionBase::get_InnerList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * CollectionBase_get_InnerList_m6489379165DADB6E706A8748F9E4BAE99DE62C1F (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m52095CF67A4A192364C30FF8B0E17FC89BB58640 (X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * __this, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___mappings0, 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.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2 (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725 (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * __this, const RuntimeMethod* method) { return (( Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 (*) (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_inline (Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 * __this, const RuntimeMethod* method) { return (( X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * (*) (Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * __this, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3 (Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB (Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mCA2785CF49E37A11DE0CFF4EFB7AA2BD641B6674_inline (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * List_1_get_Item_m005106D6EB0C6E052AE5E63711CB594EEEE3ED83_inline (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * (*) (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateImplCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_m670BE04FD8D99C60BC8A862CACC2DF15744B70AC (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * ___other0, 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.Security.Cryptography.X509Certificates.X509CertificateImpl::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImpl_Dispose_mD13A5EE3D444B6D18DD92D206C4B94C9186A22C9 (X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mA6DEB836D1EA21A1B2FB1297930B4A63A9DA08D6 (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509ChainImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_mF877A9D6F2A4F89FAE5FAA5AEFA7B50679EDCC96 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain__ctor_m246DB394D17776D7769D04FF0EE0B4B9F8518DE0 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, bool ___useMachineContext0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Helper2::CreateChainImpl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * X509Helper2_CreateChainImpl_mB998518D19A5CA8BD73C5630B29904C1B61D086D (bool ___useMachineContext0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * X509Chain_get_Impl_mDFDF83101E18C675FBA93E833DDBC458D8427E7E (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl_Dispose_mBBC758892307733F67FDD74E54A1AA7EF14FC917 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementEnumerator__ctor_mDCF28D8FD9D18A200A31294DB23C5697E97954F7 (X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElement::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElement__ctor_m0345BD8FA64DFC6F1B0B7F3298E7E0A93A29805F (X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * __this, X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * ___certificate0, const RuntimeMethod* method); // System.Exception System.Security.Cryptography.X509Certificates.X509Helper2::GetInvalidChainContextException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * X509Helper2_GetInvalidChainContextException_m416D8CBBEAEB0F30703FFA2C74D29A46BA128C86 (const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl__ctor_mC306F06EB416D53AC39137E23FD072E8DC87E8E1 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementCollection__ctor_m63CF4401F3A9F06018F89DE0F5CD0B401AF3F516 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m3BE053A8A6F6A59E283062E09FABA64AF98EB7D9 (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509ChainElementCollection_get_Count_m61A068A8B5783C37B5835E67E157066A1438821C (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementCollection_Clear_m16FFA49F7E1F08419E6BB6D0F348A6ECD21FF06D (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Store::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Store_Close_m2FA715DD72AEE3DD1CA06128AB5D3925EAD8E29A (X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_interface_struct Mono.Unity.UnityTls::get_NativeInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58 (const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::ThrowIfContextInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl_ThrowIfContextInvalid_mB4BB36FE66E507EF9A505F5D8B81F546E822C2F0 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __this, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_errorstate Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_errorstate_create_t::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087 (unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * __this, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF (int32_t ___value0, const RuntimeMethod* method); // Mono.Unity.UnityTls/unitytls_x509_ref Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_get_x509_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list_ref,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 unitytls_x509list_get_x509_t_Invoke_m58A02DBC5C5C9A0C693DFDE3BEBCE8518C5BEDFE (unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___list0, intptr_t ___index1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.IntPtr Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509_export_der_t::Invoke(Mono.Unity.UnityTls/unitytls_x509_ref,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t unitytls_x509_export_der_t_Invoke_mFA1224BE85A73019C32C3CB0E8ABD7E5BFEFFA82 (unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * __this, unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 ___cert0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3 (intptr_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2__ctor_mBFFAA9446A805AF8E5B5A76F4D2375815A854ABA (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementCollection_Add_m6089CEC31B6F33B5E7A18C18A6FB92BFDAE4AC70 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * ___certificate0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mB2988523C9527537B96FEC8CA50F749B3F2CF0E1 (List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 *, const RuntimeMethod*))List_1__ctor_mB2988523C9527537B96FEC8CA50F749B3F2CF0E1_gshared)(__this, method); } // System.Void System.Security.Cryptography.X509Certificates.X509ChainStatus::.ctor(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainStatus__ctor_mA41DF127E7EEF7B59204118C5C48F695F2C6DECC (X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mE81414B307C4B1C4557B214FA22739BA40E35959 (List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * __this, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 *, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB , const RuntimeMethod*))List_1_Add_mE81414B307C4B1C4557B214FA22739BA40E35959_gshared)(__this, ___item0, method); } // System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl_Dispose_m826F0D317D9B289A03CE7129D6FB2677ABDD47AC (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainPolicy_Reset_m523357E1A74D1DD2018768BD3FAC786517AD9EC1 (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.OidCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidCollection__ctor_m99E1CCEB955F4BB57DEAE0BF8E7326380F93E111 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, 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.String System.Security.Cryptography.X509Certificates.X509ChainStatus::GetInformation(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509ChainStatus_GetInformation_m52F5A8AE943A70FFA25F9D1CA1C8B51AC80C3C77 (int32_t ___flags0, const RuntimeMethod* method); // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509EnhancedKeyUsageExtension_Decode_m610C0C741966205F6DC0492BD17B28E1FED8D648 (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, const RuntimeMethod* method); // System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_m6F617C7AC370CC5D6EAC2F813D8F7B73A3D8F61F (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * ___asn10, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.OidCollection::Add(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_Add_m13C7466BB24E047C88F27AC6AB5E9439AA491EF1 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, const RuntimeMethod* method); // System.Int32 Mono.Security.ASN1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583 (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.OidCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m0CF86C874705C96B224222BEBB6BF5703EAB29E2 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, 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.Void System.Security.Cryptography.AsnEncodedData::CopyFrom(System.Security.Cryptography.AsnEncodedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_CopyFrom_mA350785B8AF676AB7856E705FA2F2D20FD54CC46 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___asnEncodedData0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Helper2/MyNativeHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MyNativeHelper__ctor_m3C33DA045EB050BE747AD1E3B10DA0C350678EA7 (MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Helper::InstallNativeHelper(System.Security.Cryptography.X509Certificates.INativeCertificateHelper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper_InstallNativeHelper_m9A5739837D01CFFC5AC603C5F53B94A9DBC791F8 (RuntimeObject* ___helper0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Helper::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper_ThrowIfContextInvalid_m6C1DA4116DB6B11CE62108392EEC6B1F46FFE122 (X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_m6A63CE786DD033AAF667CE9E928B2470425E1010 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509ChainImplMono::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplMono__ctor_m82E3F7D2ED531977F1C07B3DC2E6921408F095D3 (X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * __this, bool ___useMachineContext0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509Helper2::IsValid(System.Security.Cryptography.X509Certificates.X509ChainImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Helper2_IsValid_mA44EBFE5C5A9B60EE73AF6040EE1DD9947167901 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl0, const RuntimeMethod* method); // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_Decode_m8D2236720B86833EAFCB87C19BF616E84A15A385 (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::GetValidFlags(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_GetValidFlags_m3141215EE841412F2C65E9CD7C90AE26E4D05C9A (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, int32_t ___flags0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Encode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509KeyUsageExtension_Encode_m14D2F2E0777C7CFA424399E66349940A923764E5 (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __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.Collections.CollectionBase::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase_Clear_mE4A1AF9EE5C41E021DCCBBACA2586BBD2EABCC9E (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509SubjectKeyIdentifierExtension_Decode_m6ED45FB642F2A5EDAD51EE357CAB8EB95BC8EBA9 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Encode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509SubjectKeyIdentifierExtension_Encode_m6BEC26EF891B31FF98EF4FDF96CC0E9CEDF0B208 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __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.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509SubjectKeyIdentifierExtension_FromHex_m8CAB896F210E058270EB9492F05D2776FEB6A1EA (String_t* ___hex0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m7CE599E8BEFBF176243E07100E2B9D1AD40E109E (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * ___key0, int32_t ___algorithm1, bool ___critical2, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::get_Oid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * PublicKey_get_Oid_mE3207B84A9090EC5404F6CD4AEABB1F37EC1F988_inline (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B (String_t* ___str0, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConvert_ToHex_m567E8BF67E972F8A8AC9DC37BEE4F06521082EF4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input0, const RuntimeMethod* method); // System.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChar_m7E53F7E025E6DD03B6BC137CA6F9C43808BFAB92 (Il2CppChar ___c0, 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.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChars(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChars_mB25E5A16CF6637BF846D2B22898E552E092AADFA (Il2CppChar ___c10, Il2CppChar ___c21, const RuntimeMethod* method); // System.String System.Security.Cryptography.CAPI::CryptFindOIDInfoNameFromKey(System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoNameFromKey_m283438D1BC7309F1642EBCE405CC9BFAEED43544 (String_t* ___key0, int32_t ___oidGroup1, const RuntimeMethod* method); // System.String System.Security.Cryptography.CAPI::CryptFindOIDInfoKeyFromName(System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoKeyFromName_m4ED4943191307DF7392E82CE3E04C5A5777EA3AB (String_t* ___name0, int32_t ___oidGroup1, const RuntimeMethod* method); // System.String System.UInt32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mEB55F257429D34ED2BF41AE9567096F1F969B9A0 (uint32_t* __this, 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.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfo(System.UInt32,System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfo_m7CC1462A6CC9DA7C40CA09FA5EACEE9B9117EC8C (uint32_t ___keyType0, String_t* ___keyValue1, int32_t ___oidGroup2, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter/SimplePropertyDescriptor::.ctor(System.Type,System.String,System.Type,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimplePropertyDescriptor__ctor_mC5FBD8FE67F826E7F5926E9998235642899AA4F7 (SimplePropertyDescriptor_t8B1921BB59D3F66C93ADDE5BBFE806A29BA1DA1B * __this, Type_t * ___componentType0, String_t* ___name1, Type_t * ___propertyType2, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes3, const RuntimeMethod* method); // System.Int32 System.Array::GetLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB (RuntimeArray * __this, int32_t ___dimension0, 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.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.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); // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.AsyncProtocolRequest::get_Parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.AsyncProtocolRequest::get_RunSynchronously() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsyncProtocolRequest_get_RunSynchronously_m7733AC14F1950CD534E7CC150E42561B1C839638_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::InnerRead(System.Boolean,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_InnerRead_m791585462E4A887702A9BF3650FCBE0BAC98FABF (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___sync0, int32_t ___requestedSize1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25 (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC (*) (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_inline (ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 (*) (ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999 (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::AwaitUnsafeOnCompleted,Mono.Net.Security.AsyncProtocolRequest/d__25>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mE9A6FF43A0128B50D2CBF889A77407A9F681A1CE (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mE9A6FF43A0128B50D2CBF889A77407A9F681A1CE_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline int32_t ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5 (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5_gshared)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared)(__this, ___value0, method); } // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_mBD3E46BC18658A551AE0C77EC52708030C65625A (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mBD3E46BC18658A551AE0C77EC52708030C65625A_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_m588196A41DFDDA4C44A366765409964BDF7648FB (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 , const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m588196A41DFDDA4C44A366765409964BDF7648FB_gshared)(__this, ___result0, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__25::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__25_MoveNext_mE28E22197DC1A6A515E61B7EB9F17F9B41835B6F (U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m11149B3833A7BFFAA053A5311FC6C28B8720DD60 (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m11149B3833A7BFFAA053A5311FC6C28B8720DD60_gshared)(__this, ___stateMachine0, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__25::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__25_SetStateMachine_mFF80981E4C6AB1765979F5A653446A0A081E9BAD (U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Threading.CancellationToken::ThrowIfCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task`1> Mono.Net.Security.AsyncProtocolRequest::InnerRead(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * AsyncProtocolRequest_InnerRead_m965447D1F8015D839DB325E48C1968E88612143B (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1>::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 Task_1_ConfigureAwait_mA6E79AED6D295A4009662FB36DAFEF4F52FEA490 (Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 (*) (Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_mA6E79AED6D295A4009662FB36DAFEF4F52FEA490_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1>::GetAwaiter() inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_inline (ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 (*) (ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m2DE56F0B7D9F3F80101015FD40CBFB80956BFCB3 (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_m2DE56F0B7D9F3F80101015FD40CBFB80956BFCB3_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,Mono.Net.Security.AsyncProtocolRequest/d__24>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mDDC238D8C746DD9853F8F82B7B49705B8A7A6859 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mDDC238D8C746DD9853F8F82B7B49705B8A7A6859_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::GetResult() inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ConfiguredTaskAwaiter_GetResult_mC5618864337E645D0A9A1A698CF7B1C6DAB6B62B (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * __this, const RuntimeMethod* method) { return (( Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 (*) (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_mC5618864337E645D0A9A1A698CF7B1C6DAB6B62B_gshared)(__this, 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.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::InnerWrite(System.Boolean,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_InnerWrite_m9B4A4FCF793834DCBF434ADFFBC43B4D215EB52F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___sync0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730 (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__24>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEC26109252E2DE7B418C7EA2DF69C06C7D6899CD (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEC26109252E2DE7B418C7EA2DF69C06C7D6899CD_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6 (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, Exception_t * ___exception0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest/d__24::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest/d__24::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessOperationU3Ed__24_SetStateMachine_m19FCCEBF66308F920EF00C2C17E74BC4DE02094D (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, const RuntimeMethod* method); // System.Threading.Tasks.Task Mono.Net.Security.AsyncProtocolRequest::ProcessOperation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AsyncProtocolRequest_ProcessOperation_m5B89FD2B927FFAB28DCA26EFB4A4AA3922289E6B (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__23>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m7A86C26999CDA6FAD892D55696279EA00AE30E1E (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m542C4C3C9FB05597D9F87BD81F89295BE41914A1_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Int32 Mono.Net.Security.AsyncProtocolRequest::get_UserResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncProtocolRequest_get_UserResult_mC442C9E965AE3D70B0DFECF862583217C20031FF_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolResult::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolResult__ctor_mC6F604D2F6820EC29A697EDB00315B5B8D6BF2F5 (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, int32_t ___result0, const RuntimeMethod* method); // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetSSPIException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetSSPIException_mE68EE4F3915B1D350E340962DE053D2DAA8D05C8 (Exception_t * ___e0, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolResult::.ctor(System.Runtime.ExceptionServices.ExceptionDispatchInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolResult__ctor_mB7F0640C90963ABD9CC43C118AAB34DD13D5BBA0 (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___error0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m934EE13C2015F0C5550A3D533513BCDA048BE8FA (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_mE16ACBFD8AB5E7CCE2F9420DCEE9B1A50A770110 (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171_gshared)(__this, ___result0, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__23::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__23_MoveNext_m63ACDC7CCB0E43A57BCC0D7BF6D14AADEA88150E (U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_mCC2F68D4D2212CF45C580611A811538C5244B9C2 (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D_gshared)(__this, ___stateMachine0, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__23::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__23_SetStateMachine_m8A586353421C2670E8208AE140ED5DBEDD4122B8 (U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void Mono.Net.CFArray::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.Int32 Mono.Net.CFArray::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5 (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void Mono.Net.CFDictionary::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92 (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.Void Mono.Net.CFProxy::.ctor(Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_Stop_mA22B6E86795862E3BDE3A80D20C147EA6693076F (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, const RuntimeMethod* method); // Mono.Net.CFProxyType Mono.Net.CFProxy::get_ProxyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_get_ProxyType_m9E4D8613B5A395CC0A8BDDD35EB01BFEF0EBB85A (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method); // System.String Mono.Net.CFProxy::get_Username() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFProxy_get_Username_mDFD89DCA9925521628A2DF06656BF15AD4BD487E (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method); // System.String Mono.Net.CFProxy::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFProxy_get_Password_m496180D624F5A07E9452D3A784E071BE9A751006 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method); // System.String Mono.Net.CFProxy::get_HostName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFProxy_get_HostName_m2859802624D48ADB7150F996DFBF892D008883FC (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method); // System.Int32 Mono.Net.CFProxy::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_get_Port_m63731A205673D95F61F15328B80A453E84189360 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mBB62CCEBA2D6C5AE946F2D3F4A26FD3B718E312E (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___userName0, String_t* ___password1, 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.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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method); // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForAutoConfigurationScript(System.IntPtr,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForAutoConfigurationScript_m037C5BEDCF1AF085AA65B014AA5A607A44863890 (intptr_t ___proxyAutoConfigurationScript0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, const RuntimeMethod* method); // System.Uri Mono.Net.CFNetwork/CFWebProxy::SelectProxy(Mono.Net.CFProxy[],System.Uri,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_SelectProxy_mDD2FB92CAFC965BBF3B3D5DDBEAB66C3B9B26771 (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* ___proxies0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials2, const RuntimeMethod* method); // Mono.Net.CFProxy[] Mono.Net.CFNetwork::ExecuteProxyAutoConfigurationURL(System.IntPtr,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_ExecuteProxyAutoConfigurationURL_m92BD3E7511F6CDE7C2B1A99D09F3815742C449B3 (intptr_t ___proxyAutoConfigURL0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetURL1, const RuntimeMethod* method); // System.Uri Mono.Net.CFNetwork/CFWebProxy::GetProxyUri(Mono.Net.CFProxy,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_GetProxyUri_m086EC6016BF8F1879EB256AB3162A7B9BD2AF6B5 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * ___proxy0, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials1, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // Mono.Net.CFProxySettings Mono.Net.CFNetwork::GetSystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * CFNetwork_GetSystemProxySettings_mB550E25184FC94D96FD5247AFB3398232C177EA9 (const RuntimeMethod* method); // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForUri(System.Uri,Mono.Net.CFProxySettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForUri_mEBE40342DA8B590C0BC306ADAB65DBC3A11D16CF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * ___proxySettings1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFProxy::get_AutoConfigurationJavaScript() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFProxy_get_AutoConfigurationJavaScript_mE3D0B231DDF768976265EEFDF0CA5DDB124B8061 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method); // System.Uri Mono.Net.CFNetwork/CFWebProxy::GetProxyUriFromScript(System.IntPtr,System.Uri,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_GetProxyUriFromScript_m35F1F96303991ADF16BAB4D95110914E6C6A680C (intptr_t ___script0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials2, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFProxy::get_AutoConfigurationUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFProxy_get_AutoConfigurationUrl_mCF8BA92EEDA1D578966BDC3750FFAD7E003F71C9 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * __this, const RuntimeMethod* method); // System.Uri Mono.Net.CFNetwork/CFWebProxy::ExecuteProxyAutoConfigurationURL(System.IntPtr,System.Uri,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_ExecuteProxyAutoConfigurationURL_m76A8EE34869DE53FA48A0560AC61C09468A13CCE (intptr_t ___proxyAutoConfigURL0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials2, const RuntimeMethod* method); // System.Uri Mono.Net.CFNetwork/CFWebProxy::GetProxy(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_GetProxy_m6EC2C1590383170DD9387CF85FB5328C780789C4 (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri0, 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.Boolean System.Net.Security.RemoteCertificateValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m30A34C33A46909FAA60703A2EFF0C41F6E7B6C14 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __this, RuntimeObject * ___sender0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::Invoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * LocalCertificateSelectionCallback_Invoke_m755F3ED85EDF0F3082947ED32B0786B17C30098E (LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * __this, RuntimeObject * ___sender0, String_t* ___targetHost1, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates2, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate3, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers4, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.MonoRemoteCertificateValidationCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,Mono.Security.Interface.MonoSslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoRemoteCertificateValidationCallback_Invoke_mB9C5C0E8793A64E367BCB9A448EDF6957BE0F967 (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * __this, String_t* ___targetHost0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Interface.MonoLocalCertificateSelectionCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MonoLocalCertificateSelectionCallback_Invoke_m33848CFEAEC89ADE40CE4A00134634B11492A153 (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, 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.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, 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.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.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___index0, 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.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.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.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.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Void System.ComponentModel.CultureInfoConverter/CultureInfoMapper::InitializeCultureInfoMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoMapper_InitializeCultureInfoMap_m789E93F4877936F4CC2532AB3177BACA5A5E64F2 (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline String_t* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( String_t* (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle__ctor_m30896EE9F6765AB918312A413BFA0349482C681C (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, intptr_t ___invalidHandleValue0, bool ___ownsHandle1, const RuntimeMethod* method); // 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); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Func_2_Invoke_m3812D29280E5BECD87EE16213C8DA480AC47AB89 (Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___arg0, const RuntimeMethod* method) { return (( Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * (*) (Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, const RuntimeMethod*))Func_2_Invoke_m7710BB3329F850DC1AE6AEC1144ED2D1ED1B44F6_gshared)(__this, ___arg0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedb__263_0>d>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0_mD906392E841B2BE519F7D01E73A48CD19BA660CB (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0_mF38DB99454684304AD9FB0113F3F28A5D950181F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Net.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_m34DF650AB658A85943BBEDBB22887D2C3209D9E3 (BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, bool ___copyBuffer3, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_mE2F150E61C7939524829DBC8E7DB0A42469097B0 (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_m299C59B5E5E06834BE87343DD07F886D5D6597C0 (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * __this, BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *, BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171_gshared)(__this, ___result0, method); } // System.Void System.Net.HttpWebRequest/<b__263_0>d::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_MoveNext_mF3C3B0A1E94FE4117CC642902B84B191038C2026 (U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m786635655D43FC7A5C0D86E3D366883F32632495 (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.HttpWebRequest/<b__263_0>d::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_SetStateMachine_m115A610D00CE15EA8DFCAFB519EB5907C4CAEBBC (U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebResponseStream,System.Net.CookieContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mF3A8305585161248ECF94BD5D52A6B6D0AE59A60 (HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t* ___method1, WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___stream2, CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___container3, 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.ValueTuple`4,System.Net.WebException> System.Net.HttpWebRequest::CheckFinalStatus(System.Net.HttpWebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B HttpWebRequest_CheckFinalStatus_mA7B86C114CE26219CD58C78F5D80A300C5FB3D64 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___response0, 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.Threading.Tasks.Task System.Net.WebResponseStream::ReadAllAsync(System.Boolean,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * WebResponseStream_ReadAllAsync_m9FE18AD758116A3DF8BFF50772D4A22AC0055B1A (WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * __this, bool ___resending0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::AwaitUnsafeOnCompletedd__237>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_mFB08520A9FBC41A9B23A203C26274E53810344C8 (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_mDFA55C55D491F4D7C09A827EE68CD563723B29DF_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 Task_1_ConfigureAwait_m207D2FF54AE3A399C3C85524EB0228A2B53FC84D (Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 (*) (Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m77F046E41AA78DD7C415EFF9093187EC22372FFE_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 ConfiguredTaskAwaitable_1_GetAwaiter_m4649537B28F2D45435D11DB55B68E1E98DFA2965_inline (ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 (*) (ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m94F6533C8B05218E68527F18BB68F5731129E12C_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m2953EEEC1D20293F3F52E3443452E8161AAF9F82 (ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_m5E3746D1B0661A5BCD45816E83766F228A077D20_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::AwaitUnsafeOnCompleted,System.Net.HttpWebRequest/d__237>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_m4731BB07FF66AB1EAED1715929D24EEEC2B54855 (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * __this, ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 * ___awaiter0, U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *, ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 *, U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_m345840ECFC674CEE51AA58D791BFD274CDBC2A36_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ConfiguredTaskAwaiter_GetResult_m15D17B635271E8BA42E3E318710EDDD456FE707F (ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 * __this, const RuntimeMethod* method) { return (( BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * (*) (ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m474427FF1EB12ECDF7097D8894EF2E59E299FA4A_gshared)(__this, method); } // System.Boolean System.Net.HttpWebRequest::get_ProxyQuery() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_m5AC4ED79E30E2253BE5508B87805592B4FD2F1F5 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsNtlmAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m3D9E9F9AB39774F3161B774E4EA882ED5DBEA5F9 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method); // System.Net.WebConnection System.Net.WebConnectionStream::get_Connection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * WebConnectionStream_get_Connection_m24DACC6F27A46E8201E23C10F3A4CB322136F546_inline (WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918 * __this, const RuntimeMethod* method); // System.Void System.Net.WebConnection::set_NtlmAuthenticated(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_m07808584A562434812576056502EA85A313B7351_inline (WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Net.WebRequestStream::KillBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestStream_KillBuffer_m7C1E8F89D4C6325E8AD36F3C6B009318E6C20980 (WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`5::.ctor(!0,!1,!2,!3,!4) inline void ValueTuple_5__ctor_m8CC1C9E987AC46A574F6B8B20FFEF018ED742CDB (ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 * __this, HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___item10, bool ___item21, bool ___item32, BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___item43, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___item54, const RuntimeMethod* method) { (( void (*) (ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 *, HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB *, bool, bool, BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F *, WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *, const RuntimeMethod*))ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B_gshared)(__this, ___item10, ___item21, ___item32, ___item43, ___item54, method); } // System.Void System.Net.WebHeaderCollection::RemoveInternal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_RemoveInternal_m89528036293926837E8EA5703C1306C1E351B117 (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * __this, String_t* ___name0, const RuntimeMethod* method); // System.ValueTuple`2 System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebResponseStream,System.Net.HttpWebResponse,System.Net.BufferOffsetSize,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tD78E716C9AB70F51F241465A32F5F5E49DA3529A HttpWebRequest_HandleNtlmAuth_mEA5D713B4B79D9F17FB7BFFC4AAFAEF9CB23EC98 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___stream0, HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___response1, BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___writeBuffer2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m59C67747AE499E14D75AE92F8B29065D83AC0E25 (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mE5BF08D0CE31F0C017E7F1BF507128CB5DC5AA36_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_m92BD8E5D2837C3EE0C96F025F2A496E36D46E16F (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * __this, ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *, ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 , const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m393E5D0BB643FD5F0B897611F6B44E913FC1141B_gshared)(__this, ___result0, method); } // System.Void System.Net.HttpWebRequest/d__237::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__237_MoveNext_m34B204FBB01DC2EDFB12EB69FA008C6FE9852D9A (U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_mEF467FE71FBC2485A1959CA568EC8735C88B367E (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m728B716256CBF385B30BC275D07A649873E5CC75_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.HttpWebRequest/d__237::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__237_SetStateMachine_m65921134D62F37CAFE2CB0AF2436F6E72C48C829 (U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest::get_Aborted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m3818067645E7BF5CC50320409AD3E0946F580257 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Net.WebException System.Net.HttpWebRequest::CreateRequestAbortedException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * HttpWebRequest_CreateRequestAbortedException_m5ADF0586581A200AB3F80DC50A107A39167B4E4A (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.String System.Net.HttpWebRequest::get_TransferEncoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_m7F6F14E19631A22F3FFEF7AAEACA2702A98B1668 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, 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.Void System.Net.WebCompletionSource::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebCompletionSource__ctor_m2A71326ABA55C07D5EA8267C2746590294275593 (WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * __this, const RuntimeMethod* method); // System.Void System.Net.WebCompletionSource::ThrowOnError() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebCompletionSource_ThrowOnError_mA91948B50873E99F75543EA821476F99FD527682 (WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * __this, const RuntimeMethod* method); // System.Boolean System.Net.WebCompletionSource::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebCompletionSource_get_IsCompleted_mB13E34B728479920D83A152C0D1384B389F6723F (WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * __this, const RuntimeMethod* method); // System.Net.WebRequestStream System.Net.WebOperation::get_WriteStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * WebOperation_get_WriteStream_m7DAC2C4653EBD8BF426E791F0B117E395CB06193 (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * __this, const RuntimeMethod* method); // System.Net.WebOperation System.Net.HttpWebRequest::SendRequest(System.Boolean,System.Net.BufferOffsetSize,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * HttpWebRequest_SendRequest_mD19869D903F914F762A6C7CAE53A4078FEC94040 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, bool ___redirecting0, BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___writeBuffer1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Net.WebOperation::GetRequestStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * WebOperation_GetRequestStream_m43419256A4660FDB209A7667B75BA8A3EB0B52E0 (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD Task_1_GetAwaiter_mB5F2D3D042ED5D2A4245370465E1D125D5CDA077 (Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD (*) (Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C *, const RuntimeMethod*))Task_1_GetAwaiter_m9CAD6AADABBD50DDEC928B159ECCCF995E91E3F4_gshared)(__this, method); } // System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1::get_IsCompleted() inline bool TaskAwaiter_1_get_IsCompleted_m636C9A7D3CFF45E29EF6B1E7C06EB06820D36B0E (TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD * __this, const RuntimeMethod* method) { return (( bool (*) (TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD *, const RuntimeMethod*))TaskAwaiter_1_get_IsCompleted_mEC81351691C5A577A64F3B728036AD979AB3AF94_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.HttpWebRequest/d__236>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m34A125097712EDF8C574F3F147C84E21352F69C0 (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * __this, TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD * ___awaiter0, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *, TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD *, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mD215D1DB8BB304005ACCEE8387F914C44E90F47C_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * TaskAwaiter_1_GetResult_m1DF42BF80FEAED0BAB81159A2A5A427C8B5287CC (TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD * __this, const RuntimeMethod* method) { return (( WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * (*) (TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD *, const RuntimeMethod*))TaskAwaiter_1_GetResult_m7BBD54153A41EA9E7BC8112EEF42872D7A664A90_gshared)(__this, method); } // System.Threading.Tasks.Task System.Net.WebRequestStream::WriteRequestAsync(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * WebRequestStream_WriteRequestAsync_mD55858804426CFBBBD287C4321DEFBC04381D955 (WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__236>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m2767054E4D05F7F6BD0BA5FF7006B4BE1584B4D8 (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m4F32EBE73880F086E75C783D7F9E12D38C0A02F5_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Threading.Tasks.Task`1 System.Net.WebOperation::GetResponseStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 * WebOperation_GetResponseStream_mB8E11DC20AB472D28FC23893D29F40146E3660D2 (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.TaskAwaiter`1 System.Threading.Tasks.Task`1::GetAwaiter() inline TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 Task_1_GetAwaiter_m5DA64CE1D6189EE7F55F81BB65CB2435427BABD8 (Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 * __this, const RuntimeMethod* method) { return (( TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 (*) (Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 *, const RuntimeMethod*))Task_1_GetAwaiter_m9CAD6AADABBD50DDEC928B159ECCCF995E91E3F4_gshared)(__this, method); } // System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1::get_IsCompleted() inline bool TaskAwaiter_1_get_IsCompleted_mD3D91EAE189D6EA68713A49C2AD693C51E303F13 (TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 * __this, const RuntimeMethod* method) { return (( bool (*) (TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 *, const RuntimeMethod*))TaskAwaiter_1_get_IsCompleted_mEC81351691C5A577A64F3B728036AD979AB3AF94_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.HttpWebRequest/d__236>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mC9C5FB123FC0614ED3610353D40D4B5BF864D544 (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * __this, TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 * ___awaiter0, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *, TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 *, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2631C6B4AF6F87F9DA4817BE4B0962E01B4F47FE_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mD215D1DB8BB304005ACCEE8387F914C44E90F47C_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.TaskAwaiter`1::GetResult() inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * TaskAwaiter_1_GetResult_mBB829D102280A9069CF03E72D0DDF018DA5615C3 (TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 * __this, const RuntimeMethod* method) { return (( WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * (*) (TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 *, const RuntimeMethod*))TaskAwaiter_1_GetResult_m7BBD54153A41EA9E7BC8112EEF42872D7A664A90_gshared)(__this, method); } // System.Threading.Tasks.Task`1> System.Net.HttpWebRequest::GetResponseFromData(System.Net.WebResponseStream,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * HttpWebRequest_GetResponseFromData_m0CE9AAE446C972A590EC15776779EEC20BBD5297 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___stream0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1>::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 Task_1_ConfigureAwait_m31A2D5F669820085A58E22A6E60D0BCF52C31270 (Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 (*) (Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m6C98A0822E1171226AF9A4F9798730891EF1A8DF_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1>::GetAwaiter() inline ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 ConfiguredTaskAwaitable_1_GetAwaiter_m91B8068B87FD7675507748BCB330510A551486E3_inline (ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 (*) (ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m4BDFBED6B673081AB94A7DA16507B23347E416C1_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m4F96BCD8CEB203FDA3E8BFF624F986136BD6038D (ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mF54A853A309790867B1327B3790103DF4DAA11B9_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted>,System.Net.HttpWebRequest/d__236>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mFBEB8F5FCB176FEE52B680ED1967F9C728BDDF90 (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * __this, ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 * ___awaiter0, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *, ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 *, U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m941D903B66B23340A09DE51F19F54342B0CF0C07_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::GetResult() inline ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 ConfiguredTaskAwaiter_GetResult_mF6BCEEA24F1CDB199222CF4CBC2F704AD0736136 (ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 * __this, const RuntimeMethod* method) { return (( ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 (*) (ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m07A0F3474C912FC8BF2200F270B20B210F9D07A0_gshared)(__this, method); } // System.Net.WebException System.Net.HttpWebRequest::GetWebException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * HttpWebRequest_GetWebException_m7E00B81FEE694F16C4C8DF09C187E54C70CEFDC7 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Boolean System.Net.WebCompletionSource::TrySetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebCompletionSource_TrySetException_m66055FAA927F564063E03FB9042E9CA12572EF7F (WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * __this, Exception_t * ___error0, const RuntimeMethod* method); // System.Boolean System.Net.WebCompletionSource::TrySetCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebCompletionSource_TrySetCompleted_m3309212E1375436FC131FE3A308EF6ADDD7C6D9C (WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * __this, const RuntimeMethod* method); // System.Void System.Net.WebOperation::CompleteResponseRead(System.Boolean,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebOperation_CompleteResponseRead_m2B7B659DD2152E9743269047312830E3A3A99CE3 (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * __this, bool ___ok0, Exception_t * ___error1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_mE6139825F8C18A5607523DEFCBCFCAB6D41B7D27 (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_m7BB936B28F8565A544A37C805FB539692B687B62 (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * __this, HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *, HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171_gshared)(__this, ___result0, method); } // System.Void System.Net.HttpWebRequest/d__236::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42 (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m7F92F0E83DB22308DEC2FD7E371B4229E949585E (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.HttpWebRequest/d__236::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__236_SetStateMachine_m2B0FA0AED0D73C7CFBBFA7CEC3297A10637C6DB5 (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsCompleted() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_mABE39DA7D1F4B5D38315EB2CB3E862243602153A_inline (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method); // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::get_NtlmAuthState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_mFEDD4ECDE8761AD54175DBBD0EA53C45CD545998_inline (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest/AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m33AFDC1A78F1C2709F58ADE60766E6DB40B23108 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request0, bool ___isProxy1, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_Authenticate_m792A86EEA6DF3516B8538EA3DCF2D740735EEF79 (String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.String System.Net.Authorization::get_Message() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_mA648F467F28DCD3ECBE3C8505B719519BD803C2A_inline (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, 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.Authorization::get_Complete() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m5FDBC830DCD378023365B0E8E6F64C2B9FD7D7AF_inline (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, const RuntimeMethod* method); // System.Boolean System.Net.HttpWebRequest/AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_mD0838BEBBE0758BCC35AC158CC8D7A8D068BA530 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___response0, int32_t ___code1, const RuntimeMethod* method); // System.Void System.Net.HttpWebRequest/AuthorizationState::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState_Reset_m50782ECAB7A02CDD325253EC646A797780547BD2 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.String System.Net.HttpWebRequest/AuthorizationState::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m7A5CA8DDE1302D55B5F3B1F75A5D79387EFF0531 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.License::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void License__ctor_mD580FCAB94FEFA5ADC46944278F97FC6BB23FF3A (License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.LicenseManager/LicenseInteropHelper/CLRLicenseContext::.ctor(System.ComponentModel.LicenseUsageMode,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CLRLicenseContext__ctor_m743DF2758A30CA42A8409397AF5393A4E4F17FBF (CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500 * __this, int32_t ___usageMode0, Type_t * ___type1, const RuntimeMethod* method); // System.String System.Runtime.InteropServices.Marshal::PtrToStringBSTR(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringBSTR_m068B782D01BB8FB0611D985114D251E272CAA82F (intptr_t ___ptr0, const RuntimeMethod* method); // System.Object System.ComponentModel.LicenseManager::CreateWithContext(System.Type,System.ComponentModel.LicenseContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LicenseManager_CreateWithContext_m620CDF858481E60985A33C9E63A890A523F9EB74 (Type_t * ___type0, LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * ___creationContext1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.COMException::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void COMException__ctor_m5F02BED4BE51234378BAA965355E0BCBB849BF81 (COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C * __this, String_t* ___message0, int32_t ___errorCode1, const RuntimeMethod* method); // System.ComponentModel.LicenseContext System.ComponentModel.LicenseManager::get_CurrentContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * LicenseManager_get_CurrentContext_mC4A5E2B82E17E8AF2D0B8FEEE80DCC7258B2CE85 (const RuntimeMethod* method); // System.Boolean System.ComponentModel.LicenseManager::ValidateInternalRecursive(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean,System.ComponentModel.License&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LicenseManager_ValidateInternalRecursive_m10B65A5CB9E91A8A5DB91DF42A6711DC7CE797E6 (LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * ___context0, Type_t * ___type1, RuntimeObject * ___instance2, bool ___allowExceptions3, License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 ** ___license4, String_t** ___licenseKey5, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::StringToBSTR(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_StringToBSTR_mE46F96FD7DCD4A0D96DC57E501AFFDE81329B4BD (String_t* ___s0, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.DesigntimeLicenseContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DesigntimeLicenseContext__ctor_mDA78EB4DC935EC0F83D6555EE2E081BA8AE31108 (DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary/NodeEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 NodeEnumerator_get_Entry_m58F1425F47017D32E7F781CBA78E37C355F596AA (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4 (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.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.Object System.Collections.Specialized.ListDictionary::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_SyncRoot_m44040160ADB660B10684A95305CB08F56AF029E8 (ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/NodeKeyValueCollection/NodeKeyValueEnumerator::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueEnumerator__ctor_mC6052F8CA984A3A8A8801F237EF2E9583126663E (NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1 * __this, ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list0, bool ___isKeys1, 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.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.BufferOffsetSize::get_EndOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_EndOffset_m9EED7B6B6EF1F2518A735AF875F88A5E03F0881F (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream/<>c__DisplayClass66_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass66_0__ctor_mCD2E2BE10E3708147749F093D9757B9B60DB4A85 (U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * __this, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.BufferOffsetSize::get_Remaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, 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.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mCEA921334BE688D8C04005FFF06E2BB2B5B096FE (Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_mCEA921334BE688D8C04005FFF06E2BB2B5B096FE_gshared)(__this, ___object0, ___method1, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * Task_Run_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m8FD8C9E6D331E3709C760FD9DB0517823B39648A (Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * ___function0, const RuntimeMethod* method) { return (( Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * (*) (Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA *, const RuntimeMethod*))Task_Run_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m8FD8C9E6D331E3709C760FD9DB0517823B39648A_gshared)(___function0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__66>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m8BC909B27619C929F19340FADAFF9B7682AF624C (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m8BC909B27619C929F19340FADAFF9B7682AF624C_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, int32_t ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, int32_t, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109_gshared)(__this, ___result0, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__66::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__66_MoveNext_m36DB7FB663A6047DA5B34FE62490F230C48DD070 (U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010_gshared)(__this, ___stateMachine0, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__66::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__66_SetStateMachine_m56B57971A776743CEADDCF710EA5777B89642D4D (U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::Run(System.Action) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_Run_m77F41B8D89AFD69BE94888BC2CAD5E3183A79B8D (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action0, const RuntimeMethod* method); // System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Stream_WriteAsync_m20DAE4696E2F2573BDE47831FF110EFF3E0BB030 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__67>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA4C6D3DE6804824AF6FA87226DAC6961CCAB1F3A (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA4C6D3DE6804824AF6FA87226DAC6961CCAB1F3A_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__67::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerWriteU3Ed__67_MoveNext_m39FA739B0AE2BDF2EF4122C92A31BE2D016CEEF0 (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__67::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerWriteU3Ed__67_SetStateMachine_m614328656FD99E8FC4FCEE4337F2043634F18D6B (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * __this, RuntimeObject* ___stateMachine0, 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.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.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.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095 (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncHandshakeRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncHandshakeRequest__ctor_m884A72725004810175F9D352326910C4EF6C73F6 (AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize2::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, const RuntimeMethod* method); // System.Threading.CancellationToken System.Threading.CancellationToken::get_None() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF (const RuntimeMethod* method); // System.Threading.Tasks.Task`1 Mono.Net.Security.AsyncProtocolRequest::StartOperation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * AsyncProtocolRequest_StartOperation_m76C636186DB12B80876BF0E860C509E92D8289CC (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799 (Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * __this, bool ___continueOnCapturedContext0, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 (*) (Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 *, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m77F046E41AA78DD7C415EFF9093187EC22372FFE_gshared)(__this, ___continueOnCapturedContext0, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_inline (ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 * __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 (*) (ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 *, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m94F6533C8B05218E68527F18BB68F5731129E12C_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9 (ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_m5E3746D1B0661A5BCD45816E83766F228A077D20_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__47>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mB76CBAFC78D90C1397506DB873A06CC4CCE961D1 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m17895C0A9709C43E50FC89CCF471D5C57BBCDD3F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // !0 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128 (ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * __this, const RuntimeMethod* method) { return (( AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * (*) (ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m474427FF1EB12ECDF7097D8894EF2E59E299FA4A_gshared)(__this, method); } // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.AsyncProtocolResult::get_Error() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315_inline (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__47::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84 (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__47::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAuthenticationU3Ed__47_SetStateMachine_mDCBB12DB45E075AC256E54A1DFC35AD4C81912EC (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream::CheckThrow(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___authSuccessCheck0, bool ___shutdownCheck1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__58>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_m9B622FDF3F9C6CC50B8D289DE674C444FAB066B6 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * ___awaiter0, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mAB88C294098F3A9323499C409162DFC09FE77BF2_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.String Mono.Net.Security.AsyncProtocolRequest::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetIOException(System.Exception,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetIOException_m3FA680F8E914AC496E6F439F6FDCE0A766C35C5C (Exception_t * ___e0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.AsyncProtocolResult::get_UserResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncProtocolResult_get_UserResult_m1CD0222DFEFC2B0738DF69529AE2C70E21AE54CC_inline (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__58::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__58_MoveNext_mA92EABD1F8F3CE91103E228A56D16BE2E7C3FA35 (U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__58::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__58_SetStateMachine_m6896AA6F76C2DD0A407ADDFB40A574290873FFC8 (U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::get_InternalSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method); // System.String System.Net.HttpWebRequest::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Host_m4BE36083497FB8F5B7F317A1C097C0BCBE993533 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, 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.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.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::get_ClientCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * HttpWebRequest_get_ClientCertificates_m500DFD3C22558CD2AE72FD46DBCB100897182AD5 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Net.SecurityProtocolType System.Net.ServicePointManager::get_SecurityProtocol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_mA87F568AD38F44B15CC49A3BFB8CE6F7296F6B73_inline (const RuntimeMethod* method); // System.Boolean System.Net.ServicePointManager::get_CheckCertificateRevocationList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m203838432389534693B3A26FA5599FC8B11C553F_inline (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__17>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m330334F8C165852787E19712E442B2AB512BA579 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m2CC9C00F3071BE396CEB5635246B286FEE0C421F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Boolean System.Net.Sockets.Socket::get_CleanedUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MonoTlsStream::get_CertificateValidationFailed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsStream_get_CertificateValidationFailed_mF9670263A9DF5CFD0E8C0FD5D38153A24694A8AE_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Void System.Net.ServicePoint::UpdateClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_UpdateClientCertificate_m27EB596CD61A50592B853BC653D613E71B0DBFC2 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate0, const RuntimeMethod* method); // System.Byte[] System.Net.WebConnectionTunnel::get_Data() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WebConnectionTunnel_get_Data_mFD592CF9B58AD5FF3CB7255DE5270ABD5DA32AF9_inline (WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m69431078822E6A677A8F7CEC526C9D6DE1247251 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, Exception_t * ___exception0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, Exception_t *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m29521EB618E38AF72FF0C4094070C1489F4129B3_gshared)(__this, ___exception0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(!0) inline void AsyncTaskMethodBuilder_1_SetResult_mAB267BB4B485CA60F7F8EC29FBECF80F9E8A7807 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___result0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mB5C649BE806DEE4869A8A862F578A47C56341171_gshared)(__this, ___result0, method); } // System.Void Mono.Net.Security.MonoTlsStream/d__17::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateStreamU3Ed__17_MoveNext_m5E7CB22F92B4B0C39AB680404D40ACF8C44416EB (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_mFF03AB561D1FC60E613247F020EFD7D420A1BECF (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m736C84D61B4AB2FCD150BD3945C6874471A9224D_gshared)(__this, ___stateMachine0, method); } // System.Void Mono.Net.Security.MonoTlsStream/d__17::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateStreamU3Ed__17_SetStateMachine_mF83DEBD81E6106CE1BF4F1970B3459E73D6B51D3 (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method); // System.ComponentModel.IComponent System.ComponentModel.NestedContainer::get_Owner() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_get_Owner_mEEFC77BA03C43D69D7FC17FAE3AF6075352448BC_inline (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void Mono.Http.NtlmClient/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m763ADB48F8381F44946398EE4CD3F62DA76913C2 (U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * __this, const RuntimeMethod* method); // System.Void Mono.Http.NtlmSession::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmSession__ctor_mA97C8FC8E8DE96DE3F32909B142F4AB4DF8164A0 (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 OrderedDictionaryEnumerator_get_Entry_m4DA8B8F5FB60EA5311B94EC648C9036B98C19046 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::.ctor(System.Collections.ArrayList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator__ctor_m49EDA80650ECBFA5B468C78CB065078024F6E7B2 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___array0, int32_t ___objectReturnType1, 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.Void System.Net.PathList/PathListComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathListComparer__ctor_mB454528A2D15B340AC86950FEEFF3A459DEC9ED7 (PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 PropertyDescriptorEnumerator_get_Entry_m589987831E6010EC384EE0D456DB7D560D4BEB20 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverter::ConvertToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m8A78AD655B39CC8CB93FA00672E8ACABD67DFC12 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m9F1E9B6775D84D1AA666C272F51CF828A88EFD9C (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, const RuntimeMethod* method); // System.Attribute[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetAttributes(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ReflectTypeDescriptionProvider_ReflectGetAttributes_m2F772A4015264E97C8EE4EF18133514F76E139D9 (Type_t * ___type0, 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.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.Reflection.TypeAttributes System.Type::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_get_Attributes_m1A06E434D470F5816BE0516A49741A1AA12C87FB (Type_t * __this, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38 (Type_t * ___componentType0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.AttributeCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.AttributeCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection_CopyTo_m239A34E1B2C3FB3CE90C5210332BFE1EB795849E (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m23D67C2418DF62EDAE2F168C32C5A09204E94A51 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.OrderedDictionary::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_Contains_mCD16E0E40025C86639A81B8F8D7989B141783B97 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.OrderedDictionary::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_get_Count_m7B9E754E391D097630882003CB29D4B5116663CA (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Values_m85823D309E685DC4DE0FC11D7F7B511FE18BFAFF (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529 (RuntimeObject * ___component0, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method); // System.Type System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, String_t* ___typeName0, const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::CreateInstance(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B (Type_t * ___objectType0, Type_t * ___callingType1, const RuntimeMethod* method); // System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::get_IntrinsicTypeConverters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ReflectTypeDescriptionProvider_get_IntrinsicTypeConverters_mC93E66C023225FAA3484A7B250ED8308CC0EE34D (const RuntimeMethod* method); // System.Object System.ComponentModel.ReflectTypeDescriptionProvider::SearchIntrinsicTable(System.Collections.Hashtable,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___table0, Type_t * ___callingType1, 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.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m5265A6AFC01732A35755F8F045E32BF08ADA5B75 (RuntimeObject * ___component0, const RuntimeMethod* method); // System.ComponentModel.EventDescriptorCollection System.ComponentModel.TypeDescriptor::GetEvents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * TypeDescriptor_GetEvents_m95804BDD0FCA37425D23AC7A78CA23C8511F2AB9 (Type_t * ___componentType0, 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.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_m09D4200803485A1204CF062E3CC9BDC221E34ECB (RuntimeObject * ___component0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_mC47CC67D75263894657B573C452DFC4AA3F56276 (Type_t * ___componentType0, const RuntimeMethod* method); // System.ComponentModel.EditorAttribute System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetEditorAttribute(System.ComponentModel.AttributeCollection,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributes0, Type_t * ___editorBaseType1, const RuntimeMethod* method); // System.String System.ComponentModel.EditorAttribute::get_EditorTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.ComponentModel.ReflectTypeDescriptionProvider::GetEditorTable(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ReflectTypeDescriptionProvider_GetEditorTable_mF9C4932A2EB08FA49A26E68E49F2824527EA66EC (Type_t * ___editorBaseType0, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method); // System.String System.ComponentModel.EditorAttribute::get_EditorBaseTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m289485BE4F9C3DEA96C6F3CC10404E578E6338D1_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_mC3289B125E9F5792572B940FF33B7437AACDD478 (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared)(__this, ___capacity0, method); } // System.ComponentModel.EventDescriptor[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetEvents(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ReflectTypeDescriptionProvider_ReflectGetEvents_m8E6F9333E21BC84844D39B37F6643E5A8CDE725D (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m374BC28A8167C6CBC7EDD0238770553B3EA41EDE (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m3FBD584A58FDDC095059FD6CFC097E11491C1089 (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * __this, String_t* ___key0, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D *, String_t*, EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_mF67975C24F4392EC4BFE236C906CFCA0B9FF67DA (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A * Dictionary_2_get_Values_m89DFD8F8657F1D09052B2B57B4BB0B7441B7E6E0 (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * __this, const RuntimeMethod* method) { return (( ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A * (*) (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D *, const RuntimeMethod*))Dictionary_2_get_Values_mF25EF48FEEA57D7B78F91ECB70D589D003F532C4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection::CopyTo(!1[],System.Int32) inline void ValueCollection_CopyTo_m850D2CF94E01DAD6973C49FB086A5B8F73385D26 (ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A * __this, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* ___array0, int32_t ___index1, const RuntimeMethod* method) { (( void (*) (ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A *, EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*, int32_t, const RuntimeMethod*))ValueCollection_CopyTo_m5EB657F347ECF835F41A302A7AC66C21776FBF7E_gshared)(__this, ___array0, ___index1, 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.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_mB5FBD4F0B82C774B845750A16BAEB441C6593AC7 (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared)(__this, ___capacity0, method); } // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.ReflectTypeDescriptionProvider::ReflectGetProperties(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ReflectTypeDescriptionProvider_ReflectGetProperties_m4C758FCA81F3432A87F73596C9C705007A8A7C57 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m6B1AE4DC80A65E05F18CD955DF04F306A7A2E6B8 (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m690083795FD5B6423B5FB5097BD9EB918CB90FBD (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * __this, String_t* ___key0, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD *, String_t*, PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_mBD35F0F91DE12F91FD20D0954199238BF95743EB (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 * Dictionary_2_get_Values_m5F490E0FE64018141D61F0E8DC3038DD132CC91A (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * __this, const RuntimeMethod* method) { return (( ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 * (*) (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD *, const RuntimeMethod*))Dictionary_2_get_Values_mF25EF48FEEA57D7B78F91ECB70D589D003F532C4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection::CopyTo(!1[],System.Int32) inline void ValueCollection_CopyTo_mDD241E996B1717FD99722DE29D008049E8669EE2 (ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___array0, int32_t ___index1, const RuntimeMethod* method) { (( void (*) (ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 *, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*, int32_t, const RuntimeMethod*))ValueCollection_CopyTo_m5EB657F347ECF835F41A302A7AC66C21776FBF7E_gshared)(__this, ___array0, ___index1, method); } // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, bool ___readOnly1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_iphlpapi_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetNetworkParams(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.String System.Net.NetworkInformation.Win32IPGlobalProperties::get_DomainName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32IPGlobalProperties_get_DomainName_m5FF24C6CC09FE64C60955D9C4C1BEBF96636A5D3 (Win32IPGlobalProperties_t44A5F09048FBAA07204FDF98BE8588D70CCBF9F5 * __this, const RuntimeMethod* method) { { Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 L_0; L_0 = Win32NetworkInterface_get_FixedInfo_mAC576395B7D25CFD7B15920803E11BB629587709(/*hidden argument*/NULL); String_t* L_1 = L_0.get_DomainName_1(); return L_1; } } // System.Void System.Net.NetworkInformation.Win32IPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32IPGlobalProperties__ctor_m7D031774BB16D9BF7096D7CC6B44AED107B31484 (Win32IPGlobalProperties_t44A5F09048FBAA07204FDF98BE8588D70CCBF9F5 * __this, const RuntimeMethod* method) { { IPGlobalProperties__ctor_mEEE47DACD96438BCDF67877A3E2F0D3A592C2977(__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.Int32 System.Net.NetworkInformation.Win32NetworkInterface::GetNetworkParams(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Win32NetworkInterface_GetNetworkParams_m650FF9CD92584BDE5F2445F5E04D560976304EF2 (intptr_t ___ptr0, int32_t* ___size1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_iphlpapi_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("iphlpapi.dll"), "GetNetworkParams", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_iphlpapi_INTERNAL int32_t returnValue = reinterpret_cast(GetNetworkParams)(___ptr0, ___size1); #else int32_t returnValue = il2cppPInvokeFunc(___ptr0, ___size1); #endif il2cpp_codegen_marshal_store_last_error(); return returnValue; } // System.Net.NetworkInformation.Win32_FIXED_INFO System.Net.NetworkInformation.Win32NetworkInterface::get_FixedInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 Win32NetworkInterface_get_FixedInfo_mAC576395B7D25CFD7B15920803E11BB629587709 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_m706C3A2746645CFEC89977B8BC9D55F524E3362A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = ((Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_il2cpp_TypeInfo_var))->get_initialized_1(); if (L_0) { goto IL_0035; } } { V_0 = 0; int32_t L_1; L_1 = Win32NetworkInterface_GetNetworkParams_m650FF9CD92584BDE5F2445F5E04D560976304EF2((intptr_t)(0), (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = Marshal_AllocHGlobal_mED1B623D229DB8FAB58D187E4E73D3DA2E8AE6EC(L_2, /*hidden argument*/NULL); intptr_t L_4 = (intptr_t)L_3; int32_t L_5; L_5 = Win32NetworkInterface_GetNetworkParams_m650FF9CD92584BDE5F2445F5E04D560976304EF2((intptr_t)L_4, (int32_t*)(&V_0), /*hidden argument*/NULL); Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 L_6; L_6 = Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_m706C3A2746645CFEC89977B8BC9D55F524E3362A((intptr_t)L_4, /*hidden argument*/Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_m706C3A2746645CFEC89977B8BC9D55F524E3362A_RuntimeMethod_var); ((Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_il2cpp_TypeInfo_var))->set_fixedInfo_0(L_6); ((Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_il2cpp_TypeInfo_var))->set_initialized_1((bool)1); } IL_0035: { Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 L_7 = ((Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t287F33D45E0505B38E4B8E61DD8080F011B13FD6_il2cpp_TypeInfo_var))->get_fixedInfo_0(); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO IL2CPP_EXTERN_C void Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshal_pinvoke(const Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847& unmarshaled, Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_string_fixed(unmarshaled.get_HostName_0(), (char*)&marshaled.___HostName_0, 132); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_DomainName_1(), (char*)&marshaled.___DomainName_1, 132); marshaled.___CurrentDnsServer_2 = unmarshaled.get_CurrentDnsServer_2(); Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke(unmarshaled.get_DnsServerList_3(), marshaled.___DnsServerList_3); marshaled.___NodeType_4 = unmarshaled.get_NodeType_4(); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_ScopeId_5(), (char*)&marshaled.___ScopeId_5, 260); marshaled.___EnableRouting_6 = unmarshaled.get_EnableRouting_6(); marshaled.___EnableProxy_7 = unmarshaled.get_EnableProxy_7(); marshaled.___EnableDns_8 = unmarshaled.get_EnableDns_8(); } IL2CPP_EXTERN_C void Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshal_pinvoke_back(const Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_pinvoke& marshaled, Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847& unmarshaled) { unmarshaled.set_HostName_0(il2cpp_codegen_marshal_string_result(marshaled.___HostName_0)); unmarshaled.set_DomainName_1(il2cpp_codegen_marshal_string_result(marshaled.___DomainName_1)); intptr_t unmarshaled_CurrentDnsServer_temp_2; memset((&unmarshaled_CurrentDnsServer_temp_2), 0, sizeof(unmarshaled_CurrentDnsServer_temp_2)); unmarshaled_CurrentDnsServer_temp_2 = marshaled.___CurrentDnsServer_2; unmarshaled.set_CurrentDnsServer_2(unmarshaled_CurrentDnsServer_temp_2); Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 unmarshaled_DnsServerList_temp_3; memset((&unmarshaled_DnsServerList_temp_3), 0, sizeof(unmarshaled_DnsServerList_temp_3)); Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke_back(marshaled.___DnsServerList_3, unmarshaled_DnsServerList_temp_3); unmarshaled.set_DnsServerList_3(unmarshaled_DnsServerList_temp_3); int32_t unmarshaled_NodeType_temp_4 = 0; unmarshaled_NodeType_temp_4 = marshaled.___NodeType_4; unmarshaled.set_NodeType_4(unmarshaled_NodeType_temp_4); unmarshaled.set_ScopeId_5(il2cpp_codegen_marshal_string_result(marshaled.___ScopeId_5)); uint32_t unmarshaled_EnableRouting_temp_6 = 0; unmarshaled_EnableRouting_temp_6 = marshaled.___EnableRouting_6; unmarshaled.set_EnableRouting_6(unmarshaled_EnableRouting_temp_6); uint32_t unmarshaled_EnableProxy_temp_7 = 0; unmarshaled_EnableProxy_temp_7 = marshaled.___EnableProxy_7; unmarshaled.set_EnableProxy_7(unmarshaled_EnableProxy_temp_7); uint32_t unmarshaled_EnableDns_temp_8 = 0; unmarshaled_EnableDns_temp_8 = marshaled.___EnableDns_8; unmarshaled.set_EnableDns_8(unmarshaled_EnableDns_temp_8); } // Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO IL2CPP_EXTERN_C void Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshal_pinvoke_cleanup(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_pinvoke& marshaled) { Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke_cleanup(marshaled.___DnsServerList_3); } // Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO IL2CPP_EXTERN_C void Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshal_com(const Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847& unmarshaled, Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_com& marshaled) { il2cpp_codegen_marshal_string_fixed(unmarshaled.get_HostName_0(), (char*)&marshaled.___HostName_0, 132); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_DomainName_1(), (char*)&marshaled.___DomainName_1, 132); marshaled.___CurrentDnsServer_2 = unmarshaled.get_CurrentDnsServer_2(); Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com(unmarshaled.get_DnsServerList_3(), marshaled.___DnsServerList_3); marshaled.___NodeType_4 = unmarshaled.get_NodeType_4(); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_ScopeId_5(), (char*)&marshaled.___ScopeId_5, 260); marshaled.___EnableRouting_6 = unmarshaled.get_EnableRouting_6(); marshaled.___EnableProxy_7 = unmarshaled.get_EnableProxy_7(); marshaled.___EnableDns_8 = unmarshaled.get_EnableDns_8(); } IL2CPP_EXTERN_C void Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshal_com_back(const Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_com& marshaled, Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847& unmarshaled) { unmarshaled.set_HostName_0(il2cpp_codegen_marshal_string_result(marshaled.___HostName_0)); unmarshaled.set_DomainName_1(il2cpp_codegen_marshal_string_result(marshaled.___DomainName_1)); intptr_t unmarshaled_CurrentDnsServer_temp_2; memset((&unmarshaled_CurrentDnsServer_temp_2), 0, sizeof(unmarshaled_CurrentDnsServer_temp_2)); unmarshaled_CurrentDnsServer_temp_2 = marshaled.___CurrentDnsServer_2; unmarshaled.set_CurrentDnsServer_2(unmarshaled_CurrentDnsServer_temp_2); Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 unmarshaled_DnsServerList_temp_3; memset((&unmarshaled_DnsServerList_temp_3), 0, sizeof(unmarshaled_DnsServerList_temp_3)); Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com_back(marshaled.___DnsServerList_3, unmarshaled_DnsServerList_temp_3); unmarshaled.set_DnsServerList_3(unmarshaled_DnsServerList_temp_3); int32_t unmarshaled_NodeType_temp_4 = 0; unmarshaled_NodeType_temp_4 = marshaled.___NodeType_4; unmarshaled.set_NodeType_4(unmarshaled_NodeType_temp_4); unmarshaled.set_ScopeId_5(il2cpp_codegen_marshal_string_result(marshaled.___ScopeId_5)); uint32_t unmarshaled_EnableRouting_temp_6 = 0; unmarshaled_EnableRouting_temp_6 = marshaled.___EnableRouting_6; unmarshaled.set_EnableRouting_6(unmarshaled_EnableRouting_temp_6); uint32_t unmarshaled_EnableProxy_temp_7 = 0; unmarshaled_EnableProxy_temp_7 = marshaled.___EnableProxy_7; unmarshaled.set_EnableProxy_7(unmarshaled_EnableProxy_temp_7); uint32_t unmarshaled_EnableDns_temp_8 = 0; unmarshaled_EnableDns_temp_8 = marshaled.___EnableDns_8; unmarshaled.set_EnableDns_8(unmarshaled_EnableDns_temp_8); } // Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO IL2CPP_EXTERN_C void Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshal_com_cleanup(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_com& marshaled) { Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com_cleanup(marshaled.___DnsServerList_3); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke& marshaled) { marshaled.___Next_0 = unmarshaled.get_Next_0(); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpAddress_1(), (char*)&marshaled.___IpAddress_1, 16); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpMask_2(), (char*)&marshaled.___IpMask_2, 16); marshaled.___Context_3 = unmarshaled.get_Context_3(); } IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke_back(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke& marshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled) { intptr_t unmarshaled_Next_temp_0; memset((&unmarshaled_Next_temp_0), 0, sizeof(unmarshaled_Next_temp_0)); unmarshaled_Next_temp_0 = marshaled.___Next_0; unmarshaled.set_Next_0(unmarshaled_Next_temp_0); unmarshaled.set_IpAddress_1(il2cpp_codegen_marshal_string_result(marshaled.___IpAddress_1)); unmarshaled.set_IpMask_2(il2cpp_codegen_marshal_string_result(marshaled.___IpMask_2)); uint32_t unmarshaled_Context_temp_3 = 0; unmarshaled_Context_temp_3 = marshaled.___Context_3; unmarshaled.set_Context_3(unmarshaled_Context_temp_3); } // Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_pinvoke_cleanup(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com& marshaled) { marshaled.___Next_0 = unmarshaled.get_Next_0(); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpAddress_1(), (char*)&marshaled.___IpAddress_1, 16); il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpMask_2(), (char*)&marshaled.___IpMask_2, 16); marshaled.___Context_3 = unmarshaled.get_Context_3(); } IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com_back(const Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com& marshaled, Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903& unmarshaled) { intptr_t unmarshaled_Next_temp_0; memset((&unmarshaled_Next_temp_0), 0, sizeof(unmarshaled_Next_temp_0)); unmarshaled_Next_temp_0 = marshaled.___Next_0; unmarshaled.set_Next_0(unmarshaled_Next_temp_0); unmarshaled.set_IpAddress_1(il2cpp_codegen_marshal_string_result(marshaled.___IpAddress_1)); unmarshaled.set_IpMask_2(il2cpp_codegen_marshal_string_result(marshaled.___IpMask_2)); uint32_t unmarshaled_Context_temp_3 = 0; unmarshaled_Context_temp_3 = marshaled.___Context_3; unmarshaled.set_Context_3(unmarshaled_Context_temp_3); } // Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshal_com_cleanup(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com& marshaled) { } #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.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_mBFE792A93883E704745E589380F1DD7F12ECB36E (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA, _stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m67462D9110118C82677CE42C2685C05C0767EB00 (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedBasicConstraints0, bool ___critical1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA, _stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_1 = ___encodedBasicConstraints0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_1, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__raw_1(L_2); bool L_3 = ___critical1; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_3, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = X509BasicConstraintsExtension_Decode_m02EECEF97728108FE014735EDAD8C74B8461B384(__this, L_4, /*hidden argument*/NULL); __this->set__status_8(L_5); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Boolean,System.Boolean,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m27365A2183995553C17661A9C5E6CFF474AEB33D (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, bool ___certificateAuthority0, bool ___hasPathLengthConstraint1, int32_t ___pathLengthConstraint2, bool ___critical3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); bool L_0 = ___hasPathLengthConstraint1; if (!L_0) { goto IL_001f; } } { int32_t L_1 = ___pathLengthConstraint2; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D1D45B6F90EF153C0073C0B7E9492B4DBF540F1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509BasicConstraintsExtension__ctor_m27365A2183995553C17661A9C5E6CFF474AEB33D_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___pathLengthConstraint2; __this->set__pathLengthConstraint_7(L_3); } IL_001f: { bool L_4 = ___hasPathLengthConstraint1; __this->set__hasPathLengthConstraint_6(L_4); bool L_5 = ___certificateAuthority0; __this->set__certificateAuthority_5(L_5); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_6 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_6, _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA, _stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_6); bool L_7 = ___critical3; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_7, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = X509BasicConstraintsExtension_Encode_mC5E34F1B66DE0BCBD7C524C968C2C010B566843C(__this, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_8, /*hidden argument*/NULL); return; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_CertificateAuthority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_CertificateAuthority_mF7C866A45B3DE24A06EA3256B8FC0BA1989D038D (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__status_8(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_000e; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0015; } } IL_000e: { bool L_3 = __this->get__certificateAuthority_5(); return L_3; } IL_0015: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_4 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD20A4058B7B405BF173793FAAC54A85874A0CDDE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509BasicConstraintsExtension_get_CertificateAuthority_mF7C866A45B3DE24A06EA3256B8FC0BA1989D038D_RuntimeMethod_var))); } } // System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_HasPathLengthConstraint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_HasPathLengthConstraint_m04C1B45C4FF2FF902B45A5B1AE309D3816A3457A (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__status_8(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_000e; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0015; } } IL_000e: { bool L_3 = __this->get__hasPathLengthConstraint_6(); return L_3; } IL_0015: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_4 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD20A4058B7B405BF173793FAAC54A85874A0CDDE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509BasicConstraintsExtension_get_HasPathLengthConstraint_m04C1B45C4FF2FF902B45A5B1AE309D3816A3457A_RuntimeMethod_var))); } } // System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_PathLengthConstraint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_get_PathLengthConstraint_m9401525125A220F1D51F130E3CC6E4C938E45566 (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__status_8(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_000e; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0015; } } IL_000e: { int32_t L_3 = __this->get__pathLengthConstraint_7(); return L_3; } IL_0015: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_4 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD20A4058B7B405BF173793FAAC54A85874A0CDDE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509BasicConstraintsExtension_get_PathLengthConstraint_m9401525125A220F1D51F130E3CC6E4C938E45566_RuntimeMethod_var))); } } // System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension_CopyFrom_mB87E2C5337CEE107018289CF81AD4ED7956A6ECD (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA); s_Il2CppMethodInitialized = true; } X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * V_0 = NULL; { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = ___asnEncodedData0; 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*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509BasicConstraintsExtension_CopyFrom_mB87E2C5337CEE107018289CF81AD4ED7956A6ECD_RuntimeMethod_var))); } IL_000e: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_2 = ___asnEncodedData0; V_0 = ((X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 *)IsInstClass((RuntimeObject*)L_2, X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var)); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_3 = V_0; if (L_3) { goto IL_002d; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD615D452AAA84D559E3E5FFF5168A1AF47500E8D)), /*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*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509BasicConstraintsExtension_CopyFrom_mB87E2C5337CEE107018289CF81AD4ED7956A6ECD_RuntimeMethod_var))); } IL_002d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_6 = V_0; NullCheck(L_6); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_7 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_6)->get__oid_0(); if (L_7) { goto IL_004c; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_8, _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA, _stringLiteralBCBD089553BED56941C157C4F715B4365F724D7C, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_8); goto IL_005d; } IL_004c: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_9 = V_0; NullCheck(L_9); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_10 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_9)->get__oid_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_11 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_11, L_10, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_11); } IL_005d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_12, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_13, /*hidden argument*/NULL); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12_inline(L_14, /*hidden argument*/NULL); X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_15, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_17; L_17 = X509BasicConstraintsExtension_Decode_m02EECEF97728108FE014735EDAD8C74B8461B384(__this, L_16, /*hidden argument*/NULL); __this->set__status_8(L_17); return; } } // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_Decode_m02EECEF97728108FE014735EDAD8C74B8461B384 (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; int32_t V_1 = 0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_2 = NULL; int32_t V_3 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___extension0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___extension0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0009; } } IL_0007: { return (int32_t)(1); } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___extension0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((((int32_t)L_4) == ((int32_t)((int32_t)48)))) { goto IL_0012; } } { return (int32_t)(2); } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___extension0; NullCheck(L_5); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) >= ((int32_t)3))) { goto IL_0025; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___extension0; NullCheck(L_6); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) == ((uint32_t)2)))) { goto IL_0023; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___extension0; NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_0025; } } IL_0023: { return (int32_t)(3); } IL_0025: { } IL_0026: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___extension0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_11 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_11, L_10, /*hidden argument*/NULL); V_0 = L_11; V_1 = 0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_15; L_15 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_12, L_14, /*hidden argument*/NULL); V_2 = L_15; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_16 = V_2; if (!L_16) { goto IL_0068; } } IL_003e: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_17 = V_2; NullCheck(L_17); uint8_t L_18; L_18 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_17, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_0068; } } IL_0047: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_19 = V_2; NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = 0; uint8_t L_22 = (L_20)->GetAt(static_cast(L_21)); __this->set__certificateAuthority_5((bool)((((int32_t)L_22) == ((int32_t)((int32_t)255)))? 1 : 0)); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_23 = V_0; int32_t L_24 = V_1; int32_t L_25 = L_24; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); NullCheck(L_23); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_26; L_26 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_23, L_25, /*hidden argument*/NULL); V_2 = L_26; } IL_0068: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_27 = V_2; if (!L_27) { goto IL_0087; } } IL_006b: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_28 = V_2; NullCheck(L_28); uint8_t L_29; L_29 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)2)))) { goto IL_0087; } } IL_0074: { __this->set__hasPathLengthConstraint_6((bool)1); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_30 = V_2; int32_t L_31; L_31 = ASN1Convert_ToInt32_m381CC48A18572F6F58C4332C3E07906562034A77(L_30, /*hidden argument*/NULL); __this->set__pathLengthConstraint_7(L_31); } IL_0087: { goto IL_008e; } }// 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_0089; } throw e; } CATCH_0089: {// begin catch(System.Object) V_3 = 1; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0090; }// end catch (depth: 1) IL_008e: { return (int32_t)(0); } IL_0090: { int32_t L_32 = V_3; return L_32; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Encode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509BasicConstraintsExtension_Encode_mC5E34F1B66DE0BCBD7C524C968C2C010B566843C (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_0 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mC8594B7A2376B58F26F1D0457B0F9F5880D87142(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_0 = L_0; bool L_1 = __this->get__certificateAuthority_5(); if (!L_1) { goto IL_002b; } } { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(0), (uint8_t)((int32_t)255)); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_5 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC(L_5, (uint8_t)1, L_4, /*hidden argument*/NULL); NullCheck(L_2); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_6; L_6 = ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B(L_2, L_5, /*hidden argument*/NULL); } IL_002b: { bool L_7 = __this->get__hasPathLengthConstraint_6(); if (!L_7) { goto IL_0062; } } { int32_t L_8 = __this->get__pathLengthConstraint_7(); if (L_8) { goto IL_0050; } } { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_11 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC(L_11, (uint8_t)2, L_10, /*hidden argument*/NULL); NullCheck(L_9); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_12; L_12 = ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B(L_9, L_11, /*hidden argument*/NULL); goto IL_0062; } IL_0050: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_13 = V_0; int32_t L_14 = __this->get__pathLengthConstraint_7(); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_15; L_15 = ASN1Convert_FromInt32_m2EB0E4A8D3D06D4EE1BEFD4F50E9021FF6B82FA2(L_14, /*hidden argument*/NULL); NullCheck(L_13); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_16; L_16 = ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B(L_13, L_15, /*hidden argument*/NULL); } IL_0062: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_17 = V_0; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_17); return L_18; } } // System.String System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509BasicConstraintsExtension_ToString_m4ABD6F1E1B7271403EA6250EFDCF400D68B8256D (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * __this, bool ___multiLine0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244BA6FE8878C6A66F7648332C07125DF3AFBC4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F874A32C0360779E461A5ED6063EF8E6729A514); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral324A15BBCCD67A1997F37BF20414A7EB61126AB5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D1E32D587015A9DB04576A49D22A6924F1B9D62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get__status_8(); V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0027; } case 2: { goto IL_0027; } case 3: { goto IL_0034; } } } { goto IL_003a; } IL_0021: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0027: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__raw_1(); String_t* L_4; L_4 = X509Extension_FormatUnkownData_mEF1E719F7AD312B099351C581F4A06925AD9F18A(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0034: { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_003a: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_5 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_5); String_t* L_6; L_6 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_6, _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA, /*hidden argument*/NULL); if (!L_7) { goto IL_0067; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_8); String_t* L_9; L_9 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4, L_9, /*hidden argument*/NULL); return L_10; } IL_0067: { StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_11, /*hidden argument*/NULL); V_0 = L_11; StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_t * L_13; L_13 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, _stringLiteral244BA6FE8878C6A66F7648332C07125DF3AFBC4B, /*hidden argument*/NULL); bool L_14 = __this->get__certificateAuthority_5(); if (!L_14) { goto IL_008f; } } { StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_15, _stringLiteral2F874A32C0360779E461A5ED6063EF8E6729A514, /*hidden argument*/NULL); goto IL_009b; } IL_008f: { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_t * L_18; L_18 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_17, _stringLiteral8D1E32D587015A9DB04576A49D22A6924F1B9D62, /*hidden argument*/NULL); } IL_009b: { bool L_19 = ___multiLine0; if (!L_19) { goto IL_00ac; } } { StringBuilder_t * L_20 = V_0; String_t* L_21; L_21 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_20); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_20, L_21, /*hidden argument*/NULL); goto IL_00b8; } IL_00ac: { StringBuilder_t * L_23 = V_0; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00b8: { StringBuilder_t * L_25 = V_0; NullCheck(L_25); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, _stringLiteral324A15BBCCD67A1997F37BF20414A7EB61126AB5, /*hidden argument*/NULL); bool L_27 = __this->get__hasPathLengthConstraint_6(); if (!L_27) { goto IL_00db; } } { StringBuilder_t * L_28 = V_0; int32_t L_29 = __this->get__pathLengthConstraint_7(); NullCheck(L_28); StringBuilder_t * L_30; L_30 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_28, L_29, /*hidden argument*/NULL); goto IL_00e7; } IL_00db: { StringBuilder_t * L_31 = V_0; NullCheck(L_31); StringBuilder_t * L_32; L_32 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_31, _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318, /*hidden argument*/NULL); } IL_00e7: { bool L_33 = ___multiLine0; if (!L_33) { goto IL_00f6; } } { StringBuilder_t * L_34 = V_0; String_t* L_35; L_35 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_34); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_34, L_35, /*hidden argument*/NULL); } IL_00f6: { StringBuilder_t * L_37 = V_0; NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37); return L_38; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Certificate2::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_0; L_0 = X509Certificate_get_Impl_mB3A5A23265CEE0651F91F242B11930653C77BF83(__this, /*hidden argument*/NULL); X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_1 = ((X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B *)IsInstClass((RuntimeObject*)L_0, X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var)); X509Helper2_ThrowIfContextInvalid_m42CCB016D1155A14B93F6D28559F7C7A54D9F5CF(L_1, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m95D16A7EB76393C591CA0E93FA331B931504C9BA (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __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(); __this->set_friendlyName_4(L_0); X509Certificate__ctor_m6E7E49D81E8D7DAEA1F0F886E3E398CAB2964461(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2__ctor_mBFFAA9446A805AF8E5B5A76F4D2375815A854ABA (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, 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(); __this->set_friendlyName_4(L_0); X509Certificate__ctor_m6E7E49D81E8D7DAEA1F0F886E3E398CAB2964461(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rawData0; VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t*, int32_t >::Invoke(14 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, __this, L_1, (String_t*)NULL, 0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m9BED4BE32997E4EF930C8D66CCF7C429265A6D42 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, 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(); __this->set_friendlyName_4(L_0); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_2 = ___context1; X509Certificate__ctor_mC5AF6BD367B987190472A2EC93562D5DF88D9CC4(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotAfter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 X509Certificate2_get_NotAfter_m6A8FF55FBA82F3B04C23E30E21BF8F64693C8565 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_0; L_0 = X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465(__this, /*hidden argument*/NULL); NullCheck(L_0); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(11 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidUntil() */, L_0); V_0 = L_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotBefore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 X509Certificate2_get_NotBefore_mDC4BB64A4D8A295BD1021C43D58DD43EBA4883B0 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_0; L_0 = X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465(__this, /*hidden argument*/NULL); NullCheck(L_0); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(10 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidFrom() */, L_0); V_0 = L_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2::get_PrivateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * X509Certificate2_get_PrivateKey_m49B88B09C59D2453F8BFC96CDAFC290948A8E581 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_0; L_0 = X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465(__this, /*hidden argument*/NULL); NullCheck(L_0); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_1; L_1 = VirtualFuncInvoker0< AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * >::Invoke(17 /* System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PrivateKey() */, L_0); return L_1; } } // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::get_PublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * X509Certificate2_get_PublicKey_m8AC9C95FA651768945AFF1EF0FEBE2F22F8AA889 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_0; L_0 = X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465(__this, /*hidden argument*/NULL); NullCheck(L_0); PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_1; L_1 = VirtualFuncInvoker0< PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, L_0); return L_1; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_SerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_SerialNumber_mBAE78C9FC3C5080CB782B1734497E83D4282D12A (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetSerialNumberString() */, __this); return L_0; } } // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * X509Certificate2_get_SignatureAlgorithm_mF10C8153EED8633549FDB22006CFAABAC1B26931 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_0; L_0 = X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465(__this, /*hidden argument*/NULL); NullCheck(L_0); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_1; L_1 = VirtualFuncInvoker0< Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * >::Invoke(19 /* System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_SignatureAlgorithm() */, L_0); return L_1; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_Thumbprint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_Thumbprint_m974E38E6838673D52D4672218325E45AE8636383 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() */, __this); return L_0; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509Certificate2_get_Version_mAA8C8DCAA6E046FAFD7C3DE665665C8FEC28EF9C (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_0; L_0 = X509Certificate2_get_Impl_mAD55B5116FFD751B1963259C04E8F5F81517C465(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_Version() */, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2_Import_mB8CE3F497DC540159206373283627C58C95D200F (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, const RuntimeMethod* method) { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rawData0; String_t* L_1 = ___password1; int32_t L_2 = ___keyStorageFlags2; X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_3; L_3 = X509Helper2_Import_m3947980AD95573F469332472298A35B803F97773(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); V_0 = L_3; X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_4 = V_0; X509Certificate_ImportHandle_mC26B5F84EF0523FAB0284C0E5CCF76C85BE7737A(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2_Reset_mC64732F1FEE53D8C0478B164AD5B9A7C99C50AC0 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __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(); __this->set_friendlyName_4(L_0); X509Certificate_Reset_m888990D5BADA6744D5E634177DEF43EF1103FC09(__this, /*hidden argument*/NULL); return; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2_ToString_mA04C0490966DDB6242954B9C556E7AB650DF80F5 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = X509Certificate_get_IsValid_m00D92B6E5AFBC9FF6AE3793C36F492479DAFA39F(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { return _stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216; } IL_000e: { String_t* L_1; L_1 = X509Certificate_ToString_m1C1ECF9A70B218897B83CE90842139F452774BD8(__this, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2_ToString_m8E889E21183273EE06D65DF4DC32AD8953505639 (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * __this, bool ___verbose0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12760CEDAA1EF140156BA96030FBCE98D237BAC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2591915F0ABF4E6B011ED11410DCABAE9FF6B705); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35CC4A7520F04909606E5DBC71D4C07155993005); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40B3600D2F972A7A4CF221B44F2B517EBAD10290); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45C8D7AF1DDCD4A694A5D264B7A32E9B91C48A47); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral618A61A91530BC3384FF6C4B4B322058B4ED67DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C80A6B67B45583CEE9A6FEC57F037D62ECA8C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E99FEFF23117E8C5E4E85CC46E99BBDC11C96F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC49EE32D3AD51CE2A894E2FDF26CF96910A72C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD08EF5E3695955A17FE662034800D1FF1CE3BF11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE34DA6177724798CC255E7F1915A66964AE6B5DE); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringBuilder_t * V_1 = NULL; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * V_2 = NULL; { bool L_0; L_0 = X509Certificate_get_IsValid_m00D92B6E5AFBC9FF6AE3793C36F492479DAFA39F(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { return _stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216; } IL_000e: { bool L_1 = ___verbose0; if (L_1) { goto IL_0019; } } { String_t* L_2; L_2 = X509Certificate_ToString_m1C1ECF9A70B218897B83CE90842139F452774BD8(__this, (bool)1, /*hidden argument*/NULL); return L_2; } IL_0019: { String_t* L_3; L_3 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_4, /*hidden argument*/NULL); V_1 = L_4; StringBuilder_t * L_5 = V_1; String_t* L_6 = V_0; int32_t L_7; L_7 = X509Certificate2_get_Version_mAA8C8DCAA6E046FAFD7C3DE665665C8FEC28EF9C(__this, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); NullCheck(L_5); StringBuilder_t * L_10; L_10 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_5, _stringLiteral6C80A6B67B45583CEE9A6FEC57F037D62ECA8C84, L_6, L_9, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_1; String_t* L_12 = V_0; String_t* L_13; L_13 = X509Certificate_get_Subject_m05BD9B12969EFAEF1C7768C77000FA996BEB7698(__this, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_t * L_14; L_14 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_11, _stringLiteral2591915F0ABF4E6B011ED11410DCABAE9FF6B705, L_12, L_13, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_1; String_t* L_16 = V_0; String_t* L_17; L_17 = X509Certificate_get_Issuer_m00F8980D271BBE14B0936E78F159D6B88F5E531E(__this, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_t * L_18; L_18 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_15, _stringLiteral618A61A91530BC3384FF6C4B4B322058B4ED67DF, L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_19 = V_1; String_t* L_20 = V_0; String_t* L_21; L_21 = X509Certificate2_get_SerialNumber_mBAE78C9FC3C5080CB782B1734497E83D4282D12A(__this, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_t * L_22; L_22 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_19, _stringLiteralC49EE32D3AD51CE2A894E2FDF26CF96910A72C30, L_20, L_21, /*hidden argument*/NULL); StringBuilder_t * L_23 = V_1; String_t* L_24 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25; L_25 = X509Certificate2_get_NotBefore_mDC4BB64A4D8A295BD1021C43D58DD43EBA4883B0(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26 = L_25; RuntimeObject * L_27 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_26); NullCheck(L_23); StringBuilder_t * L_28; L_28 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_23, _stringLiteral45C8D7AF1DDCD4A694A5D264B7A32E9B91C48A47, L_24, L_27, /*hidden argument*/NULL); StringBuilder_t * L_29 = V_1; String_t* L_30 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31; L_31 = X509Certificate2_get_NotAfter_m6A8FF55FBA82F3B04C23E30E21BF8F64693C8565(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_32 = L_31; RuntimeObject * L_33 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_32); NullCheck(L_29); StringBuilder_t * L_34; L_34 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_29, _stringLiteral12760CEDAA1EF140156BA96030FBCE98D237BAC7, L_30, L_33, /*hidden argument*/NULL); StringBuilder_t * L_35 = V_1; String_t* L_36 = V_0; String_t* L_37; L_37 = X509Certificate2_get_Thumbprint_m974E38E6838673D52D4672218325E45AE8636383(__this, /*hidden argument*/NULL); NullCheck(L_35); StringBuilder_t * L_38; L_38 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_35, _stringLiteral35CC4A7520F04909606E5DBC71D4C07155993005, L_36, L_37, /*hidden argument*/NULL); StringBuilder_t * L_39 = V_1; String_t* L_40 = V_0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_41; L_41 = X509Certificate2_get_SignatureAlgorithm_mF10C8153EED8633549FDB22006CFAABAC1B26931(__this, /*hidden argument*/NULL); NullCheck(L_41); String_t* L_42; L_42 = Oid_get_FriendlyName_mF93E7A679CA55F2D2E694814BF3B38532FF44B41(L_41, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_43; L_43 = X509Certificate2_get_SignatureAlgorithm_mF10C8153EED8633549FDB22006CFAABAC1B26931(__this, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_44; L_44 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_43, /*hidden argument*/NULL); NullCheck(L_39); StringBuilder_t * L_45; L_45 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_39, _stringLiteralD08EF5E3695955A17FE662034800D1FF1CE3BF11, L_40, L_42, L_44, /*hidden argument*/NULL); PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_46; L_46 = X509Certificate2_get_PublicKey_m8AC9C95FA651768945AFF1EF0FEBE2F22F8AA889(__this, /*hidden argument*/NULL); NullCheck(L_46); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_47; L_47 = PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF(L_46, /*hidden argument*/NULL); V_2 = L_47; StringBuilder_t * L_48 = V_1; String_t* L_49 = V_0; NullCheck(L_48); StringBuilder_t * L_50; L_50 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_48, _stringLiteral40B3600D2F972A7A4CF221B44F2B517EBAD10290, L_49, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_51 = V_2; if (!((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)IsInstClass((RuntimeObject*)L_51, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))) { goto IL_010b; } } { StringBuilder_t * L_52 = V_1; NullCheck(L_52); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_52, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); goto IL_012e; } IL_010b: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_54 = V_2; if (!((DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 *)IsInstClass((RuntimeObject*)L_54, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var))) { goto IL_0121; } } { StringBuilder_t * L_55 = V_1; NullCheck(L_55); StringBuilder_t * L_56; L_56 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_55, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); goto IL_012e; } IL_0121: { StringBuilder_t * L_57 = V_1; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_58 = V_2; NullCheck(L_58); String_t* L_59; L_59 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_58); NullCheck(L_57); StringBuilder_t * L_60; L_60 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_57, L_59, /*hidden argument*/NULL); } IL_012e: { StringBuilder_t * L_61 = V_1; String_t* L_62 = V_0; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_63 = V_2; NullCheck(L_63); int32_t L_64; L_64 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_63); int32_t L_65 = L_64; RuntimeObject * L_66 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_65); NullCheck(L_61); StringBuilder_t * L_67; L_67 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_61, _stringLiteral82E99FEFF23117E8C5E4E85CC46E99BBDC11C96F, L_62, L_66, /*hidden argument*/NULL); StringBuilder_t * L_68 = V_1; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_69; L_69 = X509Certificate2_get_PublicKey_m8AC9C95FA651768945AFF1EF0FEBE2F22F8AA889(__this, /*hidden argument*/NULL); NullCheck(L_69); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_70; L_70 = PublicKey_get_EncodedKeyValue_m0294AF8C29C7329BEB243543D8FDA98B60FDB291_inline(L_69, /*hidden argument*/NULL); NullCheck(L_70); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71; L_71 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_70, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var); X509Certificate2_AppendBuffer_m3329578EDE4C215851A61F33A034CBD8C6972DDC(L_68, L_71, /*hidden argument*/NULL); StringBuilder_t * L_72 = V_1; String_t* L_73 = V_0; NullCheck(L_72); StringBuilder_t * L_74; L_74 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_72, _stringLiteralE34DA6177724798CC255E7F1915A66964AE6B5DE, L_73, /*hidden argument*/NULL); StringBuilder_t * L_75 = V_1; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_76; L_76 = X509Certificate2_get_PublicKey_m8AC9C95FA651768945AFF1EF0FEBE2F22F8AA889(__this, /*hidden argument*/NULL); NullCheck(L_76); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_77; L_77 = PublicKey_get_EncodedParameters_mFF4F9A39D91C0A00D1B36C93944816154C7255B3_inline(L_76, /*hidden argument*/NULL); NullCheck(L_77); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78; L_78 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_77, /*hidden argument*/NULL); X509Certificate2_AppendBuffer_m3329578EDE4C215851A61F33A034CBD8C6972DDC(L_75, L_78, /*hidden argument*/NULL); StringBuilder_t * L_79 = V_1; String_t* L_80 = V_0; NullCheck(L_79); StringBuilder_t * L_81; L_81 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_79, L_80, /*hidden argument*/NULL); StringBuilder_t * L_82 = V_1; NullCheck(L_82); String_t* L_83; L_83 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_82); return L_83; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::AppendBuffer(System.Text.StringBuilder,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2_AppendBuffer_m3329578EDE4C215851A61F33A034CBD8C6972DDC (StringBuilder_t * ___sb0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, 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*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer1; if (L_0) { goto IL_0004; } } { return; } IL_0004: { V_0 = 0; goto IL_0038; } IL_0008: { StringBuilder_t * L_1 = ___sb0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer1; int32_t L_3 = V_0; NullCheck(L_2); String_t* L_4; L_4 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)((L_2)->GetAddressAt(static_cast(L_3))), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_t * L_5; L_5 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer1; NullCheck(L_7); if ((((int32_t)L_6) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)1))))) { goto IL_0034; } } { StringBuilder_t * L_8 = ___sb0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); } IL_0034: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0038: { int32_t L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0008; } } { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2__cctor_mCB3F3C33240CEB0623563FAE6610D7D0BF08B924 (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*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var))->set_signedData_5(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.Security.Cryptography.X509Certificates.X509Certificate2Collection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2Collection__cctor_m443569146660ED5EA3660237263F0DA059D8BA50 (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*)&X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; String_t* L_2; L_2 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); ((X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20_il2cpp_TypeInfo_var))->set_newline_split_1(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.Security.Cryptography.X509Certificates.X509Certificate2Impl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2Impl__ctor_mB6CCF2EA294D53A594FFB7CAB55962E920D1BB28 (X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * __this, const RuntimeMethod* method) { { X509CertificateImpl__ctor_mFD068116E22B444FF4043EC3F11C18D24A94FCFB(__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.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Certificate2ImplMono_get_IsValid_m8EA0498434746DCD902D85379F00A21245E4F11C (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); return (bool)((!(((RuntimeObject*)(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(Mono.Security.X509.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_mBDF5F03F3BC955CCFD3AFB740B60D5869431702E (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * ___cert0, const RuntimeMethod* method) { { X509Certificate2Impl__ctor_mB6CCF2EA294D53A594FFB7CAB55962E920D1BB28(__this, /*hidden argument*/NULL); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = ___cert0; __this->set__cert_8(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_mBCD25943158CBDCBD55E24A19AACDC47B4F6C46A (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * ___other0, const RuntimeMethod* method) { { X509Certificate2Impl__ctor_mB6CCF2EA294D53A594FFB7CAB55962E920D1BB28(__this, /*hidden argument*/NULL); X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_0 = ___other0; NullCheck(L_0); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_1 = L_0->get__cert_8(); __this->set__cert_8(L_1); X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_2 = ___other0; NullCheck(L_2); X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_3 = L_2->get_intermediateCerts_7(); if (!L_3) { goto IL_002b; } } { X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_4 = ___other0; NullCheck(L_4); X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_5 = L_4->get_intermediateCerts_7(); NullCheck(L_5); X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_6; L_6 = X509CertificateImplCollection_Clone_m574D3070FCFCD00BA41E3517111BB55158E85590(L_5, /*hidden argument*/NULL); __this->set_intermediateCerts_7(L_6); } IL_002b: { return; } } // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * X509Certificate2ImplMono_Clone_mC55211F100A5F0F9B5B8B609D65FC0B3F0BAEB9B (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_0 = (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 *)il2cpp_codegen_object_new(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); X509Certificate2ImplMono__ctor_mBCD25943158CBDCBD55E24A19AACDC47B4F6C46A(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetIssuerName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_GetIssuerName_m4BD00FBE8A745B2DB2704AF7AAA5F48099354511 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, bool ___legacyV1Mode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X501_tC5BF0577E3B917A3909F58C4B328FCDFCC234904_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); bool L_0 = ___legacyV1Mode0; if (!L_0) { goto IL_0015; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_1 = __this->get__cert_8(); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String Mono.Security.X509.X509Certificate::get_IssuerName() */, L_1); return L_2; } IL_0015: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_3 = __this->get__cert_8(); NullCheck(L_3); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_4; L_4 = X509Certificate_GetIssuerName_m1836645D98FFEA2DEDD0908739BE9BAAEF941C8F_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X501_tC5BF0577E3B917A3909F58C4B328FCDFCC234904_il2cpp_TypeInfo_var); String_t* L_5; L_5 = X501_ToString_m8D5865C9B957913400DFD4616B029E4C51534AF4(L_4, (bool)1, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, (bool)1, /*hidden argument*/NULL); return L_5; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetSubjectName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_GetSubjectName_m7058BA456600F52DC12B20A3E426F3CBEFC22891 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, bool ___legacyV1Mode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X501_tC5BF0577E3B917A3909F58C4B328FCDFCC234904_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); s_Il2CppMethodInitialized = true; } { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); bool L_0 = ___legacyV1Mode0; if (!L_0) { goto IL_0015; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_1 = __this->get__cert_8(); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(14 /* System.String Mono.Security.X509.X509Certificate::get_SubjectName() */, L_1); return L_2; } IL_0015: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_3 = __this->get__cert_8(); NullCheck(L_3); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_4; L_4 = X509Certificate_GetSubjectName_m203434EA1EE1423391C7C3C207678547F6FB30B9_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X501_tC5BF0577E3B917A3909F58C4B328FCDFCC234904_il2cpp_TypeInfo_var); String_t* L_5; L_5 = X501_ToString_m8D5865C9B957913400DFD4616B029E4C51534AF4(L_4, (bool)1, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, (bool)1, /*hidden argument*/NULL); return L_5; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetRawCertData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509Certificate2ImplMono_GetRawCertData_m8E5EE16FD23AA6F170CC78DD63AE1C25AE3A7C0F (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_0); return L_1; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetCertHash(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509Certificate2ImplMono_GetCertHash_m1D19FAD20F230EC3AB882804775F5111A93C3EFB (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, bool ___lazy0, const RuntimeMethod* method) { { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * L_0; L_0 = SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A(/*hidden argument*/NULL); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_1 = __this->get__cert_8(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(11 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_1); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetValidFrom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 X509Certificate2ImplMono_GetValidFrom_mF14444E8277382677378B2E3FDDEE929BC080539 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); NullCheck(L_0); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(15 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom() */, L_0); return L_1; } } // System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetValidUntil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 X509Certificate2ImplMono_GetValidUntil_m33AA78A101D5C6FDCB83A45D77DD0E2F5ABA5E9E (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); NullCheck(L_0); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(16 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil() */, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Equals(System.Security.Cryptography.X509Certificates.X509CertificateImpl,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Certificate2ImplMono_Equals_m5B0557C1274E4ACE12917539CEB51B88F0A8855C (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___other0, bool* ___result1, const RuntimeMethod* method) { { bool* L_0 = ___result1; *((int8_t*)L_0) = (int8_t)0; return (bool)0; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetSerialNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509Certificate2ImplMono_GetSerialNumber_m1A6C4BC02159AED090856870E30309A41F620B39 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509CertificateImpl_ThrowIfContextInvalid_m7CA80E4A614556DDBD7A364B54E57607AF4DD02F(__this, /*hidden argument*/NULL); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_SerialNumber() */, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_m6A63CE786DD033AAF667CE9E928B2470425E1010 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509Certificate2Impl__ctor_mB6CCF2EA294D53A594FFB7CAB55962E920D1BB28(__this, /*hidden argument*/NULL); __this->set__cert_8((X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)NULL); return; } } // System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_PrivateKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * X509Certificate2ImplMono_get_PrivateKey_m4F96338A12FDEDCCC6B6B8C3F263C5E0E0329327 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * V_0 = NULL; RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * V_1 = NULL; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * V_2 = NULL; DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * G_B8_0 = NULL; RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * G_B13_0 = NULL; DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * G_B20_0 = NULL; { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); if (L_0) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))); String_t* L_1 = ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))))->get_empty_error_9(); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_2 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_get_PrivateKey_m4F96338A12FDEDCCC6B6B8C3F263C5E0E0329327_RuntimeMethod_var))); } IL_0013: { } IL_0014: try {// begin try (depth: 1) { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_3 = __this->get__cert_8(); NullCheck(L_3); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_4; L_4 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_3); if (!L_4) { goto IL_008a; } } IL_0021: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_5 = __this->get__cert_8(); NullCheck(L_5); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_6; L_6 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_5); V_0 = ((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)IsInstSealed((RuntimeObject*)L_6, RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var)); RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_7 = V_0; if (!L_7) { goto IL_0047; } } IL_0035: { RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0040; } } IL_003d: { RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_10 = V_0; G_B8_0 = L_10; goto IL_0041; } IL_0040: { G_B8_0 = ((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)(NULL)); } IL_0041: { V_2 = G_B8_0; goto IL_00e1; } IL_0047: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_11 = __this->get__cert_8(); NullCheck(L_11); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_12; L_12 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_11); V_1 = ((RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 *)IsInstClass((RuntimeObject*)L_12, RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741_il2cpp_TypeInfo_var)); RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * L_13 = V_1; if (!L_13) { goto IL_006a; } } IL_005b: { RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * L_14 = V_1; NullCheck(L_14); bool L_15; L_15 = RSAManaged_get_PublicOnly_m7C2ACC9429A47CD9B2C8EF9A881695BD3D6A7E06(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0066; } } IL_0063: { RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 * L_16 = V_1; G_B13_0 = L_16; goto IL_0067; } IL_0066: { G_B13_0 = ((RSAManaged_tDA89FB107A6761632BB6515AE346594B0A932741 *)(NULL)); } IL_0067: { V_2 = G_B13_0; goto IL_00e1; } IL_006a: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_17 = __this->get__cert_8(); NullCheck(L_17); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_18; L_18 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_17); NullCheck(L_18); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_19; L_19 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_18, (bool)1); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_20 = __this->get__cert_8(); NullCheck(L_20); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_21; L_21 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_20); V_2 = L_21; goto IL_00e1; } IL_008a: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_22 = __this->get__cert_8(); NullCheck(L_22); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_23; L_23 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00da; } } IL_0097: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_24 = __this->get__cert_8(); NullCheck(L_24); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_25; L_25 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_24, /*hidden argument*/NULL); V_3 = ((DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A *)IsInstSealed((RuntimeObject*)L_25, DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var)); DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_26 = V_3; if (!L_26) { goto IL_00ba; } } IL_00ab: { DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_27 = V_3; NullCheck(L_27); bool L_28; L_28 = DSACryptoServiceProvider_get_PublicOnly_m3F1FEE073C9C4A8803CD6A77FC2B34F5628CC182(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00b6; } } IL_00b3: { DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_29 = V_3; G_B20_0 = L_29; goto IL_00b7; } IL_00b6: { G_B20_0 = ((DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A *)(NULL)); } IL_00b7: { V_2 = G_B20_0; goto IL_00e1; } IL_00ba: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_30 = __this->get__cert_8(); NullCheck(L_30); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_31; L_31 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_30, /*hidden argument*/NULL); NullCheck(L_31); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_32; L_32 = VirtualFuncInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_31, (bool)1); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_33 = __this->get__cert_8(); NullCheck(L_33); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_34; L_34 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_33, /*hidden argument*/NULL); V_2 = L_34; goto IL_00e1; } IL_00da: { goto IL_00df; } }// 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_00dc; } throw e; } CATCH_00dc: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00df; }// end catch (depth: 1) IL_00df: { return (AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)NULL; } IL_00e1: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_35 = V_2; return L_35; } } // System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_PublicKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * X509Certificate2ImplMono_get_PublicKey_m266BB633193C454E99BDE12F087ADDD931F0E1A9 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); if (L_0) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))); String_t* L_1 = ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))))->get_empty_error_9(); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_2 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_get_PublicKey_m266BB633193C454E99BDE12F087ADDD931F0E1A9_RuntimeMethod_var))); } IL_0013: { PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_3 = __this->get__publicKey_3(); if (L_3) { goto IL_0040; } } IL_001b: try {// begin try (depth: 1) X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_4 = __this->get__cert_8(); PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_5 = (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 *)il2cpp_codegen_object_new(PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2_il2cpp_TypeInfo_var); PublicKey__ctor_mB96189563F51185F4D44F2E9B570481CE7F63BE7(L_5, L_4, /*hidden argument*/NULL); __this->set__publicKey_3(L_5); goto IL_0040; }// 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_002e; } throw e; } CATCH_002e: {// begin catch(System.Exception) V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_6; L_6 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40106B9B3A2D388E9A186248A5B5B2443E2FFDA8)), /*hidden argument*/NULL); Exception_t * L_7 = V_0; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_8 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_8, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_get_PublicKey_m266BB633193C454E99BDE12F087ADDD931F0E1A9_RuntimeMethod_var))); }// end catch (depth: 1) IL_0040: { PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_9 = __this->get__publicKey_3(); return L_9; } } // System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * X509Certificate2ImplMono_get_SignatureAlgorithm_m98B9DD7FEFE52F865DEE68E4FDDA592747DE5A19 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); if (L_0) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))); String_t* L_1 = ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))))->get_empty_error_9(); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_2 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_get_SignatureAlgorithm_m98B9DD7FEFE52F865DEE68E4FDDA592747DE5A19_RuntimeMethod_var))); } IL_0013: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_3 = __this->get_signature_algorithm_6(); if (L_3) { goto IL_0031; } } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_4 = __this->get__cert_8(); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String Mono.Security.X509.X509Certificate::get_SignatureAlgorithm() */, L_4); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_6 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2(L_6, L_5, /*hidden argument*/NULL); __this->set_signature_algorithm_6(L_6); } IL_0031: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_7 = __this->get_signature_algorithm_6(); return L_7; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509Certificate2ImplMono_get_Version_m1E24884D49422A8DD3152FF62B2F9588D8CC4B2B (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); if (L_0) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))); String_t* L_1 = ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))))->get_empty_error_9(); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_2 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_get_Version_m1E24884D49422A8DD3152FF62B2F9588D8CC4B2B_RuntimeMethod_var))); } IL_0013: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_3 = __this->get__cert_8(); NullCheck(L_3); int32_t L_4; L_4 = X509Certificate_get_Version_m7F5AC7485BDA381B4DB38AAE166C99099A30F807_inline(L_3, /*hidden argument*/NULL); return L_4; } } // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ImportPkcs12(System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * X509Certificate2ImplMono_ImportPkcs12_mB87D6BE13939DCD628BC979FFF63671CA23E0A86 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, String_t* ___password1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * V_0 = NULL; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * V_1 = NULL; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * V_2 = NULL; String_t* V_3 = NULL; X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * V_4 = NULL; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * V_5 = NULL; RuntimeObject* V_6 = NULL; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * V_7 = NULL; X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 *)NULL; String_t* L_0 = ___password1; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } IL_000a: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rawData0; PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_3 = (PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 *)il2cpp_codegen_object_new(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3_il2cpp_TypeInfo_var); PKCS12__ctor_m4AFF7725F36989AD1EA655F0FFF08131080935F7(L_3, L_2, (String_t*)NULL, /*hidden argument*/NULL); V_0 = L_3; goto IL_002b; }// 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_0014; } throw e; } CATCH_0014: {// begin catch(System.Object) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___rawData0; String_t* L_5 = ((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(); PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_6 = (PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3_il2cpp_TypeInfo_var))); PKCS12__ctor_m4AFF7725F36989AD1EA655F0FFF08131080935F7(L_6, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_002b; }// end catch (depth: 1) IL_0023: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___rawData0; String_t* L_8 = ___password1; PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_9 = (PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 *)il2cpp_codegen_object_new(PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3_il2cpp_TypeInfo_var); PKCS12__ctor_m4AFF7725F36989AD1EA655F0FFF08131080935F7(L_9, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; } IL_002b: { PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_10 = V_0; NullCheck(L_10); X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * L_11; L_11 = PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12; L_12 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_003a; } } { return (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)NULL; } IL_003a: { PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_13 = V_0; NullCheck(L_13); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14; L_14 = PKCS12_get_Keys_mF69C21C35BE9D58466CBE352CDEC5A0AE3902538(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14); if (L_15) { goto IL_0054; } } { PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_16 = V_0; NullCheck(L_16); X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * L_17; L_17 = PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90(L_16, /*hidden argument*/NULL); NullCheck(L_17); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_18; L_18 = X509CertificateCollection_get_Item_m4E96E557BD88971E73DA7208A98FCEB9ED4224CE(L_17, 0, /*hidden argument*/NULL); return L_18; } IL_0054: { V_1 = (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)NULL; PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_19 = V_0; NullCheck(L_19); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_20; L_20 = PKCS12_get_Keys_mF69C21C35BE9D58466CBE352CDEC5A0AE3902538(L_19, /*hidden argument*/NULL); NullCheck(L_20); RuntimeObject * L_21; L_21 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_20, 0); V_2 = ((AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)IsInstClass((RuntimeObject*)L_21, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F_il2cpp_TypeInfo_var)); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_22 = V_2; NullCheck(L_22); String_t* L_23; L_23 = VirtualFuncInvoker1< String_t*, bool >::Invoke(12 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, L_22, (bool)0); V_3 = L_23; PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_24 = V_0; NullCheck(L_24); X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * L_25; L_25 = PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90(L_24, /*hidden argument*/NULL); NullCheck(L_25); X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_26; L_26 = X509CertificateCollection_GetEnumerator_m050B5C64D03FBAA3D67803F0FF4240C708C08BD4(L_25, /*hidden argument*/NULL); V_4 = L_26; } IL_007d: try {// begin try (depth: 1) { goto IL_00c9; } IL_007f: { X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_27 = V_4; NullCheck(L_27); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_28; L_28 = X509CertificateEnumerator_get_Current_mA9AD4D624A06130CD4A92FCDC0B03A52425D5BE6(L_27, /*hidden argument*/NULL); V_5 = L_28; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_29 = V_5; NullCheck(L_29); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_30; L_30 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_29); if (!L_30) { goto IL_00a6; } } IL_0091: { String_t* L_31 = V_3; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_32 = V_5; NullCheck(L_32); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_33; L_33 = VirtualFuncInvoker0< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_32); NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker1< String_t*, bool >::Invoke(12 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, L_33, (bool)0); bool L_35; L_35 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_31, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_00c4; } } IL_00a6: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_36 = V_5; NullCheck(L_36); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_37; L_37 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00c9; } } IL_00af: { String_t* L_38 = V_3; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_39 = V_5; NullCheck(L_39); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_40; L_40 = X509Certificate_get_DSA_m79778FCE598BC3DD9574A1FC4CF1D303B2795BEE(L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker1< String_t*, bool >::Invoke(12 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, L_40, (bool)0); bool L_42; L_42 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_38, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00c9; } } IL_00c4: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_43 = V_5; V_1 = L_43; IL2CPP_LEAVE(0xE9, FINALLY_00d4); } IL_00c9: { X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_44 = V_4; NullCheck(L_44); bool L_45; L_45 = X509CertificateEnumerator_MoveNext_m6D9B757FF19EE0AB676DF601D145009646579840(L_44, /*hidden argument*/NULL); if (L_45) { goto IL_007f; } } IL_00d2: { IL2CPP_LEAVE(0xE9, FINALLY_00d4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d4; } FINALLY_00d4: {// begin finally (depth: 1) { X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_46 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_47 = V_6; if (!L_47) { goto IL_00e8; } } IL_00e1: { RuntimeObject* L_48 = V_6; NullCheck(L_48); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_48); } IL_00e8: { IL2CPP_END_FINALLY(212) } }// end finally (depth: 1) IL2CPP_CLEANUP(212) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE9, IL_00e9) } IL_00e9: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_49 = V_1; if (L_49) { goto IL_00fb; } } { PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_50 = V_0; NullCheck(L_50); X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * L_51; L_51 = PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90(L_50, /*hidden argument*/NULL); NullCheck(L_51); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_52; L_52 = X509CertificateCollection_get_Item_m4E96E557BD88971E73DA7208A98FCEB9ED4224CE(L_51, 0, /*hidden argument*/NULL); V_1 = L_52; goto IL_0113; } IL_00fb: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_53 = V_1; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_54 = V_2; NullCheck(L_53); VirtualActionInvoker1< RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * >::Invoke(10 /* System.Void Mono.Security.X509.X509Certificate::set_RSA(System.Security.Cryptography.RSA) */, L_53, ((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)IsInstClass((RuntimeObject*)L_54, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_55 = V_1; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_56 = V_2; NullCheck(L_55); X509Certificate_set_DSA_m511B0FC59596BFF6E0F8CC3A32EDFECC7FCC309A(L_55, ((DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 *)IsInstClass((RuntimeObject*)L_56, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0113: { PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_57 = V_0; NullCheck(L_57); X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * L_58; L_58 = PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90(L_57, /*hidden argument*/NULL); NullCheck(L_58); int32_t L_59; L_59 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_58, /*hidden argument*/NULL); if ((((int32_t)L_59) <= ((int32_t)1))) { goto IL_0180; } } { X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_60 = (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 *)il2cpp_codegen_object_new(X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372_il2cpp_TypeInfo_var); X509CertificateImplCollection__ctor_m186BDD732AB7A82E47606E244A0B2A82860A8F5B(L_60, /*hidden argument*/NULL); __this->set_intermediateCerts_7(L_60); PKCS12_tE4DB8E2A1D5D1041FFF26BD0EE858F7E7526AAF3 * L_61 = V_0; NullCheck(L_61); X509CertificateCollection_t0DAAA85510B59E75383BC1EE490665DFBFFFE007 * L_62; L_62 = PKCS12_get_Certificates_mE05BEE6C455D980C46349BE7C82BE2FF72F85B90(L_61, /*hidden argument*/NULL); NullCheck(L_62); X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_63; L_63 = X509CertificateCollection_GetEnumerator_m050B5C64D03FBAA3D67803F0FF4240C708C08BD4(L_62, /*hidden argument*/NULL); V_4 = L_63; } IL_0139: try {// begin try (depth: 1) { goto IL_0160; } IL_013b: { X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_64 = V_4; NullCheck(L_64); X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_65; L_65 = X509CertificateEnumerator_get_Current_mA9AD4D624A06130CD4A92FCDC0B03A52425D5BE6(L_64, /*hidden argument*/NULL); V_7 = L_65; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_66 = V_7; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_67 = V_1; if ((((RuntimeObject*)(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)L_66) == ((RuntimeObject*)(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)L_67))) { goto IL_0160; } } IL_0149: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_68 = V_7; X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_69 = (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 *)il2cpp_codegen_object_new(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); X509Certificate2ImplMono__ctor_mBDF5F03F3BC955CCFD3AFB740B60D5869431702E(L_69, L_68, /*hidden argument*/NULL); V_8 = L_69; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_70 = __this->get_intermediateCerts_7(); X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_71 = V_8; NullCheck(L_70); X509CertificateImplCollection_Add_mB07BB408F414BD2A54BAE33C467C6211A0F565FF(L_70, L_71, (bool)1, /*hidden argument*/NULL); } IL_0160: { X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_72 = V_4; NullCheck(L_72); bool L_73; L_73 = X509CertificateEnumerator_MoveNext_m6D9B757FF19EE0AB676DF601D145009646579840(L_72, /*hidden argument*/NULL); if (L_73) { goto IL_013b; } } IL_0169: { IL2CPP_LEAVE(0x180, FINALLY_016b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016b; } FINALLY_016b: {// begin finally (depth: 1) { X509CertificateEnumerator_tEB06C9311EB4446FA5D4E767E87ECB6C89ECF61A * L_74 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_74, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_75 = V_6; if (!L_75) { goto IL_017f; } } IL_0178: { RuntimeObject* L_76 = V_6; NullCheck(L_76); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_76); } IL_017f: { IL2CPP_END_FINALLY(363) } }// end finally (depth: 1) IL2CPP_CLEANUP(363) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x180, IL_0180) } IL_0180: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_77 = V_1; return L_77; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_Import_m49505FDD390700DF03D6C298C7870C5269255F24 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { VirtualActionInvoker0::Invoke(23 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Impl::Reset() */, __this); V_0 = (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)NULL; String_t* L_0 = ___password1; if (L_0) { goto IL_0034; } } IL_000b: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rawData0; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_2 = (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)il2cpp_codegen_object_new(X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_il2cpp_TypeInfo_var); X509Certificate__ctor_m7FA1715862C599E29CCABC13D2BE7C60B5BA4792(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_004a; }// 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_0014; } throw e; } CATCH_0014: {// begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); } IL_0015: try {// begin try (depth: 2) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___rawData0; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_4; L_4 = X509Certificate2ImplMono_ImportPkcs12_mB87D6BE13939DCD628BC979FFF63671CA23E0A86(__this, L_3, (String_t*)NULL, /*hidden argument*/NULL); V_0 = L_4; goto IL_0032; }// 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_0020; } throw e; } CATCH_0020: {// begin catch(System.Object) String_t* L_5; L_5 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3032791810C3C28A8817104A5F4621172856E8C9)), /*hidden argument*/NULL); Exception_t * L_6 = V_1; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_7 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate2ImplMono_Import_m49505FDD390700DF03D6C298C7870C5269255F24_RuntimeMethod_var))); }// end catch (depth: 2) IL_0032: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004a; } }// end catch (depth: 1) IL_0034: { } IL_0035: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___rawData0; String_t* L_9 = ___password1; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_10; L_10 = X509Certificate2ImplMono_ImportPkcs12_mB87D6BE13939DCD628BC979FFF63671CA23E0A86(__this, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_004a; }// 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_0040; } throw e; } CATCH_0040: {// begin catch(System.Object) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___rawData0; X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_12 = (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4_il2cpp_TypeInfo_var))); X509Certificate__ctor_m7FA1715862C599E29CCABC13D2BE7C60B5BA4792(L_12, L_11, /*hidden argument*/NULL); V_0 = L_12; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004a; }// end catch (depth: 1) IL_004a: { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_13 = V_0; __this->set__cert_8(L_13); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_Reset_m64DEBBA05762E41390F084DD9BF35C617C64C3E4 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { __this->set__cert_8((X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 *)NULL); __this->set__archived_1((bool)0); __this->set__extensions_2((X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0 *)NULL); __this->set__publicKey_3((PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 *)NULL); __this->set_issuer_name_4((X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 *)NULL); __this->set_subject_name_5((X500DistinguishedName_t35C155F2F27C4C7A82979C18763FBFE8D43F5654 *)NULL); __this->set_signature_algorithm_6((Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)NULL); X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_0 = __this->get_intermediateCerts_7(); if (!L_0) { goto IL_004b; } } { X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_1 = __this->get_intermediateCerts_7(); NullCheck(L_1); X509CertificateImplCollection_Dispose_m921A22D3FBCF1551AD058E4A69EF5DE82F217662(L_1, /*hidden argument*/NULL); __this->set_intermediateCerts_7((X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 *)NULL); } IL_004b: { return; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_ToString_m243DD8D5CD86BA7F1F5FD047AECFA90A30C28E66 (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216); s_Il2CppMethodInitialized = true; } { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); if (L_0) { goto IL_000e; } } { return _stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216; } IL_000e: { String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, bool >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::ToString(System.Boolean) */, __this, (bool)1); return L_1; } } // System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_ToString_m255BB5C223E59F719FD598D427C3BB11F474E8EC (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, bool ___verbose0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12760CEDAA1EF140156BA96030FBCE98D237BAC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2591915F0ABF4E6B011ED11410DCABAE9FF6B705); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40B3600D2F972A7A4CF221B44F2B517EBAD10290); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45C8D7AF1DDCD4A694A5D264B7A32E9B91C48A47); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral618A61A91530BC3384FF6C4B4B322058B4ED67DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C80A6B67B45583CEE9A6FEC57F037D62ECA8C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral726B7466B477B6A45E72D8181C63C057D40C6CB8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E99FEFF23117E8C5E4E85CC46E99BBDC11C96F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC49EE32D3AD51CE2A894E2FDF26CF96910A72C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD08EF5E3695955A17FE662034800D1FF1CE3BF11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE34DA6177724798CC255E7F1915A66964AE6B5DE); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringBuilder_t * V_1 = NULL; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * V_2 = NULL; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_3; memset((&V_3), 0, sizeof(V_3)); { X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * L_0 = __this->get__cert_8(); if (L_0) { goto IL_000e; } } { return _stringLiteral8B9D4B69E3D982F34E99CF16C14B1D234D79A216; } IL_000e: { String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); V_0 = L_1; StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_2, /*hidden argument*/NULL); V_1 = L_2; bool L_3 = ___verbose0; if (L_3) { goto IL_00af; } } { StringBuilder_t * L_4 = V_1; String_t* L_5 = V_0; String_t* L_6; L_6 = VirtualFuncInvoker1< String_t*, bool >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetSubjectName(System.Boolean) */, __this, (bool)0); NullCheck(L_4); StringBuilder_t * L_7; L_7 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_4, _stringLiteral2591915F0ABF4E6B011ED11410DCABAE9FF6B705, L_5, L_6, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_1; String_t* L_9 = V_0; String_t* L_10; L_10 = VirtualFuncInvoker1< String_t*, bool >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetIssuerName(System.Boolean) */, __this, (bool)0); NullCheck(L_8); StringBuilder_t * L_11; L_11 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_8, _stringLiteral618A61A91530BC3384FF6C4B4B322058B4ED67DF, L_9, L_10, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_1; String_t* L_13 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14; L_14 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(10 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidFrom() */, __this); V_3 = L_14; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_16 = L_15; RuntimeObject * L_17 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_16); NullCheck(L_12); StringBuilder_t * L_18; L_18 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_12, _stringLiteral45C8D7AF1DDCD4A694A5D264B7A32E9B91C48A47, L_13, L_17, /*hidden argument*/NULL); StringBuilder_t * L_19 = V_1; String_t* L_20 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21; L_21 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(11 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidUntil() */, __this); V_3 = L_21; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22; L_22 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23 = L_22; RuntimeObject * L_24 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_23); NullCheck(L_19); StringBuilder_t * L_25; L_25 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_19, _stringLiteral12760CEDAA1EF140156BA96030FBCE98D237BAC7, L_20, L_24, /*hidden argument*/NULL); StringBuilder_t * L_26 = V_1; String_t* L_27 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28; L_28 = X509CertificateImpl_GetCertHash_m10EE14709552CF36561D77FEB491A79F05CEDE03(__this, /*hidden argument*/NULL); String_t* L_29; L_29 = X509Helper_ToHexString_m1B0284315CAF4020BA1F748BA754EA6E79A1170F(L_28, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_t * L_30; L_30 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_26, _stringLiteral726B7466B477B6A45E72D8181C63C057D40C6CB8, L_27, L_29, /*hidden argument*/NULL); StringBuilder_t * L_31 = V_1; String_t* L_32 = V_0; NullCheck(L_31); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_31, L_32, /*hidden argument*/NULL); StringBuilder_t * L_34 = V_1; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34); return L_35; } IL_00af: { StringBuilder_t * L_36 = V_1; String_t* L_37 = V_0; int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_Version() */, __this); int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_39); NullCheck(L_36); StringBuilder_t * L_41; L_41 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_36, _stringLiteral6C80A6B67B45583CEE9A6FEC57F037D62ECA8C84, L_37, L_40, /*hidden argument*/NULL); StringBuilder_t * L_42 = V_1; String_t* L_43 = V_0; String_t* L_44; L_44 = VirtualFuncInvoker1< String_t*, bool >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetSubjectName(System.Boolean) */, __this, (bool)0); NullCheck(L_42); StringBuilder_t * L_45; L_45 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_42, _stringLiteral2591915F0ABF4E6B011ED11410DCABAE9FF6B705, L_43, L_44, /*hidden argument*/NULL); StringBuilder_t * L_46 = V_1; String_t* L_47 = V_0; String_t* L_48; L_48 = VirtualFuncInvoker1< String_t*, bool >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetIssuerName(System.Boolean) */, __this, (bool)0); NullCheck(L_46); StringBuilder_t * L_49; L_49 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_46, _stringLiteral618A61A91530BC3384FF6C4B4B322058B4ED67DF, L_47, L_48, /*hidden argument*/NULL); StringBuilder_t * L_50 = V_1; String_t* L_51 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52; L_52 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(14 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetSerialNumber() */, __this); NullCheck(L_50); StringBuilder_t * L_53; L_53 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_50, _stringLiteralC49EE32D3AD51CE2A894E2FDF26CF96910A72C30, L_51, (RuntimeObject *)(RuntimeObject *)L_52, /*hidden argument*/NULL); StringBuilder_t * L_54 = V_1; String_t* L_55 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_56; L_56 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(10 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidFrom() */, __this); V_3 = L_56; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_57; L_57 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_58 = L_57; RuntimeObject * L_59 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_58); NullCheck(L_54); StringBuilder_t * L_60; L_60 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_54, _stringLiteral45C8D7AF1DDCD4A694A5D264B7A32E9B91C48A47, L_55, L_59, /*hidden argument*/NULL); StringBuilder_t * L_61 = V_1; String_t* L_62 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_63; L_63 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(11 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidUntil() */, __this); V_3 = L_63; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_64; L_64 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_65 = L_64; RuntimeObject * L_66 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_65); NullCheck(L_61); StringBuilder_t * L_67; L_67 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_61, _stringLiteral12760CEDAA1EF140156BA96030FBCE98D237BAC7, L_62, L_66, /*hidden argument*/NULL); StringBuilder_t * L_68 = V_1; String_t* L_69 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70; L_70 = X509CertificateImpl_GetCertHash_m10EE14709552CF36561D77FEB491A79F05CEDE03(__this, /*hidden argument*/NULL); String_t* L_71; L_71 = X509Helper_ToHexString_m1B0284315CAF4020BA1F748BA754EA6E79A1170F(L_70, /*hidden argument*/NULL); NullCheck(L_68); StringBuilder_t * L_72; L_72 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_68, _stringLiteral726B7466B477B6A45E72D8181C63C057D40C6CB8, L_69, L_71, /*hidden argument*/NULL); StringBuilder_t * L_73 = V_1; String_t* L_74 = V_0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_75; L_75 = VirtualFuncInvoker0< Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * >::Invoke(19 /* System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_SignatureAlgorithm() */, __this); NullCheck(L_75); String_t* L_76; L_76 = Oid_get_FriendlyName_mF93E7A679CA55F2D2E694814BF3B38532FF44B41(L_75, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_77; L_77 = VirtualFuncInvoker0< Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * >::Invoke(19 /* System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_SignatureAlgorithm() */, __this); NullCheck(L_77); String_t* L_78; L_78 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_77, /*hidden argument*/NULL); NullCheck(L_73); StringBuilder_t * L_79; L_79 = StringBuilder_AppendFormat_m3648BC8C77CEA688F3B90C7D79007CEDE85947E3(L_73, _stringLiteralD08EF5E3695955A17FE662034800D1FF1CE3BF11, L_74, L_76, L_78, /*hidden argument*/NULL); PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_80; L_80 = VirtualFuncInvoker0< PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, __this); NullCheck(L_80); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_81; L_81 = PublicKey_get_Key_mF430DCB9952B3B936420D1F3CAE486DBF7570ECF(L_80, /*hidden argument*/NULL); V_2 = L_81; StringBuilder_t * L_82 = V_1; String_t* L_83 = V_0; NullCheck(L_82); StringBuilder_t * L_84; L_84 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_82, _stringLiteral40B3600D2F972A7A4CF221B44F2B517EBAD10290, L_83, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_85 = V_2; if (!((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)IsInstClass((RuntimeObject*)L_85, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))) { goto IL_01ac; } } { StringBuilder_t * L_86 = V_1; NullCheck(L_86); StringBuilder_t * L_87; L_87 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_86, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); goto IL_01cf; } IL_01ac: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_88 = V_2; if (!((DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 *)IsInstClass((RuntimeObject*)L_88, DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7_il2cpp_TypeInfo_var))) { goto IL_01c2; } } { StringBuilder_t * L_89 = V_1; NullCheck(L_89); StringBuilder_t * L_90; L_90 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_89, _stringLiteral5CDBAC457EFE37BD1A4DE9D7CA08E257E79A06E8, /*hidden argument*/NULL); goto IL_01cf; } IL_01c2: { StringBuilder_t * L_91 = V_1; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_92 = V_2; NullCheck(L_92); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_92); NullCheck(L_91); StringBuilder_t * L_94; L_94 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_91, L_93, /*hidden argument*/NULL); } IL_01cf: { StringBuilder_t * L_95 = V_1; String_t* L_96 = V_0; AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_97 = V_2; NullCheck(L_97); int32_t L_98; L_98 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_97); int32_t L_99 = L_98; RuntimeObject * L_100 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_99); NullCheck(L_95); StringBuilder_t * L_101; L_101 = StringBuilder_AppendFormat_m37B348187DD9186C2451ACCA3DBC4ABCD4632AD4(L_95, _stringLiteral82E99FEFF23117E8C5E4E85CC46E99BBDC11C96F, L_96, L_100, /*hidden argument*/NULL); StringBuilder_t * L_102 = V_1; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_103; L_103 = VirtualFuncInvoker0< PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, __this); NullCheck(L_103); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_104; L_104 = PublicKey_get_EncodedKeyValue_m0294AF8C29C7329BEB243543D8FDA98B60FDB291_inline(L_103, /*hidden argument*/NULL); NullCheck(L_104); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_105; L_105 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_104, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); X509Certificate2ImplMono_AppendBuffer_m636AB73A7A5238F96FF219904600DB7DD76B228E(L_102, L_105, /*hidden argument*/NULL); StringBuilder_t * L_106 = V_1; String_t* L_107 = V_0; NullCheck(L_106); StringBuilder_t * L_108; L_108 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_106, _stringLiteralE34DA6177724798CC255E7F1915A66964AE6B5DE, L_107, /*hidden argument*/NULL); StringBuilder_t * L_109 = V_1; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_110; L_110 = VirtualFuncInvoker0< PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, __this); NullCheck(L_110); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_111; L_111 = PublicKey_get_EncodedParameters_mFF4F9A39D91C0A00D1B36C93944816154C7255B3_inline(L_110, /*hidden argument*/NULL); NullCheck(L_111); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_112; L_112 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_111, /*hidden argument*/NULL); X509Certificate2ImplMono_AppendBuffer_m636AB73A7A5238F96FF219904600DB7DD76B228E(L_109, L_112, /*hidden argument*/NULL); StringBuilder_t * L_113 = V_1; String_t* L_114 = V_0; NullCheck(L_113); StringBuilder_t * L_115; L_115 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_113, L_114, /*hidden argument*/NULL); StringBuilder_t * L_116 = V_1; NullCheck(L_116); String_t* L_117; L_117 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_116); return L_117; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::AppendBuffer(System.Text.StringBuilder,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_AppendBuffer_m636AB73A7A5238F96FF219904600DB7DD76B228E (StringBuilder_t * ___sb0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer1, 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*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer1; if (L_0) { goto IL_0004; } } { return; } IL_0004: { V_0 = 0; goto IL_0038; } IL_0008: { StringBuilder_t * L_1 = ___sb0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer1; int32_t L_3 = V_0; NullCheck(L_2); String_t* L_4; L_4 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)((L_2)->GetAddressAt(static_cast(L_3))), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_t * L_5; L_5 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer1; NullCheck(L_7); if ((((int32_t)L_6) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)1))))) { goto IL_0034; } } { StringBuilder_t * L_8 = ___sb0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); } IL_0034: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0038: { int32_t L_11 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0008; } } { return; } } // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_IntermediateCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * X509Certificate2ImplMono_get_IntermediateCertificates_m86F36AF08247DCBB2C4919BB3E3607C6EA88E6CF (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * __this, const RuntimeMethod* method) { { X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_0 = __this->get_intermediateCerts_7(); return L_0; } } // System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__cctor_mBC941D3963B38F5DEB96DA25F4C8D430433B7115 (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*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A84029C80CB5518379F199F53FF08A7B764F8FD_3_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____6D49C9D487D7AD3491ECE08732D68A593CC2038D_8_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD680BB985C766A862C17089DCA4435BD5EF69761); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteralD680BB985C766A862C17089DCA4435BD5EF69761, /*hidden argument*/NULL); ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))->set_empty_error_9(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A84029C80CB5518379F199F53FF08A7B764F8FD_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))->set_commonName_10(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____6D49C9D487D7AD3491ECE08732D68A593CC2038D_8_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))->set_email_11(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); ((X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var))->set_signedData_12(L_8); 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.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m038CE3FFE670E8DC426728EE334DF915BC3F1644 (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, const RuntimeMethod* method) { { CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_mA8D824BD5C4CFF13989F01F182F9D09CDE3A92C2 (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___value0, const RuntimeMethod* method) { { CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4(__this, /*hidden argument*/NULL); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = ___value0; X509CertificateCollection_AddRange_m7856434D39CA3D6AB751C25CEB509A04E252722B(__this, L_0, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = CollectionBase_get_InnerList_m6489379165DADB6E706A8748F9E4BAE99DE62C1F(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection_AddRange_m7856434D39CA3D6AB751C25CEB509A04E252722B (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = ___value0; 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*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509CertificateCollection_AddRange_m7856434D39CA3D6AB751C25CEB509A04E252722B_RuntimeMethod_var))); } IL_000e: { V_0 = 0; goto IL_0029; } IL_0012: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2; L_2 = CollectionBase_get_InnerList_m6489379165DADB6E706A8748F9E4BAE99DE62C1F(__this, /*hidden argument*/NULL); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_3 = ___value0; int32_t L_4 = V_0; NullCheck(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5; L_5 = X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA(L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_6; L_6 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_5); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0029: { int32_t L_8 = V_0; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_9 = ___value0; NullCheck(L_9); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10; L_10 = CollectionBase_get_InnerList_m6489379165DADB6E706A8748F9E4BAE99DE62C1F(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_8) < ((int32_t)L_11))) { goto IL_0012; } } { return; } } // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * X509CertificateCollection_GetEnumerator_mB2D27CFCAA973ED96A90743270506B721358A29F (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_0 = (X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 *)il2cpp_codegen_object_new(X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2_il2cpp_TypeInfo_var); X509CertificateEnumerator__ctor_m52095CF67A4A192364C30FF8B0E17FC89BB58640(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_GetHashCode_mF20BA3BA9E01B2533463FF2F26173FE0DBBC04BE (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = CollectionBase_get_InnerList_m6489379165DADB6E706A8748F9E4BAE99DE62C1F(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } #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.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_m186BDD732AB7A82E47606E244A0B2A82860A8F5B (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4C637A7731966BC90A187F079F9E026B019BBA33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_0 = (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *)il2cpp_codegen_object_new(List_1_t4C637A7731966BC90A187F079F9E026B019BBA33_il2cpp_TypeInfo_var); List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2(L_0, /*hidden argument*/List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2_RuntimeMethod_var); __this->set_list_0(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateImplCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_m670BE04FD8D99C60BC8A862CACC2DF15744B70AC (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4C637A7731966BC90A187F079F9E026B019BBA33_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 V_0; memset((&V_0), 0, sizeof(V_0)); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_0 = (List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 *)il2cpp_codegen_object_new(List_1_t4C637A7731966BC90A187F079F9E026B019BBA33_il2cpp_TypeInfo_var); List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2(L_0, /*hidden argument*/List_1__ctor_mB1D481C9BD333AEC26698FECEABAF3FBD0D5ABB2_RuntimeMethod_var); __this->set_list_0(L_0); X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_1 = ___other0; NullCheck(L_1); List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_2 = L_1->get_list_0(); NullCheck(L_2); Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 L_3; L_3 = List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725(L_2, /*hidden argument*/List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725_RuntimeMethod_var); V_0 = L_3; } IL_001d: try {// begin try (depth: 1) { goto IL_0038; } IL_001f: { X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_4; L_4 = Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_inline((Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_RuntimeMethod_var); V_1 = L_4; List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_5 = __this->get_list_0(); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_6 = V_1; NullCheck(L_6); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_7; L_7 = VirtualFuncInvoker0< X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * >::Invoke(6 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImpl::Clone() */, L_6); NullCheck(L_5); List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F(L_5, L_7, /*hidden argument*/List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F_RuntimeMethod_var); } IL_0038: { bool L_8; L_8 = Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3((Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3_RuntimeMethod_var); if (L_8) { goto IL_001f; } } IL_0041: { IL2CPP_LEAVE(0x51, 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) Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB((Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB_RuntimeMethod_var); IL2CPP_END_FINALLY(67) }// end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x51, IL_0051) } IL_0051: { return; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509CertificateImplCollection_get_Count_m6C92C5AA558F2ECBD17BB5E743443FF353F1C29E (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCA2785CF49E37A11DE0CFF4EFB7AA2BD641B6674_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mCA2785CF49E37A11DE0CFF4EFB7AA2BD641B6674_inline(L_0, /*hidden argument*/List_1_get_Count_mCA2785CF49E37A11DE0CFF4EFB7AA2BD641B6674_RuntimeMethod_var); return L_1; } } // System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * X509CertificateImplCollection_get_Item_m8BC2DE13F2E914AC2290C5F015A00DA0562EC628 (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m005106D6EB0C6E052AE5E63711CB594EEEE3ED83_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_0 = __this->get_list_0(); int32_t L_1 = ___index0; NullCheck(L_0); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_2; L_2 = List_1_get_Item_m005106D6EB0C6E052AE5E63711CB594EEEE3ED83_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m005106D6EB0C6E052AE5E63711CB594EEEE3ED83_RuntimeMethod_var); return L_2; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Add(System.Security.Cryptography.X509Certificates.X509CertificateImpl,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Add_mB07BB408F414BD2A54BAE33C467C6211A0F565FF (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, bool ___takeOwnership1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___takeOwnership1; if (L_0) { goto IL_000b; } } { X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_1 = ___impl0; NullCheck(L_1); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_2; L_2 = VirtualFuncInvoker0< X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * >::Invoke(6 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImpl::Clone() */, L_1); ___impl0 = L_2; } IL_000b: { List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_3 = __this->get_list_0(); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_4 = ___impl0; NullCheck(L_3); List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F(L_3, L_4, /*hidden argument*/List_1_Add_m730A90AC138D7196DF0F00FB2F57B0FC3C4ADC2F_RuntimeMethod_var); return; } } // System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * X509CertificateImplCollection_Clone_m574D3070FCFCD00BA41E3517111BB55158E85590 (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_0 = (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 *)il2cpp_codegen_object_new(X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372_il2cpp_TypeInfo_var); X509CertificateImplCollection__ctor_m670BE04FD8D99C60BC8A862CACC2DF15744B70AC(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Dispose_m921A22D3FBCF1551AD058E4A69EF5DE82F217662 (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __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(5 /* System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::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.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Dispose_m0AFF1F469149E71D985C307B9C779E08088AAFEE (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mA6DEB836D1EA21A1B2FB1297930B4A63A9DA08D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 V_0; memset((&V_0), 0, sizeof(V_0)); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_0 = __this->get_list_0(); NullCheck(L_0); Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 L_1; L_1 = List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725(L_0, /*hidden argument*/List_1_GetEnumerator_m5657208B8FE4F4F666EFE85169506FC8FE338725_RuntimeMethod_var); V_0 = L_1; } IL_000c: try {// begin try (depth: 1) { goto IL_0021; } IL_000e: { X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_2; L_2 = Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_inline((Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mD388BCE31FD10D84AD4756E441CE6ACE01312894_RuntimeMethod_var); V_1 = L_2; } IL_0016: try {// begin try (depth: 2) X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_3 = V_1; NullCheck(L_3); X509CertificateImpl_Dispose_mD13A5EE3D444B6D18DD92D206C4B94C9186A22C9(L_3, /*hidden argument*/NULL); goto IL_0021; }// 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_001e; } throw e; } CATCH_001e: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0021; }// end catch (depth: 2) IL_0021: { bool L_4; L_4 = Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3((Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mFC1CCB41C8A8CF122037DA88F082BC47FBB3C5E3_RuntimeMethod_var); if (L_4) { goto IL_000e; } } IL_002a: { IL2CPP_LEAVE(0x3A, FINALLY_002c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002c; } FINALLY_002c: {// begin finally (depth: 1) Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB((Enumerator_tBD23CBCD67F2C2DC3358CD51D1A7FEBD8686B409 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m0A1FC49ED627D1C29A37E5B1DB206F3ED1B4E3EB_RuntimeMethod_var); IL2CPP_END_FINALLY(44) }// end finally (depth: 1) IL2CPP_CLEANUP(44) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) } IL_003a: { List_1_t4C637A7731966BC90A187F079F9E026B019BBA33 * L_5 = __this->get_list_0(); NullCheck(L_5); List_1_Clear_mA6DEB836D1EA21A1B2FB1297930B4A63A9DA08D6(L_5, /*hidden argument*/List_1_Clear_mA6DEB836D1EA21A1B2FB1297930B4A63A9DA08D6_RuntimeMethod_var); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Finalize_m36BECC904589560DD13C165E380A25A7052C22F2 (X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * __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(5 /* System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::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; } } #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.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * X509Chain_get_Impl_mDFDF83101E18C675FBA93E833DDBC458D8427E7E (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, const RuntimeMethod* method) { { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_0 = __this->get_impl_0(); X509Helper2_ThrowIfContextInvalid_mF877A9D6F2A4F89FAE5FAA5AEFA7B50679EDCC96(L_0, /*hidden argument*/NULL); X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_1 = __this->get_impl_0(); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain__ctor_m55DBE2D3727F0AAD25C34A7DCA654AA6218145E4 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, const RuntimeMethod* method) { { X509Chain__ctor_m246DB394D17776D7769D04FF0EE0B4B9F8518DE0(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain__ctor_m246DB394D17776D7769D04FF0EE0B4B9F8518DE0 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, bool ___useMachineContext0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___useMachineContext0; X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_1; L_1 = X509Helper2_CreateChainImpl_mB998518D19A5CA8BD73C5630B29904C1B61D086D(L_0, /*hidden argument*/NULL); __this->set_impl_0(L_1); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Security.Cryptography.X509Certificates.X509ChainImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain__ctor_m3406D90977BB9160C7275CF5EA0FA629CEE4F386 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_0 = ___impl0; X509Helper2_ThrowIfContextInvalid_mF877A9D6F2A4F89FAE5FAA5AEFA7B50679EDCC96(L_0, /*hidden argument*/NULL); X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_1 = ___impl0; __this->set_impl_0(L_1); return; } } // System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509Chain::get_ChainElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * X509Chain_get_ChainElements_mEA079D18934C900F8AE7E24CC8B143C27A7365DD (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, const RuntimeMethod* method) { { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_0; L_0 = X509Chain_get_Impl_mDFDF83101E18C675FBA93E833DDBC458D8427E7E(__this, /*hidden argument*/NULL); NullCheck(L_0); X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_1; L_1 = VirtualFuncInvoker0< X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * >::Invoke(6 /* System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509ChainImpl::get_ChainElements() */, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain_set_ChainPolicy_mBCA34300EEA4783253A7B8DC281F9B858B207C92 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * ___value0, const RuntimeMethod* method) { { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_0; L_0 = X509Chain_get_Impl_mDFDF83101E18C675FBA93E833DDBC458D8427E7E(__this, /*hidden argument*/NULL); X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * >::Invoke(7 /* System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) */, L_0, L_1); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain_Dispose_mCFA2A24CDD151F681BA0A24B2CE814696217A1E3 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __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(5 /* System.Void System.Security.Cryptography.X509Certificates.X509Chain::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.Security.Cryptography.X509Certificates.X509Chain::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain_Dispose_mBD3D48BC042C872B530302CBA9121D67C6A488C6 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __this, bool ___disposing0, const RuntimeMethod* method) { { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_0 = __this->get_impl_0(); if (!L_0) { goto IL_001a; } } { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_1 = __this->get_impl_0(); NullCheck(L_1); X509ChainImpl_Dispose_mBBC758892307733F67FDD74E54A1AA7EF14FC917(L_1, /*hidden argument*/NULL); __this->set_impl_0((X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE *)NULL); } IL_001a: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain_Finalize_m23EF4947D8018EECD79F91B850C65939F42A6BC7 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __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(5 /* System.Void System.Security.Cryptography.X509Certificates.X509Chain::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; } } #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.Security.Cryptography.X509Certificates.X509ChainElement::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElement__ctor_m0345BD8FA64DFC6F1B0B7F3298E7E0A93A29805F (X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * __this, X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * ___certificate0, 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; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_0 = ___certificate0; __this->set_certificate_0(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_info_1(L_1); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate2 System.Security.Cryptography.X509Certificates.X509ChainElement::get_Certificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * X509ChainElement_get_Certificate_m586BA432D80368AAE40A0524D4770C39BDC640C9 (X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * __this, const RuntimeMethod* method) { { X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_0 = __this->get_certificate_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 // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementCollection__ctor_m63CF4401F3A9F06018F89DE0F5CD0B401AF3F516 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set__list_0(L_0); return; } } // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509ChainElementCollection_get_Count_m61A068A8B5783C37B5835E67E157066A1438821C (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509ChainElementCollection_get_IsSynchronized_m3EB9623F37326704E9F247D769C7CF090470D3D7 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Security.Cryptography.X509Certificates.X509ChainElement System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * X509ChainElementCollection_get_Item_m87736EDD3B7649BCC883759FA1CEB61705B9BDD6 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 *)CastclassClass((RuntimeObject*)L_2, X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25_il2cpp_TypeInfo_var)); } } // System.Object System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * X509ChainElementCollection_get_SyncRoot_mE954E1ACE08270ED865B7A6686856CFC448358D7 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementCollection_System_Collections_ICollection_CopyTo_m54291E0447BC978834408CF6709695723C57F99A (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ChainElementCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* X509ChainElementCollection_System_Collections_IEnumerable_GetEnumerator_m9BAE4B33C287703E64F97D23F8AAEB0E3121EF8D (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE * L_1 = (X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE *)il2cpp_codegen_object_new(X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE_il2cpp_TypeInfo_var); X509ChainElementEnumerator__ctor_mDCF28D8FD9D18A200A31294DB23C5697E97954F7(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::Add(System.Security.Cryptography.X509Certificates.X509Certificate2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementCollection_Add_m6089CEC31B6F33B5E7A18C18A6FB92BFDAE4AC70 (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * ___certificate0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_1 = ___certificate0; X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 * L_2 = (X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 *)il2cpp_codegen_object_new(X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25_il2cpp_TypeInfo_var); X509ChainElement__ctor_m0345BD8FA64DFC6F1B0B7F3298E7E0A93A29805F(L_2, L_1, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_3; L_3 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_2); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementCollection_Clear_m16FFA49F7E1F08419E6BB6D0F348A6ECD21FF06D (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__list_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, 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.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::.ctor(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementEnumerator__ctor_mDCF28D8FD9D18A200A31294DB23C5697E97954F7 (X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___enumerable0; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); __this->set_enumerator_0(L_1); return; } } // System.Object System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * X509ChainElementEnumerator_System_Collections_IEnumerator_get_Current_mB1ED81C9DBD230BA46B8BF9C1EE60C0EB02FD72C (X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509ChainElementEnumerator_MoveNext_m92880AD08574A13CF5097F800CAB6834A9C01BFE (X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainElementEnumerator_Reset_m88A53B2C249FFB257054D874F189EAFFA256E108 (X509ChainElementEnumerator_t9CCDACD5F19061C684CE4C6F9CB288CACEF75CDE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, 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.Security.Cryptography.X509Certificates.X509ChainImpl::ThrowIfContextInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl_ThrowIfContextInvalid_mB4BB36FE66E507EF9A505F5D8B81F546E822C2F0 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509ChainImpl::get_IsValid() */, __this); if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = X509Helper2_GetInvalidChainContextException_m416D8CBBEAEB0F30703FFA2C74D29A46BA128C86(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509ChainImpl_ThrowIfContextInvalid_mB4BB36FE66E507EF9A505F5D8B81F546E822C2F0_RuntimeMethod_var))); } IL_000e: { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl_Dispose_mBBC758892307733F67FDD74E54A1AA7EF14FC917 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __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(9 /* System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::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.Security.Cryptography.X509Certificates.X509ChainImpl::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl_Dispose_m826F0D317D9B289A03CE7129D6FB2677ABDD47AC (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl_Finalize_m18B174F1E86BE1A17C0EAB764F2A65ED1A4CE838 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __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(9 /* System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::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.Security.Cryptography.X509Certificates.X509ChainImpl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImpl__ctor_mC306F06EB416D53AC39137E23FD072E8DC87E8E1 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * __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.Security.Cryptography.X509Certificates.X509ChainImplMono::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplMono__ctor_m82E3F7D2ED531977F1C07B3DC2E6921408F095D3 (X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * __this, bool ___useMachineContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * G_B2_0 = NULL; X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * G_B1_0 = NULL; int32_t G_B3_0 = 0; X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * G_B3_1 = NULL; { X509ChainImpl__ctor_mC306F06EB416D53AC39137E23FD072E8DC87E8E1(__this, /*hidden argument*/NULL); bool L_0 = ___useMachineContext0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000d; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 2; G_B3_1 = G_B2_0; } IL_000e: { NullCheck(G_B3_1); G_B3_1->set_location_0(G_B3_0); X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_1 = (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 *)il2cpp_codegen_object_new(X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1_il2cpp_TypeInfo_var); X509ChainElementCollection__ctor_m63CF4401F3A9F06018F89DE0F5CD0B401AF3F516(L_1, /*hidden argument*/NULL); __this->set_elements_1(L_1); X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * L_2 = (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F *)il2cpp_codegen_object_new(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var); X509ChainPolicy__ctor_m3BE053A8A6F6A59E283062E09FABA64AF98EB7D9(L_2, /*hidden argument*/NULL); __this->set_policy_2(L_2); return; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509ChainImplMono::get_IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509ChainImplMono_get_IsValid_mB5550DBA70129AC130A14F03AF67AC120196E431 (X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509ChainImplMono::get_ChainElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * X509ChainImplMono_get_ChainElements_m481D94CE76D18173FC1176D5BC464B94B055C7F3 (X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * __this, const RuntimeMethod* method) { { X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_0 = __this->get_elements_1(); return L_0; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainImplMono::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplMono_set_ChainPolicy_mBBE85DCBD0B487DB7180415F8B96255CA7F4B729 (X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * __this, X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * ___value0, const RuntimeMethod* method) { { X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * L_0 = ___value0; __this->set_policy_2(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainImplMono::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplMono_Reset_mF4895F7B729040623E341CF56D752F44E3DA05DC (X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * __this, const RuntimeMethod* method) { { X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* L_0 = __this->get_status_3(); if (!L_0) { goto IL_0018; } } { X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* L_1 = __this->get_status_3(); NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_0018; } } { __this->set_status_3((X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F*)NULL); } IL_0018: { X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_2 = __this->get_elements_1(); NullCheck(L_2); int32_t L_3; L_3 = X509ChainElementCollection_get_Count_m61A068A8B5783C37B5835E67E157066A1438821C(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0031; } } { X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_4 = __this->get_elements_1(); NullCheck(L_4); X509ChainElementCollection_Clear_m16FFA49F7E1F08419E6BB6D0F348A6ECD21FF06D(L_4, /*hidden argument*/NULL); } IL_0031: { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_5 = __this->get_user_root_store_11(); if (!L_5) { goto IL_004b; } } { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_6 = __this->get_user_root_store_11(); NullCheck(L_6); X509Store_Close_m2FA715DD72AEE3DD1CA06128AB5D3925EAD8E29A(L_6, /*hidden argument*/NULL); __this->set_user_root_store_11((X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 *)NULL); } IL_004b: { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_7 = __this->get_root_store_9(); if (!L_7) { goto IL_0065; } } { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_8 = __this->get_root_store_9(); NullCheck(L_8); X509Store_Close_m2FA715DD72AEE3DD1CA06128AB5D3925EAD8E29A(L_8, /*hidden argument*/NULL); __this->set_root_store_9((X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 *)NULL); } IL_0065: { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_9 = __this->get_user_ca_store_12(); if (!L_9) { goto IL_007f; } } { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_10 = __this->get_user_ca_store_12(); NullCheck(L_10); X509Store_Close_m2FA715DD72AEE3DD1CA06128AB5D3925EAD8E29A(L_10, /*hidden argument*/NULL); __this->set_user_ca_store_12((X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 *)NULL); } IL_007f: { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_11 = __this->get_ca_store_10(); if (!L_11) { goto IL_0099; } } { X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * L_12 = __this->get_ca_store_10(); NullCheck(L_12); X509Store_Close_m2FA715DD72AEE3DD1CA06128AB5D3925EAD8E29A(L_12, /*hidden argument*/NULL); __this->set_ca_store_10((X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 *)NULL); } IL_0099: { __this->set_roots_7((X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 *)NULL); __this->set_cas_8((X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 *)NULL); __this->set_collection_13((X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 *)NULL); __this->set_bce_restriction_6((X509ChainElement_t14C8B463482A51A625A8D50A297B2951A673EF25 *)NULL); __this->set_working_public_key_5((AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainImplMono::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplMono__cctor_m51B0AAE9E88D74BE36A096A9DD29F86191FBAFC9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* L_0 = (X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F*)(X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F*)SZArrayNew(X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F_il2cpp_TypeInfo_var, (uint32_t)0); ((X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_StaticFields*)il2cpp_codegen_static_fields_for(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_il2cpp_TypeInfo_var))->set_Empty_4(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 Mono.Unity.X509ChainImplUnityTls::.ctor(Mono.Unity.UnityTls/unitytls_x509list_ref) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplUnityTls__ctor_mCB15EEDD1B74D120351A35284065CA25A7416BA2 (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D ___nativeCertificateChain0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * L_0 = (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F *)il2cpp_codegen_object_new(X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F_il2cpp_TypeInfo_var); X509ChainPolicy__ctor_m3BE053A8A6F6A59E283062E09FABA64AF98EB7D9(L_0, /*hidden argument*/NULL); __this->set_policy_2(L_0); X509ChainImpl__ctor_mC306F06EB416D53AC39137E23FD072E8DC87E8E1(__this, /*hidden argument*/NULL); __this->set_elements_0((X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 *)NULL); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_1 = ___nativeCertificateChain0; __this->set_nativeCertificateChain_1(L_1); return; } } // System.Boolean Mono.Unity.X509ChainImplUnityTls::get_IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509ChainImplUnityTls_get_IsValid_mA6540F1719A911C99CCEDADECDFAE0024D7AAB1D (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, const RuntimeMethod* method) { { unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * L_0 = __this->get_address_of_nativeCertificateChain_1(); uint64_t L_1 = L_0->get_handle_0(); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_2; L_2 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_2); uint64_t L_3 = L_2->get_UNITYTLS_INVALID_HANDLE_0(); return (bool)((((int32_t)((((int64_t)L_1) == ((int64_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // Mono.Unity.UnityTls/unitytls_x509list_ref Mono.Unity.X509ChainImplUnityTls::get_NativeCertificateChain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D X509ChainImplUnityTls_get_NativeCertificateChain_mCF317E093A598896E07D14E5F3818BD5AE1D59AB (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, const RuntimeMethod* method) { { unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_0 = __this->get_nativeCertificateChain_1(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509ChainElementCollection Mono.Unity.X509ChainImplUnityTls::get_ChainElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * X509ChainImplUnityTls_get_ChainElements_m0D5D46E3941F2DE26FEFAFE94EFC8D83203185D3 (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __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*)&X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 V_0; memset((&V_0), 0, sizeof(V_0)); unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; uint8_t* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; { X509ChainImpl_ThrowIfContextInvalid_mB4BB36FE66E507EF9A505F5D8B81F546E822C2F0(__this, /*hidden argument*/NULL); X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_0 = __this->get_elements_0(); if (!L_0) { goto IL_0015; } } { X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_1 = __this->get_elements_0(); return L_1; } IL_0015: { X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_2 = (X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 *)il2cpp_codegen_object_new(X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1_il2cpp_TypeInfo_var); X509ChainElementCollection__ctor_m63CF4401F3A9F06018F89DE0F5CD0B401AF3F516(L_2, /*hidden argument*/NULL); __this->set_elements_0(L_2); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_3; L_3 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_3); unitytls_errorstate_create_t_t020E235D7BE661B1359B6ACEAA8A53DB8A2400B7 * L_4 = L_3->get_unitytls_errorstate_create_2(); NullCheck(L_4); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 L_5; L_5 = unitytls_errorstate_create_t_Invoke_m6DF09A1CC8C5C38D78CC2E510F318571202E7087(L_4, /*hidden argument*/NULL); V_0 = L_5; unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_6; L_6 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_6); unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * L_7 = L_6->get_unitytls_x509list_get_x509_10(); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_8 = __this->get_nativeCertificateChain_1(); intptr_t L_9; L_9 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(0, /*hidden argument*/NULL); NullCheck(L_7); unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 L_10; L_10 = unitytls_x509list_get_x509_t_Invoke_m58A02DBC5C5C9A0C693DFDE3BEBCE8518C5BEDFE(L_7, L_8, (intptr_t)L_9, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_1 = L_10; V_2 = 0; goto IL_00ec; } IL_0056: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_11; L_11 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_11); unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * L_12 = L_11->get_unitytls_x509_export_der_8(); unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 L_13 = V_1; intptr_t L_14; L_14 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(0, /*hidden argument*/NULL); NullCheck(L_12); intptr_t L_15; L_15 = unitytls_x509_export_der_t_Invoke_mFA1224BE85A73019C32C3CB0E8ABD7E5BFEFFA82(L_12, L_13, (uint8_t*)(uint8_t*)((uintptr_t)0), (intptr_t)L_14, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_3 = (intptr_t)L_15; intptr_t L_16 = V_3; int32_t L_17; L_17 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_16, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_17); V_4 = L_18; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = L_19; V_6 = L_20; if (!L_20) { goto IL_008c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_6; NullCheck(L_21); if (((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))) { goto IL_0092; } } IL_008c: { V_5 = (uint8_t*)((uintptr_t)0); goto IL_009d; } IL_0092: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_6; NullCheck(L_22); V_5 = (uint8_t*)((uintptr_t)((L_22)->GetAddressAt(static_cast(0)))); } IL_009d: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_23; L_23 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_23); unitytls_x509_export_der_t_t3987BCA1BE015ACB1547918725B2A0A3BC557EAC * L_24 = L_23->get_unitytls_x509_export_der_8(); unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 L_25 = V_1; uint8_t* L_26 = V_5; intptr_t L_27 = V_3; NullCheck(L_24); intptr_t L_28; L_28 = unitytls_x509_export_der_t_Invoke_mFA1224BE85A73019C32C3CB0E8ABD7E5BFEFFA82(L_24, L_25, (uint8_t*)(uint8_t*)L_26, (intptr_t)L_27, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_29 = __this->get_elements_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_4; X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD * L_31 = (X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD *)il2cpp_codegen_object_new(X509Certificate2_t2FF04591FB660272854D92805B5DB1A5C22E37DD_il2cpp_TypeInfo_var); X509Certificate2__ctor_mBFFAA9446A805AF8E5B5A76F4D2375815A854ABA(L_31, L_30, /*hidden argument*/NULL); NullCheck(L_29); X509ChainElementCollection_Add_m6089CEC31B6F33B5E7A18C18A6FB92BFDAE4AC70(L_29, L_31, /*hidden argument*/NULL); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_32; L_32 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_32); unitytls_x509list_get_x509_t_tF46E7331F73091A58996810B3CC2523F58C23D25 * L_33 = L_32->get_unitytls_x509list_get_x509_10(); unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D L_34 = __this->get_nativeCertificateChain_1(); int32_t L_35 = V_2; intptr_t L_36; L_36 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(L_35, /*hidden argument*/NULL); NullCheck(L_33); unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 L_37; L_37 = unitytls_x509list_get_x509_t_Invoke_m58A02DBC5C5C9A0C693DFDE3BEBCE8518C5BEDFE(L_33, L_34, (intptr_t)L_36, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)((uintptr_t)(&V_0)), /*hidden argument*/NULL); V_1 = L_37; int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ec: { unitytls_x509_ref_t4B933FE1711F247F993EE07326F67B7DFFD7DAA5 L_39 = V_1; uint64_t L_40 = L_39.get_handle_0(); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_41; L_41 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_41); uint64_t L_42 = L_41->get_UNITYTLS_INVALID_HANDLE_0(); if ((!(((uint64_t)L_40) == ((uint64_t)L_42)))) { goto IL_0056; } } { X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_43 = __this->get_elements_0(); return L_43; } } // System.Void Mono.Unity.X509ChainImplUnityTls::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplUnityTls_set_ChainPolicy_m5F859F385256EDE337043A984EB7A85DDC3A3CBF (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * ___value0, const RuntimeMethod* method) { { X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * L_0 = ___value0; __this->set_policy_2(L_0); return; } } // System.Void Mono.Unity.X509ChainImplUnityTls::AddStatus(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplUnityTls_AddStatus_m9B56480F6C492FED2C59E8A5AAAA30B74F061E10 (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, int32_t ___errorCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE81414B307C4B1C4557B214FA22739BA40E35959_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB2988523C9527537B96FEC8CA50F749B3F2CF0E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * L_0 = __this->get_chainStatusList_3(); if (L_0) { goto IL_0013; } } { List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * L_1 = (List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 *)il2cpp_codegen_object_new(List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6_il2cpp_TypeInfo_var); List_1__ctor_mB2988523C9527537B96FEC8CA50F749B3F2CF0E1(L_1, /*hidden argument*/List_1__ctor_mB2988523C9527537B96FEC8CA50F749B3F2CF0E1_RuntimeMethod_var); __this->set_chainStatusList_3(L_1); } IL_0013: { List_1_tC12B69E9430500C9BFF5B4B3D9F51DEE87A9D4C6 * L_2 = __this->get_chainStatusList_3(); int32_t L_3 = ___errorCode0; X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB L_4; memset((&L_4), 0, sizeof(L_4)); X509ChainStatus__ctor_mA41DF127E7EEF7B59204118C5C48F695F2C6DECC((&L_4), L_3, /*hidden argument*/NULL); NullCheck(L_2); List_1_Add_mE81414B307C4B1C4557B214FA22739BA40E35959(L_2, L_4, /*hidden argument*/List_1_Add_mE81414B307C4B1C4557B214FA22739BA40E35959_RuntimeMethod_var); return; } } // System.Void Mono.Unity.X509ChainImplUnityTls::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplUnityTls_Reset_m888604968EB148EA0CB8D6205575BBC5F58F9B63 (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, const RuntimeMethod* method) { { X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_0 = __this->get_elements_0(); if (!L_0) { goto IL_002f; } } { unitytls_x509list_ref_tE4376B9592E1AF7E02BB0BB2CE110D8219832D4D * L_1 = __this->get_address_of_nativeCertificateChain_1(); unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_2; L_2 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_2); uint64_t L_3 = L_2->get_UNITYTLS_INVALID_HANDLE_0(); L_1->set_handle_0(L_3); X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 * L_4 = __this->get_elements_0(); NullCheck(L_4); X509ChainElementCollection_Clear_m16FFA49F7E1F08419E6BB6D0F348A6ECD21FF06D(L_4, /*hidden argument*/NULL); __this->set_elements_0((X509ChainElementCollection_tD6E39B1F1D74D68A94482CD962A8D5C316CF2AF1 *)NULL); } IL_002f: { return; } } // System.Void Mono.Unity.X509ChainImplUnityTls::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainImplUnityTls_Dispose_m35AB9FAEC54B7B74DB7C0BFCDEDCD3D7694CF77F (X509ChainImplUnityTls_tC85C612CC6FA2FD60E478BBD173F071F66E46456 * __this, bool ___disposing0, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(8 /* System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::Reset() */, __this); bool L_0 = ___disposing0; X509ChainImpl_Dispose_m826F0D317D9B289A03CE7129D6FB2677ABDD47AC(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m3BE053A8A6F6A59E283062E09FABA64AF98EB7D9 (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); X509ChainPolicy_Reset_m523357E1A74D1DD2018768BD3FAC786517AD9EC1(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m17F37BC42389FFA54D34961E22624F615D7A2094 (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * __this, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___store0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = ___store0; __this->set_store_2(L_0); X509ChainPolicy_Reset_m523357E1A74D1DD2018768BD3FAC786517AD9EC1(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainPolicy_Reset_m523357E1A74D1DD2018768BD3FAC786517AD9EC1 (X509ChainPolicy_tA848C617FAE235C50D3937F79C76FF0713BFE88F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_0 = (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 *)il2cpp_codegen_object_new(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_il2cpp_TypeInfo_var); OidCollection__ctor_m99E1CCEB955F4BB57DEAE0BF8E7326380F93E111(L_0, /*hidden argument*/NULL); __this->set_apps_0(L_0); OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_1 = (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 *)il2cpp_codegen_object_new(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_il2cpp_TypeInfo_var); OidCollection__ctor_m99E1CCEB955F4BB57DEAE0BF8E7326380F93E111(L_1, /*hidden argument*/NULL); __this->set_cert_1(L_1); __this->set_store2_3((X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 *)NULL); __this->set_rflag_4(2); __this->set_mode_5(1); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = ((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))->get_Zero_19(); __this->set_timeout_6(L_2); __this->set_vflags_7(0); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C(/*hidden argument*/NULL); __this->set_vtime_8(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 // Conversion methods for marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus IL2CPP_EXTERN_C void X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshal_pinvoke(const X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB& unmarshaled, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_pinvoke& marshaled) { marshaled.___status_0 = unmarshaled.get_status_0(); marshaled.___info_1 = il2cpp_codegen_marshal_string(unmarshaled.get_info_1()); } IL2CPP_EXTERN_C void X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshal_pinvoke_back(const X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_pinvoke& marshaled, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB& unmarshaled) { int32_t unmarshaled_status_temp_0 = 0; unmarshaled_status_temp_0 = marshaled.___status_0; unmarshaled.set_status_0(unmarshaled_status_temp_0); unmarshaled.set_info_1(il2cpp_codegen_marshal_string_result(marshaled.___info_1)); } // Conversion method for clean up from marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus IL2CPP_EXTERN_C void X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshal_pinvoke_cleanup(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___info_1); marshaled.___info_1 = NULL; } // Conversion methods for marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus IL2CPP_EXTERN_C void X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshal_com(const X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB& unmarshaled, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_com& marshaled) { marshaled.___status_0 = unmarshaled.get_status_0(); marshaled.___info_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_info_1()); } IL2CPP_EXTERN_C void X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshal_com_back(const X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_com& marshaled, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB& unmarshaled) { int32_t unmarshaled_status_temp_0 = 0; unmarshaled_status_temp_0 = marshaled.___status_0; unmarshaled.set_status_0(unmarshaled_status_temp_0); unmarshaled.set_info_1(il2cpp_codegen_marshal_bstring_result(marshaled.___info_1)); } // Conversion method for clean up from marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus IL2CPP_EXTERN_C void X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshal_com_cleanup(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___info_1); marshaled.___info_1 = NULL; } // System.Void System.Security.Cryptography.X509Certificates.X509ChainStatus::.ctor(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ChainStatus__ctor_mA41DF127E7EEF7B59204118C5C48F695F2C6DECC (X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB * __this, int32_t ___flag0, const RuntimeMethod* method) { { int32_t L_0 = ___flag0; __this->set_status_0(L_0); int32_t L_1 = ___flag0; String_t* L_2; L_2 = X509ChainStatus_GetInformation_m52F5A8AE943A70FFA25F9D1CA1C8B51AC80C3C77(L_1, /*hidden argument*/NULL); __this->set_info_1(L_2); return; } } IL2CPP_EXTERN_C void X509ChainStatus__ctor_mA41DF127E7EEF7B59204118C5C48F695F2C6DECC_AdjustorThunk (RuntimeObject * __this, int32_t ___flag0, const RuntimeMethod* method) { X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); X509ChainStatus__ctor_mA41DF127E7EEF7B59204118C5C48F695F2C6DECC(_thisAdjusted, ___flag0, method); } // System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::GetInformation(System.Security.Cryptography.X509Certificates.X509ChainStatusFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509ChainStatus_GetInformation_m52F5A8AE943A70FFA25F9D1CA1C8B51AC80C3C77 (int32_t ___flags0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___flags0; if ((((int32_t)L_0) > ((int32_t)((int32_t)2048)))) { goto IL_00a4; } } { int32_t L_1 = ___flags0; if ((((int32_t)L_1) > ((int32_t)((int32_t)64)))) { goto IL_0061; } } { int32_t L_2 = ___flags0; if ((((int32_t)L_2) > ((int32_t)((int32_t)16)))) { goto IL_004c; } } { int32_t L_3 = ___flags0; switch (L_3) { case 0: { goto IL_0125; } case 1: { goto IL_0112; } case 2: { goto IL_0112; } case 3: { goto IL_0125; } case 4: { goto IL_0112; } case 5: { goto IL_0125; } case 6: { goto IL_0125; } case 7: { goto IL_0125; } case 8: { goto IL_0112; } } } { int32_t L_4 = ___flags0; if ((((int32_t)L_4) == ((int32_t)((int32_t)16)))) { goto IL_0112; } } { goto IL_0125; } IL_004c: { int32_t L_5 = ___flags0; if ((((int32_t)L_5) == ((int32_t)((int32_t)32)))) { goto IL_0112; } } { int32_t L_6 = ___flags0; if ((((int32_t)L_6) == ((int32_t)((int32_t)64)))) { goto IL_0112; } } { goto IL_0125; } IL_0061: { int32_t L_7 = ___flags0; if ((((int32_t)L_7) > ((int32_t)((int32_t)256)))) { goto IL_0084; } } { int32_t L_8 = ___flags0; if ((((int32_t)L_8) == ((int32_t)((int32_t)128)))) { goto IL_0112; } } { int32_t L_9 = ___flags0; if ((((int32_t)L_9) == ((int32_t)((int32_t)256)))) { goto IL_0112; } } { goto IL_0125; } IL_0084: { int32_t L_10 = ___flags0; if ((((int32_t)L_10) == ((int32_t)((int32_t)512)))) { goto IL_0112; } } { int32_t L_11 = ___flags0; if ((((int32_t)L_11) == ((int32_t)((int32_t)1024)))) { goto IL_0112; } } { int32_t L_12 = ___flags0; if ((((int32_t)L_12) == ((int32_t)((int32_t)2048)))) { goto IL_0112; } } { goto IL_0125; } IL_00a4: { int32_t L_13 = ___flags0; if ((((int32_t)L_13) > ((int32_t)((int32_t)65536)))) { goto IL_00e0; } } { int32_t L_14 = ___flags0; if ((((int32_t)L_14) > ((int32_t)((int32_t)8192)))) { goto IL_00c6; } } { int32_t L_15 = ___flags0; if ((((int32_t)L_15) == ((int32_t)((int32_t)4096)))) { goto IL_0112; } } { int32_t L_16 = ___flags0; if ((((int32_t)L_16) == ((int32_t)((int32_t)8192)))) { goto IL_0112; } } { goto IL_0125; } IL_00c6: { int32_t L_17 = ___flags0; if ((((int32_t)L_17) == ((int32_t)((int32_t)16384)))) { goto IL_0112; } } { int32_t L_18 = ___flags0; if ((((int32_t)L_18) == ((int32_t)((int32_t)32768)))) { goto IL_0112; } } { int32_t L_19 = ___flags0; if ((((int32_t)L_19) == ((int32_t)((int32_t)65536)))) { goto IL_0112; } } { goto IL_0125; } IL_00e0: { int32_t L_20 = ___flags0; if ((((int32_t)L_20) > ((int32_t)((int32_t)262144)))) { goto IL_00fa; } } { int32_t L_21 = ___flags0; if ((((int32_t)L_21) == ((int32_t)((int32_t)131072)))) { goto IL_0112; } } { int32_t L_22 = ___flags0; if ((((int32_t)L_22) == ((int32_t)((int32_t)262144)))) { goto IL_0112; } } { goto IL_0125; } IL_00fa: { int32_t L_23 = ___flags0; if ((((int32_t)L_23) == ((int32_t)((int32_t)524288)))) { goto IL_0112; } } { int32_t L_24 = ___flags0; if ((((int32_t)L_24) == ((int32_t)((int32_t)16777216)))) { goto IL_0112; } } { int32_t L_25 = ___flags0; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)33554432))))) { goto IL_0125; } } IL_0112: { RuntimeObject * L_26 = Box(X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9_il2cpp_TypeInfo_var, (&___flags0)); NullCheck(L_26); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26); ___flags0 = *(int32_t*)UnBox(L_26); String_t* L_28; L_28 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(L_27, /*hidden argument*/NULL); return L_28; } IL_0125: { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_29; } } #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.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509EnhancedKeyUsageExtension__ctor_m64F507CB1938AA4BC20287D731B74DF5CC99A96C (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedEnhancedKeyUsages0, bool ___critical1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EF9E33E97E3023577871E2EA773996440F2F5F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50, _stringLiteral1EF9E33E97E3023577871E2EA773996440F2F5F9, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_1 = ___encodedEnhancedKeyUsages0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_1, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__raw_1(L_2); bool L_3 = ___critical1; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_3, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = X509EnhancedKeyUsageExtension_Decode_m610C0C741966205F6DC0492BD17B28E1FED8D648(__this, L_4, /*hidden argument*/NULL); __this->set__status_4(L_5); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509EnhancedKeyUsageExtension_CopyFrom_mDD12A69F6804BA6B137A459CD941B367274C2B25 (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EF9E33E97E3023577871E2EA773996440F2F5F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50); s_Il2CppMethodInitialized = true; } X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * V_0 = NULL; { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = ___asnEncodedData0; 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*)&_stringLiteralB2AED74A19DD9414DD0792FD340CC531536B8454)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509EnhancedKeyUsageExtension_CopyFrom_mDD12A69F6804BA6B137A459CD941B367274C2B25_RuntimeMethod_var))); } IL_000e: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_2 = ___asnEncodedData0; V_0 = ((X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 *)IsInstClass((RuntimeObject*)L_2, X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var)); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_3 = V_0; if (L_3) { goto IL_002d; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD615D452AAA84D559E3E5FFF5168A1AF47500E8D)), /*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*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509EnhancedKeyUsageExtension_CopyFrom_mDD12A69F6804BA6B137A459CD941B367274C2B25_RuntimeMethod_var))); } IL_002d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_6 = V_0; NullCheck(L_6); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_7 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_6)->get__oid_0(); if (L_7) { goto IL_004c; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_8, _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50, _stringLiteral1EF9E33E97E3023577871E2EA773996440F2F5F9, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_8); goto IL_005d; } IL_004c: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_9 = V_0; NullCheck(L_9); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_10 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_9)->get__oid_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_11 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_11, L_10, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_11); } IL_005d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_12, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_13, /*hidden argument*/NULL); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12_inline(L_14, /*hidden argument*/NULL); X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_15, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_17; L_17 = X509EnhancedKeyUsageExtension_Decode_m610C0C741966205F6DC0492BD17B28E1FED8D648(__this, L_16, /*hidden argument*/NULL); __this->set__status_4(L_17); return; } } // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509EnhancedKeyUsageExtension_Decode_m610C0C741966205F6DC0492BD17B28E1FED8D648 (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___extension0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___extension0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0009; } } IL_0007: { return (int32_t)(1); } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___extension0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((((int32_t)L_4) == ((int32_t)((int32_t)48)))) { goto IL_0012; } } { return (int32_t)(2); } IL_0012: { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_5 = __this->get__enhKeyUsage_3(); if (L_5) { goto IL_0025; } } { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_6 = (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 *)il2cpp_codegen_object_new(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902_il2cpp_TypeInfo_var); OidCollection__ctor_m99E1CCEB955F4BB57DEAE0BF8E7326380F93E111(L_6, /*hidden argument*/NULL); __this->set__enhKeyUsage_3(L_6); } IL_0025: { } IL_0026: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___extension0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_8 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_8, L_7, /*hidden argument*/NULL); V_0 = L_8; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_9 = V_0; NullCheck(L_9); uint8_t L_10; L_10 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)((int32_t)48)))) { goto IL_0047; } } IL_0037: { String_t* L_11; L_11 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral212797907CC7AD095EFEBD10D643DF1F9608C8C1)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_12 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509EnhancedKeyUsageExtension_Decode_m610C0C741966205F6DC0492BD17B28E1FED8D648_RuntimeMethod_var))); } IL_0047: { V_1 = 0; goto IL_006c; } IL_004b: { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_13 = __this->get__enhKeyUsage_3(); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_14); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_16; L_16 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_14, L_15, /*hidden argument*/NULL); String_t* L_17; L_17 = ASN1Convert_ToOid_m6F617C7AC370CC5D6EAC2F813D8F7B73A3D8F61F(L_16, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_18 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2(L_18, L_17, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_19; L_19 = OidCollection_Add_m13C7466BB24E047C88F27AC6AB5E9439AA491EF1(L_13, L_18, /*hidden argument*/NULL); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006c: { int32_t L_21 = V_1; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_22 = V_0; NullCheck(L_22); int32_t L_23; L_23 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_004b; } } IL_0075: { 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*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0077; } throw e; } CATCH_0077: {// begin catch(System.Object) V_2 = 1; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_007e; }// end catch (depth: 1) IL_007c: { return (int32_t)(0); } IL_007e: { int32_t L_24 = V_2; return L_24; } } // System.String System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509EnhancedKeyUsageExtension_ToString_m12992C4F3BE30FC9662680B8CDAC07F7F7C67134 (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * __this, bool ___multiLine0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3ECCF64C0782442EC426220868830513FD924C3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63DCC50AED43B00BB793B2D0F054171D9D12A15E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7C7449D840A91B3AF035F43E6106A0BC8372CC6); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * V_3 = NULL; String_t* V_4 = NULL; { int32_t L_0 = __this->get__status_4(); V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0027; } case 2: { goto IL_0027; } case 3: { goto IL_0034; } } } { goto IL_003a; } IL_0021: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0027: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__raw_1(); String_t* L_4; L_4 = X509Extension_FormatUnkownData_mEF1E719F7AD312B099351C581F4A06925AD9F18A(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0034: { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_003a: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_5 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_5); String_t* L_6; L_6 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_6, _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50, /*hidden argument*/NULL); if (!L_7) { goto IL_0067; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_8); String_t* L_9; L_9 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4, L_9, /*hidden argument*/NULL); return L_10; } IL_0067: { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_11 = __this->get__enhKeyUsage_3(); NullCheck(L_11); int32_t L_12; L_12 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_007a; } } { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_007a: { StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_13, /*hidden argument*/NULL); V_0 = L_13; V_2 = 0; goto IL_010e; } IL_0087: { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_14 = __this->get__enhKeyUsage_3(); int32_t L_15 = V_2; NullCheck(L_14); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_16; L_16 = OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967(L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_17 = V_3; NullCheck(L_17); String_t* L_18; L_18 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_17, /*hidden argument*/NULL); V_4 = L_18; String_t* L_19 = V_4; bool L_20; L_20 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_19, _stringLiteralE7C7449D840A91B3AF035F43E6106A0BC8372CC6, /*hidden argument*/NULL); if (!L_20) { goto IL_00b8; } } { StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, _stringLiteral63DCC50AED43B00BB793B2D0F054171D9D12A15E, /*hidden argument*/NULL); goto IL_00c4; } IL_00b8: { StringBuilder_t * L_23 = V_0; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, _stringLiteral3ECCF64C0782442EC426220868830513FD924C3C, /*hidden argument*/NULL); } IL_00c4: { StringBuilder_t * L_25 = V_0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_26 = V_3; NullCheck(L_26); String_t* L_27; L_27 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_26, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_t * L_28; L_28 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, L_27, /*hidden argument*/NULL); StringBuilder_t * L_29 = V_0; NullCheck(L_29); StringBuilder_t * L_30; L_30 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_29, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, /*hidden argument*/NULL); bool L_31 = ___multiLine0; if (!L_31) { goto IL_00ee; } } { StringBuilder_t * L_32 = V_0; String_t* L_33; L_33 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_32); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_32, L_33, /*hidden argument*/NULL); goto IL_010a; } IL_00ee: { int32_t L_35 = V_2; OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_36 = __this->get__enhKeyUsage_3(); NullCheck(L_36); int32_t L_37; L_37 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(L_36, /*hidden argument*/NULL); if ((((int32_t)L_35) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1))))) { goto IL_010a; } } { StringBuilder_t * L_38 = V_0; NullCheck(L_38); StringBuilder_t * L_39; L_39 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_38, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_010a: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_010e: { int32_t L_41 = V_2; OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_42 = __this->get__enhKeyUsage_3(); NullCheck(L_42); int32_t L_43; L_43 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(L_42, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_0087; } } { StringBuilder_t * L_44 = V_0; NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); return L_45; } } #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.Security.Cryptography.X509Certificates.X509Extension::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7 (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, const RuntimeMethod* method) { { AsnEncodedData__ctor_m0CF86C874705C96B224222BEBB6BF5703EAB29E2(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::get_Critical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12 (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__critical_2(); return L_0; } } // System.Void System.Security.Cryptography.X509Certificates.X509Extension::set_Critical(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0 (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__critical_2(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Extension::CopyFrom(System.Security.Cryptography.AsnEncodedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Extension_CopyFrom_m1D101C0A8E17FDC25EF1D7645F2A07E5AB7A3D1C (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * V_0 = NULL; { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = ___asnEncodedData0; 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*)&_stringLiteralB2AED74A19DD9414DD0792FD340CC531536B8454)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Extension_CopyFrom_m1D101C0A8E17FDC25EF1D7645F2A07E5AB7A3D1C_RuntimeMethod_var))); } IL_000e: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_2 = ___asnEncodedData0; V_0 = ((X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 *)IsInstClass((RuntimeObject*)L_2, X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var)); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_3 = V_0; if (L_3) { goto IL_0028; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C77EE02D0B62256DB746EEC2F12CB9BC801126A)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Extension_CopyFrom_m1D101C0A8E17FDC25EF1D7645F2A07E5AB7A3D1C_RuntimeMethod_var))); } IL_0028: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_6 = ___asnEncodedData0; AsnEncodedData_CopyFrom_mA350785B8AF676AB7856E705FA2F2D20FD54CC46(__this, L_6, /*hidden argument*/NULL); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12_inline(L_7, /*hidden argument*/NULL); __this->set__critical_2(L_8); return; } } // System.String System.Security.Cryptography.X509Certificates.X509Extension::FormatUnkownData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Extension_FormatUnkownData_mEF1E719F7AD312B099351C581F4A06925AD9F18A (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4A94E440E57B3321B2097CEC9E046D28EE1C0CD); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000d; } } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_000d: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_3, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; goto IL_0033; } IL_0017: { StringBuilder_t * L_4 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___data0; int32_t L_6 = V_1; NullCheck(L_5); String_t* L_7; L_7 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)((L_5)->GetAddressAt(static_cast(L_6))), _stringLiteralB4A94E440E57B3321B2097CEC9E046D28EE1C0CD, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_t * L_8; L_8 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_4, L_7, /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0033: { int32_t L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___data0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0017; } } { StringBuilder_t * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); return L_13; } } #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.Security.Cryptography.X509Certificates.X509ExtensionCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ExtensionCollection__cctor_m963D61F8A6BB520E7BF88AA87A7200E05F2CFE92 (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*)&X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); ((X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0_StaticFields*)il2cpp_codegen_static_fields_for(X509ExtensionCollection_t4BDF7F8E6884045DFACB204BE0BD72FF7546F3C0_il2cpp_TypeInfo_var))->set_Empty_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.Security.Cryptography.X509Certificates.X509Helper2::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper2_Initialize_m9F2CFE871D3D462E215BE293D3378AE97FF21BB1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D * L_0 = (MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D *)il2cpp_codegen_object_new(MyNativeHelper_t9E78ECADEC33A3AFF81DEF8E43A27DDFD5187F6D_il2cpp_TypeInfo_var); MyNativeHelper__ctor_m3C33DA045EB050BE747AD1E3B10DA0C350678EA7(L_0, /*hidden argument*/NULL); X509Helper_InstallNativeHelper_m9A5739837D01CFFC5AC603C5F53B94A9DBC791F8(L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_m42CCB016D1155A14B93F6D28559F7C7A54D9F5CF (X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, const RuntimeMethod* method) { { X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_0 = ___impl0; X509Helper_ThrowIfContextInvalid_m6C1DA4116DB6B11CE62108392EEC6B1F46FFE122(L_0, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Helper2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * X509Helper2_Import_m3947980AD95573F469332472298A35B803F97773 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, bool ___disableProvider3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_0 = (X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 *)il2cpp_codegen_object_new(X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6_il2cpp_TypeInfo_var); X509Certificate2ImplMono__ctor_m6A63CE786DD033AAF667CE9E928B2470425E1010(L_0, /*hidden argument*/NULL); X509Certificate2ImplMono_tED2F52FB9A9061E1AC3941D761401970449233F6 * L_1 = L_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rawData0; String_t* L_3 = ___password1; int32_t L_4 = ___keyStorageFlags2; NullCheck(L_1); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t*, int32_t >::Invoke(22 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Impl::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) */, L_1, L_2, L_3, L_4); return L_1; } } // System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Helper2::CreateChainImpl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * X509Helper2_CreateChainImpl_mB998518D19A5CA8BD73C5630B29904C1B61D086D (bool ___useMachineContext0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___useMachineContext0; X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 * L_1 = (X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174 *)il2cpp_codegen_object_new(X509ChainImplMono_tC58007D88C7B8FA636C6F8761F992764F5DD2174_il2cpp_TypeInfo_var); X509ChainImplMono__ctor_m82E3F7D2ED531977F1C07B3DC2E6921408F095D3(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Cryptography.X509Certificates.X509Helper2::IsValid(System.Security.Cryptography.X509Certificates.X509ChainImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509Helper2_IsValid_mA44EBFE5C5A9B60EE73AF6040EE1DD9947167901 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl0, const RuntimeMethod* method) { { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_0 = ___impl0; if (!L_0) { goto IL_000a; } } { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_1 = ___impl0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Security.Cryptography.X509Certificates.X509ChainImpl::get_IsValid() */, L_1); return L_2; } IL_000a: { return (bool)0; } } // System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509ChainImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_mF877A9D6F2A4F89FAE5FAA5AEFA7B50679EDCC96 (X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * ___impl0, const RuntimeMethod* method) { { X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE * L_0 = ___impl0; bool L_1; L_1 = X509Helper2_IsValid_mA44EBFE5C5A9B60EE73AF6040EE1DD9947167901(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { Exception_t * L_2; L_2 = X509Helper2_GetInvalidChainContextException_m416D8CBBEAEB0F30703FFA2C74D29A46BA128C86(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Helper2_ThrowIfContextInvalid_mF877A9D6F2A4F89FAE5FAA5AEFA7B50679EDCC96_RuntimeMethod_var))); } IL_000e: { return; } } // System.Exception System.Security.Cryptography.X509Certificates.X509Helper2::GetInvalidChainContextException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * X509Helper2_GetInvalidChainContextException_m416D8CBBEAEB0F30703FFA2C74D29A46BA128C86 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DFF292E20A24D880E7AD23C0246F1B2DA7F9159); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral0DFF292E20A24D880E7AD23C0246F1B2DA7F9159, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_1 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(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.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_mE735C27BA5C2BBEA264B0FDB229E7DA7A2E3416D (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FDCE7F577695853459152469012B0121731CD52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F, _stringLiteral2FDCE7F577695853459152469012B0121731CD52, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_m6D2F83567A69553296EB7CC93466B20C7884C54E (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedKeyUsage0, bool ___critical1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FDCE7F577695853459152469012B0121731CD52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F, _stringLiteral2FDCE7F577695853459152469012B0121731CD52, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_1 = ___encodedKeyUsage0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_1, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__raw_1(L_2); bool L_3 = ___critical1; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_3, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = X509KeyUsageExtension_Decode_m8D2236720B86833EAFCB87C19BF616E84A15A385(__this, L_4, /*hidden argument*/NULL); __this->set__status_7(L_5); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_m0E105A1E8A7ED901E90E53B33EF86DFB3D2F3B9C (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, int32_t ___keyUsages0, bool ___critical1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FDCE7F577695853459152469012B0121731CD52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F, _stringLiteral2FDCE7F577695853459152469012B0121731CD52, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); bool L_1 = ___critical1; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___keyUsages0; int32_t L_3; L_3 = X509KeyUsageExtension_GetValidFlags_m3141215EE841412F2C65E9CD7C90AE26E4D05C9A(__this, L_2, /*hidden argument*/NULL); __this->set__keyUsages_6(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = X509KeyUsageExtension_Encode_m14D2F2E0777C7CFA424399E66349940A923764E5(__this, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_4, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::get_KeyUsages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_get_KeyUsages_mD2ADFD4CC335B85D453BCA75A8541D3DF099A8FB (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__status_7(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_000e; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0015; } } IL_000e: { int32_t L_3 = __this->get__keyUsages_6(); return L_3; } IL_0015: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_4 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD20A4058B7B405BF173793FAAC54A85874A0CDDE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509KeyUsageExtension_get_KeyUsages_mD2ADFD4CC335B85D453BCA75A8541D3DF099A8FB_RuntimeMethod_var))); } } // System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509KeyUsageExtension_CopyFrom_m029A26C577528A8DF077CF68AD2787DC1E76FA7F (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FDCE7F577695853459152469012B0121731CD52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F); s_Il2CppMethodInitialized = true; } X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * V_0 = NULL; { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = ___asnEncodedData0; 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*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509KeyUsageExtension_CopyFrom_m029A26C577528A8DF077CF68AD2787DC1E76FA7F_RuntimeMethod_var))); } IL_000e: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_2 = ___asnEncodedData0; V_0 = ((X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 *)IsInstClass((RuntimeObject*)L_2, X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var)); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_3 = V_0; if (L_3) { goto IL_002d; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD615D452AAA84D559E3E5FFF5168A1AF47500E8D)), /*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*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509KeyUsageExtension_CopyFrom_m029A26C577528A8DF077CF68AD2787DC1E76FA7F_RuntimeMethod_var))); } IL_002d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_6 = V_0; NullCheck(L_6); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_7 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_6)->get__oid_0(); if (L_7) { goto IL_004c; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_8, _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F, _stringLiteral2FDCE7F577695853459152469012B0121731CD52, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_8); goto IL_005d; } IL_004c: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_9 = V_0; NullCheck(L_9); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_10 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_9)->get__oid_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_11 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_11, L_10, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_11); } IL_005d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_12, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_13, /*hidden argument*/NULL); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12_inline(L_14, /*hidden argument*/NULL); X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_15, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_17; L_17 = X509KeyUsageExtension_Decode_m8D2236720B86833EAFCB87C19BF616E84A15A385(__this, L_16, /*hidden argument*/NULL); __this->set__status_7(L_17); return; } } // System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::GetValidFlags(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_GetValidFlags_m3141215EE841412F2C65E9CD7C90AE26E4D05C9A (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, int32_t ___flags0, const RuntimeMethod* method) { { int32_t L_0 = ___flags0; int32_t L_1 = ___flags0; if ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)33023)))) == ((int32_t)L_1))) { goto IL_000c; } } { return (int32_t)(0); } IL_000c: { int32_t L_2 = ___flags0; return L_2; } } // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509KeyUsageExtension_Decode_m8D2236720B86833EAFCB87C19BF616E84A15A385 (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___extension0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___extension0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0009; } } IL_0007: { return (int32_t)(1); } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___extension0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); if ((((int32_t)L_4) == ((int32_t)3))) { goto IL_0011; } } { return (int32_t)(2); } IL_0011: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___extension0; NullCheck(L_5); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) >= ((int32_t)3))) { goto IL_0019; } } { return (int32_t)(3); } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___extension0; NullCheck(L_6); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) >= ((int32_t)4))) { goto IL_0021; } } { return (int32_t)(4); } IL_0021: { } IL_0022: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___extension0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_8 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_8, L_7, /*hidden argument*/NULL); V_0 = L_8; V_1 = 0; V_2 = 1; goto IL_0040; } IL_002f: { int32_t L_9 = V_1; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_10, /*hidden argument*/NULL); int32_t L_12 = V_2; int32_t L_13 = L_12; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); NullCheck(L_11); int32_t L_14 = L_13; uint8_t L_15 = (L_11)->GetAt(static_cast(L_14)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_9<<(int32_t)8)), (int32_t)L_15)); } IL_0040: { int32_t L_16 = V_2; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_17 = V_0; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_17, /*hidden argument*/NULL); NullCheck(L_18); if ((((int32_t)L_16) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_002f; } } IL_004b: { int32_t L_19 = V_1; int32_t L_20; L_20 = X509KeyUsageExtension_GetValidFlags_m3141215EE841412F2C65E9CD7C90AE26E4D05C9A(__this, L_19, /*hidden argument*/NULL); __this->set__keyUsages_6(L_20); goto IL_005f; } }// 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_005a; } throw e; } CATCH_005a: {// begin catch(System.Object) V_3 = 1; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0061; }// end catch (depth: 1) IL_005f: { return (int32_t)(0); } IL_0061: { int32_t L_21 = V_3; return L_21; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::Encode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509KeyUsageExtension_Encode_m14D2F2E0777C7CFA424399E66349940A923764E5 (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; int32_t G_B5_0 = 0; { V_0 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)NULL; int32_t L_0 = __this->get__keyUsages_6(); V_1 = L_0; V_2 = (uint8_t)0; int32_t L_1 = V_1; if (L_1) { goto IL_0021; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2; uint8_t L_4 = V_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)L_4); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_5 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC(L_5, (uint8_t)3, L_3, /*hidden argument*/NULL); V_0 = L_5; goto IL_0081; } IL_0021: { int32_t L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)255)))) { goto IL_002e; } } { int32_t L_7 = V_1; G_B5_0 = ((int32_t)((int32_t)L_7>>(int32_t)8)); goto IL_002f; } IL_002e: { int32_t L_8 = V_1; G_B5_0 = L_8; } IL_002f: { V_3 = G_B5_0; goto IL_003b; } IL_0032: { uint8_t L_9 = V_2; V_2 = (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)))); int32_t L_10 = V_3; V_3 = ((int32_t)((int32_t)L_10>>(int32_t)1)); } IL_003b: { int32_t L_11 = V_3; if (((int32_t)((int32_t)L_11&(int32_t)1))) { goto IL_0044; } } { uint8_t L_12 = V_2; if ((((int32_t)L_12) < ((int32_t)8))) { goto IL_0032; } } IL_0044: { int32_t L_13 = V_1; if ((((int32_t)L_13) > ((int32_t)((int32_t)255)))) { goto IL_0064; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14; uint8_t L_16 = V_2; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (uint8_t)L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = L_15; int32_t L_18 = V_1; NullCheck(L_17); (L_17)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)L_18))); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_19 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC(L_19, (uint8_t)3, L_17, /*hidden argument*/NULL); V_0 = L_19; goto IL_0081; } IL_0064: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_20; uint8_t L_22 = V_2; NullCheck(L_21); (L_21)->SetAt(static_cast(0), (uint8_t)L_22); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = L_21; int32_t L_24 = V_1; NullCheck(L_23); (L_23)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)L_24))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = L_23; int32_t L_26 = V_1; NullCheck(L_25); (L_25)->SetAt(static_cast(2), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_26>>(int32_t)8))))); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_27 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC(L_27, (uint8_t)3, L_25, /*hidden argument*/NULL); V_0 = L_27; } IL_0081: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_28 = V_0; NullCheck(L_28); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29; L_29 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_28); return L_29; } } // System.String System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509KeyUsageExtension_ToString_m16FC486E9C54EBAEF7CA8C62C820DE7F0BE1E084 (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * __this, bool ___multiLine0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral001611EA36FEB747E4C160A3E7A402813B416AF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B85D604B5CD78CCF01CDA620C0DEF5DCC5C1FD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral315E5D2D2D07B33F565952A5C0509A988785ABF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62F92E932A25B80B40DBB89A07F4AD690B6F800D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75C57EB9FD95FB9243FE99EBB78A77B0117BD190); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91E2D84A2649FBF80361A807D1020FB40280EF31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C1ED970007229D4BBE511BC369FF3ACD197B1F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCABCFE6297E437347D23F1B446C58DD70094E306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB6BBFD5D01FC65219978A6C56AF3DD9C51AD35E); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; uint8_t V_3 = 0x0; { int32_t L_0 = __this->get__status_7(); V_2 = L_0; int32_t L_1 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0027; } case 2: { goto IL_0027; } case 3: { goto IL_0034; } } } { goto IL_003a; } IL_0021: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0027: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__raw_1(); String_t* L_4; L_4 = X509Extension_FormatUnkownData_mEF1E719F7AD312B099351C581F4A06925AD9F18A(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0034: { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_003a: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_5 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_5); String_t* L_6; L_6 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_6, _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F, /*hidden argument*/NULL); if (!L_7) { goto IL_0067; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_8); String_t* L_9; L_9 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4, L_9, /*hidden argument*/NULL); return L_10; } IL_0067: { int32_t L_11 = __this->get__keyUsages_6(); if (L_11) { goto IL_0075; } } { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_0075: { StringBuilder_t * L_12 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_12, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)128)))) { goto IL_0095; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteralCABCFE6297E437347D23F1B446C58DD70094E306, /*hidden argument*/NULL); } IL_0095: { int32_t L_16 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_16&(int32_t)((int32_t)64)))) { goto IL_00c1; } } { StringBuilder_t * L_17 = V_0; NullCheck(L_17); int32_t L_18; L_18 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_00b5; } } { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00b5: { StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, _stringLiteral91E2D84A2649FBF80361A807D1020FB40280EF31, /*hidden argument*/NULL); } IL_00c1: { int32_t L_23 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)32)))) { goto IL_00ed; } } { StringBuilder_t * L_24 = V_0; NullCheck(L_24); int32_t L_25; L_25 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_24, /*hidden argument*/NULL); if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_00e1; } } { StringBuilder_t * L_26 = V_0; NullCheck(L_26); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00e1: { StringBuilder_t * L_28 = V_0; NullCheck(L_28); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_28, _stringLiteralEB6BBFD5D01FC65219978A6C56AF3DD9C51AD35E, /*hidden argument*/NULL); } IL_00ed: { int32_t L_30 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_30&(int32_t)((int32_t)16)))) { goto IL_0119; } } { StringBuilder_t * L_31 = V_0; NullCheck(L_31); int32_t L_32; L_32 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_31, /*hidden argument*/NULL); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_010d; } } { StringBuilder_t * L_33 = V_0; NullCheck(L_33); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_33, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_010d: { StringBuilder_t * L_35 = V_0; NullCheck(L_35); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_35, _stringLiteral9C1ED970007229D4BBE511BC369FF3ACD197B1F2, /*hidden argument*/NULL); } IL_0119: { int32_t L_37 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_37&(int32_t)8))) { goto IL_0144; } } { StringBuilder_t * L_38 = V_0; NullCheck(L_38); int32_t L_39; L_39 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_0138; } } { StringBuilder_t * L_40 = V_0; NullCheck(L_40); StringBuilder_t * L_41; L_41 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_40, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0138: { StringBuilder_t * L_42 = V_0; NullCheck(L_42); StringBuilder_t * L_43; L_43 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_42, _stringLiteral001611EA36FEB747E4C160A3E7A402813B416AF1, /*hidden argument*/NULL); } IL_0144: { int32_t L_44 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_44&(int32_t)4))) { goto IL_016f; } } { StringBuilder_t * L_45 = V_0; NullCheck(L_45); int32_t L_46; L_46 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_0163; } } { StringBuilder_t * L_47 = V_0; NullCheck(L_47); StringBuilder_t * L_48; L_48 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_47, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0163: { StringBuilder_t * L_49 = V_0; NullCheck(L_49); StringBuilder_t * L_50; L_50 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_49, _stringLiteral0B85D604B5CD78CCF01CDA620C0DEF5DCC5C1FD7, /*hidden argument*/NULL); } IL_016f: { int32_t L_51 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_51&(int32_t)2))) { goto IL_019a; } } { StringBuilder_t * L_52 = V_0; NullCheck(L_52); int32_t L_53; L_53 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_52, /*hidden argument*/NULL); if ((((int32_t)L_53) <= ((int32_t)0))) { goto IL_018e; } } { StringBuilder_t * L_54 = V_0; NullCheck(L_54); StringBuilder_t * L_55; L_55 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_54, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_018e: { StringBuilder_t * L_56 = V_0; NullCheck(L_56); StringBuilder_t * L_57; L_57 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_56, _stringLiteral315E5D2D2D07B33F565952A5C0509A988785ABF6, /*hidden argument*/NULL); } IL_019a: { int32_t L_58 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_58&(int32_t)1))) { goto IL_01c5; } } { StringBuilder_t * L_59 = V_0; NullCheck(L_59); int32_t L_60; L_60 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_59, /*hidden argument*/NULL); if ((((int32_t)L_60) <= ((int32_t)0))) { goto IL_01b9; } } { StringBuilder_t * L_61 = V_0; NullCheck(L_61); StringBuilder_t * L_62; L_62 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_61, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_01b9: { StringBuilder_t * L_63 = V_0; NullCheck(L_63); StringBuilder_t * L_64; L_64 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_63, _stringLiteral75C57EB9FD95FB9243FE99EBB78A77B0117BD190, /*hidden argument*/NULL); } IL_01c5: { int32_t L_65 = __this->get__keyUsages_6(); if (!((int32_t)((int32_t)L_65&(int32_t)((int32_t)32768)))) { goto IL_01f4; } } { StringBuilder_t * L_66 = V_0; NullCheck(L_66); int32_t L_67; L_67 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_66, /*hidden argument*/NULL); if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_01e8; } } { StringBuilder_t * L_68 = V_0; NullCheck(L_68); StringBuilder_t * L_69; L_69 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_68, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_01e8: { StringBuilder_t * L_70 = V_0; NullCheck(L_70); StringBuilder_t * L_71; L_71 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_70, _stringLiteral62F92E932A25B80B40DBB89A07F4AD690B6F800D, /*hidden argument*/NULL); } IL_01f4: { int32_t L_72 = __this->get__keyUsages_6(); V_1 = L_72; StringBuilder_t * L_73 = V_0; NullCheck(L_73); StringBuilder_t * L_74; L_74 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_73, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, /*hidden argument*/NULL); StringBuilder_t * L_75 = V_0; int32_t L_76 = V_1; V_3 = (uint8_t)((int32_t)((uint8_t)L_76)); String_t* L_77; L_77 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)(&V_3), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_75); StringBuilder_t * L_78; L_78 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_75, L_77, /*hidden argument*/NULL); int32_t L_79 = V_1; if ((((int32_t)L_79) <= ((int32_t)((int32_t)255)))) { goto IL_0249; } } { StringBuilder_t * L_80 = V_0; NullCheck(L_80); StringBuilder_t * L_81; L_81 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_80, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); StringBuilder_t * L_82 = V_0; int32_t L_83 = V_1; V_3 = (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_83>>(int32_t)8)))); String_t* L_84; L_84 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)(&V_3), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_82); StringBuilder_t * L_85; L_85 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_82, L_84, /*hidden argument*/NULL); } IL_0249: { StringBuilder_t * L_86 = V_0; NullCheck(L_86); StringBuilder_t * L_87; L_87 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_86, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, /*hidden argument*/NULL); bool L_88 = ___multiLine0; if (!L_88) { goto IL_0264; } } { StringBuilder_t * L_89 = V_0; String_t* L_90; L_90 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_89); StringBuilder_t * L_91; L_91 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_89, L_90, /*hidden argument*/NULL); } IL_0264: { StringBuilder_t * L_92 = V_0; NullCheck(L_92); String_t* L_93; L_93 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_92); return L_93; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.X509Certificates.X509Store::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Store_Close_m2FA715DD72AEE3DD1CA06128AB5D3925EAD8E29A (X509Store_tCC8AD2979268351F9CD4E2A35AA2C70990A33358 * __this, const RuntimeMethod* method) { { __this->set_store_1((X509Store_t9E8C718CDF565BF8C8547407070D69F07D051E06 *)NULL); X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * L_0 = __this->get_list_0(); if (!L_0) { goto IL_001a; } } { X509Certificate2Collection_t57B00FD0B9069761595137606ED860B3C7EA9A20 * L_1 = __this->get_list_0(); NullCheck(L_1); CollectionBase_Clear_mE4A1AF9EE5C41E021DCCBBACA2586BBD2EABCC9E(L_1, /*hidden argument*/NULL); } IL_001a: { 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.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m0A09F64706823AF7D0494B62B041FF11AFA587CF (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, _stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m6D7E57ECBE71290733F6658D8197F034A615DB02 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___encodedSubjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_0, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, _stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_0); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_1 = ___encodedSubjectKeyIdentifier0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_1, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__raw_1(L_2); bool L_3 = ___critical1; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_3, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_5; L_5 = X509SubjectKeyIdentifierExtension_Decode_m6ED45FB642F2A5EDAD51EE357CAB8EB95BC8EBA9(__this, L_4, /*hidden argument*/NULL); __this->set__status_7(L_5); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m178F0928E93C151B64754E82C9613687D80671A0 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___subjectKeyIdentifier0, bool ___critical1, 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*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___subjectKeyIdentifier0; 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*)&_stringLiteralC4E1CA5F695C0687C577DB8E17E55E7B5845A445)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension__ctor_m178F0928E93C151B64754E82C9613687D80671A0_RuntimeMethod_var))); } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___subjectKeyIdentifier0; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0023; } } { 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_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4E1CA5F695C0687C577DB8E17E55E7B5845A445)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension__ctor_m178F0928E93C151B64754E82C9613687D80671A0_RuntimeMethod_var))); } IL_0023: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_4 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_4, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, _stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_4); bool L_5 = ___critical1; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_5, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___subjectKeyIdentifier0; NullCheck((RuntimeArray *)(RuntimeArray *)L_6); RuntimeObject * L_7; L_7 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_6, /*hidden argument*/NULL); __this->set__subjectKeyIdentifier_5(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_7, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = X509SubjectKeyIdentifierExtension_Encode_m6BEC26EF891B31FF98EF4FDF96CC0E9CEDF0B208(__this, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_mDEF8BD36D2A43B1BDC54760AC6E57458E5ECBFE6 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, String_t* ___subjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73); s_Il2CppMethodInitialized = true; } { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); String_t* L_0 = ___subjectKeyIdentifier0; 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*)&_stringLiteralC4E1CA5F695C0687C577DB8E17E55E7B5845A445)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension__ctor_mDEF8BD36D2A43B1BDC54760AC6E57458E5ECBFE6_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___subjectKeyIdentifier0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_0028; } } { 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*)&_stringLiteralC4E1CA5F695C0687C577DB8E17E55E7B5845A445)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension__ctor_mDEF8BD36D2A43B1BDC54760AC6E57458E5ECBFE6_RuntimeMethod_var))); } IL_0028: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_5 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_5, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, _stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_5); bool L_6 = ___critical1; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_6, /*hidden argument*/NULL); String_t* L_7 = ___subjectKeyIdentifier0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = X509SubjectKeyIdentifierExtension_FromHex_m8CAB896F210E058270EB9492F05D2776FEB6A1EA(L_7, /*hidden argument*/NULL); __this->set__subjectKeyIdentifier_5(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = X509SubjectKeyIdentifierExtension_Encode_m6BEC26EF891B31FF98EF4FDF96CC0E9CEDF0B208(__this, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m50305847B96BE3F6CB0816EB143AB89108DA493A (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * ___key0, bool ___critical1, const RuntimeMethod* method) { { PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_0 = ___key0; bool L_1 = ___critical1; X509SubjectKeyIdentifierExtension__ctor_m7CE599E8BEFBF176243E07100E2B9D1AD40E109E(__this, L_0, 0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m7CE599E8BEFBF176243E07100E2B9D1AD40E109E (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * ___key0, int32_t ___algorithm1, bool ___critical2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { X509Extension__ctor_m4DF31A0909F64A47F2F8E64E814FE16E022794E7(__this, /*hidden argument*/NULL); PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension__ctor_m7CE599E8BEFBF176243E07100E2B9D1AD40E109E_RuntimeMethod_var))); } IL_0014: { PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_2 = ___key0; NullCheck(L_2); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_3; L_3 = PublicKey_get_EncodedKeyValue_m0294AF8C29C7329BEB243543D8FDA98B60FDB291_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = ___algorithm1; switch (L_5) { case 0: { goto IL_0037; } case 1: { goto IL_004d; } case 2: { goto IL_008f; } } } { goto IL_0113; } IL_0037: { SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * L_6; L_6 = SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_6, L_7, /*hidden argument*/NULL); __this->set__subjectKeyIdentifier_5(L_8); goto IL_011e; } IL_004d: { SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * L_9; L_9 = SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_9, L_10, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)8); __this->set__subjectKeyIdentifier_5(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get__subjectKeyIdentifier_5(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_11, ((int32_t)12), (RuntimeArray *)(RuntimeArray *)L_13, 0, 8, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get__subjectKeyIdentifier_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = __this->get__subjectKeyIdentifier_5(); NullCheck(L_15); int32_t L_16 = 0; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); NullCheck(L_14); (L_14)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)64)|(int32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)15)))))))); goto IL_011e; } IL_008f: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_18 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mC8594B7A2376B58F26F1D0457B0F9F5880D87142(L_18, (uint8_t)((int32_t)48), /*hidden argument*/NULL); V_1 = L_18; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_19 = V_1; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_20 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mC8594B7A2376B58F26F1D0457B0F9F5880D87142(L_20, (uint8_t)((int32_t)48), /*hidden argument*/NULL); NullCheck(L_19); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_21; L_21 = ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B(L_19, L_20, /*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_22 = L_21; PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_23 = ___key0; NullCheck(L_23); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_24; L_24 = PublicKey_get_Oid_mE3207B84A9090EC5404F6CD4AEABB1F37EC1F988_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25; L_25 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_24, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B(L_25, /*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_27 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_27, L_26, /*hidden argument*/NULL); NullCheck(L_22); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_28; L_28 = ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B(L_22, L_27, /*hidden argument*/NULL); PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * L_29 = ___key0; NullCheck(L_29); AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_30; L_30 = PublicKey_get_EncodedParameters_mFF4F9A39D91C0A00D1B36C93944816154C7255B3_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_30, /*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_32 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_32, L_31, /*hidden argument*/NULL); NullCheck(L_22); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_33; L_33 = ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B(L_22, L_32, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_0; NullCheck(L_34); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)1))); V_2 = L_35; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_0; NullCheck(L_38); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_36, 0, (RuntimeArray *)(RuntimeArray *)L_37, 1, ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))), /*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_39 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_2; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_41 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC(L_41, (uint8_t)3, L_40, /*hidden argument*/NULL); NullCheck(L_39); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_42; L_42 = ASN1_Add_m35AB44F469BE9C185A91D2E265A7DA6B27311F7B(L_39, L_41, /*hidden argument*/NULL); SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * L_43; L_43 = SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A(/*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_44 = V_1; NullCheck(L_44); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45; L_45 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_44); NullCheck(L_43); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46; L_46 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_43, L_45, /*hidden argument*/NULL); __this->set__subjectKeyIdentifier_5(L_46); goto IL_011e; } IL_0113: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_47 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension__ctor_m7CE599E8BEFBF176243E07100E2B9D1AD40E109E_RuntimeMethod_var))); } IL_011e: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_48 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_48, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, _stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_48); bool L_49 = ___critical2; X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_49, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50; L_50 = X509SubjectKeyIdentifierExtension_Encode_m6BEC26EF891B31FF98EF4FDF96CC0E9CEDF0B208(__this, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_50, /*hidden argument*/NULL); return; } } // System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::get_SubjectKeyIdentifier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_mD90F985708EE4E69C37AA8B09AEBBE64A4002601 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__status_7(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_000e; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_002e; } } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__subjectKeyIdentifier_5(); if (!L_3) { goto IL_0027; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__subjectKeyIdentifier_5(); String_t* L_5; L_5 = CryptoConvert_ToHex_m567E8BF67E972F8A8AC9DC37BEE4F06521082EF4(L_4, /*hidden argument*/NULL); __this->set__ski_6(L_5); } IL_0027: { String_t* L_6 = __this->get__ski_6(); return L_6; } IL_002e: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_7 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD20A4058B7B405BF173793FAAC54A85874A0CDDE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier_mD90F985708EE4E69C37AA8B09AEBBE64A4002601_RuntimeMethod_var))); } } // System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension_CopyFrom_mA94CE978304FA27C3CD9719F34D85CD34FC3695D (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * ___asnEncodedData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73); s_Il2CppMethodInitialized = true; } X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * V_0 = NULL; { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = ___asnEncodedData0; 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*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension_CopyFrom_mA94CE978304FA27C3CD9719F34D85CD34FC3695D_RuntimeMethod_var))); } IL_000e: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_2 = ___asnEncodedData0; V_0 = ((X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 *)IsInstClass((RuntimeObject*)L_2, X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5_il2cpp_TypeInfo_var)); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_3 = V_0; if (L_3) { goto IL_002d; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD615D452AAA84D559E3E5FFF5168A1AF47500E8D)), /*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*)&_stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509SubjectKeyIdentifierExtension_CopyFrom_mA94CE978304FA27C3CD9719F34D85CD34FC3695D_RuntimeMethod_var))); } IL_002d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_6 = V_0; NullCheck(L_6); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_7 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_6)->get__oid_0(); if (L_7) { goto IL_004c; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E(L_8, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, _stringLiteralDD5A04FDCE8EDE26B5E78DE17CAB2D9DB4D10C73, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_8); goto IL_005d; } IL_004c: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_9 = V_0; NullCheck(L_9); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_10 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)L_9)->get__oid_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_11 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_11, L_10, /*hidden argument*/NULL); ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->set__oid_0(L_11); } IL_005d: { X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_12 = V_0; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(L_12, /*hidden argument*/NULL); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_13, /*hidden argument*/NULL); X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12_inline(L_14, /*hidden argument*/NULL); X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline(__this, L_15, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline(__this, /*hidden argument*/NULL); int32_t L_17; L_17 = X509SubjectKeyIdentifierExtension_Decode_m6ED45FB642F2A5EDAD51EE357CAB8EB95BC8EBA9(__this, L_16, /*hidden argument*/NULL); __this->set__status_7(L_17); return; } } // System.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChar_m7E53F7E025E6DD03B6BC137CA6F9C43808BFAB92 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_0013; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) > ((int32_t)((int32_t)102)))) { goto IL_0013; } } { Il2CppChar L_2 = ___c0; return (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))))); } IL_0013: { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) < ((int32_t)((int32_t)65)))) { goto IL_0026; } } { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) > ((int32_t)((int32_t)70)))) { goto IL_0026; } } { Il2CppChar L_5 = ___c0; return (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))))); } IL_0026: { Il2CppChar L_6 = ___c0; if ((((int32_t)L_6) < ((int32_t)((int32_t)48)))) { goto IL_0036; } } { Il2CppChar L_7 = ___c0; if ((((int32_t)L_7) > ((int32_t)((int32_t)57)))) { goto IL_0036; } } { Il2CppChar L_8 = ___c0; return (uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)48))))); } IL_0036: { return (uint8_t)((int32_t)255); } } // System.Byte System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHexChars(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t X509SubjectKeyIdentifierExtension_FromHexChars_mB25E5A16CF6637BF846D2B22898E552E092AADFA (Il2CppChar ___c10, Il2CppChar ___c21, const RuntimeMethod* method) { uint8_t V_0 = 0x0; { Il2CppChar L_0 = ___c10; uint8_t L_1; L_1 = X509SubjectKeyIdentifierExtension_FromHexChar_m7E53F7E025E6DD03B6BC137CA6F9C43808BFAB92(L_0, /*hidden argument*/NULL); V_0 = L_1; uint8_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)255)))) { goto IL_001b; } } { uint8_t L_3 = V_0; Il2CppChar L_4 = ___c21; uint8_t L_5; L_5 = X509SubjectKeyIdentifierExtension_FromHexChar_m7E53F7E025E6DD03B6BC137CA6F9C43808BFAB92(L_4, /*hidden argument*/NULL); V_0 = (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)4))|(int32_t)L_5)))); } IL_001b: { uint8_t L_6 = V_0; return L_6; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::FromHex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509SubjectKeyIdentifierExtension_FromHex_m8CAB896F210E058270EB9492F05D2776FEB6A1EA (String_t* ___hex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___hex0; if (L_0) { goto IL_0005; } } { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0005: { String_t* L_1 = ___hex0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_2>>(int32_t)1)); int32_t L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_1 = L_4; V_2 = 0; V_3 = 0; goto IL_003d; } IL_001b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; int32_t L_6 = V_2; int32_t L_7 = L_6; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); String_t* L_8 = ___hex0; int32_t L_9 = V_3; int32_t L_10 = L_9; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); NullCheck(L_8); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_10, /*hidden argument*/NULL); String_t* L_12 = ___hex0; int32_t L_13 = V_3; int32_t L_14 = L_13; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_14, /*hidden argument*/NULL); uint8_t L_16; L_16 = X509SubjectKeyIdentifierExtension_FromHexChars_mB25E5A16CF6637BF846D2B22898E552E092AADFA(L_11, L_15, /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(L_7), (uint8_t)L_16); } IL_003d: { int32_t L_17 = V_2; int32_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_001b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_1; return L_19; } } // System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Decode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t X509SubjectKeyIdentifierExtension_Decode_m6ED45FB642F2A5EDAD51EE357CAB8EB95BC8EBA9 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___extension0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___extension0; if (!L_0) { goto IL_0007; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___extension0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0009; } } IL_0007: { return (int32_t)(1); } IL_0009: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__ski_6(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___extension0; NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); if ((((int32_t)L_5) == ((int32_t)4))) { goto IL_001c; } } { return (int32_t)(2); } IL_001c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___extension0; NullCheck(L_6); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) == ((uint32_t)2)))) { goto IL_0024; } } { return (int32_t)(4); } IL_0024: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___extension0; NullCheck(L_7); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) >= ((int32_t)3))) { goto IL_002c; } } { return (int32_t)(3); } IL_002c: { } IL_002d: try {// begin try (depth: 1) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___extension0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_9 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_9, L_8, /*hidden argument*/NULL); V_0 = L_9; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_10, /*hidden argument*/NULL); __this->set__subjectKeyIdentifier_5(L_11); goto IL_0047; }// 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_0042; } throw e; } CATCH_0042: {// begin catch(System.Object) V_1 = 1; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0049; }// end catch (depth: 1) IL_0047: { return (int32_t)(0); } IL_0049: { int32_t L_12 = V_1; return L_12; } } // System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::Encode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* X509SubjectKeyIdentifierExtension_Encode_m6BEC26EF891B31FF98EF4FDF96CC0E9CEDF0B208 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__subjectKeyIdentifier_5(); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_1 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mB8A19279E6079D30BB6A594ADAC7FEE89E822CDC(L_1, (uint8_t)4, L_0, /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_1); return L_2; } } // System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509SubjectKeyIdentifierExtension_ToString_mBD5BE20274B5B56104E6ECD3137DE0718DE50537 (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * __this, bool ___multiLine0, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get__status_7(); V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0027; } case 2: { goto IL_0027; } case 3: { goto IL_0034; } } } { goto IL_003a; } IL_0021: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0027: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__raw_1(); String_t* L_4; L_4 = X509Extension_FormatUnkownData_mEF1E719F7AD312B099351C581F4A06925AD9F18A(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0034: { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_003a: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_5 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_5); String_t* L_6; L_6 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_6, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, /*hidden argument*/NULL); if (!L_7) { goto IL_0067; } } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_8 = ((AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA *)__this)->get__oid_0(); NullCheck(L_8); String_t* L_9; L_9 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralD9B53FE83B364433B53BD1F5712DD31D58258FB4, L_9, /*hidden argument*/NULL); return L_10; } IL_0067: { StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_11, /*hidden argument*/NULL); V_0 = L_11; V_2 = 0; goto IL_00ab; } IL_0071: { StringBuilder_t * L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get__subjectKeyIdentifier_5(); int32_t L_14 = V_2; NullCheck(L_13); String_t* L_15; L_15 = Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C((uint8_t*)((L_13)->GetAddressAt(static_cast(L_14))), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, L_15, /*hidden argument*/NULL); int32_t L_17 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = __this->get__subjectKeyIdentifier_5(); NullCheck(L_18); if ((((int32_t)L_17) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), (int32_t)1))))) { goto IL_00a7; } } { StringBuilder_t * L_19 = V_0; NullCheck(L_19); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_19, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); } IL_00a7: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00ab: { int32_t L_22 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get__subjectKeyIdentifier_5(); NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))) { goto IL_0071; } } { bool L_24 = ___multiLine0; if (!L_24) { goto IL_00c5; } } { StringBuilder_t * L_25 = V_0; String_t* L_26; L_26 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_25); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, L_26, /*hidden argument*/NULL); } IL_00c5: { StringBuilder_t * L_28 = V_0; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); return L_29; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfo(System.UInt32,System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfo_m7CC1462A6CC9DA7C40CA09FA5EACEE9B9117EC8C (uint32_t ___keyType0, String_t* ___keyValue1, int32_t ___oidGroup2, const RuntimeMethod* method) { { String_t* L_0 = ___keyValue1; 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*)&_stringLiteral87D7C5E974D9C89FB52B8A53360C0C2E1DAAEC63)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Utils_FindOidInfo_m7CC1462A6CC9DA7C40CA09FA5EACEE9B9117EC8C_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___keyValue1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0018; } } { return (String_t*)NULL; } IL_0018: { uint32_t L_4 = ___keyType0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0022; } } { uint32_t L_5 = ___keyType0; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_002a; } } { goto IL_0032; } IL_0022: { String_t* L_6 = ___keyValue1; int32_t L_7 = ___oidGroup2; String_t* L_8; L_8 = CAPI_CryptFindOIDInfoNameFromKey_m283438D1BC7309F1642EBCE405CC9BFAEED43544(L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_002a: { String_t* L_9 = ___keyValue1; int32_t L_10 = ___oidGroup2; String_t* L_11; L_11 = CAPI_CryptFindOIDInfoKeyFromName_m4ED4943191307DF7392E82CE3E04C5A5777EA3AB(L_9, L_10, /*hidden argument*/NULL); return L_11; } IL_0032: { String_t* L_12; L_12 = UInt32_ToString_mEB55F257429D34ED2BF41AE9567096F1F969B9A0((uint32_t*)(&___keyType0), /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_13 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&X509Utils_FindOidInfo_m7CC1462A6CC9DA7C40CA09FA5EACEE9B9117EC8C_RuntimeMethod_var))); } } // System.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfoWithFallback(System.UInt32,System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfoWithFallback_m863F372B324E59321550DCCBF4E23ABCE0A1ABB1 (uint32_t ___key0, String_t* ___value1, int32_t ___group2, const RuntimeMethod* method) { String_t* V_0 = NULL; { uint32_t L_0 = ___key0; String_t* L_1 = ___value1; int32_t L_2 = ___group2; String_t* L_3; L_3 = X509Utils_FindOidInfo_m7CC1462A6CC9DA7C40CA09FA5EACEE9B9117EC8C(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; if (L_4) { goto IL_0018; } } { int32_t L_5 = ___group2; if (!L_5) { goto IL_0018; } } { uint32_t L_6 = ___key0; String_t* L_7 = ___value1; String_t* L_8; L_8 = X509Utils_FindOidInfo_m7CC1462A6CC9DA7C40CA09FA5EACEE9B9117EC8C(L_6, L_7, 0, /*hidden argument*/NULL); V_0 = L_8; } IL_0018: { String_t* L_9 = V_0; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::.ctor(System.Type,System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayPropertyDescriptor__ctor_m1DCC865E59B00A460D75F13D8D4679D64F49A757 (ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68 * __this, Type_t * ___arrayType0, Type_t * ___elementType1, int32_t ___index2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___arrayType0; int32_t L_1 = ___index2; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); String_t* L_4; L_4 = String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57(_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, L_3, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); Type_t * L_5 = ___elementType1; SimplePropertyDescriptor__ctor_mC5FBD8FE67F826E7F5926E9998235642899AA4F7(__this, L_0, L_4, L_5, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); int32_t L_6 = ___index2; __this->set_index_19(L_6); return; } } // System.Object System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ArrayPropertyDescriptor_GetValue_mB0242698B22CBFC9D094FD203AFBB6E3127CD36B (ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { RuntimeObject * L_0 = ___instance0; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_002b; } } { RuntimeObject * L_1 = ___instance0; V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB(L_2, 0, /*hidden argument*/NULL); int32_t L_4 = __this->get_index_19(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002b; } } { RuntimeArray * L_5 = V_0; int32_t L_6 = __this->get_index_19(); NullCheck(L_5); RuntimeObject * L_7; L_7 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_002b: { return NULL; } } // System.Void System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayPropertyDescriptor_SetValue_m1220EB43CB8E427C9958FF1EFE266BFA212B4B71 (ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68 * __this, RuntimeObject * ___instance0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { RuntimeObject * L_0 = ___instance0; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_0037; } } { RuntimeObject * L_1 = ___instance0; V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB(L_2, 0, /*hidden argument*/NULL); int32_t L_4 = __this->get_index_19(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002b; } } { RuntimeArray * L_5 = V_0; RuntimeObject * L_6 = ___value1; int32_t L_7 = __this->get_index_19(); NullCheck(L_5); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_5, L_6, L_7, /*hidden argument*/NULL); } IL_002b: { RuntimeObject * L_8 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * L_9 = ((EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var))->get_Empty_0(); VirtualActionInvoker2< RuntimeObject *, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * >::Invoke(27 /* System.Void System.ComponentModel.PropertyDescriptor::OnValueChanged(System.Object,System.EventArgs) */, __this, L_8, L_9); } IL_0037: { 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.Net.Security.AsyncProtocolRequest/d__25::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__25_MoveNext_mE28E22197DC1A6A515E61B7EB9F17F9B41835B6F (U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mE9A6FF43A0128B50D2CBF889A77407A9F681A1CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m588196A41DFDDA4C44A366765409964BDF7648FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * V_1 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; int32_t V_4 = 0; ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 V_5; memset((&V_5), 0, sizeof(V_5)); ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC V_6; memset((&V_6), 0, sizeof(V_6)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_9; memset((&V_9), 0, sizeof(V_9)); Exception_t * V_10 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * G_B12_0 = NULL; U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * G_B11_0 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 G_B13_0; memset((&G_B13_0), 0, sizeof(G_B13_0)); U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * G_B13_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_008f; } } IL_0011: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * L_3 = __this->get_address_of_U3CtotalReadU3E5__2_5(); il2cpp_codegen_initobj(L_3, sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_4 = V_1; NullCheck(L_4); int32_t* L_5 = L_4->get_address_of_RequestedSize_4(); int32_t L_6; L_6 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_5, 0, /*hidden argument*/NULL); __this->set_U3CrequestedSizeU3E5__1_4(L_6); goto IL_0133; } IL_0034: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_7 = V_1; NullCheck(L_7); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_8; L_8 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(L_7, /*hidden argument*/NULL); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = AsyncProtocolRequest_get_RunSynchronously_m7733AC14F1950CD534E7CC150E42561B1C839638_inline(L_9, /*hidden argument*/NULL); int32_t L_11 = __this->get_U3CrequestedSizeU3E5__1_4(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_12 = __this->get_cancellationToken_3(); NullCheck(L_8); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_13; L_13 = MobileAuthenticatedStream_InnerRead_m791585462E4A887702A9BF3650FCBE0BAC98FABF(L_8, L_10, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_13); ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC L_14; L_14 = Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25(L_13, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25_RuntimeMethod_var); V_6 = L_14; ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 L_15; L_15 = ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_inline((ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC *)(&V_6), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_RuntimeMethod_var); V_5 = L_15; bool L_16; L_16 = ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999((ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)(&V_5), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999_RuntimeMethod_var); if (L_16) { goto IL_00ac; } } IL_006b: { int32_t L_17 = 0; V_0 = L_17; __this->set_U3CU3E1__state_0(L_17); ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 L_18 = V_5; __this->set_U3CU3Eu__1_6(L_18); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * L_19 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mE9A6FF43A0128B50D2CBF889A77407A9F681A1CE((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)L_19, (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)(&V_5), (U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_mE9A6FF43A0128B50D2CBF889A77407A9F681A1CE_RuntimeMethod_var); goto IL_0175; } IL_008f: { ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 L_20 = __this->get_U3CU3Eu__1_6(); V_5 = L_20; ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * L_21 = __this->get_address_of_U3CU3Eu__1_6(); il2cpp_codegen_initobj(L_21, sizeof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 )); int32_t L_22 = (-1); V_0 = L_22; __this->set_U3CU3E1__state_0(L_22); } IL_00ac: { int32_t L_23; L_23 = ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5((ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)(&V_5), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5_RuntimeMethod_var); V_3 = L_23; int32_t L_24 = V_3; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_00c4; } } IL_00b8: { int32_t L_25 = V_3; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_26; memset((&L_26), 0, sizeof(L_26)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_26), L_25, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); V_2 = L_26; goto IL_0161; } IL_00c4: { int32_t L_27 = V_3; int32_t L_28 = __this->get_U3CrequestedSizeU3E5__1_4(); if ((((int32_t)L_27) <= ((int32_t)L_28))) { goto IL_00d3; } } IL_00cd: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_29 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CInnerReadU3Ed__25_MoveNext_mE28E22197DC1A6A515E61B7EB9F17F9B41835B6F_RuntimeMethod_var))); } IL_00d3: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_30 = __this->get_U3CtotalReadU3E5__2_5(); V_7 = L_30; int32_t L_31 = V_3; V_8 = L_31; bool L_32; L_32 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_7), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B11_0 = __this; if (L_32) { G_B12_0 = __this; goto IL_00f4; } } IL_00e8: { il2cpp_codegen_initobj((&V_9), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_33 = V_9; G_B13_0 = L_33; G_B13_1 = G_B11_0; goto IL_0103; } IL_00f4: { int32_t L_34; L_34 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_7), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_35 = V_8; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_36; memset((&L_36), 0, sizeof(L_36)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_36), ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); G_B13_0 = L_36; G_B13_1 = G_B12_0; } IL_0103: { G_B13_1->set_U3CtotalReadU3E5__2_5(G_B13_0); int32_t L_37 = __this->get_U3CrequestedSizeU3E5__1_4(); int32_t L_38 = V_3; __this->set_U3CrequestedSizeU3E5__1_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38))); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_39 = V_1; NullCheck(L_39); int32_t* L_40 = L_39->get_address_of_RequestedSize_4(); int32_t L_41; L_41 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_40, 0, /*hidden argument*/NULL); V_4 = L_41; int32_t L_42 = __this->get_U3CrequestedSizeU3E5__1_4(); int32_t L_43 = V_4; __this->set_U3CrequestedSizeU3E5__1_4(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43))); } IL_0133: { int32_t L_44 = __this->get_U3CrequestedSizeU3E5__1_4(); if ((((int32_t)L_44) > ((int32_t)0))) { goto IL_0034; } } IL_013f: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_45 = __this->get_U3CtotalReadU3E5__2_5(); V_2 = L_45; goto IL_0161; } }// 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_0148; } throw e; } CATCH_0148: {// begin catch(System.Exception) V_10 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * L_46 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_47 = V_10; AsyncTaskMethodBuilder_1_SetException_mBD3E46BC18658A551AE0C77EC52708030C65625A((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)L_46, L_47, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mBD3E46BC18658A551AE0C77EC52708030C65625A_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0175; }// end catch (depth: 1) IL_0161: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * L_48 = __this->get_address_of_U3CU3Et__builder_1(); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_49 = V_2; AsyncTaskMethodBuilder_1_SetResult_m588196A41DFDDA4C44A366765409964BDF7648FB((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)L_48, L_49, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_m588196A41DFDDA4C44A366765409964BDF7648FB_RuntimeMethod_var); } IL_0175: { return; } } IL2CPP_EXTERN_C void U3CInnerReadU3Ed__25_MoveNext_mE28E22197DC1A6A515E61B7EB9F17F9B41835B6F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CInnerReadU3Ed__25_MoveNext_mE28E22197DC1A6A515E61B7EB9F17F9B41835B6F(_thisAdjusted, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__25::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__25_SetStateMachine_mFF80981E4C6AB1765979F5A653446A0A081E9BAD (U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m11149B3833A7BFFAA053A5311FC6C28B8720DD60_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m11149B3833A7BFFAA053A5311FC6C28B8720DD60((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m11149B3833A7BFFAA053A5311FC6C28B8720DD60_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CInnerReadU3Ed__25_SetStateMachine_mFF80981E4C6AB1765979F5A653446A0A081E9BAD_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CInnerReadU3Ed__25_SetStateMachine_mFF80981E4C6AB1765979F5A653446A0A081E9BAD(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.AsyncProtocolRequest/d__24::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEC26109252E2DE7B418C7EA2DF69C06C7D6899CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mDDC238D8C746DD9853F8F82B7B49705B8A7A6859_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mC5618864337E645D0A9A1A698CF7B1C6DAB6B62B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m2DE56F0B7D9F3F80101015FD40CBFB80956BFCB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mA6E79AED6D295A4009662FB36DAFEF4F52FEA490_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * V_1 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_2; memset((&V_2), 0, sizeof(V_2)); ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 V_4; memset((&V_4), 0, sizeof(V_4)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_8; memset((&V_8), 0, sizeof(V_8)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_9; memset((&V_9), 0, sizeof(V_9)); Exception_t * V_10 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B11_0 = 0; int32_t G_B16_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0077; } } IL_0011: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0179; } } IL_0018: { __this->set_U3CstatusU3E5__1_4(0); goto IL_01a9; } IL_0024: { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * L_4 = __this->get_address_of_cancellationToken_2(); CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)L_4, /*hidden argument*/NULL); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_5 = V_1; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_6 = __this->get_cancellationToken_2(); NullCheck(L_5); Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * L_7; L_7 = AsyncProtocolRequest_InnerRead_m965447D1F8015D839DB325E48C1968E88612143B(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 L_8; L_8 = Task_1_ConfigureAwait_mA6E79AED6D295A4009662FB36DAFEF4F52FEA490(L_7, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mA6E79AED6D295A4009662FB36DAFEF4F52FEA490_RuntimeMethod_var); V_4 = L_8; ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 L_9; L_9 = ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_inline((ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 *)(&V_4), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_RuntimeMethod_var); V_3 = L_9; bool L_10; L_10 = ConfiguredTaskAwaiter_get_IsCompleted_m2DE56F0B7D9F3F80101015FD40CBFB80956BFCB3((ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *)(&V_3), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m2DE56F0B7D9F3F80101015FD40CBFB80956BFCB3_RuntimeMethod_var); if (L_10) { goto IL_0093; } } IL_0054: { int32_t L_11 = 0; V_0 = L_11; __this->set_U3CU3E1__state_0(L_11); ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 L_12 = V_3; __this->set_U3CU3Eu__1_6(L_12); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_13 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mDDC238D8C746DD9853F8F82B7B49705B8A7A6859((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_13, (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *)(&V_3), (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mDDC238D8C746DD9853F8F82B7B49705B8A7A6859_RuntimeMethod_var); goto IL_01e3; } IL_0077: { ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 L_14 = __this->get_U3CU3Eu__1_6(); V_3 = L_14; ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * L_15 = __this->get_address_of_U3CU3Eu__1_6(); il2cpp_codegen_initobj(L_15, sizeof(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 )); int32_t L_16 = (-1); V_0 = L_16; __this->set_U3CU3E1__state_0(L_16); } IL_0093: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_17; L_17 = ConfiguredTaskAwaiter_GetResult_mC5618864337E645D0A9A1A698CF7B1C6DAB6B62B((ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *)(&V_3), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_mC5618864337E645D0A9A1A698CF7B1C6DAB6B62B_RuntimeMethod_var); V_2 = L_17; bool L_18; L_18 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_2), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (!L_18) { goto IL_00f2; } } IL_00a4: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_19 = V_2; V_5 = L_19; V_6 = 0; int32_t L_20; L_20 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_5), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_21 = V_6; if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_00b8; } } IL_00b5: { G_B11_0 = 0; goto IL_00bf; } IL_00b8: { bool L_22; L_22 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_5), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B11_0 = ((int32_t)(L_22)); } IL_00bf: { if (!G_B11_0) { goto IL_00ca; } } IL_00c1: { __this->set_U3CstatusU3E5__1_4(2); goto IL_00f2; } IL_00ca: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_23 = V_2; V_5 = L_23; V_6 = 0; int32_t L_24; L_24 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_5), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_25 = V_6; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_00de; } } IL_00db: { G_B16_0 = 0; goto IL_00e5; } IL_00de: { bool L_26; L_26 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_5), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B16_0 = ((int32_t)(L_26)); } IL_00e5: { if (!G_B16_0) { goto IL_00f2; } } IL_00e7: { IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_27 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FA9CB51CDB9C5AF33B0C761DB639980514F4D72)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D_RuntimeMethod_var))); } IL_00f2: { int32_t L_28 = __this->get_U3CstatusU3E5__1_4(); V_7 = L_28; int32_t L_29 = V_7; if ((!(((uint32_t)L_29) <= ((uint32_t)2)))) { goto IL_0113; } } IL_00ff: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_30 = V_1; int32_t L_31 = __this->get_U3CstatusU3E5__1_4(); NullCheck(L_30); int32_t L_32; L_32 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(4 /* Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncProtocolRequest::Run(Mono.Net.Security.AsyncOperationStatus) */, L_30, L_31); __this->set_U3CnewStatusU3E5__2_5(L_32); goto IL_0119; } IL_0113: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_33 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D_RuntimeMethod_var))); } IL_0119: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_34 = V_1; NullCheck(L_34); int32_t* L_35 = L_34->get_address_of_WriteRequested_5(); int32_t L_36; L_36 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_35, 0, /*hidden argument*/NULL); if (!L_36) { goto IL_019d; } } IL_0127: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_37 = V_1; NullCheck(L_37); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_38; L_38 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(L_37, /*hidden argument*/NULL); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_39 = V_1; NullCheck(L_39); bool L_40; L_40 = AsyncProtocolRequest_get_RunSynchronously_m7733AC14F1950CD534E7CC150E42561B1C839638_inline(L_39, /*hidden argument*/NULL); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_41 = __this->get_cancellationToken_2(); NullCheck(L_38); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_42; L_42 = MobileAuthenticatedStream_InnerWrite_m9B4A4FCF793834DCBF434ADFFBC43B4D215EB52F(L_38, L_40, L_41, /*hidden argument*/NULL); NullCheck(L_42); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_43; L_43 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_42, (bool)0, /*hidden argument*/NULL); V_9 = L_43; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_44; L_44 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_9), /*hidden argument*/NULL); V_8 = L_44; bool L_45; L_45 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_8), /*hidden argument*/NULL); if (L_45) { goto IL_0196; } } IL_0158: { int32_t L_46 = 1; V_0 = L_46; __this->set_U3CU3E1__state_0(L_46); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_47 = V_8; __this->set_U3CU3Eu__2_7(L_47); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_48 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEC26109252E2DE7B418C7EA2DF69C06C7D6899CD((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_48, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_8), (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEC26109252E2DE7B418C7EA2DF69C06C7D6899CD_RuntimeMethod_var); goto IL_01e3; } IL_0179: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_49 = __this->get_U3CU3Eu__2_7(); V_8 = L_49; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_50 = __this->get_address_of_U3CU3Eu__2_7(); il2cpp_codegen_initobj(L_50, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_51 = (-1); V_0 = L_51; __this->set_U3CU3E1__state_0(L_51); } IL_0196: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_8), /*hidden argument*/NULL); } IL_019d: { int32_t L_52 = __this->get_U3CnewStatusU3E5__2_5(); __this->set_U3CstatusU3E5__1_4(L_52); } IL_01a9: { int32_t L_53 = __this->get_U3CstatusU3E5__1_4(); if ((!(((uint32_t)L_53) == ((uint32_t)3)))) { goto IL_0024; } } IL_01b5: { goto IL_01d0; } }// 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_01b7; } throw e; } CATCH_01b7: {// begin catch(System.Exception) V_10 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_54 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_55 = V_10; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_54, L_55, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01e3; }// end catch (depth: 1) IL_01d0: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_56 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_56, /*hidden argument*/NULL); } IL_01e3: { return; } } IL2CPP_EXTERN_C void U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D(_thisAdjusted, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__24::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessOperationU3Ed__24_SetStateMachine_m19FCCEBF66308F920EF00C2C17E74BC4DE02094D (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CProcessOperationU3Ed__24_SetStateMachine_m19FCCEBF66308F920EF00C2C17E74BC4DE02094D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CProcessOperationU3Ed__24_SetStateMachine_m19FCCEBF66308F920EF00C2C17E74BC4DE02094D(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.AsyncProtocolRequest/d__23::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__23_MoveNext_m63ACDC7CCB0E43A57BCC0D7BF6D14AADEA88150E (U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m7A86C26999CDA6FAD892D55696279EA00AE30E1E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mE16ACBFD8AB5E7CCE2F9420DCEE9B1A50A770110_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * V_1 = NULL; AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * V_2 = NULL; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t * V_5 = NULL; Exception_t * V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0026; } } IL_0011: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_3 = V_1; NullCheck(L_3); int32_t* L_4 = L_3->get_address_of_Started_3(); int32_t L_5; L_5 = Interlocked_CompareExchange_m317AD9524376B7BE74DD9069346E345F2B131382((int32_t*)L_4, 1, 0, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } IL_0020: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartOperationU3Ed__23_MoveNext_m63ACDC7CCB0E43A57BCC0D7BF6D14AADEA88150E_RuntimeMethod_var))); } IL_0026: { } IL_0027: try {// begin try (depth: 2) { int32_t L_7 = V_0; if (!L_7) { goto IL_006f; } } IL_002a: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_8 = V_1; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_9 = __this->get_cancellationToken_3(); NullCheck(L_8); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_10; L_10 = AsyncProtocolRequest_ProcessOperation_m5B89FD2B927FFAB28DCA26EFB4A4AA3922289E6B(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_10); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_11; L_11 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_10, (bool)0, /*hidden argument*/NULL); V_4 = L_11; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_12; L_12 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_4), /*hidden argument*/NULL); V_3 = L_12; bool L_13; L_13 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_3), /*hidden argument*/NULL); if (L_13) { goto IL_008b; } } IL_004f: { int32_t L_14 = 0; V_0 = L_14; __this->set_U3CU3E1__state_0(L_14); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_15 = V_3; __this->set_U3CU3Eu__1_4(L_15); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * L_16 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m7A86C26999CDA6FAD892D55696279EA00AE30E1E((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)L_16, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_3), (U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m7A86C26999CDA6FAD892D55696279EA00AE30E1E_RuntimeMethod_var); goto IL_00e9; } IL_006f: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_17 = __this->get_U3CU3Eu__1_4(); V_3 = L_17; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_18 = __this->get_address_of_U3CU3Eu__1_4(); il2cpp_codegen_initobj(L_18, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_19 = (-1); V_0 = L_19; __this->set_U3CU3E1__state_0(L_19); } IL_008b: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_3), /*hidden argument*/NULL); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_20 = V_1; NullCheck(L_20); int32_t L_21; L_21 = AsyncProtocolRequest_get_UserResult_mC442C9E965AE3D70B0DFECF862583217C20031FF_inline(L_20, /*hidden argument*/NULL); AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_22 = (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 *)il2cpp_codegen_object_new(AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970_il2cpp_TypeInfo_var); AsyncProtocolResult__ctor_mC6F604D2F6820EC29A697EDB00315B5B8D6BF2F5(L_22, L_21, /*hidden argument*/NULL); V_2 = L_22; goto IL_00d5; } }// 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_00a0; } throw e; } CATCH_00a0: {// begin catch(System.Exception) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_23 = V_1; NullCheck(L_23); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_24; L_24 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(L_23, /*hidden argument*/NULL); Exception_t * L_25 = V_5; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))); Exception_t * L_26; L_26 = MobileAuthenticatedStream_GetSSPIException_mE68EE4F3915B1D350E340962DE053D2DAA8D05C8(L_25, /*hidden argument*/NULL); NullCheck(L_24); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_27; L_27 = MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896(L_24, L_26, /*hidden argument*/NULL); AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_28 = (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970_il2cpp_TypeInfo_var))); AsyncProtocolResult__ctor_mB7F0640C90963ABD9CC43C118AAB34DD13D5BBA0(L_28, L_27, /*hidden argument*/NULL); V_2 = L_28; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d5; }// end catch (depth: 2) }// 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_00bc; } throw e; } CATCH_00bc: {// begin catch(System.Exception) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * L_29 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_30 = V_6; AsyncTaskMethodBuilder_1_SetException_m934EE13C2015F0C5550A3D533513BCDA048BE8FA((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)L_29, L_30, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m934EE13C2015F0C5550A3D533513BCDA048BE8FA_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e9; }// end catch (depth: 1) IL_00d5: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * L_31 = __this->get_address_of_U3CU3Et__builder_1(); AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_32 = V_2; AsyncTaskMethodBuilder_1_SetResult_mE16ACBFD8AB5E7CCE2F9420DCEE9B1A50A770110((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)L_31, L_32, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mE16ACBFD8AB5E7CCE2F9420DCEE9B1A50A770110_RuntimeMethod_var); } IL_00e9: { return; } } IL2CPP_EXTERN_C void U3CStartOperationU3Ed__23_MoveNext_m63ACDC7CCB0E43A57BCC0D7BF6D14AADEA88150E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CStartOperationU3Ed__23_MoveNext_m63ACDC7CCB0E43A57BCC0D7BF6D14AADEA88150E(_thisAdjusted, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__23::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__23_SetStateMachine_m8A586353421C2670E8208AE140ED5DBEDD4122B8 (U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mCC2F68D4D2212CF45C580611A811538C5244B9C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_mCC2F68D4D2212CF45C580611A811538C5244B9C2((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_mCC2F68D4D2212CF45C580611A811538C5244B9C2_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CStartOperationU3Ed__23_SetStateMachine_m8A586353421C2670E8208AE140ED5DBEDD4122B8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CStartOperationU3Ed__23_SetStateMachine_m8A586353421C2670E8208AE140ED5DBEDD4122B8(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshal_pinvoke(const AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC& unmarshaled, AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_pinvoke& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshal_pinvoke_back(const AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_pinvoke& marshaled, AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshal_pinvoke_cleanup(AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshal_com(const AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC& unmarshaled, AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_com& marshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } IL2CPP_EXTERN_C void AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshal_com_back(const AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_com& marshaled, AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC& unmarshaled) { Exception_t* ___type_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'type' of type 'AttributeEntry': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___type_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.ComponentModel.AttributeCollection/AttributeEntry IL2CPP_EXTERN_C void AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshal_com_cleanup(AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC_marshaled_com& marshaled) { } #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.BackgroundWorker/WorkerThreadStartDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkerThreadStartDelegate__ctor_mA694A75C3DF01E38AFB866253E5670B80075B261 (WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * __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.BackgroundWorker/WorkerThreadStartDelegate::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkerThreadStartDelegate_Invoke_mEFDE7397EE5EBEDCE528229BAC92A8EAEFA006B3 (WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * __this, RuntimeObject * ___argument0, 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 == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___argument0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___argument0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___argument0); else GenericVirtualActionInvoker0::Invoke(targetMethod, ___argument0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___argument0); else VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___argument0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___argument0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___argument0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___argument0, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WorkerThreadStartDelegate_BeginInvoke_m44421BA4C34207C6599790EC5D6CA511585D3952 (WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * __this, RuntimeObject * ___argument0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___argument0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkerThreadStartDelegate_EndInvoke_m59664F7A661E73DE6A753C94AC96180766576CCA (WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * __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.Void Mono.Net.CFNetwork/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m0CC4FFF2BBFF2126104AAFAC94D0F6266AA40867 (U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFNetwork/<>c__DisplayClass13_0::b__0(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0_U3CExecuteProxyAutoConfigurationURLU3Eb__0_m760B8D058BD2000E464142609711A90FAA7D71F7 (U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * __this, intptr_t ___client0, intptr_t ___proxyList1, intptr_t ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * V_0 = NULL; int32_t V_1 = 0; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * V_2 = NULL; { intptr_t L_0 = ___proxyList1; bool L_1; L_1 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_005b; } } { intptr_t L_2 = ___proxyList1; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_3 = (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)il2cpp_codegen_object_new(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB(L_3, (intptr_t)L_2, (bool)0, /*hidden argument*/NULL); V_0 = L_3; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5(L_4, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_6 = (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)SZArrayNew(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set_proxies_0(L_6); V_1 = 0; goto IL_004a; } IL_002a: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); intptr_t L_9; L_9 = CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C(L_7, L_8, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_10 = (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D *)il2cpp_codegen_object_new(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92(L_10, (intptr_t)L_9, (bool)0, /*hidden argument*/NULL); V_2 = L_10; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_11 = __this->get_proxies_0(); int32_t L_12 = V_1; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_13 = V_2; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_14 = (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)il2cpp_codegen_object_new(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5(L_14, L_13, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(L_12), (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)L_14); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004a: { int32_t L_16 = V_1; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_17 = __this->get_proxies_0(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_002a; } } { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_18 = V_0; NullCheck(L_18); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_18, /*hidden argument*/NULL); } IL_005b: { CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_19 = __this->get_runLoop_1(); NullCheck(L_19); CFRunLoop_Stop_mA22B6E86795862E3BDE3A80D20C147EA6693076F(L_19, /*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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 (CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * __this, intptr_t ___client0, intptr_t ___proxyList1, intptr_t ___error2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(intptr_t, intptr_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(___client0, ___proxyList1, ___error2); } // System.Void Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxyAutoConfigurationResultCallback__ctor_mDFCC8D01E93178E2BA5E5CF392FBC96E4DD6CDC7 (CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * __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 Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback::Invoke(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxyAutoConfigurationResultCallback_Invoke_m5DBA4F6E9D115DB335A5833A65B6D8E6C7556B71 (CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * __this, intptr_t ___client0, intptr_t ___proxyList1, intptr_t ___error2, 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 == 3) { // open typedef void (*FunctionPointerType) (intptr_t, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___client0, ___proxyList1, ___error2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___client0, ___proxyList1, ___error2, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, intptr_t, intptr_t, intptr_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___client0, ___proxyList1, ___error2, targetMethod); } } } #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.Net.CFNetwork/CFWebProxy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFWebProxy__ctor_m4F5F4B6DA0F19F1C071E62625D54C20951EFFCEC (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Net.ICredentials Mono.Net.CFNetwork/CFWebProxy::get_Credentials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CFWebProxy_get_Credentials_m506A8318934A19D762A74C086BE630E70A8AFBC7 (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_credentials_0(); return L_0; } } // System.Uri Mono.Net.CFNetwork/CFWebProxy::GetProxyUri(Mono.Net.CFProxy,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_GetProxyUri_m086EC6016BF8F1879EB256AB3162A7B9BD2AF6B5 (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * ___proxy0, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AE148F4539A6130C80EF45C5441F068ADBF8C8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AF44FC3A76257CDAD2323F433ACF783EA3481E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; String_t* G_B11_0 = NULL; String_t* G_B11_1 = NULL; String_t* G_B10_0 = NULL; String_t* G_B10_1 = NULL; String_t* G_B12_0 = NULL; String_t* G_B12_1 = NULL; String_t* G_B12_2 = NULL; { CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_0 = ___proxy0; NullCheck(L_0); int32_t L_1; L_1 = CFProxy_get_ProxyType_m9E4D8613B5A395CC0A8BDDD35EB01BFEF0EBB85A(L_0, /*hidden argument*/NULL); V_5 = L_1; int32_t L_2 = V_5; if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0016; } } { int32_t L_3 = V_5; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)4))) > ((uint32_t)1)))) { goto IL_001e; } } { goto IL_0026; } IL_0016: { V_0 = _stringLiteral6AF44FC3A76257CDAD2323F433ACF783EA3481E3; goto IL_002b; } IL_001e: { V_0 = _stringLiteral3AE148F4539A6130C80EF45C5441F068ADBF8C8C; goto IL_002b; } IL_0026: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_4 = ___credentials1; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_002b: { CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_5 = ___proxy0; NullCheck(L_5); String_t* L_6; L_6 = CFProxy_get_Username_mDFD89DCA9925521628A2DF06656BF15AD4BD487E(L_5, /*hidden argument*/NULL); V_1 = L_6; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_7 = ___proxy0; NullCheck(L_7); String_t* L_8; L_8 = CFProxy_get_Password_m496180D624F5A07E9452D3A784E071BE9A751006(L_7, /*hidden argument*/NULL); V_2 = L_8; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_9 = ___proxy0; NullCheck(L_9); String_t* L_10; L_10 = CFProxy_get_HostName_m2859802624D48ADB7150F996DFBF892D008883FC(L_9, /*hidden argument*/NULL); V_3 = L_10; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_11 = ___proxy0; NullCheck(L_11); int32_t L_12; L_12 = CFProxy_get_Port_m63731A205673D95F61F15328B80A453E84189360(L_11, /*hidden argument*/NULL); V_4 = L_12; String_t* L_13 = V_1; if (!L_13) { goto IL_0056; } } { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_14 = ___credentials1; String_t* L_15 = V_1; String_t* L_16 = V_2; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_17 = (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *)il2cpp_codegen_object_new(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686_il2cpp_TypeInfo_var); NetworkCredential__ctor_mBB62CCEBA2D6C5AE946F2D3F4A26FD3B718E312E(L_17, L_15, L_16, /*hidden argument*/NULL); *((RuntimeObject **)L_14) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_17); goto IL_0059; } IL_0056: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_18 = ___credentials1; *((RuntimeObject **)L_18) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)NULL); } IL_0059: { String_t* L_19 = V_0; String_t* L_20 = V_3; int32_t L_21 = V_4; G_B10_0 = L_20; G_B10_1 = L_19; if (L_21) { G_B11_0 = L_20; G_B11_1 = L_19; goto IL_0066; } } { String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B12_0 = L_22; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; goto IL_0077; } IL_0066: { String_t* L_23; L_23 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_4), /*hidden argument*/NULL); String_t* L_24; L_24 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_23, /*hidden argument*/NULL); G_B12_0 = L_24; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; } IL_0077: { String_t* L_25; L_25 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_26 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF(L_26, L_25, 1, /*hidden argument*/NULL); return L_26; } } // System.Uri Mono.Net.CFNetwork/CFWebProxy::GetProxyUriFromScript(System.IntPtr,System.Uri,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_GetProxyUriFromScript_m35F1F96303991ADF16BAB4D95110914E6C6A680C (intptr_t ___script0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___script0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___targetUri1; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_2; L_2 = CFNetwork_GetProxiesForAutoConfigurationScript_m037C5BEDCF1AF085AA65B014AA5A607A44863890((intptr_t)L_0, L_1, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___targetUri1; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_4 = ___credentials2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = CFWebProxy_SelectProxy_mDD2FB92CAFC965BBF3B3D5DDBEAB66C3B9B26771(L_2, L_3, (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 **)L_4, /*hidden argument*/NULL); return L_5; } } // System.Uri Mono.Net.CFNetwork/CFWebProxy::ExecuteProxyAutoConfigurationURL(System.IntPtr,System.Uri,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_ExecuteProxyAutoConfigurationURL_m76A8EE34869DE53FA48A0560AC61C09468A13CCE (intptr_t ___proxyAutoConfigURL0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___proxyAutoConfigURL0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___targetUri1; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_2; L_2 = CFNetwork_ExecuteProxyAutoConfigurationURL_m92BD3E7511F6CDE7C2B1A99D09F3815742C449B3((intptr_t)L_0, L_1, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___targetUri1; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_4 = ___credentials2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = CFWebProxy_SelectProxy_mDD2FB92CAFC965BBF3B3D5DDBEAB66C3B9B26771(L_2, L_3, (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 **)L_4, /*hidden argument*/NULL); return L_5; } } // System.Uri Mono.Net.CFNetwork/CFWebProxy::SelectProxy(Mono.Net.CFProxy[],System.Uri,System.Net.NetworkCredential&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_SelectProxy_mDD2FB92CAFC965BBF3B3D5DDBEAB66C3B9B26771 (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* ___proxies0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri1, NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** ___credentials2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_0 = ___proxies0; if (L_0) { goto IL_0008; } } { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_1 = ___credentials2; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___targetUri1; return L_2; } IL_0008: { V_0 = 0; goto IL_004c; } IL_000c: { CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_3 = ___proxies0; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); int32_t L_7; L_7 = CFProxy_get_ProxyType_m9E4D8613B5A395CC0A8BDDD35EB01BFEF0EBB85A(L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; switch (L_8) { case 0: { goto IL_0043; } case 1: { goto IL_0048; } case 2: { goto IL_0048; } case 3: { goto IL_0039; } case 4: { goto IL_0039; } case 5: { goto IL_0039; } case 6: { goto IL_0048; } } } { goto IL_0048; } IL_0039: { CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_9 = ___proxies0; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_12 = (L_9)->GetAt(static_cast(L_11)); NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_13 = ___credentials2; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_14; L_14 = CFWebProxy_GetProxyUri_m086EC6016BF8F1879EB256AB3162A7B9BD2AF6B5(L_12, (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 **)L_13, /*hidden argument*/NULL); return L_14; } IL_0043: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_15 = ___credentials2; *((RuntimeObject **)L_15) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_15, (void*)(RuntimeObject *)NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16 = ___targetUri1; return L_16; } IL_0048: { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_004c: { int32_t L_18 = V_0; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_19 = ___proxies0; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_000c; } } { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 ** L_20 = ___credentials2; *((RuntimeObject **)L_20) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_20, (void*)(RuntimeObject *)NULL); return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } } // System.Uri Mono.Net.CFNetwork/CFWebProxy::GetProxy(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * CFWebProxy_GetProxy_m6EC2C1590383170DD9387CF85FB5328C780789C4 (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * V_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_1 = NULL; CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * V_2 = NULL; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *)NULL; V_1 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___targetUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { 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*)&_stringLiteral3D2737372EFFA3B130DEF547A47746A1D1930E9F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFWebProxy_GetProxy_m6EC2C1590383170DD9387CF85FB5328C780789C4_RuntimeMethod_var))); } IL_0018: { } IL_0019: try {// begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_3; L_3 = CFNetwork_GetSystemProxySettings_mB550E25184FC94D96FD5247AFB3398232C177EA9(/*hidden argument*/NULL); V_2 = L_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___targetUri0; CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_5 = V_2; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_6; L_6 = CFNetwork_GetProxiesForUri_mEBE40342DA8B590C0BC306ADAB65DBC3A11D16CF(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_7 = V_3; if (!L_7) { goto IL_00bd; } } IL_002d: { V_4 = 0; goto IL_00a0; } IL_0032: { CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_8 = V_3; int32_t L_9 = V_4; NullCheck(L_8); int32_t L_10 = L_9; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); int32_t L_12; L_12 = CFProxy_get_ProxyType_m9E4D8613B5A395CC0A8BDDD35EB01BFEF0EBB85A(L_11, /*hidden argument*/NULL); V_5 = L_12; int32_t L_13 = V_5; switch (L_13) { case 0: { goto IL_0098; } case 1: { goto IL_0076; } case 2: { goto IL_0062; } case 3: { goto IL_008a; } case 4: { goto IL_008a; } case 5: { goto IL_008a; } case 6: { goto IL_009a; } } } IL_0060: { goto IL_009a; } IL_0062: { CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_14 = V_3; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_17); intptr_t L_18; L_18 = CFProxy_get_AutoConfigurationJavaScript_mE3D0B231DDF768976265EEFDF0CA5DDB124B8061(L_17, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_19 = ___targetUri0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20; L_20 = CFWebProxy_GetProxyUriFromScript_m35F1F96303991ADF16BAB4D95110914E6C6A680C((intptr_t)L_18, L_19, (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 **)(&V_0), /*hidden argument*/NULL); V_1 = L_20; goto IL_009a; } IL_0076: { CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_21 = V_3; int32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = L_22; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_24); intptr_t L_25; L_25 = CFProxy_get_AutoConfigurationUrl_mCF8BA92EEDA1D578966BDC3750FFAD7E003F71C9(L_24, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_26 = ___targetUri0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_27; L_27 = CFWebProxy_ExecuteProxyAutoConfigurationURL_m76A8EE34869DE53FA48A0560AC61C09468A13CCE((intptr_t)L_25, L_26, (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 **)(&V_0), /*hidden argument*/NULL); V_1 = L_27; goto IL_009a; } IL_008a: { CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_28 = V_3; int32_t L_29 = V_4; NullCheck(L_28); int32_t L_30 = L_29; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_31 = (L_28)->GetAt(static_cast(L_30)); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_32; L_32 = CFWebProxy_GetProxyUri_m086EC6016BF8F1879EB256AB3162A7B9BD2AF6B5(L_31, (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 **)(&V_0), /*hidden argument*/NULL); V_1 = L_32; goto IL_009a; } IL_0098: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_33 = ___targetUri0; V_1 = L_33; } IL_009a: { int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00a0: { int32_t L_35 = V_4; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_36 = V_3; NullCheck(L_36); if ((((int32_t)L_35) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))) { goto IL_00b0; } } IL_00a7: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_37 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_38; L_38 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_37, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (L_38) { goto IL_0032; } } IL_00b0: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_39 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_40; L_40 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_39, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_40) { goto IL_00bf; } } IL_00b9: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_41 = ___targetUri0; V_1 = L_41; goto IL_00bf; } IL_00bd: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_42 = ___targetUri0; V_1 = L_42; } IL_00bf: { goto IL_00c6; } }// 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_00c1; } throw e; } CATCH_00c1: {// begin catch(System.Object) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_43 = ___targetUri0; V_1 = L_43; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c6; }// end catch (depth: 1) IL_00c6: { bool L_44 = __this->get_userSpecified_1(); if (L_44) { goto IL_00d5; } } { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_45 = V_0; __this->set_credentials_0(L_45); } IL_00d5: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_46 = V_1; return L_46; } } // System.Boolean Mono.Net.CFNetwork/CFWebProxy::IsBypassed(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CFWebProxy_IsBypassed_m5F05D7C9302426EF280309DC04EFD106181A6B21 (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___targetUri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___targetUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { 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*)&_stringLiteral3D2737372EFFA3B130DEF547A47746A1D1930E9F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFWebProxy_IsBypassed_m5F05D7C9302426EF280309DC04EFD106181A6B21_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___targetUri0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4; L_4 = CFWebProxy_GetProxy_m6EC2C1590383170DD9387CF85FB5328C780789C4(__this, L_3, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___targetUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_6; L_6 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.CFNetwork/GetProxyData::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetProxyData_Dispose_m213CC717483A7B2D24AE3844DC54623E3F491078 (GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * __this, const RuntimeMethod* method) { { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_0 = __this->get_evt_4(); NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_0); return; } } // System.Void Mono.Net.CFNetwork/GetProxyData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetProxyData__ctor_m4EF170D9F1F5318953CE2A71DC027ECE787F8DB5 (GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * __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; } { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_0 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_0, (bool)0, /*hidden argument*/NULL); __this->set_evt_4(L_0); 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 Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass0_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass0_0__ctor_m6432BE359B16F9AEA43A219271C3D713A37F2C48 (U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass0_0::b__0(System.String,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,Mono.Security.Interface.MonoSslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass0_0_U3CPublicToMonoU3Eb__0_m2434134460D6262E13729DBFC73A7979A853A124 (U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E * __this, String_t* ___h0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___c1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___ch2, int32_t ___e3, const RuntimeMethod* method) { { RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_0 = __this->get_callback_0(); String_t* L_1 = ___h0; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_2 = ___c1; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_3 = ___ch2; int32_t L_4 = ___e3; NullCheck(L_0); bool L_5; L_5 = RemoteCertificateValidationCallback_Invoke_m30A34C33A46909FAA60703A2EFF0C41F6E7B6C14(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } #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.Net.Security.Private.CallbackHelpers/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m81E66E68C0029B2836844D352E7EB324135CCCAC (U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass1_0::b__0(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * U3CU3Ec__DisplayClass1_0_U3CPublicToMonoU3Eb__0_mB302EB6C9C5D2CEBE5A5618881A70E771DD66759 (U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 * __this, String_t* ___t0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___lc1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___rc2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ai3, const RuntimeMethod* method) { { LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * L_0 = __this->get_callback_0(); String_t* L_1 = ___t0; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2 = ___lc1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___rc2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___ai3; NullCheck(L_0); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5; L_5 = LocalCertificateSelectionCallback_Invoke_m755F3ED85EDF0F3082947ED32B0786B17C30098E(L_0, NULL, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } #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.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_m7807CD991EC4D16395E1278477E3317868E18200 (U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass5_0::b__0(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass5_0_U3CMonoToPublicU3Eb__0_m4103265ECFA6558EE594E7BC847723EB97443018 (U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * __this, RuntimeObject * ___t0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___c1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___ch2, int32_t ___e3, const RuntimeMethod* method) { { MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_0 = __this->get_callback_0(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_1 = ___c1; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_2 = ___ch2; int32_t L_3 = ___e3; NullCheck(L_0); bool L_4; L_4 = MonoRemoteCertificateValidationCallback_Invoke_mB9C5C0E8793A64E367BCB9A448EDF6957BE0F967(L_0, (String_t*)NULL, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_mB77347EF574C2C51BBD1A7B1AF673B3D92B056E2 (U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.Private.CallbackHelpers/<>c__DisplayClass8_0::b__0(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * U3CU3Ec__DisplayClass8_0_U3CMonoToInternalU3Eb__0_m3AE731A20AB6B949B0584AB838DF089C80602F4C (U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * __this, String_t* ___t0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___lc1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___rc2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___ai3, const RuntimeMethod* method) { { MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_0 = __this->get_callback_0(); String_t* L_1 = ___t0; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2 = ___lc1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___rc2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___ai3; NullCheck(L_0); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5; L_5 = MonoLocalCertificateSelectionCallback_Invoke_m33848CFEAEC89ADE40CE4A00134634B11492A153(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } #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.Container/Site::.ctor(System.ComponentModel.IComponent,System.ComponentModel.Container,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site__ctor_m7807A7D23E14E9C09EA3DBB85D5C077C926B8CB2 (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * __this, RuntimeObject* ___component0, Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * ___container1, String_t* ___name2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___component0; __this->set_component_0(L_0); Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * L_1 = ___container1; __this->set_container_1(L_1); String_t* L_2 = ___name2; __this->set_name_2(L_2); return; } } // System.ComponentModel.IComponent System.ComponentModel.Container/Site::get_Component() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Component_m49E1ED7B68B2E41CDAA274503F21D1E72A54A554 (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_component_0(); return L_0; } } // System.ComponentModel.IContainer System.ComponentModel.Container/Site::get_Container() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Container_m1FD00FBE41B95A20DF8A87E7AFBCB7F5AEC41C4C (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * __this, const RuntimeMethod* method) { { Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * L_0 = __this->get_container_1(); return L_0; } } // System.Object System.ComponentModel.Container/Site::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Site_GetService_m484506230EEA4FDE502E400B5EF8C0D0BC5A7609 (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * __this, Type_t * ___service0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___service0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_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_001f; } } { Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * L_4 = __this->get_container_1(); Type_t * L_5 = ___service0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.ComponentModel.Container::GetService(System.Type) */, L_4, L_5); return L_6; } IL_001f: { return __this; } } // System.Boolean System.ComponentModel.Container/Site::get_DesignMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Site_get_DesignMode_m359FB2AB30D206874C5849680493D0180918E468 (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.ComponentModel.Container/Site::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Site_get_Name_mDD4D36A90DF3742C2EBC87414F01F37114154535 (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Void System.ComponentModel.Container/Site::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site_set_Name_m6037C93341A83096C44752290A8A4752DE59AC7C (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_0019; } } { String_t* L_1 = __this->get_name_2(); if (!L_1) { goto IL_0019; } } { String_t* L_2 = ___value0; String_t* L_3 = __this->get_name_2(); NullCheck(L_2); bool L_4; L_4 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } IL_0019: { Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * L_5 = __this->get_container_1(); RuntimeObject* L_6 = __this->get_component_0(); String_t* L_7 = ___value0; NullCheck(L_5); VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(16 /* System.Void System.ComponentModel.Container::ValidateName(System.ComponentModel.IComponent,System.String) */, L_5, L_6, L_7); String_t* L_8 = ___value0; __this->set_name_2(L_8); } IL_0032: { 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.CookieCollection/CookieCollectionEnumerator::.ctor(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollectionEnumerator__ctor_m1171DDC5103451BF97CD71F062D1D46F73A82E24 (CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies0, const RuntimeMethod* method) { { __this->set_m_index_2((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = ___cookies0; __this->set_m_cookies_0(L_0); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1 = ___cookies0; NullCheck(L_1); int32_t L_2; L_2 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_1, /*hidden argument*/NULL); __this->set_m_count_1(L_2); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_3 = ___cookies0; NullCheck(L_3); int32_t L_4 = L_3->get_m_version_0(); __this->set_m_version_3(L_4); return; } } // System.Object System.Net.CookieCollection/CookieCollectionEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mAA94D3E326A7361A173810EF7FEF6ED5C5050E18 (CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_index_2(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0017; } } { int32_t L_1 = __this->get_m_index_2(); int32_t L_2 = __this->get_m_count_1(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0027; } } IL_0017: { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mAA94D3E326A7361A173810EF7FEF6ED5C5050E18_RuntimeMethod_var))); } IL_0027: { int32_t L_5 = __this->get_m_version_3(); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_6 = __this->get_m_cookies_0(); NullCheck(L_6); int32_t L_7 = L_6->get_m_version_0(); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_004a; } } { String_t* L_8; L_8 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_9 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mAA94D3E326A7361A173810EF7FEF6ED5C5050E18_RuntimeMethod_var))); } IL_004a: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_10 = __this->get_m_cookies_0(); int32_t L_11 = __this->get_m_index_2(); NullCheck(L_10); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_12; L_12 = CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597(L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Net.CookieCollection/CookieCollectionEnumerator::System.Collections.IEnumerator.MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m654F79FEDDFEE6946815223DF2EFFF20B25F5871 (CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_version_3(); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1 = __this->get_m_cookies_0(); NullCheck(L_1); int32_t L_2 = L_1->get_m_version_0(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m654F79FEDDFEE6946815223DF2EFFF20B25F5871_RuntimeMethod_var))); } IL_0023: { int32_t L_5 = __this->get_m_index_2(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_m_index_2(L_6); int32_t L_7 = V_0; int32_t L_8 = __this->get_m_count_1(); if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_003e; } } { return (bool)1; } IL_003e: { int32_t L_9 = __this->get_m_count_1(); __this->set_m_index_2(L_9); return (bool)0; } } // System.Void System.Net.CookieCollection/CookieCollectionEnumerator::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollectionEnumerator_System_Collections_IEnumerator_Reset_m303622E6840FA17ADFF40CC74DDAC1EB5480C3CC (CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 * __this, const RuntimeMethod* method) { { __this->set_m_index_2((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Net.CookieTokenizer/RecognizedAttribute IL2CPP_EXTERN_C void RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshal_pinvoke(const RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A& unmarshaled, RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_pinvoke& marshaled) { marshaled.___m_name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_m_name_0()); marshaled.___m_token_1 = unmarshaled.get_m_token_1(); } IL2CPP_EXTERN_C void RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshal_pinvoke_back(const RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_pinvoke& marshaled, RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A& unmarshaled) { unmarshaled.set_m_name_0(il2cpp_codegen_marshal_string_result(marshaled.___m_name_0)); int32_t unmarshaled_m_token_temp_1 = 0; unmarshaled_m_token_temp_1 = marshaled.___m_token_1; unmarshaled.set_m_token_1(unmarshaled_m_token_temp_1); } // Conversion method for clean up from marshalling of: System.Net.CookieTokenizer/RecognizedAttribute IL2CPP_EXTERN_C void RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshal_pinvoke_cleanup(RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___m_name_0); marshaled.___m_name_0 = NULL; } // Conversion methods for marshalling of: System.Net.CookieTokenizer/RecognizedAttribute IL2CPP_EXTERN_C void RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshal_com(const RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A& unmarshaled, RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_com& marshaled) { marshaled.___m_name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_name_0()); marshaled.___m_token_1 = unmarshaled.get_m_token_1(); } IL2CPP_EXTERN_C void RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshal_com_back(const RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_com& marshaled, RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A& unmarshaled) { unmarshaled.set_m_name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___m_name_0)); int32_t unmarshaled_m_token_temp_1 = 0; unmarshaled_m_token_temp_1 = marshaled.___m_token_1; unmarshaled.set_m_token_1(unmarshaled_m_token_temp_1); } // Conversion method for clean up from marshalling of: System.Net.CookieTokenizer/RecognizedAttribute IL2CPP_EXTERN_C void RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshal_com_cleanup(RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___m_name_0); marshaled.___m_name_0 = NULL; } // 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) { { String_t* L_0 = ___name0; __this->set_m_name_0(L_0); int32_t L_1 = ___token1; __this->set_m_token_1(L_1); return; } } IL2CPP_EXTERN_C void RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method) { RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RecognizedAttribute__ctor_m2B29801C0DB26531E78E2D4D3893A2A60587136D(_thisAdjusted, ___name0, ___token1, method); } // System.Net.CookieToken System.Net.CookieTokenizer/RecognizedAttribute::get_Token() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B (RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_token_1(); return L_0; } } IL2CPP_EXTERN_C int32_t RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = RecognizedAttribute_get_Token_mDCA97F0F5006FFAE556163EC25296D431BD5AC9B_inline(_thisAdjusted, method); return _returnValue; } // 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) { { String_t* L_0 = __this->get_m_name_0(); String_t* L_1 = ___value0; int32_t L_2; L_2 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_0, L_1, 5, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C bool RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { RecognizedAttribute_t2EEDD81B78A9A885AF1B6136D15CA9EC47C23A8A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = RecognizedAttribute_IsEqualTo_m7270A6CFCCD1C18A58596CE15D786AC83965A073(_thisAdjusted, ___value0, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * L_0 = ___cultureConverter0; __this->set_converter_0(L_0); return; } } // System.Int32 System.ComponentModel.CultureInfoConverter/CultureComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureComparer_Compare_mADC00528C3638E5AD6EF5A21D72B49DBFB9474F0 (CultureComparer_tE4B58101BFBE2F31D2E54ACF2D46ABE038991AC6 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, 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; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___item10; if (L_0) { goto IL_000a; } } { RuntimeObject * L_1 = ___item21; if (L_1) { goto IL_0008; } } { return 0; } IL_0008: { return (-1); } IL_000a: { RuntimeObject * L_2 = ___item21; if (L_2) { goto IL_000f; } } { return 1; } IL_000f: { CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * L_3 = __this->get_converter_0(); RuntimeObject * L_4 = ___item10; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, L_3, ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_4, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); V_0 = L_5; CultureInfoConverter_t3D4E7EAC2C4DAFD06FA6ABCED293EFB01B0E393E * L_6 = __this->get_converter_0(); RuntimeObject * L_7 = ___item21; NullCheck(L_6); String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(16 /* System.String System.ComponentModel.CultureInfoConverter::GetCultureName(System.Globalization.CultureInfo) */, L_6, ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_7, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); V_1 = L_8; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9; L_9 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); NullCheck(L_9); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_10; L_10 = VirtualFuncInvoker0< CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_9); String_t* L_11 = V_0; String_t* L_12 = V_1; NullCheck(L_10); int32_t L_13; L_13 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_10, L_11, L_12, ((int32_t)536870912)); return L_13; } } #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/CultureInfoMapper::GetCultureInfoName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfoMapper_GetCultureInfoName_m5016F8DAE452B6CC87BEFEE484D027682FBCE632 (String_t* ___cultureInfoDisplayName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_0 = ((CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_il2cpp_TypeInfo_var))->get_cultureInfoNameMap_0(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { CultureInfoMapper_InitializeCultureInfoMap_m789E93F4877936F4CC2532AB3177BACA5A5E64F2(/*hidden argument*/NULL); } IL_000e: { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_1 = ((CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_il2cpp_TypeInfo_var))->get_cultureInfoNameMap_0(); il2cpp_codegen_memory_barrier(); String_t* L_2 = ___cultureInfoDisplayName0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8_RuntimeMethod_var); if (!L_3) { goto IL_002b; } } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_4 = ((CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_il2cpp_TypeInfo_var))->get_cultureInfoNameMap_0(); il2cpp_codegen_memory_barrier(); String_t* L_5 = ___cultureInfoDisplayName0; NullCheck(L_4); String_t* L_6; L_6 = Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B(L_4, L_5, /*hidden argument*/Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var); return L_6; } IL_002b: { String_t* L_7 = ___cultureInfoDisplayName0; return L_7; } } // System.Void System.ComponentModel.CultureInfoConverter/CultureInfoMapper::InitializeCultureInfoMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfoMapper_InitializeCultureInfoMap_m789E93F4877936F4CC2532AB3177BACA5A5E64F2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00C6F1B55511A9A338389FF22A57D640568CACC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral011CA47334C4E5EA5F5B38FD3ED90819E1247824); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01EED870A12DAE42A249C1AC4943F70ED2FB711D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral022BF57DF4D0AFCBAF0602FBCD67C4266BA2D2CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0488886562AD8425988DDF1C13622E79D55CB28C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04D075D0C7A0679E1C9497A8D89D212776BD107A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05507E8F5A859CF7EA92B42F464DFBB3BA78722A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05B7AB3E30BCB8EF52C051785A169CFDD2543A02); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06D6A06713CB85E830E4059C79FBF5A1346B0F4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral071214783494311744C11F13208084CDCB478A49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral075D77AFFD3246AF47CFB45BCB913B2C7230865C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07F16131F9636D0BF4AABDD601E6A3C3045B7ADC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09825DB5ECDC49C88709E92B854BF3CC5EB6CA22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A2E649A658BE274AC581F6657A7A72888AB33AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A3A75556124F593082AC2A3D951B3739E234221); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B87E468668B6160D9BD3F1A696B652A1D1A86AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CC3EE569CF3D9A83A265AECAF7B83BA60309E20); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CD43B206DD827306997AAE32530E5B342A98CDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D393D4258038290EA82778FA1C84B712321C953); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DBA36F38C7E6362803E7B2908E2D02EB7677097); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DF52374CCE8AA942D55172FF34E782E0277521F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FC1C916C0086E8D8CD96C24363DF543CB9F46B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral101A7954A9AC3FB9F8B051BCDA2F6DE45FCD9344); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral102AFBF07884ED746F10B805235E4D8D8F361DF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10E88D340E477ADF254E0143091B9F05949045EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10F2E7A1019FD6CA13579072B853A171D56A0E1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11B9FCE077AC90A54EA76A75593EB2272AC4E0AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1222CBA0F3916772E4DE301BF2A0AE0FA1E5CDAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12612495A11666F6B1DF719AE9865A91642F99BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral127296EDE81B2255CCD07E0003014F1A2B4964FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1347CC758DD03B7B2BC93F84F3DF40D914A5A74C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral143BD2A0ACE85FFE00B531AD18C4AB6CD2CB6DCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14C810724E491E1B357D511BF6A90372FC671A9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14E12C93FEC6B1C5C83995F182FE26328BED84BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14ED34B033624F115AA75357DA04F496E3CE31AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral157B3466FD1F73B3486CE5E071D1B3FFEAE8636E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16024330A044BEB6BD60DA0D270878CD31B28C70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17A0B4BA751F074CE8241ED895C0F1A9137AEDBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral185A7479EE7271FD8470CA3071E4DD25D1D18787); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19534F0F3A332AF4B330D3A21F33BBBE01F73B78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1954157DCC1F195909E0A8DE4A595447F82E283B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AFAF36D3B2FA7A360E517608431C7ED5B9E50D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B1A47B52D6822514A71B356586A96A6435D8700); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BBE73EAA86910ED71AD8C03B3E17A79F45E2357); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DA5DC913479A82358277CA2F04038DB86AB5228); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E0F0D86F951CC4FB5B3CF344C63C714D7CB3875); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E37B1B3BD5AF4B2C6E383878F32CA4F2E3E2FD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E61977B2186CBFC8186F7C220214A31D99690A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E6E0886F42B82E76D138FA93C3AD4C1204F93BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E845D250DA306BE2DC7FE9FB5942BE100763987); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ED475215C1D73644F49BE82585D0F808B9851A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F773173D585944BD3ED61B9B81A499B00ED201F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral208F258766D171FF6F52DB0FDDCE4B0E206AE087); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral209FA114201139F57098F86E854139E06EE907C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20BADDD93DC557EFE1521E35F9AA46A066D49907); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20DB97C8310A4D50C91E8880925919A725B6C008); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20DE804B42F6DEDD5DC9ED7A7911A93CAE3C761A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21891196D88CE7D8C3F4D9C3881AE2F583EF6FCD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21E291839B15EA4ACBEF12D312DA68C731CB21A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23D006BE7B6E494664A9B069101AAC4B011DB3A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral241A49A22744674B6DDDCC3E11891ED23D638EEF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24ACF1BBF43F3850CE89C1C771661404CBDF11B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25319E679F3AD870B99541E0EA77D9DF0A86AE61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral258CE2C20F878E1F3C5469B7F750A3CDBDD4957E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25BA86D351FA0013EE595518C4713ECE93CB1E7F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26F38753598E196FAE5E238604E373B0341E0E22); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27920DC2FB8DE37077F47844994EF5199A0FCAB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27F9FAA26FEAB6F9BB290B7B958DB525D1A8B9E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral284AFBABE08A1A2C2B704A1FD6F372BE26B7DC59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral299DAA97CA11E49DB3FD4CD342DF8C939BD86DAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A52A294C647BBD447CCE7EDC629A76F7C3E2E91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A644EC71C13B7D9C1BC17C1585F30B8B0935DD1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ABF48C27B12B34F5242ED2F675EFEA46C41888B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADB6FD3FA0CA506B12F073856855240D7723F6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AE01542EB00AA9B7CC36264B25327017F38E041); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B4B3585B88A691893C1AE322E53EF38B454AB6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C0CD9F5C8852A7C22689CB7B123E745F64175CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CE1289231D1E7F9320F920C8796563B73827DC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DA533FDC05C13330E98526FB55774E5FF01288D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DCA43C11B4C5FBDF1E3C884907C589EE4FC656F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DF4708C1CBFCA217D7D0BE224E4E2C88432DFE6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F3DB030C8BDF0926D14123D900497AE12BB3AD1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F455B860C4CC566561274CD753C53E3B52EF37D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F59628CFCF68C1C363F48F1FB91CF30C77F0D31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FCCB927116B797558C9D1B29A052EEBB10D47E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral311E47896EB09D0C93148A3A7DD194B85327AC1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral313F9FEF4DBF9EE7D8894B21913C6FE0865588B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3199E2C2B4EBA635319520A427C4B8D19946D597); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral332D44BE3C2BFDD83BCB8ED0196C3F53A1FF8BFB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33628DD0604F1FE1A5D01122F701F38F294AA214); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34043BE541981DB6A732B542E0ACD475D1B975CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral348F795562B7A6A4F83B595BAB7BE08343DF784A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral353E581695898DC28CAF38345F8165FF705286F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral365C2C47B00BB9CCEE149C6674403770198BA70F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3685EBB61E1AF531C1AFC10462078256499D352C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36F854F98B00FF8A1ED1B04D3AEFEF2C880A4770); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral374F214492362E1F2DB673A2F3ED72E45BA97B81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral375ED8BBE05A9343F552D3F8863536344C38BCA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37632A05AA57D1A015588FEE82A3FA0D91E5A75A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral376CA77BE87EBF24FE3233A567285926D6704A8E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37D9355596FAD156827AFAD9F84C1DC1084F86C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38F6D66E41DCDEB057EB8E39140C34252368CAE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3966839FEA4CCE51FE9C2295DFC90B15728FAF33); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral399C1559C8807F223691056D6B401711AD1E9CFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39AE202157A916F93F271FD9CB16E7388B0666BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A06659E0ACAD9DD31AEFE38E2B3B8D0101EEA6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A50E886F50E292CF8471ADF9B446694CBE92C2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A971881AF6B7B211E34707E857DEC5F36487877); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B0BEA6A582AD284DF123696C88128AD578A3354); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B164D64371A8772DDDB39880ECB5CAD5E06D95D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BCF8F37AD5C3595DDDDB56DD5AC60E7B763E39A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CB14926506D11E623C2758F055A9A0A04735988); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CCAE48802A2B91D91564D685BC9A13CB4B2E1D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CF9D89187468E41A71363A823462A2C0AFFEE3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D55FB6D3D93608D57BD7AF02FC9550B305934B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D6D734DEBBED876ACCE345C9610724AC3059AE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D765263C7BA10FD2DC922D038B27D0FCBC8D3D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D7778B659B3EBE73D75D97F51A73A4C3E7B7DEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D925625F71BBDB73A0D342806C20383C9BA9CD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EF7E97E647F9A0B5DBB33D451D80A9CED37C654); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4031FB2EA4AE1E5AE87F24223CFF33E3A4C45784); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral405E2BF35FC2008AE31C02BAED229F0ADE7E993F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral409676BCEAA2BBAA8CF4A4F2D86091684098CB32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40EB80C63444AB5F19613C7C4DB7B2C5194F02FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40FFBC466C5A3C4D3C97548F8ABE3B4807735FAE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral411328624A6DC410237150D351A2A7810F3742AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4125CC5D7E34238A72CA6F51FD549E61598BC6AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41832A0540939B1AF32468A96B9720EC4FEC1F8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4399C6958675BE62D526A24CC188CD5283A40B0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44140BBF3AC169476490CE118964287E8C3812BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4416EEADFDC9F107B2FC5A8EECE0839922C6BFD5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral442D1BE81DAC116BECC64F549C372FD66AABB8EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44907CA01974BDBC34FFE11D4A64F9B183479481); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral458900444DB365FBD175899DC977E9452076EB8E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45CC98220E225BA0846A8653570358F063BBEA4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45CD5D171FB77350DC87D12C7F265816529F6C9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45E8B4F72964EBCE6D31856F5523066F51BB9ABE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4658E23C00EC1F3203E84B4A03550528637AB362); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47D5927C1E2A4178F571EA53EDCF00E779E21CAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47FE89550E051B8BB43B3E89E9B19ECE01F3EF3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48BBE062A58724E48F07C136555300D9DDBA483E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48EB792442DEF8C82B0D4F1A3BDDADA9BA3A50D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4972A8E2D288E83DEF7E88A72651D94CEFC19BC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral499A3BD80FEB9D42D35992E87581DBBE25FAFB2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A4D17DD531781ED69AFC2ED5B9837E1D3918F7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A86F1C4929F883CEA301B930C2B847420242099); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B793DFDC901B8148482161BA7DA76CAE1DD3E7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B896CA0A2BC44D9A8CED783CEFABA7570F20DBD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C1B65C594A71D2CC73F19BFAC8832100C5F1E32); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C368A630780392C988B8F5DBAEAEA493CBB70A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C39A8FDE3FB960AC4EC496F3CEC666719740283); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C83C5E44341CC3FEBDDF262F54B339B85937579); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CBF7BCD7E91F35AFEA889B37FAAA24D56F513D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EED409135BF7F9C98C779D829F2E99407E1024C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F47597A07ED8A193B04A481F84B004D52B18F99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F99A60B890B4A5CB45FF2BBF74489417995E76D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50BFF489303364E4236225FDF9AF534E8531FD8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5139E029316FC42BB637B14F722A17D6F7226870); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5187E4955862A293E7C3DFA51B51BE6B1BC006D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral529529DE3F79903FE5990627512F95BF52AD7BA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53EF9C6CC0505C233924EAAE6E39D3B66F48A9A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral542DA81119F7A77E88E01441B45AD46258271DC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral552ACC9B537B9D8F21FB8959A8163F4ACCD36027); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55772EA44D07798D30C9C7B67BFF6C877687F16E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral557DFA5DA99BB11B67A0829DFCE8F1881DCC7B7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55DE2F61C20C442B6850E61C30F11AAD12870584); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55E16D2AD86FE46BFF30519C4F338AF771F34EC1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral560D8592B15B57F1DABF637645C39FB370476C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5690FED961990D9B80A8B43A537395B627E6F077); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral576D6F8267251A1AB20CB0099BA9A1E1467675CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5975C15CE93964875F9552D6D358B69EBB85393A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEAF2D104AF963C3AE99C1BC8BA9A08D0F61320); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C34E4B24B06C5C08101A2404195DD81EF23BBFF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CD33E9356AD4B75311B10BB05D90BFAC329C47A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D0525979B1582791088F6467DFB18D79C7CCC15); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D28833728BC77FD05CF314057619B5F963293BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D796EE8E8104B48A727BE1C6801F3EA00EF51F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D8EFF7CFCF0D6D223F4E108771699872D370245); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E06713FE172890E089E1C688B12B1A05204A922); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E1E2620285964F947D165F665A170CBCB80AFE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F38E04BE574DBA113CADB24909A0D5CC682F0F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F407420B0D579907ADF62D350344C70749455D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F6102B9677963022D97E4F75BA5F55535F9F65F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FE146AE3F4424459E12176DF54ED4B29D8B1FF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral602B619395B6225240651B2BD92A72C733BCA60C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60562A00E8843BDD859695D99DF7297D87FD7A87); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60A7FCCD5495105E52B61D437F029799FFAAC956); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60DBA695A8B72E96C6ABCB74108071B346758681); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62227C72545261E4D5D2D342B4C9DB4BDD0CA2AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62ADD81204F18C21BB7D480E72F63B91BD7D1077); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62DF8B883A7680DEF02C157C7AF38B4A3E89D8BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63B06AAEE168A69B2E3327DC3982CB561D0F7724); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63E6E9E0BBEB0EC7BECBFEE61E6809DD8765DA52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647CF137C0F27918F699BD1C0B1DC7FF9EFC1014); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral647CF954B2F80DBFC50D430C66B3A23E5C536D87); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64B6D987B19A27F565F12FE801B619D598095607); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64B731C5F5DA8BCCFEE147611CDC1D2517B4C892); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64FFADA9A4AD7FBB07287E115BFFB0A4DEB1E972); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral653027A88CDD470149309C1E951A7B7FC3595934); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral653B5982925317B408AE541E434B57819B341866); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6546B83E9EA7D7FA3AD6FE16A9524BE1D81E19B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral655445AC4961B64F21182606EF3311E8511712FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral658EA7B5E45723CE2F5AF4AB12DAD544166BBAD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65AFF2E7CCF2472BB3D4F45F16FF2F8E981A39BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6672533E66ADB42135CE82F90C057F5A203A0860); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66A2CAFDFA3AB91E5FFE0881B0AA8DD61034B2EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66D300C69E31DD334F05950D33F9BB5EE964B3BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67E734EA824D146667DB9A6936CDDF734CD7763A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6854390624ED132AE56E1EE6DF55BFD0F0372293); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6897B24AC802E8F903D21BCA7FAF3A60798ECF65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68AC4C67571B75E1C2725D47E85E00114832E72A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68E6C6FC334511B8DCB4D91B886D78A8AE65A554); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68EE15B74901C1E5038320925EC94A70025C397B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral695A73A8D0BAE4ED85C5391EFACD0FADF4F293CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A0E9C2FEE7847AC36C3F2CC736C36AC9B27D076); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1DD7BD106C8857E526EFC451B973527D70441B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ABCB95F000D97F9F5CA68A584218C857A1CAF09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ACD66F19F0B0FD9F11B44D2A764AC9483D41000); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B795465C3B30F08A6D0ACAA16EF80CC6B4FD8EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BDAAEB4DF49526020EC7FCE3B766BC3469AA2F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BE8847138254B79B44F23B6F705BC3159C524A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF833A9A3AFBF80B406FAD80E5400C9A69A03A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CC405735BE5F4424601E084B4D72B22E55BE8EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CFEDFF5604347798B0899C0BDE905FE31D0C039); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E42B2B281875E916B0F7E32980EA1F9B8437385); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F877039E8C0C1F47795BDBF08E2EAA85F11BB63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F952D1A6C81C4A4E46405FEAE44E36AFF07EB82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral703C3487AEE69DB9DF017E809F1B5784A3573EDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70B17AAD07739AC6E24336BDDD087A5F4A2D8414); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral728ACE02DC6DC68177E94E34EF172F6BD280D490); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72907E4924FAF32A0AE492C27925D16F1E589CF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72A372785804624D9E6ED66C4B5EC8C893222BB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73B2075CADEB486594F4CC8646162E94C8AE519A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73F2CB13FE147735AB386C83AE866F7EC41980DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7400CB419C5A6584F4C828D48E33A6CBEFD4A548); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7410D5CB935DF2D64AEBF768B66D37B4A34C9D54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral746A1D2B973E30F15EBFB0E611D33C5BD9EE1507); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74A207A1D1EA00692A1D60426DAD1F6A9634E9C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral751761CFC425090DF37953B66E095E074C493B82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76CD8EB4FD4EE3FE6D8879A45D058DFFF4775D16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76D0C1A730CD97F002070CBC6A93B1DA6931AB75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76DCF6E3DDE631DEFBE889E98FB0892CA0DEDF8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral774BE53FB7F12C138EBCB47C1C3BC4D4A7A1E7DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78C241AC4B7A315FC632473AD8F801A55B065942); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7929A7A4AB1517EA989F015DBF6F87B24CF6FE51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79D71707A47A31D6D40860BE96049B55771BE6C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A406A92D88D81D36C3FF33777E8E81FF32961C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B5D5990D78A06DA0E79A01DDE0FCA3CAC7369BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BB0CD836925A46DF692A6D6D0F03E2E0A479525); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C022E2202C33B05A9AD14AE1A1E837AC3233551); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C06E593184AB89542BA633A0D5A1AB9E13C41D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5F42467EDBD07583ECC7B6387A38C5667DD179); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C9C10EDAE24AA2192B87EFAA6DEBA26CB60A098); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D55DD6DBE90A37490BC6850AE39C213F174A12C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D9366B62C745A26836F06770906ECFBBDA943C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DD729DC85DEF659690E8BFF96F2422CD5C22AFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E305CAD5C844511E261B917268BD1BB40125A03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3CFF9B1B213C1146F92A436EE5B2D56A7EF4A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FBA16D6CC3921ADEBA94689A17AF303266A00CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8104D50FEAB0E4909178B2DB9BA55A98864C3936); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81821E21DC15B35D141A8B49CDB9660682B712FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81B29292594E86F9F243478C06079C0FE7BD7764); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83233C32D26A4F74AEBFD5B72487CF6C23497FE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83BBCFCACAEBC3881F4A007375571457D9AB27F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral845B80F82240791DC738768AB0EBB7262B0B5994); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85225E74DED6E658D42B042044B4A1C62CD541ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8592B054228789DCF1BCAA45E3910A2B143E58F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8609E0E2AE2791725A5753917F782BE01B29BF75); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876686C333A653B76AD96A2C08D73C7A208175D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral889617F414F07DE598E5054C49E4A8A4E623433E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8ABA7ED82B5ACA1294A7B9A6A5647168BD9D7F0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8ACB7DA85AF8E3C9B31DA5B1C84FB5A78F9607FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B0D2F8199484F9B8E6B9BB116635BC7F8378C19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BC0D2AFEBE59FA1DF423E6D1796C0DAEED086D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C1F5449D92A03A250D69EC43AD2CB4CE5201DDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C5938D767CFE010EDCBC3B5173D0F208532D22B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D4AF45ED6064C75AAE135175C37BD0A1284CDF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DB02C8F8D1DF4C058E1311DBD055801F6852B05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E3E928AA62FF4A4B25CADE54575AD0692699A53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E40F0F3E169BF88647ED92D58ECA0CCB1C93373); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E7A696783CBBE88675F5729CD042E2694CDAA1C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F5B216B6455A044178409F67399F7B7332800DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F79F3405598922D1B6F36F450117BBC1CBD7ACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral910B781F9CF9CF258E14287B30C9221FDDE61A5B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9155F30AA734CC9F26A86F037D8B48FDF7869B2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral918047259C6FFF7176506FF4141E7C078EE96880); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91CE18BF0ECEE0F2C252666C43E4E5C6D90BC05A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral921495748EB6A2703CD34F3F3D4BF753E785B97E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral925CF45B66DD8783076F5CEEF1A2B1A2577BA5F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral935DED07A64B226D3B13EBBDF54A8633B651D342); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93A0402B4EC6F64421C490D0558DFF1AD9E24FB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9518F75B0BAF37444F9486CBE9D9ADC69EF0FA4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9640C0350143849EA52A90565A038618F0D77F99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96681A2B198D42859DB500CC97021274BD2004F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96ECC1F1572C33C2E1D3C6203BE0CD2F54E40BF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97780EA382C32C34FC0BAEFD586ACF59ED2F3148); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97B00FD8314B9B3431027FDEC04736184544263B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral991D0A7E6B3EB73396B32C386EB794CEF011FBEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9995CE47672E4203B2CBBD9C20A35E2FC416FB14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99B4FEDCA76292F70EC79B8C95F4D3A37D6268E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99D2F39BAD4571A0C7E89F57E6184FB62DCF4BA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A9B1DF0E2EA894E07A53E89A6FEC51BB469F04B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B6374FEE00A7ABA09540196AD94CD1BDCF7AE94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BB00B1B980A07547640DA1AE4CFF1A800E02AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DFEB5B3F4373DB1E16A5152FEA5FF78F302A7C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EDD1FED78E7CE21DA5013C168469502FB7AF1DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F83D8C05A2B5334E53A42CEEDC857F7B3E8298C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FEB71AD8ECE4A04AD29278E36CF9D0BE7F9890D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0E3BF9CCE994F4FA1D13D14009093AC71FF4BBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA16DEFAC01B4A22F4E3857D253D3E5C1925BCC45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA19AA44CF7E852EDD061B7F2A098BC202378784E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA27826D89BA2BC5D1F74920749B41C9648A304DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA280317F29CBAFBC46BC4557F2182E992081018A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA32187D1A95A71FB7899E093CC8A2D21B2B7E74C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5887432DD4658E0A7B1B77A68CC124D2C76A7C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5FBEFF863330C6DDCFDDABDBF22A09FEBEDDF91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA64E81648C435428CD0E483502F7E7429A067522); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA691865643DE3F9A413786ED25F3D01260951186); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6AA2DEDD2213A58B9695555093DC69F401DF2BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA815517F4DD647F253D33AFC4315467A56A154E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA86F1AB074BD0A96F60D11464EDC83164759D7DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9D0DC079FAEF8E536643F31D7FACD785C052813); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA34CC494B9B9970A55E53B0DA850B9663B5D7D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA938A0A564F06E26255CC984647912C9A80E9B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAAAD748A9167857089BE2BCDA56BA779A2CF7C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAACAA5C58381A687E312A30415885F3788317947); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB44CE62938DBC2C5924D9AE91FB3870B625BACC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB8332AE6B5DED504EF6FF26EAC5AFC64A909A45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACD4517F7B675C9F469DE82161C06327FB057980); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE9D6A0B88B2447EB31ABF04D08C209B24A5C50E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF04185B3864D88DD153EAD7A19C020DCC51EBBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB05D1072A857AE0380148675956712410B3B82AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1CC4EEE0D03B36C4F0C0B14929BBAC76C9F04A2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB33449EB49273559D9B3C375598EC40E2FB1DCBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB37EDF8BDF14D968036A8B6E7E828D835E19B95C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB38EF8EEC16D07CB959110C418619843163CDEF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4796B9DD8CEA5F638F0A5ADCCC0DD4CC05D2436); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB56211597A743D090F860D7EFC3559A3D842D65D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB617EB4B2008A9FF8F4D5A7804C9E8B50FAFFD2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB63DA2D022FEE25FBFAEF9ACB31C8271DCAC7DFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6802ADA12A8081826D4B14C3056107B832AC741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6CF12FE3CC5A3A7A7FB3E28674EB3C814976446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB70EAC7B626A8056558F0A601B2423C6C3BC8BD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB80E9C6B487215DDF8ED9C8D1480A68B94D50B1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8B78BE3304AA808927F0B508DAA4AAAF659F9AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8DD288607FF8CFF16B9A97503C0EC6108E01F52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8EA90D930F25A398262C947B68BE212FDB7A114); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB94E8B7DD131B529776D7CB5B0544438AB466C6B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB96918BFC4F0264AC09EF18422FF3EDA2AA4BB85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9916CB4EAAE5DE8FD1381019EEE99FDEF67BF80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9E79D5CF77E57A8F7B1A52141577C4D3BCE8779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA2935D5EDCC81A73024C2F5E5752EE778477297); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA874EE7D8322DE779D8F3F55278095F87DC9341); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB3D96BE6BAEB561C6EBEC1F2299D2B266258B69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB45E603040B6B216699610307F7AD99BE979B55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB57A13385B3C866A2234BCC262833B4654174CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB649D25BC62010ECC1DBC1695A1931EE51AB396); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC214E7BC666A9707F7FCE8B3ADC6EB334D9E876); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC90C82BDBD3DBF8022E1CB17000CA648FCA3A59); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCBA82A77D9475423DD2EF7C1C0B410BB3D7AA19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD14D0EF5387A12E4F8D0B9377F8EF06AE88DC7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD1EDCE6E99BE98F799324559FA808FD9CEDF6EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD578D9020E7C5A5C9137EC6186306C5877F35F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDF077BDD39FBCBF29935FFF2704FA22A6511027); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE2EF9B70313D9987DD8833F17CD4E2F30520A09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE81FA580EC366513B2AD36F5C5FBC974F076D13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFFE556F7CC5A872AFD8DD5F0E974020A23AF585); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0BB7CA773CE85D581ABADA9B5DA9F1B20DEAB45); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1CC112A83CC198C208C3F8055DE87E8F598194F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3319AA0252CBDBE29864381B0C793B356CF2199); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC331BB611CD688525868217241D5919EB366F954); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3CA4B933C737F81AF02585C257A104DF2DF238E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3E2A92646A3D24938BED6C5DCAD1E150390D062); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3F8A3FC07018F32648FDF657E65287C6736F606); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC54A5C30D16C90C27F9109B214568ECA933A66F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5B62D921BFE8558C61D5A304AE72180EDB57702); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6104438F2F57018DE192A821CF5821082E428F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC796BA0343F4213E59F1A3F9DD557B60937997DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC83FE362F33416EC35415D1920754AF86C761968); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC85A13B5E20871FAB850737284187DE4FB5300ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8D1F6020FF194AFFCFF784E448AE14F6769FCDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA1114CFB1226325F6F01FD809EA6CE4AF330B39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAB86E398E13EAED1EB5DFEBE2DE39AE5F60C91D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB3AEAF7D3799E38D6E55689AC5402BD7B99B379); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC0EC070BCF89E36F69BD271DE85907DD740FCC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC2B1AD4F6AF15C4E2B4A3A303FA46E23FCA786F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC8303B99C96154134407BFE912168FDF88ECAC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD94140EC5B5E76A5FA543376C856F875B9A6510); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE1CFEB461F91BDEC809212A93B1C9E9B4F97BE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE4D5BDFFB515A97850998F9179AFCF58F7A7DC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE75BB5E7898DBAD485C9426CE02119DD96ADA65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCED7252185C2DEDA9306880836687FACF7506417); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF74A4B89D4EE4C5ABB32CA39246320C337C5E8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF8EFDED408D1B26055A1BC4B9E00C788C111998); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0158CF2B898C6F7645F0E92A5E3C0B7C5ED5693); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0164804F749E46E2E0763FCA5D13C21D61FE23E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD08E87FF7A46E974D872009362DB3EE5355F5F2A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD18F3FED385B61FD4EB458AD47B02FFA9B9A5194); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD41AA061803471E66CB197B14D56F99D1BCABD07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD44A6185EF6D5270C77DC3B679E8F20946D26B7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4515DAE625D4BC192B953F0CDDC1C3C1BBD9296); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD48D89904FB7079C538EFAD657D4D59181FB66B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD507A887C3115C940F243DC84C049667410364B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD544B5746ACBFA83FDC4E3ECBDBABEFDD0400DC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD596DFCC5F01933800FE7F770F8A689C8CB094EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD67B8A656690AB561AA26AC0AD6669C4ADFFCA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD706C4CBD948576FEFEB567C9FADA738A0DA078F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7248A39F3FFD5F29F3A82B3D3AC57CF22CBABAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD74873AD6809B69602B85083AF112A08E812A01B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD776F52DB272A9974856F554D84E1922CF6C8C04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD79BCC1D9686E91C0D38CAE4F23E8261B32EF86E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8060A96ECF76656A31E51FBADD183E73D22ABD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD90C9CE2FE1C0BB17387732EBAB0FE7752B04F00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD94DD24008D0FA4EBD7E401B8691C8A65E5EFAF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A0C24A4C933B64FC6C0D0B3FD20DB947AA5917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA5831573CA4E7D4BD4BB37B77CF2DA2F529680C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA8EB70448F658D1B2E4A191FB1126E7830F3EF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAD77C2AE028A466DBDCA5BD600E007BA934F1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB36D0200046E50D235A5A77897C24326603F65D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBE7F5C8E35DB553392DAED0210A9AC55088EF41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCCF22B1EB35EC58FFEB04A8C396594903C38127); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD9EBC6C2126C14AE71F223775C0378CC1E1E8FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF6067A784AFB5E876881FD9B7545CAFF19B28E7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE07FF8A28F68DE2765770FDDC1A0BE2A68DF027D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0A3AB4B59C17EA9D48CA3174C2CCA7F03890384); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE243FB8D9313FB9CAED6E93C906E5DE6BA507CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2F821451E291C95D25488E977E55FD9D45D72C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE329964D0EF514B127259097740B6A91E6AD323D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4100544117846D4647DE0C597FB8B2B17BEB315); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE504D1328D56B08733978AC58E6D9DCA9303C1B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE582BEE3725203632E40285D10D31867423E16C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5C4DE29917BC85D50DFB6434B3A2DE446444F9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6ED3948EBA2C4EA7B39D25923D916C995F8B7E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE713B66C68336B9B8D39DC6C259A0EC3E232CFA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE77AE48ACD5FEA2E63F62568BD4A20C2CA0D4B66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE819B9E8BA40380D20A80466177E559A33D246D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE880DE80CCADDAD34B2968143B211E18FF42BBD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8A95B77257B718FBD370007D915B31B7BE24C4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8EFE67805C7E098AAD70F38B661AB276707B243); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F115133981FA10D36820F67ACF06CD8609D703); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F4B323C30FAE436F30D6A29F7DDC0C29CD5F62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9145F03557593CD6D82BD95EE1BCF323D2E4897); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE99AB15DE145AF4A0E29F635FA22E49DAAF13F29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB1B985A3AE14749B7FD2EAB850DCEF21A58C05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB89D4C77B1D1A19D9D872D16A3ABAAD61BD1A08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECE395CDAEB0ECDBD5A23AA77D43B5263126619C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE9322880EDA730EEDB55F5B647CFC9AE29249D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEDC1AD3C55574DEC540CFB6A182087F91A3C2E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF4C89A1231E77158C9BD858F1A8B53DCCF54FCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFFA2622D6F632EC1BC08EFDC17EAAEB8CFA30DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF070EE510E0DA0AF3E576081649DF6257D4F673C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1D93AE5E465BD3A4EEF565C936466C213D2EF1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2046F68FEF8A47AC7FE5687DD7FDA6C233B2533); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3BC964ED8C4C6F8FD0C9A1C2A4ED7828F8F12CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3EE509E14069DFF4F0EF7F0603311CF252F1615); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4D16212D8371B911BAC48C7268891BAF4A3757D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF525937F4802DFAB668F8D58E96E5C8456C4A416); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF558390E617EC1257B59F0565E47B7282845ECFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF580B417DDA781C682644F77C106C82F61DC8486); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF583ECC94A78C95342A01EDAF86FB4F9B3693514); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6DAB283FC637F0CFEE0ECD9675746A020F6CE72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8CBD169A32C8D4DF33B85FBDAEE04914191F666); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9F21E0E58EDD803E5FE0FE2D9668BA6B8015894); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA8996A8164B28D595752E84EFD1FCA1F9AC458D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAF464FF4116CC6B1EA04CED803B1EB0BE90F949); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAF6F28F06CB2CDB9E49D66F7E8844A8FEBA7B70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB2220F1B4B21EB348BA94875BFD5D6A43D5D168); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB37522D35FF3A193DACB8A142A32F4C55F0253F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB91DF7EEC2135EC963D55F2DA5FBB6CD3E3179D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC1936C444D592D5C33262866A0F73E382BF0FAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC51B2CA45056A2F62D45267A40CFF5D6598F67B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC6C1DC2224936F4BEE7CBA35A0036A85E7B52F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC6C8C4E10F2AD89C47DBA26E570B987A180CF52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD0DF99AD4FB0A1EE08EDE2CDFED98744C8DBE31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD95A00B530C13C66E0AF8F42FBF8E14D7C63076); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE14392C303DB16ECA31874C2386A6AAFD10397D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE3AD00AB7291C3AA23A9EEA518331445E2A2526); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE68D2B68F65FFB8E5E02CB44CD8BB13862D6CEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEB1E25F6B4D10D390D8B46062448FE3BCE441D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEB8CADDC56204B5564CB7892BE53B54E83A9CA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEE3BA8440F8BF2C5146ECAA826B0CEC3366BDE4); s_Il2CppMethodInitialized = true; } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_0 = (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)il2cpp_codegen_object_new(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666(L_0, /*hidden argument*/Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_1 = L_0; NullCheck(L_1); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_1, _stringLiteral8E7A696783CBBE88675F5729CD042E2694CDAA1C, _stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_2 = L_1; NullCheck(L_2); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_2, _stringLiteralBD14D0EF5387A12E4F8D0B9377F8EF06AE88DC7C, _stringLiteralC3319AA0252CBDBE29864381B0C793B356CF2199, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_3 = L_2; NullCheck(L_3); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_3, _stringLiteralF525937F4802DFAB668F8D58E96E5C8456C4A416, _stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_4 = L_3; NullCheck(L_4); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_4, _stringLiteralE99AB15DE145AF4A0E29F635FA22E49DAAF13F29, _stringLiteral442D1BE81DAC116BECC64F549C372FD66AABB8EB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_5 = L_4; NullCheck(L_5); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_5, _stringLiteral655445AC4961B64F21182606EF3311E8511712FB, _stringLiteral5D0525979B1582791088F6467DFB18D79C7CCC15, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_6 = L_5; NullCheck(L_6); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_6, _stringLiteral774BE53FB7F12C138EBCB47C1C3BC4D4A7A1E7DA, _stringLiteral4A86F1C4929F883CEA301B930C2B847420242099, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_7 = L_6; NullCheck(L_7); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_7, _stringLiteral9B6374FEE00A7ABA09540196AD94CD1BDCF7AE94, _stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_8 = L_7; NullCheck(L_8); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_8, _stringLiteralF8CBD169A32C8D4DF33B85FBDAEE04914191F666, _stringLiteralFA8996A8164B28D595752E84EFD1FCA1F9AC458D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_9 = L_8; NullCheck(L_9); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_9, _stringLiteralE8A95B77257B718FBD370007D915B31B7BE24C4C, _stringLiteral16024330A044BEB6BD60DA0D270878CD31B28C70, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_10 = L_9; NullCheck(L_10); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_10, _stringLiteral3CF9D89187468E41A71363A823462A2C0AFFEE3B, _stringLiteral8B0D2F8199484F9B8E6B9BB116635BC7F8378C19, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_11 = L_10; NullCheck(L_11); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_11, _stringLiteralCC0EC070BCF89E36F69BD271DE85907DD740FCC2, _stringLiteral25BA86D351FA0013EE595518C4713ECE93CB1E7F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_12 = L_11; NullCheck(L_12); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_12, _stringLiteral73F2CB13FE147735AB386C83AE866F7EC41980DB, _stringLiteral921495748EB6A2703CD34F3F3D4BF753E785B97E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_13 = L_12; NullCheck(L_13); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_13, _stringLiteralF6DAB283FC637F0CFEE0ECD9675746A020F6CE72, _stringLiteral1F773173D585944BD3ED61B9B81A499B00ED201F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_14 = L_13; NullCheck(L_14); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_14, _stringLiteralA32187D1A95A71FB7899E093CC8A2D21B2B7E74C, _stringLiteral2A644EC71C13B7D9C1BC17C1585F30B8B0935DD1, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_15 = L_14; NullCheck(L_15); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_15, _stringLiteral746A1D2B973E30F15EBFB0E611D33C5BD9EE1507, _stringLiteral8E3E928AA62FF4A4B25CADE54575AD0692699A53, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_16 = L_15; NullCheck(L_16); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_16, _stringLiteralCB3AEAF7D3799E38D6E55689AC5402BD7B99B379, _stringLiteralF2046F68FEF8A47AC7FE5687DD7FDA6C233B2533, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_17 = L_16; NullCheck(L_17); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_17, _stringLiteral27F9FAA26FEAB6F9BB290B7B958DB525D1A8B9E6, _stringLiteral10F2E7A1019FD6CA13579072B853A171D56A0E1E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_18 = L_17; NullCheck(L_18); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_18, _stringLiteral6854390624ED132AE56E1EE6DF55BFD0F0372293, _stringLiteral925CF45B66DD8783076F5CEEF1A2B1A2577BA5F6, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_19 = L_18; NullCheck(L_19); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_19, _stringLiteral284AFBABE08A1A2C2B704A1FD6F372BE26B7DC59, _stringLiteralF63581A94CE4CBEC88BF1CC47F97C9F6F68E56BA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_20 = L_19; NullCheck(L_20); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_20, _stringLiteral64FFADA9A4AD7FBB07287E115BFFB0A4DEB1E972, _stringLiteralCED7252185C2DEDA9306880836687FACF7506417, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_21 = L_20; NullCheck(L_21); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_21, _stringLiteralB1CC4EEE0D03B36C4F0C0B14929BBAC76C9F04A2, _stringLiteral53EF9C6CC0505C233924EAAE6E39D3B66F48A9A1, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_22 = L_21; NullCheck(L_22); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_22, _stringLiteral6672533E66ADB42135CE82F90C057F5A203A0860, _stringLiteral60DBA695A8B72E96C6ABCB74108071B346758681, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_23 = L_22; NullCheck(L_23); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_23, _stringLiteral8C1F5449D92A03A250D69EC43AD2CB4CE5201DDA, _stringLiteralFB2220F1B4B21EB348BA94875BFD5D6A43D5D168, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_24 = L_23; NullCheck(L_24); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_24, _stringLiteral99B4FEDCA76292F70EC79B8C95F4D3A37D6268E5, _stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_25 = L_24; NullCheck(L_25); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_25, _stringLiteralD41AA061803471E66CB197B14D56F99D1BCABD07, _stringLiteral542DA81119F7A77E88E01441B45AD46258271DC7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_26 = L_25; NullCheck(L_26); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_26, _stringLiteral9640C0350143849EA52A90565A038618F0D77F99, _stringLiteral65AFF2E7CCF2472BB3D4F45F16FF2F8E981A39BC, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_27 = L_26; NullCheck(L_27); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_27, _stringLiteralFAF464FF4116CC6B1EA04CED803B1EB0BE90F949, _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_28 = L_27; NullCheck(L_28); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_28, _stringLiteral2DA533FDC05C13330E98526FB55774E5FF01288D, _stringLiteral4125CC5D7E34238A72CA6F51FD549E61598BC6AA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_29 = L_28; NullCheck(L_29); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_29, _stringLiteral8F79F3405598922D1B6F36F450117BBC1CBD7ACC, _stringLiteral529529DE3F79903FE5990627512F95BF52AD7BA5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_30 = L_29; NullCheck(L_30); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_30, _stringLiteralC54A5C30D16C90C27F9109B214568ECA933A66F9, _stringLiteralBA874EE7D8322DE779D8F3F55278095F87DC9341, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_31 = L_30; NullCheck(L_31); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_31, _stringLiteralC85A13B5E20871FAB850737284187DE4FB5300ED, _stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_32 = L_31; NullCheck(L_32); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_32, _stringLiteral37632A05AA57D1A015588FEE82A3FA0D91E5A75A, _stringLiteralA280317F29CBAFBC46BC4557F2182E992081018A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_33 = L_32; NullCheck(L_33); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_33, _stringLiteralA815517F4DD647F253D33AFC4315467A56A154E7, _stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_34 = L_33; NullCheck(L_34); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_34, _stringLiteral157B3466FD1F73B3486CE5E071D1B3FFEAE8636E, _stringLiteral101A7954A9AC3FB9F8B051BCDA2F6DE45FCD9344, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_35 = L_34; NullCheck(L_35); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_35, _stringLiteral9F83D8C05A2B5334E53A42CEEDC857F7B3E8298C, _stringLiteral79D71707A47A31D6D40860BE96049B55771BE6C2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_36 = L_35; NullCheck(L_36); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_36, _stringLiteral55DE2F61C20C442B6850E61C30F11AAD12870584, _stringLiteral365C2C47B00BB9CCEE149C6674403770198BA70F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_37 = L_36; NullCheck(L_37); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_37, _stringLiteralAA34CC494B9B9970A55E53B0DA850B9663B5D7D9, _stringLiteral25319E679F3AD870B99541E0EA77D9DF0A86AE61, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_38 = L_37; NullCheck(L_38); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_38, _stringLiteral4C1B65C594A71D2CC73F19BFAC8832100C5F1E32, _stringLiteralBD578D9020E7C5A5C9137EC6186306C5877F35F8, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_39 = L_38; NullCheck(L_39); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_39, _stringLiteral6E42B2B281875E916B0F7E32980EA1F9B8437385, _stringLiteral1BBE73EAA86910ED71AD8C03B3E17A79F45E2357, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_40 = L_39; NullCheck(L_40); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_40, _stringLiteralDF6067A784AFB5E876881FD9B7545CAFF19B28E7, _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_41 = L_40; NullCheck(L_41); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_41, _stringLiteralBCBA82A77D9475423DD2EF7C1C0B410BB3D7AA19, _stringLiteralB70EAC7B626A8056558F0A601B2423C6C3BC8BD7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_42 = L_41; NullCheck(L_42); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_42, _stringLiteral4F99A60B890B4A5CB45FF2BBF74489417995E76D, _stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_43 = L_42; NullCheck(L_43); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_43, _stringLiteral72907E4924FAF32A0AE492C27925D16F1E589CF1, _stringLiteral2ADB6FD3FA0CA506B12F073856855240D7723F6C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_44 = L_43; NullCheck(L_44); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_44, _stringLiteral73B2075CADEB486594F4CC8646162E94C8AE519A, _stringLiteralFEE3BA8440F8BF2C5146ECAA826B0CEC3366BDE4, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_45 = L_44; NullCheck(L_45); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_45, _stringLiteral5E06713FE172890E089E1C688B12B1A05204A922, _stringLiteralB9E79D5CF77E57A8F7B1A52141577C4D3BCE8779, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_46 = L_45; NullCheck(L_46); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_46, _stringLiteral313F9FEF4DBF9EE7D8894B21913C6FE0865588B5, _stringLiteralA19AA44CF7E852EDD061B7F2A098BC202378784E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_47 = L_46; NullCheck(L_47); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_47, _stringLiteralCE75BB5E7898DBAD485C9426CE02119DD96ADA65, _stringLiteralA65DBA682C40E29506EA08E50296520D49939CB9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_48 = L_47; NullCheck(L_48); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_48, _stringLiteral55E16D2AD86FE46BFF30519C4F338AF771F34EC1, _stringLiteral5E1E2620285964F947D165F665A170CBCB80AFE9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_49 = L_48; NullCheck(L_49); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_49, _stringLiteral47D5927C1E2A4178F571EA53EDCF00E779E21CAD, _stringLiteralBFFE556F7CC5A872AFD8DD5F0E974020A23AF585, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_50 = L_49; NullCheck(L_50); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_50, _stringLiteral3685EBB61E1AF531C1AFC10462078256499D352C, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_51 = L_50; NullCheck(L_51); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_51, _stringLiteral6A0E9C2FEE7847AC36C3F2CC736C36AC9B27D076, _stringLiteralBDF077BDD39FBCBF29935FFF2704FA22A6511027, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_52 = L_51; NullCheck(L_52); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_52, _stringLiteral66D300C69E31DD334F05950D33F9BB5EE964B3BE, _stringLiteral97B00FD8314B9B3431027FDEC04736184544263B, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_53 = L_52; NullCheck(L_53); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_53, _stringLiteralA691865643DE3F9A413786ED25F3D01260951186, _stringLiteral8F5B216B6455A044178409F67399F7B7332800DB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_54 = L_53; NullCheck(L_54); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_54, _stringLiteralAA938A0A564F06E26255CC984647912C9A80E9B3, _stringLiteral4658E23C00EC1F3203E84B4A03550528637AB362, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_55 = L_54; NullCheck(L_55); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_55, _stringLiteral0CC3EE569CF3D9A83A265AECAF7B83BA60309E20, _stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_56 = L_55; NullCheck(L_56); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_56, _stringLiteral41832A0540939B1AF32468A96B9720EC4FEC1F8F, _stringLiteral8592B054228789DCF1BCAA45E3910A2B143E58F5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_57 = L_56; NullCheck(L_57); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_57, _stringLiteralD706C4CBD948576FEFEB567C9FADA738A0DA078F, _stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_58 = L_57; NullCheck(L_58); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_58, _stringLiteral0A2E649A658BE274AC581F6657A7A72888AB33AC, _stringLiteral348F795562B7A6A4F83B595BAB7BE08343DF784A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_59 = L_58; NullCheck(L_59); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_59, _stringLiteral658EA7B5E45723CE2F5AF4AB12DAD544166BBAD9, _stringLiteral208F258766D171FF6F52DB0FDDCE4B0E206AE087, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_60 = L_59; NullCheck(L_60); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_60, _stringLiteralC3F8A3FC07018F32648FDF657E65287C6736F606, _stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_61 = L_60; NullCheck(L_61); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_61, _stringLiteralF1D93AE5E465BD3A4EEF565C936466C213D2EF1E, _stringLiteral703C3487AEE69DB9DF017E809F1B5784A3573EDD, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_62 = L_61; NullCheck(L_62); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_62, _stringLiteral7C022E2202C33B05A9AD14AE1A1E837AC3233551, _stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_63 = L_62; NullCheck(L_63); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_63, _stringLiteral20BADDD93DC557EFE1521E35F9AA46A066D49907, _stringLiteral11B9FCE077AC90A54EA76A75593EB2272AC4E0AA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_64 = L_63; NullCheck(L_64); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_64, _stringLiteral83233C32D26A4F74AEBFD5B72487CF6C23497FE3, _stringLiteralC83FE362F33416EC35415D1920754AF86C761968, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_65 = L_64; NullCheck(L_65); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_65, _stringLiteralDCCF22B1EB35EC58FFEB04A8C396594903C38127, _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_66 = L_65; NullCheck(L_66); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_66, _stringLiteralFE68D2B68F65FFB8E5E02CB44CD8BB13862D6CEA, _stringLiteralD7248A39F3FFD5F29F3A82B3D3AC57CF22CBABAD, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_67 = L_66; NullCheck(L_67); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_67, _stringLiteralCC2B1AD4F6AF15C4E2B4A3A303FA46E23FCA786F, _stringLiteralBE2EF9B70313D9987DD8833F17CD4E2F30520A09, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_68 = L_67; NullCheck(L_68); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_68, _stringLiteralD74873AD6809B69602B85083AF112A08E812A01B, _stringLiteral6897B24AC802E8F903D21BCA7FAF3A60798ECF65, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_69 = L_68; NullCheck(L_69); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_69, _stringLiteral40EB80C63444AB5F19613C7C4DB7B2C5194F02FB, _stringLiteral72A372785804624D9E6ED66C4B5EC8C893222BB9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_70 = L_69; NullCheck(L_70); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_70, _stringLiteral99D2F39BAD4571A0C7E89F57E6184FB62DCF4BA3, _stringLiteralE6ED3948EBA2C4EA7B39D25923D916C995F8B7E9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_71 = L_70; NullCheck(L_71); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_71, _stringLiteral45CC98220E225BA0846A8653570358F063BBEA4D, _stringLiteral5690FED961990D9B80A8B43A537395B627E6F077, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_72 = L_71; NullCheck(L_72); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_72, _stringLiteralBB3D96BE6BAEB561C6EBEC1F2299D2B266258B69, _stringLiteral5C34E4B24B06C5C08101A2404195DD81EF23BBFF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_73 = L_72; NullCheck(L_73); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_73, _stringLiteral8D4AF45ED6064C75AAE135175C37BD0A1284CDF2, _stringLiteral63E6E9E0BBEB0EC7BECBFEE61E6809DD8765DA52, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_74 = L_73; NullCheck(L_74); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_74, _stringLiteralC5B62D921BFE8558C61D5A304AE72180EDB57702, _stringLiteralD4515DAE625D4BC192B953F0CDDC1C3C1BBD9296, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_75 = L_74; NullCheck(L_75); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_75, _stringLiteral8104D50FEAB0E4909178B2DB9BA55A98864C3936, _stringLiteral374F214492362E1F2DB673A2F3ED72E45BA97B81, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_76 = L_75; NullCheck(L_76); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_76, _stringLiteral68EE15B74901C1E5038320925EC94A70025C397B, _stringLiteralB6CF12FE3CC5A3A7A7FB3E28674EB3C814976446, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_77 = L_76; NullCheck(L_77); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_77, _stringLiteralE329964D0EF514B127259097740B6A91E6AD323D, _stringLiteralDAD77C2AE028A466DBDCA5BD600E007BA934F1F3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_78 = L_77; NullCheck(L_78); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_78, _stringLiteralB37EDF8BDF14D968036A8B6E7E828D835E19B95C, _stringLiteral9518F75B0BAF37444F9486CBE9D9ADC69EF0FA4E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_79 = L_78; NullCheck(L_79); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_79, _stringLiteralD596DFCC5F01933800FE7F770F8A689C8CB094EC, _stringLiteral91CE18BF0ECEE0F2C252666C43E4E5C6D90BC05A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_80 = L_79; NullCheck(L_80); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_80, _stringLiteralBA2935D5EDCC81A73024C2F5E5752EE778477297, _stringLiteral3A971881AF6B7B211E34707E857DEC5F36487877, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_81 = L_80; NullCheck(L_81); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_81, _stringLiteralCE4D5BDFFB515A97850998F9179AFCF58F7A7DC2, _stringLiteral2ABF48C27B12B34F5242ED2F675EFEA46C41888B, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_82 = L_81; NullCheck(L_82); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_82, _stringLiteralAF04185B3864D88DD153EAD7A19C020DCC51EBBF, _stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_83 = L_82; NullCheck(L_83); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_83, _stringLiteralB63DA2D022FEE25FBFAEF9ACB31C8271DCAC7DFA, _stringLiteral602B619395B6225240651B2BD92A72C733BCA60C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_84 = L_83; NullCheck(L_84); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_84, _stringLiteral653B5982925317B408AE541E434B57819B341866, _stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_85 = L_84; NullCheck(L_85); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_85, _stringLiteral4031FB2EA4AE1E5AE87F24223CFF33E3A4C45784, _stringLiteralA16DEFAC01B4A22F4E3857D253D3E5C1925BCC45, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_86 = L_85; NullCheck(L_86); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_86, _stringLiteralEB1B985A3AE14749B7FD2EAB850DCEF21A58C05B, _stringLiteralFB37522D35FF3A193DACB8A142A32F4C55F0253F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_87 = L_86; NullCheck(L_87); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_87, _stringLiteral5F407420B0D579907ADF62D350344C70749455D1, _stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_88 = L_87; NullCheck(L_88); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_88, _stringLiteralE8EFE67805C7E098AAD70F38B661AB276707B243, _stringLiteralB8B78BE3304AA808927F0B508DAA4AAAF659F9AF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_89 = L_88; NullCheck(L_89); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_89, _stringLiteralFC6C1DC2224936F4BEE7CBA35A0036A85E7B52F4, _stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_90 = L_89; NullCheck(L_90); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_90, _stringLiteral552ACC9B537B9D8F21FB8959A8163F4ACCD36027, _stringLiteral3D7778B659B3EBE73D75D97F51A73A4C3E7B7DEB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_91 = L_90; NullCheck(L_91); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_91, _stringLiteral399C1559C8807F223691056D6B401711AD1E9CFD, _stringLiteralBC214E7BC666A9707F7FCE8B3ADC6EB334D9E876, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_92 = L_91; NullCheck(L_92); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_92, _stringLiteral7DD729DC85DEF659690E8BFF96F2422CD5C22AFA, _stringLiteralEFFA2622D6F632EC1BC08EFDC17EAAEB8CFA30DA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_93 = L_92; NullCheck(L_93); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_93, _stringLiteral499A3BD80FEB9D42D35992E87581DBBE25FAFB2D, _stringLiteralFE3AD00AB7291C3AA23A9EEA518331445E2A2526, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_94 = L_93; NullCheck(L_94); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_94, _stringLiteral7BB0CD836925A46DF692A6D6D0F03E2E0A479525, _stringLiteralDB36D0200046E50D235A5A77897C24326603F65D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_95 = L_94; NullCheck(L_95); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_95, _stringLiteral44907CA01974BDBC34FFE11D4A64F9B183479481, _stringLiteralCF74A4B89D4EE4C5ABB32CA39246320C337C5E8D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_96 = L_95; NullCheck(L_96); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_96, _stringLiteralF580B417DDA781C682644F77C106C82F61DC8486, _stringLiteral23D006BE7B6E494664A9B069101AAC4B011DB3A5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_97 = L_96; NullCheck(L_97); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_97, _stringLiteral8BC0D2AFEBE59FA1DF423E6D1796C0DAEED086D2, _stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_98 = L_97; NullCheck(L_98); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_98, _stringLiteral910B781F9CF9CF258E14287B30C9221FDDE61A5B, _stringLiteral022BF57DF4D0AFCBAF0602FBCD67C4266BA2D2CB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_99 = L_98; NullCheck(L_99); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_99, _stringLiteral4C39A8FDE3FB960AC4EC496F3CEC666719740283, _stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_100 = L_99; NullCheck(L_100); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_100, _stringLiteral45E8B4F72964EBCE6D31856F5523066F51BB9ABE, _stringLiteralCF8EFDED408D1B26055A1BC4B9E00C788C111998, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_101 = L_100; NullCheck(L_101); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_101, _stringLiteral647CF137C0F27918F699BD1C0B1DC7FF9EFC1014, _stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_102 = L_101; NullCheck(L_102); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_102, _stringLiteral48BBE062A58724E48F07C136555300D9DDBA483E, _stringLiteral07F16131F9636D0BF4AABDD601E6A3C3045B7ADC, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_103 = L_102; NullCheck(L_103); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_103, _stringLiteralB96918BFC4F0264AC09EF18422FF3EDA2AA4BB85, _stringLiteral7E305CAD5C844511E261B917268BD1BB40125A03, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_104 = L_103; NullCheck(L_104); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_104, _stringLiteral7400CB419C5A6584F4C828D48E33A6CBEFD4A548, _stringLiteral47FE89550E051B8BB43B3E89E9B19ECE01F3EF3B, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_105 = L_104; NullCheck(L_105); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_105, _stringLiteral405E2BF35FC2008AE31C02BAED229F0ADE7E993F, _stringLiteral7C06E593184AB89542BA633A0D5A1AB9E13C41D9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_106 = L_105; NullCheck(L_106); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_106, _stringLiteral9DFEB5B3F4373DB1E16A5152FEA5FF78F302A7C0, _stringLiteralD90C9CE2FE1C0BB17387732EBAB0FE7752B04F00, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_107 = L_106; NullCheck(L_107); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_107, _stringLiteralFB91DF7EEC2135EC963D55F2DA5FBB6CD3E3179D, _stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_108 = L_107; NullCheck(L_108); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_108, _stringLiteralC8D1F6020FF194AFFCFF784E448AE14F6769FCDA, _stringLiteral4B793DFDC901B8148482161BA7DA76CAE1DD3E7A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_109 = L_108; NullCheck(L_109); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_109, _stringLiteralE819B9E8BA40380D20A80466177E559A33D246D3, _stringLiteral4416EEADFDC9F107B2FC5A8EECE0839922C6BFD5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_110 = L_109; NullCheck(L_110); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_110, _stringLiteral4C83C5E44341CC3FEBDDF262F54B339B85937579, _stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_111 = L_110; NullCheck(L_111); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_111, _stringLiteral5187E4955862A293E7C3DFA51B51BE6B1BC006D0, _stringLiteral78C241AC4B7A315FC632473AD8F801A55B065942, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_112 = L_111; NullCheck(L_112); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_112, _stringLiteralEB89D4C77B1D1A19D9D872D16A3ABAAD61BD1A08, _stringLiteral3B0BEA6A582AD284DF123696C88128AD578A3354, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_113 = L_112; NullCheck(L_113); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_113, _stringLiteral6BDAAEB4DF49526020EC7FCE3B766BC3469AA2F0, _stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_114 = L_113; NullCheck(L_114); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_114, _stringLiteralF583ECC94A78C95342A01EDAF86FB4F9B3693514, _stringLiteral7D9366B62C745A26836F06770906ECFBBDA943C2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_115 = L_114; NullCheck(L_115); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_115, _stringLiteral9A9B1DF0E2EA894E07A53E89A6FEC51BB469F04B, _stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_116 = L_115; NullCheck(L_116); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_116, _stringLiteralC1CC112A83CC198C208C3F8055DE87E8F598194F, _stringLiteral40FFBC466C5A3C4D3C97548F8ABE3B4807735FAE, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_117 = L_116; NullCheck(L_117); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_117, _stringLiteral21891196D88CE7D8C3F4D9C3881AE2F583EF6FCD, _stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_118 = L_117; NullCheck(L_118); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_118, _stringLiteralC3E2A92646A3D24938BED6C5DCAD1E150390D062, _stringLiteral557DFA5DA99BB11B67A0829DFCE8F1881DCC7B7B, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_119 = L_118; NullCheck(L_119); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_119, _stringLiteral1222CBA0F3916772E4DE301BF2A0AE0FA1E5CDAE, _stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_120 = L_119; NullCheck(L_120); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_120, _stringLiteral6546B83E9EA7D7FA3AD6FE16A9524BE1D81E19B0, _stringLiteral918047259C6FFF7176506FF4141E7C078EE96880, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_121 = L_120; NullCheck(L_121); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_121, _stringLiteral7C9C10EDAE24AA2192B87EFAA6DEBA26CB60A098, _stringLiteralB80E9C6B487215DDF8ED9C8D1480A68B94D50B1D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_122 = L_121; NullCheck(L_122); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_122, _stringLiteral76DCF6E3DDE631DEFBE889E98FB0892CA0DEDF8D, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_123 = L_122; NullCheck(L_123); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_123, _stringLiteralB6802ADA12A8081826D4B14C3056107B832AC741, _stringLiteral34043BE541981DB6A732B542E0ACD475D1B975CF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_124 = L_123; NullCheck(L_124); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_124, _stringLiteralAB44CE62938DBC2C5924D9AE91FB3870B625BACC, _stringLiteral5F38E04BE574DBA113CADB24909A0D5CC682F0F9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_125 = L_124; NullCheck(L_125); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_125, _stringLiteral6CC405735BE5F4424601E084B4D72B22E55BE8EC, _stringLiteral889617F414F07DE598E5054C49E4A8A4E623433E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_126 = L_125; NullCheck(L_126); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_126, _stringLiteral5D8EFF7CFCF0D6D223F4E108771699872D370245, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_127 = L_126; NullCheck(L_127); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_127, _stringLiteral1E37B1B3BD5AF4B2C6E383878F32CA4F2E3E2FD9, _stringLiteral8ACB7DA85AF8E3C9B31DA5B1C84FB5A78F9607FB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_128 = L_127; NullCheck(L_128); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_128, _stringLiteralB94E8B7DD131B529776D7CB5B0544438AB466C6B, _stringLiteral209FA114201139F57098F86E854139E06EE907C4, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_129 = L_128; NullCheck(L_129); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_129, _stringLiteral6ACD66F19F0B0FD9F11B44D2A764AC9483D41000, _stringLiteralACD4517F7B675C9F469DE82161C06327FB057980, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_130 = L_129; NullCheck(L_130); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_130, _stringLiteral375ED8BBE05A9343F552D3F8863536344C38BCA2, _stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_131 = L_130; NullCheck(L_131); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_131, _stringLiteral60A7FCCD5495105E52B61D437F029799FFAAC956, _stringLiteral7F3CFF9B1B213C1146F92A436EE5B2D56A7EF4A5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_132 = L_131; NullCheck(L_132); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_132, _stringLiteralCA1114CFB1226325F6F01FD809EA6CE4AF330B39, _stringLiteralD94DD24008D0FA4EBD7E401B8691C8A65E5EFAF0, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_133 = L_132; NullCheck(L_133); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_133, _stringLiteral376CA77BE87EBF24FE3233A567285926D6704A8E, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_134 = L_133; NullCheck(L_134); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_134, _stringLiteral3A06659E0ACAD9DD31AEFE38E2B3B8D0101EEA6E, _stringLiteral9DF54E9FB641DBA4B94F96FF3454CDAD9970E6C8, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_135 = L_134; NullCheck(L_135); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_135, _stringLiteral17A0B4BA751F074CE8241ED895C0F1A9137AEDBC, _stringLiteral4EED409135BF7F9C98C779D829F2E99407E1024C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_136 = L_135; NullCheck(L_136); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_136, _stringLiteral1E6E0886F42B82E76D138FA93C3AD4C1204F93BC, _stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_137 = L_136; NullCheck(L_137); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_137, _stringLiteral143BD2A0ACE85FFE00B531AD18C4AB6CD2CB6DCC, _stringLiteralA27826D89BA2BC5D1F74920749B41C9648A304DF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_138 = L_137; NullCheck(L_138); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_138, _stringLiteral2FCCB927116B797558C9D1B29A052EEBB10D47E7, _stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_139 = L_138; NullCheck(L_139); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_139, _stringLiteral5D28833728BC77FD05CF314057619B5F963293BD, _stringLiteral458900444DB365FBD175899DC977E9452076EB8E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_140 = L_139; NullCheck(L_140); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_140, _stringLiteral1347CC758DD03B7B2BC93F84F3DF40D914A5A74C, _stringLiteral647CF954B2F80DBFC50D430C66B3A23E5C536D87, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_141 = L_140; NullCheck(L_141); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_141, _stringLiteral6F952D1A6C81C4A4E46405FEAE44E36AFF07EB82, _stringLiteral9FEB71AD8ECE4A04AD29278E36CF9D0BE7F9890D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_142 = L_141; NullCheck(L_142); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_142, _stringLiteralE77AE48ACD5FEA2E63F62568BD4A20C2CA0D4B66, _stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_143 = L_142; NullCheck(L_143); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_143, _stringLiteralD08E87FF7A46E974D872009362DB3EE5355F5F2A, _stringLiteral7410D5CB935DF2D64AEBF768B66D37B4A34C9D54, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_144 = L_143; NullCheck(L_144); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_144, _stringLiteralD0158CF2B898C6F7645F0E92A5E3C0B7C5ED5693, _stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_145 = L_144; NullCheck(L_145); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_145, _stringLiteralA86F1AB074BD0A96F60D11464EDC83164759D7DA, _stringLiteral60562A00E8843BDD859695D99DF7297D87FD7A87, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_146 = L_145; NullCheck(L_146); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_146, _stringLiteralE8F4B323C30FAE436F30D6A29F7DDC0C29CD5F62, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_147 = L_146; NullCheck(L_147); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_147, _stringLiteral74A207A1D1EA00692A1D60426DAD1F6A9634E9C2, _stringLiteralAE9D6A0B88B2447EB31ABF04D08C209B24A5C50E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_148 = L_147; NullCheck(L_148); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_148, _stringLiteral5FE146AE3F4424459E12176DF54ED4B29D8B1FF1, _stringLiteral10E88D340E477ADF254E0143091B9F05949045EA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_149 = L_148; NullCheck(L_149); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_149, _stringLiteral845B80F82240791DC738768AB0EBB7262B0B5994, _stringLiteralCC8303B99C96154134407BFE912168FDF88ECAC3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_150 = L_149; NullCheck(L_150); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_150, _stringLiteral7FBA16D6CC3921ADEBA94689A17AF303266A00CD, _stringLiteral63B06AAEE168A69B2E3327DC3982CB561D0F7724, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_151 = L_150; NullCheck(L_151); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_151, _stringLiteralFD0DF99AD4FB0A1EE08EDE2CDFED98744C8DBE31, _stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_152 = L_151; NullCheck(L_152); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_152, _stringLiteral68AC4C67571B75E1C2725D47E85E00114832E72A, _stringLiteral05B7AB3E30BCB8EF52C051785A169CFDD2543A02, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_153 = L_152; NullCheck(L_153); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_153, _stringLiteral00C6F1B55511A9A338389FF22A57D640568CACC3, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_154 = L_153; NullCheck(L_154); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_154, _stringLiteral0488886562AD8425988DDF1C13622E79D55CB28C, _stringLiteral20DE804B42F6DEDD5DC9ED7A7911A93CAE3C761A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_155 = L_154; NullCheck(L_155); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_155, _stringLiteral3BCF8F37AD5C3595DDDDB56DD5AC60E7B763E39A, _stringLiteral64B731C5F5DA8BCCFEE147611CDC1D2517B4C892, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_156 = L_155; NullCheck(L_156); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_156, _stringLiteralCAB86E398E13EAED1EB5DFEBE2DE39AE5F60C91D, _stringLiteral37D9355596FAD156827AFAD9F84C1DC1084F86C9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_157 = L_156; NullCheck(L_157); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_157, _stringLiteralCE1CFEB461F91BDEC809212A93B1C9E9B4F97BE8, _stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_158 = L_157; NullCheck(L_158); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_158, _stringLiteral44140BBF3AC169476490CE118964287E8C3812BC, _stringLiteral3D6D734DEBBED876ACCE345C9610724AC3059AE3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_159 = L_158; NullCheck(L_159); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_159, _stringLiteralD18F3FED385B61FD4EB458AD47B02FFA9B9A5194, _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_160 = L_159; NullCheck(L_160); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_160, _stringLiteral38F6D66E41DCDEB057EB8E39140C34252368CAE0, _stringLiteral127296EDE81B2255CCD07E0003014F1A2B4964FF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_161 = L_160; NullCheck(L_161); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_161, _stringLiteral1954157DCC1F195909E0A8DE4A595447F82E283B, _stringLiteralFC51B2CA45056A2F62D45267A40CFF5D6598F67B, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_162 = L_161; NullCheck(L_162); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_162, _stringLiteral97780EA382C32C34FC0BAEFD586ACF59ED2F3148, _stringLiteralB617EB4B2008A9FF8F4D5A7804C9E8B50FAFFD2D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_163 = L_162; NullCheck(L_163); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_163, _stringLiteral4C368A630780392C988B8F5DBAEAEA493CBB70A9, _stringLiteral68E6C6FC334511B8DCB4D91B886D78A8AE65A554, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_164 = L_163; NullCheck(L_164); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_164, _stringLiteral3199E2C2B4EBA635319520A427C4B8D19946D597, _stringLiteral1B1A47B52D6822514A71B356586A96A6435D8700, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_165 = L_164; NullCheck(L_165); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_165, _stringLiteralB8EA90D930F25A398262C947B68BE212FDB7A114, _stringLiteralD544B5746ACBFA83FDC4E3ECBDBABEFDD0400DC2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_166 = L_165; NullCheck(L_166); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_166, _stringLiteral2DCA43C11B4C5FBDF1E3C884907C589EE4FC656F, _stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_167 = L_166; NullCheck(L_167); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_167, _stringLiteral258CE2C20F878E1F3C5469B7F750A3CDBDD4957E, _stringLiteralFEB1E25F6B4D10D390D8B46062448FE3BCE441D9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_168 = L_167; NullCheck(L_168); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_168, _stringLiteral3966839FEA4CCE51FE9C2295DFC90B15728FAF33, _stringLiteralF070EE510E0DA0AF3E576081649DF6257D4F673C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_169 = L_168; NullCheck(L_169); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_169, _stringLiteralE0A3AB4B59C17EA9D48CA3174C2CCA7F03890384, _stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_170 = L_169; NullCheck(L_170); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_170, _stringLiteral3D55FB6D3D93608D57BD7AF02FC9550B305934B1, _stringLiteralB9916CB4EAAE5DE8FD1381019EEE99FDEF67BF80, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_171 = L_170; NullCheck(L_171); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_171, _stringLiteral5BEAF2D104AF963C3AE99C1BC8BA9A08D0F61320, _stringLiteralC0BB7CA773CE85D581ABADA9B5DA9F1B20DEAB45, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_172 = L_171; NullCheck(L_172); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_172, _stringLiteral2AE01542EB00AA9B7CC36264B25327017F38E041, _stringLiteral76CD8EB4FD4EE3FE6D8879A45D058DFFF4775D16, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_173 = L_172; NullCheck(L_173); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_173, _stringLiteralEE9322880EDA730EEDB55F5B647CFC9AE29249D1, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_174 = L_173; NullCheck(L_174); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_174, _stringLiteral6A1DD7BD106C8857E526EFC451B973527D70441B, _stringLiteral409676BCEAA2BBAA8CF4A4F2D86091684098CB32, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_175 = L_174; NullCheck(L_175); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_175, _stringLiteralC3CA4B933C737F81AF02585C257A104DF2DF238E, _stringLiteralEEDC1AD3C55574DEC540CFB6A182087F91A3C2E2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_176 = L_175; NullCheck(L_176); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_176, _stringLiteral6CFEDFF5604347798B0899C0BDE905FE31D0C039, _stringLiteralFE14392C303DB16ECA31874C2386A6AAFD10397D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_177 = L_176; NullCheck(L_177); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_177, _stringLiteral102AFBF07884ED746F10B805235E4D8D8F361DF3, _stringLiteral81821E21DC15B35D141A8B49CDB9660682B712FA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_178 = L_177; NullCheck(L_178); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_178, _stringLiteralC796BA0343F4213E59F1A3F9DD557B60937997DD, _stringLiteralA64E81648C435428CD0E483502F7E7429A067522, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_179 = L_178; NullCheck(L_179); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_179, _stringLiteralF3EE509E14069DFF4F0EF7F0603311CF252F1615, _stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_180 = L_179; NullCheck(L_180); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_180, _stringLiteral411328624A6DC410237150D351A2A7810F3742AB, _stringLiteral4B896CA0A2BC44D9A8CED783CEFABA7570F20DBD, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_181 = L_180; NullCheck(L_181); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_181, _stringLiteral9155F30AA734CC9F26A86F037D8B48FDF7869B2B, _stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_182 = L_181; NullCheck(L_182); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_182, _stringLiteral64B6D987B19A27F565F12FE801B619D598095607, _stringLiteral0FC1C916C0086E8D8CD96C24363DF543CB9F46B5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_183 = L_182; NullCheck(L_183); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_183, _stringLiteralECE395CDAEB0ECDBD5A23AA77D43B5263126619C, _stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_184 = L_183; NullCheck(L_184); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_184, _stringLiteral2F455B860C4CC566561274CD753C53E3B52EF37D, _stringLiteral24ACF1BBF43F3850CE89C1C771661404CBDF11B7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_185 = L_184; NullCheck(L_185); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_185, _stringLiteral62ADD81204F18C21BB7D480E72F63B91BD7D1077, _stringLiteral935DED07A64B226D3B13EBBDF54A8633B651D342, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_186 = L_185; NullCheck(L_186); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_186, _stringLiteral2C0CD9F5C8852A7C22689CB7B123E745F64175CE, _stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_187 = L_186; NullCheck(L_187); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_187, _stringLiteral2DF4708C1CBFCA217D7D0BE224E4E2C88432DFE6, _stringLiteral6F877039E8C0C1F47795BDBF08E2EAA85F11BB63, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_188 = L_187; NullCheck(L_188); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_188, _stringLiteral3D765263C7BA10FD2DC922D038B27D0FCBC8D3D8, _stringLiteral5D796EE8E8104B48A727BE1C6801F3EA00EF51F4, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_189 = L_188; NullCheck(L_189); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_189, _stringLiteral353E581695898DC28CAF38345F8165FF705286F6, _stringLiteralB33449EB49273559D9B3C375598EC40E2FB1DCBC, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_190 = L_189; NullCheck(L_190); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_190, _stringLiteralE504D1328D56B08733978AC58E6D9DCA9303C1B1, _stringLiteral1DA5DC913479A82358277CA2F04038DB86AB5228, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_191 = L_190; NullCheck(L_191); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_191, _stringLiteral04D075D0C7A0679E1C9497A8D89D212776BD107A, _stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_192 = L_191; NullCheck(L_192); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_192, _stringLiteral36F854F98B00FF8A1ED1B04D3AEFEF2C880A4770, _stringLiteral1ED475215C1D73644F49BE82585D0F808B9851A7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_193 = L_192; NullCheck(L_193); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_193, _stringLiteralB05D1072A857AE0380148675956712410B3B82AD, _stringLiteral7929A7A4AB1517EA989F015DBF6F87B24CF6FE51, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_194 = L_193; NullCheck(L_194); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_194, _stringLiteral2F3DB030C8BDF0926D14123D900497AE12BB3AD1, _stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_195 = L_194; NullCheck(L_195); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_195, _stringLiteral66A2CAFDFA3AB91E5FFE0881B0AA8DD61034B2EB, _stringLiteral3B164D64371A8772DDDB39880ECB5CAD5E06D95D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_196 = L_195; NullCheck(L_196); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_196, _stringLiteral09825DB5ECDC49C88709E92B854BF3CC5EB6CA22, _stringLiteral5975C15CE93964875F9552D6D358B69EBB85393A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_197 = L_196; NullCheck(L_197); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_197, _stringLiteralDBE7F5C8E35DB553392DAED0210A9AC55088EF41, _stringLiteral5139E029316FC42BB637B14F722A17D6F7226870, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_198 = L_197; NullCheck(L_198); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_198, _stringLiteral695A73A8D0BAE4ED85C5391EFACD0FADF4F293CB, _stringLiteralE713B66C68336B9B8D39DC6C259A0EC3E232CFA6, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_199 = L_198; NullCheck(L_199); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_199, _stringLiteralD0164804F749E46E2E0763FCA5D13C21D61FE23E, _stringLiteral9995CE47672E4203B2CBBD9C20A35E2FC416FB14, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_200 = L_199; NullCheck(L_200); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_200, _stringLiteral728ACE02DC6DC68177E94E34EF172F6BD280D490, _stringLiteral3D925625F71BBDB73A0D342806C20383C9BA9CD5, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_201 = L_200; NullCheck(L_201); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_201, _stringLiteralEF4C89A1231E77158C9BD858F1A8B53DCCF54FCA, _stringLiteral560D8592B15B57F1DABF637645C39FB370476C84, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_202 = L_201; NullCheck(L_202); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_202, _stringLiteralA9D0DC079FAEF8E536643F31D7FACD785C052813, _stringLiteral576D6F8267251A1AB20CB0099BA9A1E1467675CA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_203 = L_202; NullCheck(L_203); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_203, _stringLiteral6BF833A9A3AFBF80B406FAD80E5400C9A69A03A2, _stringLiteral7D55DD6DBE90A37490BC6850AE39C213F174A12C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_204 = L_203; NullCheck(L_204); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_204, _stringLiteral81B29292594E86F9F243478C06079C0FE7BD7764, _stringLiteralD8060A96ECF76656A31E51FBADD183E73D22ABD8, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_205 = L_204; NullCheck(L_205); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_205, _stringLiteral2CE1289231D1E7F9320F920C8796563B73827DC3, _stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_206 = L_205; NullCheck(L_206); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_206, _stringLiteralF558390E617EC1257B59F0565E47B7282845ECFA, _stringLiteralD776F52DB272A9974856F554D84E1922CF6C8C04, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_207 = L_206; NullCheck(L_207); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_207, _stringLiteralFC6C8C4E10F2AD89C47DBA26E570B987A180CF52, _stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_208 = L_207; NullCheck(L_208); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_208, _stringLiteral4399C6958675BE62D526A24CC188CD5283A40B0D, _stringLiteral075D77AFFD3246AF47CFB45BCB913B2C7230865C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_209 = L_208; NullCheck(L_209); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_209, _stringLiteral48EB792442DEF8C82B0D4F1A3BDDADA9BA3A50D2, _stringLiteral19534F0F3A332AF4B330D3A21F33BBBE01F73B78, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_210 = L_209; NullCheck(L_210); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_210, _stringLiteral1E61977B2186CBFC8186F7C220214A31D99690A9, _stringLiteralE9145F03557593CD6D82BD95EE1BCF323D2E4897, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_211 = L_210; NullCheck(L_211); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_211, _stringLiteral0B87E468668B6160D9BD3F1A696B652A1D1A86AD, _stringLiteralF3BC964ED8C4C6F8FD0C9A1C2A4ED7828F8F12CA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_212 = L_211; NullCheck(L_212); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_212, _stringLiteral6ABCB95F000D97F9F5CA68A584218C857A1CAF09, _stringLiteral76D0C1A730CD97F002070CBC6A93B1DA6931AB75, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_213 = L_212; NullCheck(L_213); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_213, _stringLiteralFAF6F28F06CB2CDB9E49D66F7E8844A8FEBA7B70, _stringLiteral5F6102B9677963022D97E4F75BA5F55535F9F65F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_214 = L_213; NullCheck(L_214); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_214, _stringLiteralAACAA5C58381A687E312A30415885F3788317947, _stringLiteral12612495A11666F6B1DF719AE9865A91642F99BA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_215 = L_214; NullCheck(L_215); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_215, _stringLiteral4F47597A07ED8A193B04A481F84B004D52B18F99, _stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_216 = L_215; NullCheck(L_216); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_216, _stringLiteral8C5938D767CFE010EDCBC3B5173D0F208532D22B, _stringLiteral8609E0E2AE2791725A5753917F782BE01B29BF75, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_217 = L_216; NullCheck(L_217); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_217, _stringLiteral05507E8F5A859CF7EA92B42F464DFBB3BA78722A, _stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_218 = L_217; NullCheck(L_218); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_218, _stringLiteral14C810724E491E1B357D511BF6A90372FC671A9D, _stringLiteral0CD43B206DD827306997AAE32530E5B342A98CDD, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_219 = L_218; NullCheck(L_219); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_219, _stringLiteral2F59628CFCF68C1C363F48F1FB91CF30C77F0D31, _stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_220 = L_219; NullCheck(L_220); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_220, _stringLiteral332D44BE3C2BFDD83BCB8ED0196C3F53A1FF8BFB, _stringLiteral5CD33E9356AD4B75311B10BB05D90BFAC329C47A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_221 = L_220; NullCheck(L_221); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_221, _stringLiteralB38EF8EEC16D07CB959110C418619843163CDEF9, _stringLiteralA5887432DD4658E0A7B1B77A68CC124D2C76A7C1, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_222 = L_221; NullCheck(L_222); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_222, _stringLiteral55772EA44D07798D30C9C7B67BFF6C877687F16E, _stringLiteralD9A0C24A4C933B64FC6C0D0B3FD20DB947AA5917, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_223 = L_222; NullCheck(L_223); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_223, _stringLiteral2B4B3585B88A691893C1AE322E53EF38B454AB6D, _stringLiteralFD95A00B530C13C66E0AF8F42FBF8E14D7C63076, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_224 = L_223; NullCheck(L_224); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_224, _stringLiteral39AE202157A916F93F271FD9CB16E7388B0666BC, _stringLiteral26F38753598E196FAE5E238604E373B0341E0E22, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_225 = L_224; NullCheck(L_225); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_225, _stringLiteralDD9EBC6C2126C14AE71F223775C0378CC1E1E8FF, _stringLiteral6BE8847138254B79B44F23B6F705BC3159C524A9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_226 = L_225; NullCheck(L_226); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_226, _stringLiteral9EDD1FED78E7CE21DA5013C168469502FB7AF1DD, _stringLiteral4972A8E2D288E83DEF7E88A72651D94CEFC19BC6, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_227 = L_226; NullCheck(L_227); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_227, _stringLiteral8E40F0F3E169BF88647ED92D58ECA0CCB1C93373, _stringLiteral4A4D17DD531781ED69AFC2ED5B9837E1D3918F7D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_228 = L_227; NullCheck(L_228); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_228, _stringLiteral67E734EA824D146667DB9A6936CDDF734CD7763A, _stringLiteralE2F821451E291C95D25488E977E55FD9D45D72C1, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_229 = L_228; NullCheck(L_229); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_229, _stringLiteral14E12C93FEC6B1C5C83995F182FE26328BED84BF, _stringLiteral7B5D5990D78A06DA0E79A01DDE0FCA3CAC7369BB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_230 = L_229; NullCheck(L_230); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_230, _stringLiteralF4D16212D8371B911BAC48C7268891BAF4A3757D, _stringLiteralB4796B9DD8CEA5F638F0A5ADCCC0DD4CC05D2436, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_231 = L_230; NullCheck(L_231); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_231, _stringLiteralF9F21E0E58EDD803E5FE0FE2D9668BA6B8015894, _stringLiteralE5C4DE29917BC85D50DFB6434B3A2DE446444F9D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_232 = L_231; NullCheck(L_232); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_232, _stringLiteral8DB02C8F8D1DF4C058E1311DBD055801F6852B05, _stringLiteral185A7479EE7271FD8470CA3071E4DD25D1D18787, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_233 = L_232; NullCheck(L_233); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_233, _stringLiteral62227C72545261E4D5D2D342B4C9DB4BDD0CA2AF, _stringLiteral3CB14926506D11E623C2758F055A9A0A04735988, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_234 = L_233; NullCheck(L_234); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_234, _stringLiteral0DBA36F38C7E6362803E7B2908E2D02EB7677097, _stringLiteral876686C333A653B76AD96A2C08D73C7A208175D3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_235 = L_234; NullCheck(L_235); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_235, _stringLiteral3CCAE48802A2B91D91564D685BC9A13CB4B2E1D5, _stringLiteral4CBF7BCD7E91F35AFEA889B37FAAA24D56F513D2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_236 = L_235; NullCheck(L_236); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_236, _stringLiteral21E291839B15EA4ACBEF12D312DA68C731CB21A3, _stringLiteral14ED34B033624F115AA75357DA04F496E3CE31AE, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_237 = L_236; NullCheck(L_237); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_237, _stringLiteralD507A887C3115C940F243DC84C049667410364B6, _stringLiteral70B17AAD07739AC6E24336BDDD087A5F4A2D8414, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_238 = L_237; NullCheck(L_238); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_238, _stringLiteral1E845D250DA306BE2DC7FE9FB5942BE100763987, _stringLiteral06D6A06713CB85E830E4059C79FBF5A1346B0F4D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_239 = L_238; NullCheck(L_239); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_239, _stringLiteral1E0F0D86F951CC4FB5B3CF344C63C714D7CB3875, _stringLiteral3EF7E97E647F9A0B5DBB33D451D80A9CED37C654, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_240 = L_239; NullCheck(L_240); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_240, _stringLiteral62DF8B883A7680DEF02C157C7AF38B4A3E89D8BF, _stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_241 = L_240; NullCheck(L_241); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_241, _stringLiteral96ECC1F1572C33C2E1D3C6203BE0CD2F54E40BF7, _stringLiteralA6AA2DEDD2213A58B9695555093DC69F401DF2BC, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_242 = L_241; NullCheck(L_242); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_242, _stringLiteral20DB97C8310A4D50C91E8880925919A725B6C008, _stringLiteralC331BB611CD688525868217241D5919EB366F954, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_243 = L_242; NullCheck(L_243); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_243, _stringLiteral2A52A294C647BBD447CCE7EDC629A76F7C3E2E91, _stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_244 = L_243; NullCheck(L_244); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_244, _stringLiteralAB8332AE6B5DED504EF6FF26EAC5AFC64A909A45, _stringLiteral8ABA7ED82B5ACA1294A7B9A6A5647168BD9D7F0F, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_245 = L_244; NullCheck(L_245); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_245, _stringLiteralD48D89904FB7079C538EFAD657D4D59181FB66B6, _stringLiteralBB45E603040B6B216699610307F7AD99BE979B55, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_246 = L_245; NullCheck(L_246); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_246, _stringLiteral45CD5D171FB77350DC87D12C7F265816529F6C9F, _stringLiteralDA8EB70448F658D1B2E4A191FB1126E7830F3EF2, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_247 = L_246; NullCheck(L_247); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_247, _stringLiteral1AFAF36D3B2FA7A360E517608431C7ED5B9E50D8, _stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_248 = L_247; NullCheck(L_248); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_248, _stringLiteralE07FF8A28F68DE2765770FDDC1A0BE2A68DF027D, _stringLiteral241A49A22744674B6DDDCC3E11891ED23D638EEF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_249 = L_248; NullCheck(L_249); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_249, _stringLiteralE4100544117846D4647DE0C597FB8B2B17BEB315, _stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_250 = L_249; NullCheck(L_250); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_250, _stringLiteral83BBCFCACAEBC3881F4A007375571457D9AB27F3, _stringLiteralBB649D25BC62010ECC1DBC1695A1931EE51AB396, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_251 = L_250; NullCheck(L_251); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_251, _stringLiteral7A406A92D88D81D36C3FF33777E8E81FF32961C0, _stringLiteral751761CFC425090DF37953B66E095E074C493B82, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_252 = L_251; NullCheck(L_252); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_252, _stringLiteral071214783494311744C11F13208084CDCB478A49, _stringLiteral01EED870A12DAE42A249C1AC4943F70ED2FB711D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_253 = L_252; NullCheck(L_253); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_253, _stringLiteralA5FBEFF863330C6DDCFDDABDBF22A09FEBEDDF91, _stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_254 = L_253; NullCheck(L_254); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_254, _stringLiteral0A3A75556124F593082AC2A3D951B3739E234221, _stringLiteral3A50E886F50E292CF8471ADF9B446694CBE92C2E, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_255 = L_254; NullCheck(L_255); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_255, _stringLiteral991D0A7E6B3EB73396B32C386EB794CEF011FBEC, _stringLiteralCD94140EC5B5E76A5FA543376C856F875B9A6510, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_256 = L_255; NullCheck(L_256); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_256, _stringLiteral0DF52374CCE8AA942D55172FF34E782E0277521F, _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_257 = L_256; NullCheck(L_257); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_257, _stringLiteralFC1936C444D592D5C33262866A0F73E382BF0FAB, _stringLiteral6B795465C3B30F08A6D0ACAA16EF80CC6B4FD8EA, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_258 = L_257; NullCheck(L_258); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_258, _stringLiteralA0E3BF9CCE994F4FA1D13D14009093AC71FF4BBF, _stringLiteralE880DE80CCADDAD34B2968143B211E18FF42BBD9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_259 = L_258; NullCheck(L_259); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_259, _stringLiteral50BFF489303364E4236225FDF9AF534E8531FD8D, _stringLiteral27920DC2FB8DE37077F47844994EF5199A0FCAB3, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_260 = L_259; NullCheck(L_260); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_260, _stringLiteralBC90C82BDBD3DBF8022E1CB17000CA648FCA3A59, _stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_261 = L_260; NullCheck(L_261); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_261, _stringLiteralDA5831573CA4E7D4BD4BB37B77CF2DA2F529680C, _stringLiteral9BB00B1B980A07547640DA1AE4CFF1A800E02AA7, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_262 = L_261; NullCheck(L_262); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_262, _stringLiteralBE81FA580EC366513B2AD36F5C5FBC974F076D13, _stringLiteral011CA47334C4E5EA5F5B38FD3ED90819E1247824, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_263 = L_262; NullCheck(L_263); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_263, _stringLiteral299DAA97CA11E49DB3FD4CD342DF8C939BD86DAB, _stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_264 = L_263; NullCheck(L_264); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_264, _stringLiteralBB57A13385B3C866A2234BCC262833B4654174CB, _stringLiteral0D393D4258038290EA82778FA1C84B712321C953, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_265 = L_264; NullCheck(L_265); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_265, _stringLiteral85225E74DED6E658D42B042044B4A1C62CD541ED, _stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_266 = L_265; NullCheck(L_266); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_266, _stringLiteral653027A88CDD470149309C1E951A7B7FC3595934, _stringLiteralB56211597A743D090F860D7EFC3559A3D842D65D, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_267 = L_266; NullCheck(L_267); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_267, _stringLiteral7C5F42467EDBD07583ECC7B6387A38C5667DD179, _stringLiteralD44A6185EF6D5270C77DC3B679E8F20946D26B7A, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_268 = L_267; NullCheck(L_268); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_268, _stringLiteralC6104438F2F57018DE192A821CF5821082E428F6, _stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_269 = L_268; NullCheck(L_269); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_269, _stringLiteralFEB8CADDC56204B5564CB7892BE53B54E83A9CA2, _stringLiteralE243FB8D9313FB9CAED6E93C906E5DE6BA507CAF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_270 = L_269; NullCheck(L_270); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_270, _stringLiteralD79BCC1D9686E91C0D38CAE4F23E8261B32EF86E, _stringLiteralAAAAD748A9167857089BE2BCDA56BA779A2CF7C9, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_271 = L_270; NullCheck(L_271); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_271, _stringLiteralE582BEE3725203632E40285D10D31867423E16C4, _stringLiteral311E47896EB09D0C93148A3A7DD194B85327AC1B, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_272 = L_271; NullCheck(L_272); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_272, _stringLiteralD67B8A656690AB561AA26AC0AD6669C4ADFFCA31, _stringLiteralE8F115133981FA10D36820F67ACF06CD8609D703, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_273 = L_272; NullCheck(L_273); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_273, _stringLiteral93A0402B4EC6F64421C490D0558DFF1AD9E24FB0, _stringLiteralB8DD288607FF8CFF16B9A97503C0EC6108E01F52, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_274 = L_273; NullCheck(L_274); Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87(L_274, _stringLiteral33628DD0604F1FE1A5D01122F701F38F294AA214, _stringLiteralBD1EDCE6E99BE98F799324559FA808FD9CEDF6EF, /*hidden argument*/Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var); il2cpp_codegen_memory_barrier(); ((CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfoMapper_tF2309A5C4302410C782DB6611A9E3B845548084C_il2cpp_TypeInfo_var))->set_cultureInfoNameMap_0(L_274); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___array0' to native representation uint8_t* ____array0_marshaled = NULL; if (___array0 != NULL) { ____array0_marshaled = reinterpret_cast((___array0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2); return returnValue; } // 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::Invoke(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadMethod_Invoke_mF3B80331ECD4AFEC12269F2C0A42AA0981C71B2E (ReadMethod_t107B89040C112A3FE367CE946C2BB5C3CBF60AF8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t result = 0; 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 == 3) { // open typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else result = GenericVirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else result = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } return result; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___array0; __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // 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) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___array0' to native representation uint8_t* ____array0_marshaled = NULL; if (___array0 != NULL) { ____array0_marshaled = reinterpret_cast((___array0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2); } // 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) { __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.IO.Compression.DeflateStream/WriteMethod::Invoke(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteMethod_Invoke_mBE4402ECE35B1EC58542835D16A4C9F73B61281E (WriteMethod_t7A38D0F18CA1C34B5D5793A125D483DA140A52F3 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___offset1, int32_t ___count2, 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 == 3) { // open typedef void (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else GenericVirtualActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else VirtualActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___array0; __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // 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) { 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.Boolean System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle::get_IsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeDeflateStreamHandle_get_IsInvalid_m02949716A5E8AA41F93150E7D5F5323A6E8545E9 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); return L_1; } } // System.Void System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeDeflateStreamHandle__ctor_m57DC167E703860B6165522A67657F77A41030BE2 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SafeHandle__ctor_m30896EE9F6765AB918312A413BFA0349482C681C(__this, (intptr_t)(0), (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean System.IO.Compression.DeflateStreamNative/SafeDeflateStreamHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeDeflateStreamHandle_ReleaseHandle_mBB6B6C90EF917A702BF0F66B59F95F83D4740695 (SafeDeflateStreamHandle_t46661691889E2188B8BEABD07B0A9816609F1D03 * __this, const RuntimeMethod* method) { { intptr_t L_0 = ((SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B *)__this)->get_handle_0(); int32_t L_1; L_1 = DeflateStreamNative_CloseZStream_mB2313B6269B42E6A4AD1661C62633963F2EFCC1C((intptr_t)L_0, /*hidden argument*/NULL); 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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc)(intptr_t, int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___buffer0, ___length1, ___data2); return returnValue; } // 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite::Invoke(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_Invoke_m2C55854158EF8D306E4D55DB924F8A48A394C383 (UnmanagedReadOrWrite_t821D78D15724E47635FEE40144582E9D0868BBDD * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { int32_t result = 0; 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 == 3) { // open typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___length1, ___data2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } else { // closed typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } return result; } #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.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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Net.IPAddress[] System.Net.Dns/GetHostAddressesCallback::Invoke(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* GetHostAddressesCallback_Invoke_mB85D6EA8771E5C3101885A35BBC3912F57895A2B (GetHostAddressesCallback_t03CF99D5CEDA9D1438FAFDF101E7460232C8D0FC * __this, String_t* ___hostName0, const RuntimeMethod* method) { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* result = NULL; 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 == 1) { // open typedef IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___hostName0, targetMethod); } else { // closed typedef IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___hostName0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* >::Invoke(targetMethod, ___hostName0); else result = GenericVirtualFuncInvoker0< IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* >::Invoke(targetMethod, ___hostName0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___hostName0); else result = VirtualFuncInvoker0< IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___hostName0); } } else { typedef IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___hostName0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* (*FunctionPointerType) (String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___hostName0, targetMethod); } else { typedef IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___hostName0, targetMethod); } } } return result; } // 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) { void *__d_args[2] = {0}; __d_args[0] = ___hostName0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // 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) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)__result;; } #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/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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * L_0 = ___next2; __this->set_next_0(L_0); RuntimeObject * L_1 = ___key0; __this->set_key_1(L_1); Delegate_t * L_2 = ___handler1; __this->set_handler_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 IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 (ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___buffer0' to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2); return returnValue; } // 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.Net.FtpDataStream/ReadDelegate::Invoke(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDelegate_Invoke_mE4C3C27618F5BF21F1563FC87B5471E5A5817EE4 (ReadDelegate_t3D70C2E77AF55AADD887F423AA0CAE4FABCC92E6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { int32_t result = 0; 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 == 3) { // open typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { // closed typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else result = GenericVirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else result = VirtualFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } return result; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___size2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // 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) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result);; } #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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D (WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___buffer0' to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2); } // 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) { __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.Net.FtpDataStream/WriteDelegate::Invoke(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate_Invoke_m8429E957756EC1E2C9E605ED00374E403012C94B (WriteDelegate_t27DA3BBADBD9FFAC63A9B47C2D61F0219BFE9E0D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, 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 == 3) { // open typedef void (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } else if (___parameterCount != 3) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); else GenericVirtualActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2); else VirtualActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2); } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod); } } } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___size2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // 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) { 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 #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.HttpWebRequest/<b__263_0>d::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_MoveNext_mF3C3B0A1E94FE4117CC642902B84B191038C2026 (U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0_mD906392E841B2BE519F7D01E73A48CD19BA660CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m299C59B5E5E06834BE87343DD07F886D5D6597C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_Invoke_m3812D29280E5BECD87EE16213C8DA480AC47AB89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_1 = NULL; BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_4; memset((&V_4), 0, sizeof(V_4)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_001c; } } IL_0011: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_3, /*hidden argument*/NULL); __this->set_U3CmsU3E5__1_3(L_3); } IL_001c: { } IL_001d: try {// begin try (depth: 2) { int32_t L_4 = V_0; if (!L_4) { goto IL_006f; } } IL_0020: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_5 = V_1; NullCheck(L_5); Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * L_6 = L_5->get_ResendContentFactory_62(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = __this->get_U3CmsU3E5__1_3(); NullCheck(L_6); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_8; L_8 = Func_2_Invoke_m3812D29280E5BECD87EE16213C8DA480AC47AB89(L_6, L_7, /*hidden argument*/Func_2_Invoke_m3812D29280E5BECD87EE16213C8DA480AC47AB89_RuntimeMethod_var); NullCheck(L_8); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_9; L_9 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_8, (bool)0, /*hidden argument*/NULL); V_5 = L_9; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_10; L_10 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_5), /*hidden argument*/NULL); V_4 = L_10; bool L_11; L_11 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_4), /*hidden argument*/NULL); if (L_11) { goto IL_008c; } } IL_004b: { int32_t L_12 = 0; V_0 = L_12; __this->set_U3CU3E1__state_0(L_12); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_13 = V_4; __this->set_U3CU3Eu__1_4(L_13); AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * L_14 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0_mD906392E841B2BE519F7D01E73A48CD19BA660CB((AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *)L_14, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_4), (U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0_mD906392E841B2BE519F7D01E73A48CD19BA660CB_RuntimeMethod_var); IL2CPP_LEAVE(0xF2, FINALLY_00ad); } IL_006f: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_15 = __this->get_U3CU3Eu__1_4(); V_4 = L_15; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_16 = __this->get_address_of_U3CU3Eu__1_4(); il2cpp_codegen_initobj(L_16, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_17 = (-1); V_0 = L_17; __this->set_U3CU3E1__state_0(L_17); } IL_008c: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_4), /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_18 = __this->get_U3CmsU3E5__1_3(); NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19; L_19 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_18); V_3 = L_19; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_3; NullCheck(L_21); BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_22 = (BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F *)il2cpp_codegen_object_new(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F_il2cpp_TypeInfo_var); BufferOffsetSize__ctor_m34DF650AB658A85943BBEDBB22887D2C3209D9E3(L_22, L_20, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))), (bool)0, /*hidden argument*/NULL); V_2 = L_22; IL2CPP_LEAVE(0xDE, FINALLY_00ad); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ad; } FINALLY_00ad: {// begin finally (depth: 2) { int32_t L_23 = V_0; if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_00c4; } } IL_00b1: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_24 = __this->get_U3CmsU3E5__1_3(); if (!L_24) { goto IL_00c4; } } IL_00b9: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_25 = __this->get_U3CmsU3E5__1_3(); NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_00c4: { IL2CPP_END_FINALLY(173) } }// end finally (depth: 2) IL2CPP_CLEANUP(173) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF2, IL_00f2) IL2CPP_JUMP_TBL(0xDE, IL_00de) } }// 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_00c5; } throw e; } CATCH_00c5: {// begin catch(System.Exception) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * L_26 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_27 = V_6; AsyncTaskMethodBuilder_1_SetException_mE2F150E61C7939524829DBC8E7DB0A42469097B0((AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *)L_26, L_27, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mE2F150E61C7939524829DBC8E7DB0A42469097B0_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f2; }// end catch (depth: 1) IL_00de: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * L_28 = __this->get_address_of_U3CU3Et__builder_1(); BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_29 = V_2; AsyncTaskMethodBuilder_1_SetResult_m299C59B5E5E06834BE87343DD07F886D5D6597C0((AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *)L_28, L_29, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_m299C59B5E5E06834BE87343DD07F886D5D6597C0_RuntimeMethod_var); } IL_00f2: { return; } } IL2CPP_EXTERN_C void U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_MoveNext_mF3C3B0A1E94FE4117CC642902B84B191038C2026_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_MoveNext_mF3C3B0A1E94FE4117CC642902B84B191038C2026(_thisAdjusted, method); } // System.Void System.Net.HttpWebRequest/<b__263_0>d::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_SetStateMachine_m115A610D00CE15EA8DFCAFB519EB5907C4CAEBBC (U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m786635655D43FC7A5C0D86E3D366883F32632495_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m786635655D43FC7A5C0D86E3D366883F32632495((AsyncTaskMethodBuilder_1_t73D9138C5A15D02CE27A5E53B9C8862A8E99880D *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m786635655D43FC7A5C0D86E3D366883F32632495_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_SetStateMachine_m115A610D00CE15EA8DFCAFB519EB5907C4CAEBBC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_tBCD38108B3BEF76B04B459122190CFACB5802BE0 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CU3CGetRewriteHandlerU3Eb__263_0U3Ed_SetStateMachine_m115A610D00CE15EA8DFCAFB519EB5907C4CAEBBC(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.HttpWebRequest/d__237::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__237_MoveNext_m34B204FBB01DC2EDFB12EB69FA008C6FE9852D9A (U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_m4731BB07FF66AB1EAED1715929D24EEEC2B54855_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_mFB08520A9FBC41A9B23A203C26274E53810344C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m92BD8E5D2837C3EE0C96F025F2A496E36D46E16F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m4649537B28F2D45435D11DB55B68E1E98DFA2965_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m15D17B635271E8BA42E3E318710EDDD456FE707F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m2953EEEC1D20293F3F52E3443452E8161AAF9F82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m207D2FF54AE3A399C3C85524EB0228A2B53FC84D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_5__ctor_m8CC1C9E987AC46A574F6B8B20FFEF018ED742CDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_1 = NULL; ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 V_2; memset((&V_2), 0, sizeof(V_2)); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B V_6; memset((&V_6), 0, sizeof(V_6)); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_7; memset((&V_7), 0, sizeof(V_7)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_8; memset((&V_8), 0, sizeof(V_8)); BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * V_9 = NULL; ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 V_10; memset((&V_10), 0, sizeof(V_10)); ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 V_11; memset((&V_11), 0, sizeof(V_11)); bool V_12 = false; AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 V_13; memset((&V_13), 0, sizeof(V_13)); Exception_t * V_14 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B26_0 = 0; AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 G_B30_0; memset((&G_B30_0), 0, sizeof(G_B30_0)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_012e; } } IL_0014: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_01a5; } } IL_001b: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_4 = V_1; NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = L_4->get_actualUri_13(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_6 = V_1; NullCheck(L_6); String_t* L_7 = L_6->get_method_30(); WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_8 = __this->get_stream_3(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_9 = V_1; NullCheck(L_9); CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * L_10 = L_9->get_cookieContainer_22(); HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_11 = (HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB *)il2cpp_codegen_object_new(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB_il2cpp_TypeInfo_var); HttpWebResponse__ctor_mF3A8305585161248ECF94BD5D52A6B6D0AE59A60(L_11, L_5, L_7, L_8, L_10, /*hidden argument*/NULL); __this->set_U3CresponseU3E5__4_8(L_11); __this->set_U3CthrowMeU3E5__1_5((WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)NULL); __this->set_U3CredirectU3E5__3_7((bool)0); __this->set_U3CmustReadAllU3E5__6_10((bool)0); V_3 = (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)NULL; __this->set_U3CrewriteHandlerU3E5__2_6((Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 *)NULL); __this->set_U3CwriteBufferU3E5__5_9((BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F *)NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_12 = V_1; NullCheck(L_12); RuntimeObject * L_13 = L_12->get_locker_51(); V_4 = L_13; V_5 = (bool)0; } IL_006e: try {// begin try (depth: 2) RuntimeObject * L_14 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_14, (bool*)(&V_5), /*hidden argument*/NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_15 = V_1; HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_16 = __this->get_U3CresponseU3E5__4_8(); NullCheck(L_15); ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B L_17; L_17 = HttpWebRequest_CheckFinalStatus_mA7B86C114CE26219CD58C78F5D80A300C5FB3D64(L_15, L_16, /*hidden argument*/NULL); V_6 = L_17; ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B L_18 = V_6; bool L_19 = L_18.get_Item1_0(); __this->set_U3CredirectU3E5__3_7(L_19); ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B L_20 = V_6; bool L_21 = L_20.get_Item2_1(); __this->set_U3CmustReadAllU3E5__6_10(L_21); ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B L_22 = V_6; Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * L_23 = L_22.get_Item3_2(); __this->set_U3CrewriteHandlerU3E5__2_6(L_23); ValueTuple_4_tA55DEA5229133F0BC4EC4246133E0AFC1DF98F0B L_24 = V_6; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_25 = L_24.get_Item4_3(); __this->set_U3CthrowMeU3E5__1_5(L_25); IL2CPP_LEAVE(0xCB, FINALLY_00bb); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bb; } FINALLY_00bb: {// begin finally (depth: 2) { int32_t L_26 = V_0; if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_00ca; } } IL_00bf: { bool L_27 = V_5; if (!L_27) { goto IL_00ca; } } IL_00c3: { RuntimeObject * L_28 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_28, /*hidden argument*/NULL); } IL_00ca: { IL2CPP_END_FINALLY(187) } }// end finally (depth: 2) IL2CPP_CLEANUP(187) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCB, IL_00cb) } IL_00cb: { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_29 = __this->get_U3CthrowMeU3E5__1_5(); if (!L_29) { goto IL_0159; } } IL_00d6: { bool L_30 = __this->get_U3CmustReadAllU3E5__6_10(); if (!L_30) { goto IL_0152; } } IL_00de: { WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_31 = __this->get_stream_3(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_32 = __this->get_cancellationToken_4(); NullCheck(L_31); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_33; L_33 = WebResponseStream_ReadAllAsync_m9FE18AD758116A3DF8BFF50772D4A22AC0055B1A(L_31, (bool)0, L_32, /*hidden argument*/NULL); NullCheck(L_33); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_34; L_34 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_33, (bool)0, /*hidden argument*/NULL); V_8 = L_34; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_35; L_35 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_8), /*hidden argument*/NULL); V_7 = L_35; bool L_36; L_36 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_7), /*hidden argument*/NULL); if (L_36) { goto IL_014b; } } IL_010a: { int32_t L_37 = 0; V_0 = L_37; __this->set_U3CU3E1__state_0(L_37); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_38 = V_7; __this->set_U3CU3Eu__1_11(L_38); AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * L_39 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_mFB08520A9FBC41A9B23A203C26274E53810344C8((AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *)L_39, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_7), (U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_mFB08520A9FBC41A9B23A203C26274E53810344C8_RuntimeMethod_var); goto IL_0325; } IL_012e: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_40 = __this->get_U3CU3Eu__1_11(); V_7 = L_40; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_41 = __this->get_address_of_U3CU3Eu__1_11(); il2cpp_codegen_initobj(L_41, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_42 = (-1); V_0 = L_42; __this->set_U3CU3E1__state_0(L_42); } IL_014b: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_7), /*hidden argument*/NULL); } IL_0152: { WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_43 = __this->get_U3CthrowMeU3E5__1_5(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetResponseFromDataU3Ed__237_MoveNext_m34B204FBB01DC2EDFB12EB69FA008C6FE9852D9A_RuntimeMethod_var))); } IL_0159: { Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * L_44 = __this->get_U3CrewriteHandlerU3E5__2_6(); if (!L_44) { goto IL_01d3; } } IL_0161: { Task_1_t3B2F1B9BB295AC61099DF3673A7E95CA4311E5B0 * L_45 = __this->get_U3CrewriteHandlerU3E5__2_6(); NullCheck(L_45); ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 L_46; L_46 = Task_1_ConfigureAwait_m207D2FF54AE3A399C3C85524EB0228A2B53FC84D(L_45, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_m207D2FF54AE3A399C3C85524EB0228A2B53FC84D_RuntimeMethod_var); V_11 = L_46; ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 L_47; L_47 = ConfiguredTaskAwaitable_1_GetAwaiter_m4649537B28F2D45435D11DB55B68E1E98DFA2965_inline((ConfiguredTaskAwaitable_1_t26161576A47D8B8DB3BDF711066752A981B54763 *)(&V_11), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m4649537B28F2D45435D11DB55B68E1E98DFA2965_RuntimeMethod_var); V_10 = L_47; bool L_48; L_48 = ConfiguredTaskAwaiter_get_IsCompleted_m2953EEEC1D20293F3F52E3443452E8161AAF9F82((ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 *)(&V_10), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m2953EEEC1D20293F3F52E3443452E8161AAF9F82_RuntimeMethod_var); if (L_48) { goto IL_01c2; } } IL_0181: { int32_t L_49 = 1; V_0 = L_49; __this->set_U3CU3E1__state_0(L_49); ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 L_50 = V_10; __this->set_U3CU3Eu__2_12(L_50); AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * L_51 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_m4731BB07FF66AB1EAED1715929D24EEEC2B54855((AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *)L_51, (ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 *)(&V_10), (U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8_TisU3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820_m4731BB07FF66AB1EAED1715929D24EEEC2B54855_RuntimeMethod_var); goto IL_0325; } IL_01a5: { ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 L_52 = __this->get_U3CU3Eu__2_12(); V_10 = L_52; ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 * L_53 = __this->get_address_of_U3CU3Eu__2_12(); il2cpp_codegen_initobj(L_53, sizeof(ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 )); int32_t L_54 = (-1); V_0 = L_54; __this->set_U3CU3E1__state_0(L_54); } IL_01c2: { BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_55; L_55 = ConfiguredTaskAwaiter_GetResult_m15D17B635271E8BA42E3E318710EDDD456FE707F((ConfiguredTaskAwaiter_t9BA9BBF3EA6747232564192A575618E22362EAC8 *)(&V_10), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m15D17B635271E8BA42E3E318710EDDD456FE707F_RuntimeMethod_var); V_9 = L_55; BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_56 = V_9; __this->set_U3CwriteBufferU3E5__5_9(L_56); } IL_01d3: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_57 = V_1; NullCheck(L_57); RuntimeObject * L_58 = L_57->get_locker_51(); V_4 = L_58; V_5 = (bool)0; } IL_01de: try {// begin try (depth: 2) { RuntimeObject * L_59 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_59, (bool*)(&V_5), /*hidden argument*/NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_60 = V_1; NullCheck(L_60); bool L_61; L_61 = HttpWebRequest_get_ProxyQuery_m5AC4ED79E30E2253BE5508B87805592B4FD2F1F5(L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_020d; } } IL_01ef: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_62 = V_1; NullCheck(L_62); RuntimeObject* L_63 = L_62->get_proxy_38(); if (!L_63) { goto IL_020d; } } IL_01f7: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_64 = V_1; NullCheck(L_64); RuntimeObject* L_65 = L_64->get_proxy_38(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_66 = V_1; NullCheck(L_66); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_67 = L_66->get_actualUri_13(); NullCheck(L_65); bool L_68; L_68 = InterfaceFuncInvoker1< bool, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var, L_65, L_67); G_B26_0 = ((((int32_t)L_68) == ((int32_t)0))? 1 : 0); goto IL_020e; } IL_020d: { G_B26_0 = 0; } IL_020e: { V_12 = (bool)G_B26_0; bool L_69 = __this->get_U3CredirectU3E5__3_7(); if (L_69) { goto IL_0285; } } IL_0218: { bool L_70 = V_12; if (L_70) { goto IL_0224; } } IL_021c: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_71 = V_1; NullCheck(L_71); AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 L_72 = L_71->get_auth_state_59(); G_B30_0 = L_72; goto IL_022a; } IL_0224: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_73 = V_1; NullCheck(L_73); AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 L_74 = L_73->get_proxy_auth_state_60(); G_B30_0 = L_74; } IL_022a: { V_13 = G_B30_0; bool L_75; L_75 = AuthorizationState_get_IsNtlmAuthenticated_m3D9E9F9AB39774F3161B774E4EA882ED5DBEA5F9((AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 *)(&V_13), /*hidden argument*/NULL); if (!L_75) { goto IL_0258; } } IL_0235: { HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_76 = __this->get_U3CresponseU3E5__4_8(); NullCheck(L_76); int32_t L_77; L_77 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_76); if ((((int32_t)L_77) >= ((int32_t)((int32_t)400)))) { goto IL_0258; } } IL_0247: { WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_78 = __this->get_stream_3(); NullCheck(L_78); WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_79; L_79 = WebConnectionStream_get_Connection_m24DACC6F27A46E8201E23C10F3A4CB322136F546_inline(L_78, /*hidden argument*/NULL); NullCheck(L_79); WebConnection_set_NtlmAuthenticated_m07808584A562434812576056502EA85A313B7351_inline(L_79, (bool)1, /*hidden argument*/NULL); } IL_0258: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_80 = V_1; NullCheck(L_80); WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * L_81 = L_80->get_writeStream_42(); if (!L_81) { goto IL_026b; } } IL_0260: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_82 = V_1; NullCheck(L_82); WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * L_83 = L_82->get_writeStream_42(); NullCheck(L_83); WebRequestStream_KillBuffer_m7C1E8F89D4C6325E8AD36F3C6B009318E6C20980(L_83, /*hidden argument*/NULL); } IL_026b: { HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_84 = __this->get_U3CresponseU3E5__4_8(); BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_85 = __this->get_U3CwriteBufferU3E5__5_9(); ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_86; memset((&L_86), 0, sizeof(L_86)); ValueTuple_5__ctor_m8CC1C9E987AC46A574F6B8B20FFEF018ED742CDB((&L_86), L_84, (bool)0, (bool)0, L_85, (WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)NULL, /*hidden argument*/ValueTuple_5__ctor_m8CC1C9E987AC46A574F6B8B20FFEF018ED742CDB_RuntimeMethod_var); V_2 = L_86; IL2CPP_LEAVE(0x311, FINALLY_02cc); } IL_0285: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_87 = V_1; NullCheck(L_87); bool L_88 = L_87->get_sendChunked_39(); if (!L_88) { goto IL_02a4; } } IL_028d: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_89 = V_1; NullCheck(L_89); L_89->set_sendChunked_39((bool)0); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_90 = V_1; NullCheck(L_90); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_91 = L_90->get_webHeaders_26(); NullCheck(L_91); WebHeaderCollection_RemoveInternal_m89528036293926837E8EA5703C1306C1E351B117(L_91, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD, /*hidden argument*/NULL); } IL_02a4: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_92 = V_1; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_93 = __this->get_stream_3(); HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_94 = __this->get_U3CresponseU3E5__4_8(); BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_95 = __this->get_U3CwriteBufferU3E5__5_9(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_96 = __this->get_cancellationToken_4(); NullCheck(L_92); ValueTuple_2_tD78E716C9AB70F51F241465A32F5F5E49DA3529A L_97; L_97 = HttpWebRequest_HandleNtlmAuth_mEA5D713B4B79D9F17FB7BFFC4AAFAEF9CB23EC98(L_92, L_93, L_94, L_95, L_96, /*hidden argument*/NULL); ValueTuple_2_tD78E716C9AB70F51F241465A32F5F5E49DA3529A L_98 = L_97; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_99 = L_98.get_Item1_0(); V_3 = L_99; IL2CPP_LEAVE(0x2DC, FINALLY_02cc); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02cc; } FINALLY_02cc: {// begin finally (depth: 2) { int32_t L_100 = V_0; if ((((int32_t)L_100) >= ((int32_t)0))) { goto IL_02db; } } IL_02d0: { bool L_101 = V_5; if (!L_101) { goto IL_02db; } } IL_02d4: { RuntimeObject * L_102 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_102, /*hidden argument*/NULL); } IL_02db: { IL2CPP_END_FINALLY(716) } }// end finally (depth: 2) IL2CPP_CLEANUP(716) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x311, IL_0311) IL2CPP_JUMP_TBL(0x2DC, IL_02dc) } IL_02dc: { HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_103 = __this->get_U3CresponseU3E5__4_8(); bool L_104 = __this->get_U3CmustReadAllU3E5__6_10(); BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_105 = __this->get_U3CwriteBufferU3E5__5_9(); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_106 = V_3; ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_107; memset((&L_107), 0, sizeof(L_107)); ValueTuple_5__ctor_m8CC1C9E987AC46A574F6B8B20FFEF018ED742CDB((&L_107), L_103, (bool)1, L_104, L_105, L_106, /*hidden argument*/ValueTuple_5__ctor_m8CC1C9E987AC46A574F6B8B20FFEF018ED742CDB_RuntimeMethod_var); V_2 = L_107; goto IL_0311; } }// 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_02f8; } throw e; } CATCH_02f8: {// begin catch(System.Exception) V_14 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * L_108 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_109 = V_14; AsyncTaskMethodBuilder_1_SetException_m59C67747AE499E14D75AE92F8B29065D83AC0E25((AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *)L_108, L_109, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m59C67747AE499E14D75AE92F8B29065D83AC0E25_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0325; }// end catch (depth: 1) IL_0311: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * L_110 = __this->get_address_of_U3CU3Et__builder_1(); ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_111 = V_2; AsyncTaskMethodBuilder_1_SetResult_m92BD8E5D2837C3EE0C96F025F2A496E36D46E16F((AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *)L_110, L_111, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_m92BD8E5D2837C3EE0C96F025F2A496E36D46E16F_RuntimeMethod_var); } IL_0325: { return; } } IL2CPP_EXTERN_C void U3CGetResponseFromDataU3Ed__237_MoveNext_m34B204FBB01DC2EDFB12EB69FA008C6FE9852D9A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CGetResponseFromDataU3Ed__237_MoveNext_m34B204FBB01DC2EDFB12EB69FA008C6FE9852D9A(_thisAdjusted, method); } // System.Void System.Net.HttpWebRequest/d__237::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__237_SetStateMachine_m65921134D62F37CAFE2CB0AF2436F6E72C48C829 (U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mEF467FE71FBC2485A1959CA568EC8735C88B367E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_mEF467FE71FBC2485A1959CA568EC8735C88B367E((AsyncTaskMethodBuilder_1_t04278D5078B08CC7E24AFDDAEE48378547262884 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_mEF467FE71FBC2485A1959CA568EC8735C88B367E_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CGetResponseFromDataU3Ed__237_SetStateMachine_m65921134D62F37CAFE2CB0AF2436F6E72C48C829_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CGetResponseFromDataU3Ed__237_t5060E721E44AB6651008E532D792EE39E62B7820 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CGetResponseFromDataU3Ed__237_SetStateMachine_m65921134D62F37CAFE2CB0AF2436F6E72C48C829(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.HttpWebRequest/d__236::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42 (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mFBEB8F5FCB176FEE52B680ED1967F9C728BDDF90_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m2767054E4D05F7F6BD0BA5FF7006B4BE1584B4D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mC9C5FB123FC0614ED3610353D40D4B5BF864D544_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m34A125097712EDF8C574F3F147C84E21352F69C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m7BB936B28F8565A544A37C805FB539692B687B62_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m91B8068B87FD7675507748BCB330510A551486E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF6BCEEA24F1CDB199222CF4CBC2F704AD0736136_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m4F96BCD8CEB203FDA3E8BFF624F986136BD6038D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m1DF42BF80FEAED0BAB81159A2A5A427C8B5287CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_mBB829D102280A9069CF03E72D0DDF018DA5615C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m636C9A7D3CFF45E29EF6B1E7C06EB06820D36B0E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_mD3D91EAE189D6EA68713A49C2AD693C51E303F13_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m31A2D5F669820085A58E22A6E60D0BCF52C31270_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_m5DA64CE1D6189EE7F55F81BB65CB2435427BABD8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mB5F2D3D042ED5D2A4245370465E1D125D5CDA077_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_1 = NULL; HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * V_2 = NULL; String_t* V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * V_6 = NULL; WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * V_7 = NULL; TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD V_8; memset((&V_8), 0, sizeof(V_8)); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_9; memset((&V_9), 0, sizeof(V_9)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_10; memset((&V_10), 0, sizeof(V_10)); WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * V_11 = NULL; TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 V_12; memset((&V_12), 0, sizeof(V_12)); ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 V_13; memset((&V_13), 0, sizeof(V_13)); ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 V_14; memset((&V_14), 0, sizeof(V_14)); ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 V_15; memset((&V_15), 0, sizeof(V_15)); Exception_t * V_16 = NULL; Exception_t * V_17 = NULL; Exception_t * V_18 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * G_B56_0 = NULL; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * G_B55_0 = NULL; int32_t G_B57_0 = 0; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * G_B57_1 = NULL; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * G_B67_0 = NULL; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * G_B66_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) > ((uint32_t)3)))) { goto IL_0161; } } IL_0015: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_043d; } } IL_001c: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_4 = V_1; NullCheck(L_4); bool L_5; L_5 = HttpWebRequest_get_Aborted_m3818067645E7BF5CC50320409AD3E0946F580257(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var))); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_6; L_6 = HttpWebRequest_CreateRequestAbortedException_m5ADF0586581A200AB3F80DC50A107A39167B4E4A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_RuntimeMethod_var))); } IL_002a: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_7 = V_1; NullCheck(L_7); String_t* L_8 = L_7->get_method_30(); if (L_8) { goto IL_003d; } } IL_0032: { ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * L_9 = (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299_il2cpp_TypeInfo_var))); ProtocolViolationException__ctor_mDD18BFEE8140195ECBAD99A4E8079FE063A92D79(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCFB4318D19A77D6F70AF0955D8F6DBC5C818BE4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_RuntimeMethod_var))); } IL_003d: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = HttpWebRequest_get_TransferEncoding_m7F6F14E19631A22F3FFEF7AAEACA2702A98B1668(L_10, /*hidden argument*/NULL); V_3 = L_11; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_12 = V_1; NullCheck(L_12); bool L_13 = L_12->get_sendChunked_39(); if (L_13) { goto IL_006c; } } IL_004c: { String_t* L_14 = V_3; if (!L_14) { goto IL_006c; } } IL_004f: { String_t* L_15 = V_3; NullCheck(L_15); String_t* L_16; L_16 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_15, /*hidden argument*/NULL); bool L_17; L_17 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_16, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_17) { goto IL_006c; } } IL_0061: { ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 * L_18 = (ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ProtocolViolationException_tBAAE896920B7768552D235DA44C1F7EACDBF9299_il2cpp_TypeInfo_var))); ProtocolViolationException__ctor_mDD18BFEE8140195ECBAD99A4E8079FE063A92D79(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4481D0B5E032F67AC548EA7671D3A6F3431D6487)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_RuntimeMethod_var))); } IL_006c: { WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_19 = (WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E *)il2cpp_codegen_object_new(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E_il2cpp_TypeInfo_var); WebCompletionSource__ctor_m2A71326ABA55C07D5EA8267C2746590294275593(L_19, /*hidden argument*/NULL); __this->set_U3CcompletionU3E5__3_6(L_19); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_20 = V_1; NullCheck(L_20); RuntimeObject * L_21 = L_20->get_locker_51(); V_4 = L_21; V_5 = (bool)0; } IL_0082: try {// begin try (depth: 2) { RuntimeObject * L_22 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_22, (bool*)(&V_5), /*hidden argument*/NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_23 = V_1; NullCheck(L_23); L_23->set_getResponseCalled_50((bool)1); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_24 = V_1; NullCheck(L_24); WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** L_25 = L_24->get_address_of_responseTask_44(); WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_26 = __this->get_U3CcompletionU3E5__3_6(); WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_27; L_27 = InterlockedCompareExchangeImpl((WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E **)L_25, L_26, (WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E *)NULL); V_6 = L_27; WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_28 = V_6; if (!L_28) { goto IL_00d9; } } IL_00aa: { WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_29 = V_6; NullCheck(L_29); WebCompletionSource_ThrowOnError_mA91948B50873E99F75543EA821476F99FD527682(L_29, /*hidden argument*/NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_30 = V_1; NullCheck(L_30); bool L_31 = L_30->get_haveResponse_24(); if (!L_31) { goto IL_00ce; } } IL_00b9: { WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_32 = V_6; NullCheck(L_32); bool L_33; L_33 = WebCompletionSource_get_IsCompleted_mB13E34B728479920D83A152C0D1384B389F6723F(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00ce; } } IL_00c2: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_34 = V_1; NullCheck(L_34); HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_35 = L_34->get_webResponse_43(); V_2 = L_35; IL2CPP_LEAVE(0x5CF, FINALLY_0120); } IL_00ce: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_36 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53079840E0FD41740E809849B6B41E73B7903547)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_RuntimeMethod_var))); } IL_00d9: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_37 = V_1; NullCheck(L_37); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_38 = L_37->get_currentOperation_45(); __this->set_U3CoperationU3E5__1_4(L_38); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_39 = V_1; NullCheck(L_39); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_40 = L_39->get_currentOperation_45(); if (!L_40) { goto IL_00fe; } } IL_00ed: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_41 = V_1; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_42 = V_1; NullCheck(L_42); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_43 = L_42->get_currentOperation_45(); NullCheck(L_43); WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * L_44; L_44 = WebOperation_get_WriteStream_m7DAC2C4653EBD8BF426E791F0B117E395CB06193(L_43, /*hidden argument*/NULL); NullCheck(L_41); L_41->set_writeStream_42(L_44); } IL_00fe: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_45 = V_1; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_46 = V_1; NullCheck(L_46); String_t* L_47 = L_46->get_method_30(); NullCheck(L_45); L_45->set_initialMethod_31(L_47); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_48 = V_1; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_49 = __this->get_cancellationToken_3(); NullCheck(L_48); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_50; L_50 = HttpWebRequest_SendRequest_mD19869D903F914F762A6C7CAE53A4078FEC94040(L_48, (bool)0, (BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F *)NULL, L_49, /*hidden argument*/NULL); __this->set_U3CoperationU3E5__1_4(L_50); IL2CPP_LEAVE(0x130, FINALLY_0120); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0120; } FINALLY_0120: {// begin finally (depth: 2) { int32_t L_51 = V_0; if ((((int32_t)L_51) >= ((int32_t)0))) { goto IL_012f; } } IL_0124: { bool L_52 = V_5; if (!L_52) { goto IL_012f; } } IL_0128: { RuntimeObject * L_53 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_53, /*hidden argument*/NULL); } IL_012f: { IL2CPP_END_FINALLY(288) } }// end finally (depth: 2) IL2CPP_CLEANUP(288) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5CF, IL_05cf) IL2CPP_JUMP_TBL(0x130, IL_0130) } IL_0130: { __this->set_U3CthrowMeU3E5__2_5((WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)NULL); __this->set_U3CresponseU3E5__5_8((HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB *)NULL); __this->set_U3CstreamU3E5__8_11((WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F *)NULL); __this->set_U3CredirectU3E5__4_7((bool)0); __this->set_U3CmustReadAllU3E5__7_10((bool)0); __this->set_U3CntlmU3E5__6_9((WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)NULL); __this->set_U3CwriteBufferU3E5__9_12((BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F *)NULL); } IL_0161: { } IL_0162: try {// begin try (depth: 2) { int32_t L_54 = V_0; switch (L_54) { case 0: { goto IL_01c2; } case 1: { goto IL_023f; } case 2: { goto IL_02a2; } case 3: { goto IL_0320; } } } IL_0178: { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * L_55 = __this->get_address_of_cancellationToken_3(); CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)L_55, /*hidden argument*/NULL); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_56 = __this->get_U3CoperationU3E5__1_4(); NullCheck(L_56); Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * L_57; L_57 = WebOperation_GetRequestStream_m43419256A4660FDB209A7667B75BA8A3EB0B52E0(L_56, /*hidden argument*/NULL); NullCheck(L_57); TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD L_58; L_58 = Task_1_GetAwaiter_mB5F2D3D042ED5D2A4245370465E1D125D5CDA077(L_57, /*hidden argument*/Task_1_GetAwaiter_mB5F2D3D042ED5D2A4245370465E1D125D5CDA077_RuntimeMethod_var); V_8 = L_58; bool L_59; L_59 = TaskAwaiter_1_get_IsCompleted_m636C9A7D3CFF45E29EF6B1E7C06EB06820D36B0E((TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD *)(&V_8), /*hidden argument*/TaskAwaiter_1_get_IsCompleted_m636C9A7D3CFF45E29EF6B1E7C06EB06820D36B0E_RuntimeMethod_var); if (L_59) { goto IL_01df; } } IL_019e: { int32_t L_60 = 0; V_0 = L_60; __this->set_U3CU3E1__state_0(L_60); TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD L_61 = V_8; __this->set_U3CU3Eu__1_13(L_61); AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_62 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m34A125097712EDF8C574F3F147C84E21352F69C0((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_62, (TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD *)(&V_8), (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m34A125097712EDF8C574F3F147C84E21352F69C0_RuntimeMethod_var); goto IL_05e3; } IL_01c2: { TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD L_63 = __this->get_U3CU3Eu__1_13(); V_8 = L_63; TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD * L_64 = __this->get_address_of_U3CU3Eu__1_13(); il2cpp_codegen_initobj(L_64, sizeof(TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD )); int32_t L_65 = (-1); V_0 = L_65; __this->set_U3CU3E1__state_0(L_65); } IL_01df: { WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * L_66; L_66 = TaskAwaiter_1_GetResult_m1DF42BF80FEAED0BAB81159A2A5A427C8B5287CC((TaskAwaiter_1_t2BBED4D00A5731637EDEB15212DE3D1A1559E2CD *)(&V_8), /*hidden argument*/TaskAwaiter_1_GetResult_m1DF42BF80FEAED0BAB81159A2A5A427C8B5287CC_RuntimeMethod_var); V_7 = L_66; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_67 = V_1; WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * L_68 = V_7; NullCheck(L_67); L_67->set_writeStream_42(L_68); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_69 = V_1; NullCheck(L_69); WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * L_70 = L_69->get_writeStream_42(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_71 = __this->get_cancellationToken_3(); NullCheck(L_70); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_72; L_72 = WebRequestStream_WriteRequestAsync_mD55858804426CFBBBD287C4321DEFBC04381D955(L_70, L_71, /*hidden argument*/NULL); NullCheck(L_72); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_73; L_73 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_72, (bool)0, /*hidden argument*/NULL); V_10 = L_73; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_74; L_74 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_10), /*hidden argument*/NULL); V_9 = L_74; bool L_75; L_75 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_9), /*hidden argument*/NULL); if (L_75) { goto IL_025c; } } IL_021b: { int32_t L_76 = 1; V_0 = L_76; __this->set_U3CU3E1__state_0(L_76); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_77 = V_9; __this->set_U3CU3Eu__2_14(L_77); AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_78 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m2767054E4D05F7F6BD0BA5FF7006B4BE1584B4D8((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_78, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_9), (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m2767054E4D05F7F6BD0BA5FF7006B4BE1584B4D8_RuntimeMethod_var); goto IL_05e3; } IL_023f: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_79 = __this->get_U3CU3Eu__2_14(); V_9 = L_79; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_80 = __this->get_address_of_U3CU3Eu__2_14(); il2cpp_codegen_initobj(L_80, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_81 = (-1); V_0 = L_81; __this->set_U3CU3E1__state_0(L_81); } IL_025c: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_9), /*hidden argument*/NULL); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_82 = __this->get_U3CoperationU3E5__1_4(); NullCheck(L_82); Task_1_t9B51BE1BAD1D5EDAE57D8E4A3D3BD8AB9054E8C6 * L_83; L_83 = WebOperation_GetResponseStream_mB8E11DC20AB472D28FC23893D29F40146E3660D2(L_82, /*hidden argument*/NULL); NullCheck(L_83); TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 L_84; L_84 = Task_1_GetAwaiter_m5DA64CE1D6189EE7F55F81BB65CB2435427BABD8(L_83, /*hidden argument*/Task_1_GetAwaiter_m5DA64CE1D6189EE7F55F81BB65CB2435427BABD8_RuntimeMethod_var); V_12 = L_84; bool L_85; L_85 = TaskAwaiter_1_get_IsCompleted_mD3D91EAE189D6EA68713A49C2AD693C51E303F13((TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 *)(&V_12), /*hidden argument*/TaskAwaiter_1_get_IsCompleted_mD3D91EAE189D6EA68713A49C2AD693C51E303F13_RuntimeMethod_var); if (L_85) { goto IL_02bf; } } IL_027e: { int32_t L_86 = 2; V_0 = L_86; __this->set_U3CU3E1__state_0(L_86); TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 L_87 = V_12; __this->set_U3CU3Eu__3_15(L_87); AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_88 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mC9C5FB123FC0614ED3610353D40D4B5BF864D544((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_88, (TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 *)(&V_12), (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mC9C5FB123FC0614ED3610353D40D4B5BF864D544_RuntimeMethod_var); goto IL_05e3; } IL_02a2: { TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 L_89 = __this->get_U3CU3Eu__3_15(); V_12 = L_89; TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 * L_90 = __this->get_address_of_U3CU3Eu__3_15(); il2cpp_codegen_initobj(L_90, sizeof(TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 )); int32_t L_91 = (-1); V_0 = L_91; __this->set_U3CU3E1__state_0(L_91); } IL_02bf: { WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_92; L_92 = TaskAwaiter_1_GetResult_mBB829D102280A9069CF03E72D0DDF018DA5615C3((TaskAwaiter_1_t06282E0E3DA9FB287C9BDB4911AC044F21933C81 *)(&V_12), /*hidden argument*/TaskAwaiter_1_GetResult_mBB829D102280A9069CF03E72D0DDF018DA5615C3_RuntimeMethod_var); V_11 = L_92; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_93 = V_11; __this->set_U3CstreamU3E5__8_11(L_93); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_94 = V_1; WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_95 = __this->get_U3CstreamU3E5__8_11(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_96 = __this->get_cancellationToken_3(); NullCheck(L_94); Task_1_tDEAB8548D192DBB144FB5A8A3D04AD2EEB5E3D13 * L_97; L_97 = HttpWebRequest_GetResponseFromData_m0CE9AAE446C972A590EC15776779EEC20BBD5297(L_94, L_95, L_96, /*hidden argument*/NULL); NullCheck(L_97); ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 L_98; L_98 = Task_1_ConfigureAwait_m31A2D5F669820085A58E22A6E60D0BCF52C31270(L_97, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_m31A2D5F669820085A58E22A6E60D0BCF52C31270_RuntimeMethod_var); V_15 = L_98; ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 L_99; L_99 = ConfiguredTaskAwaitable_1_GetAwaiter_m91B8068B87FD7675507748BCB330510A551486E3_inline((ConfiguredTaskAwaitable_1_t6573C65C75DC4EED64B266195FB5A206813746F4 *)(&V_15), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m91B8068B87FD7675507748BCB330510A551486E3_RuntimeMethod_var); V_14 = L_99; bool L_100; L_100 = ConfiguredTaskAwaiter_get_IsCompleted_m4F96BCD8CEB203FDA3E8BFF624F986136BD6038D((ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 *)(&V_14), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m4F96BCD8CEB203FDA3E8BFF624F986136BD6038D_RuntimeMethod_var); if (L_100) { goto IL_033d; } } IL_02fc: { int32_t L_101 = 3; V_0 = L_101; __this->set_U3CU3E1__state_0(L_101); ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 L_102 = V_14; __this->set_U3CU3Eu__4_16(L_102); AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_103 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mFBEB8F5FCB176FEE52B680ED1967F9C728BDDF90((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_103, (ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 *)(&V_14), (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_mFBEB8F5FCB176FEE52B680ED1967F9C728BDDF90_RuntimeMethod_var); goto IL_05e3; } IL_0320: { ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 L_104 = __this->get_U3CU3Eu__4_16(); V_14 = L_104; ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 * L_105 = __this->get_address_of_U3CU3Eu__4_16(); il2cpp_codegen_initobj(L_105, sizeof(ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 )); int32_t L_106 = (-1); V_0 = L_106; __this->set_U3CU3E1__state_0(L_106); } IL_033d: { ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_107; L_107 = ConfiguredTaskAwaiter_GetResult_mF6BCEEA24F1CDB199222CF4CBC2F704AD0736136((ConfiguredTaskAwaiter_t1E2C8B0B4B5DBC914F5301A6EFDF7AD4D3998D06 *)(&V_14), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_mF6BCEEA24F1CDB199222CF4CBC2F704AD0736136_RuntimeMethod_var); V_13 = L_107; ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_108 = V_13; HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_109 = L_108.get_Item1_0(); __this->set_U3CresponseU3E5__5_8(L_109); ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_110 = V_13; bool L_111 = L_110.get_Item2_1(); __this->set_U3CredirectU3E5__4_7(L_111); ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_112 = V_13; bool L_113 = L_112.get_Item3_2(); __this->set_U3CmustReadAllU3E5__7_10(L_113); ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_114 = V_13; BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_115 = L_114.get_Item4_3(); __this->set_U3CwriteBufferU3E5__9_12(L_115); ValueTuple_5_tC03A966BCCF577698D4862E43CEE647247992092 L_116 = V_13; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_117 = L_116.get_Item5_4(); __this->set_U3CntlmU3E5__6_9(L_117); goto IL_039b; } }// 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_0389; } throw e; } CATCH_0389: {// begin catch(System.Exception) V_16 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_118 = V_1; Exception_t * L_119 = V_16; NullCheck(L_118); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_120; L_120 = HttpWebRequest_GetWebException_m7E00B81FEE694F16C4C8DF09C187E54C70CEFDC7(L_118, L_119, /*hidden argument*/NULL); __this->set_U3CthrowMeU3E5__2_5(L_120); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_039b; }// end catch (depth: 2) IL_039b: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_121 = V_1; NullCheck(L_121); RuntimeObject * L_122 = L_121->get_locker_51(); V_4 = L_122; V_5 = (bool)0; } IL_03a6: try {// begin try (depth: 2) { RuntimeObject * L_123 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_123, (bool*)(&V_5), /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_124 = __this->get_U3CthrowMeU3E5__2_5(); if (!L_124) { goto IL_03d7; } } IL_03b7: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_125 = V_1; NullCheck(L_125); L_125->set_haveResponse_24((bool)1); WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_126 = __this->get_U3CcompletionU3E5__3_6(); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_127 = __this->get_U3CthrowMeU3E5__2_5(); NullCheck(L_126); bool L_128; L_128 = WebCompletionSource_TrySetException_m66055FAA927F564063E03FB9042E9CA12572EF7F(L_126, L_127, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_129 = __this->get_U3CthrowMeU3E5__2_5(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_129, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_RuntimeMethod_var))); } IL_03d7: { bool L_130 = __this->get_U3CredirectU3E5__4_7(); if (L_130) { goto IL_040a; } } IL_03df: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_131 = V_1; NullCheck(L_131); L_131->set_haveResponse_24((bool)1); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_132 = V_1; HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_133 = __this->get_U3CresponseU3E5__5_8(); NullCheck(L_132); L_132->set_webResponse_43(L_133); WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_134 = __this->get_U3CcompletionU3E5__3_6(); NullCheck(L_134); bool L_135; L_135 = WebCompletionSource_TrySetCompleted_m3309212E1375436FC131FE3A308EF6ADDD7C6D9C(L_134, /*hidden argument*/NULL); HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_136 = __this->get_U3CresponseU3E5__5_8(); V_2 = L_136; IL2CPP_LEAVE(0x5CF, FINALLY_042d); } IL_040a: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_137 = V_1; NullCheck(L_137); L_137->set_finished_reading_52((bool)0); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_138 = V_1; NullCheck(L_138); L_138->set_haveResponse_24((bool)0); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_139 = V_1; NullCheck(L_139); L_139->set_webResponse_43((HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB *)NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_140 = V_1; WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_141 = __this->get_U3CntlmU3E5__6_9(); NullCheck(L_140); L_140->set_currentOperation_45(L_141); IL2CPP_LEAVE(0x43D, FINALLY_042d); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_042d; } FINALLY_042d: {// begin finally (depth: 2) { int32_t L_142 = V_0; if ((((int32_t)L_142) >= ((int32_t)0))) { goto IL_043c; } } IL_0431: { bool L_143 = V_5; if (!L_143) { goto IL_043c; } } IL_0435: { RuntimeObject * L_144 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_144, /*hidden argument*/NULL); } IL_043c: { IL2CPP_END_FINALLY(1069) } }// end finally (depth: 2) IL2CPP_CLEANUP(1069) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5CF, IL_05cf) IL2CPP_JUMP_TBL(0x43D, IL_043d) } IL_043d: { } IL_043e: try {// begin try (depth: 2) { int32_t L_145 = V_0; if ((((int32_t)L_145) == ((int32_t)4))) { goto IL_04b0; } } IL_0442: { bool L_146 = __this->get_U3CmustReadAllU3E5__7_10(); if (!L_146) { goto IL_04d4; } } IL_044d: { WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_147 = __this->get_U3CstreamU3E5__8_11(); bool L_148 = __this->get_U3CredirectU3E5__4_7(); G_B55_0 = L_147; if (L_148) { G_B56_0 = L_147; goto IL_0466; } } IL_045b: { WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_149 = __this->get_U3CntlmU3E5__6_9(); G_B57_0 = ((!(((RuntimeObject*)(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)L_149) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); G_B57_1 = G_B55_0; goto IL_0467; } IL_0466: { G_B57_0 = 1; G_B57_1 = G_B56_0; } IL_0467: { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_150 = __this->get_cancellationToken_3(); NullCheck(G_B57_1); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_151; L_151 = WebResponseStream_ReadAllAsync_m9FE18AD758116A3DF8BFF50772D4A22AC0055B1A(G_B57_1, (bool)G_B57_0, L_150, /*hidden argument*/NULL); NullCheck(L_151); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_152; L_152 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_151, (bool)0, /*hidden argument*/NULL); V_10 = L_152; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_153; L_153 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_10), /*hidden argument*/NULL); V_9 = L_153; bool L_154; L_154 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_9), /*hidden argument*/NULL); if (L_154) { goto IL_04cd; } } IL_048c: { int32_t L_155 = 4; V_0 = L_155; __this->set_U3CU3E1__state_0(L_155); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_156 = V_9; __this->set_U3CU3Eu__2_14(L_156); AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_157 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m2767054E4D05F7F6BD0BA5FF7006B4BE1584B4D8((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_157, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_9), (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1_m2767054E4D05F7F6BD0BA5FF7006B4BE1584B4D8_RuntimeMethod_var); goto IL_05e3; } IL_04b0: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_158 = __this->get_U3CU3Eu__2_14(); V_9 = L_158; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_159 = __this->get_address_of_U3CU3Eu__2_14(); il2cpp_codegen_initobj(L_159, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_160 = (-1); V_0 = L_160; __this->set_U3CU3E1__state_0(L_160); } IL_04cd: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_9), /*hidden argument*/NULL); } IL_04d4: { WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_161 = __this->get_U3CoperationU3E5__1_4(); NullCheck(L_161); WebOperation_CompleteResponseRead_m2B7B659DD2152E9743269047312830E3A3A99CE3(L_161, (bool)1, (Exception_t *)NULL, /*hidden argument*/NULL); HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_162 = __this->get_U3CresponseU3E5__5_8(); NullCheck(L_162); VirtualActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_162); goto IL_0500; } }// 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_04ee; } throw e; } CATCH_04ee: {// begin catch(System.Exception) V_17 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_163 = V_1; Exception_t * L_164 = V_17; NullCheck(L_163); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_165; L_165 = HttpWebRequest_GetWebException_m7E00B81FEE694F16C4C8DF09C187E54C70CEFDC7(L_163, L_164, /*hidden argument*/NULL); __this->set_U3CthrowMeU3E5__2_5(L_165); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0500; }// end catch (depth: 2) IL_0500: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_166 = V_1; NullCheck(L_166); RuntimeObject * L_167 = L_166->get_locker_51(); V_4 = L_167; V_5 = (bool)0; } IL_050b: try {// begin try (depth: 2) { RuntimeObject * L_168 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_168, (bool*)(&V_5), /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_169 = __this->get_U3CthrowMeU3E5__2_5(); if (!L_169) { goto IL_054d; } } IL_051c: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_170 = V_1; NullCheck(L_170); L_170->set_haveResponse_24((bool)1); WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_171 = __this->get_U3CstreamU3E5__8_11(); WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * L_172 = L_171; G_B66_0 = L_172; if (L_172) { G_B67_0 = L_172; goto IL_052f; } } IL_052c: { goto IL_0534; } IL_052f: { NullCheck(G_B67_0); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, G_B67_0); } IL_0534: { WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * L_173 = __this->get_U3CcompletionU3E5__3_6(); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_174 = __this->get_U3CthrowMeU3E5__2_5(); NullCheck(L_173); bool L_175; L_175 = WebCompletionSource_TrySetException_m66055FAA927F564063E03FB9042E9CA12572EF7F(L_173, L_174, /*hidden argument*/NULL); WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_176 = __this->get_U3CthrowMeU3E5__2_5(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_176, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_RuntimeMethod_var))); } IL_054d: { WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_177 = __this->get_U3CntlmU3E5__6_9(); if (L_177) { goto IL_0570; } } IL_0555: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_178 = V_1; BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * L_179 = __this->get_U3CwriteBufferU3E5__9_12(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_180 = __this->get_cancellationToken_3(); NullCheck(L_178); WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_181; L_181 = HttpWebRequest_SendRequest_mD19869D903F914F762A6C7CAE53A4078FEC94040(L_178, (bool)1, L_179, L_180, /*hidden argument*/NULL); __this->set_U3CoperationU3E5__1_4(L_181); goto IL_057c; } IL_0570: { WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * L_182 = __this->get_U3CntlmU3E5__6_9(); __this->set_U3CoperationU3E5__1_4(L_182); } IL_057c: { IL2CPP_LEAVE(0x58E, FINALLY_057e); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_057e; } FINALLY_057e: {// begin finally (depth: 2) { int32_t L_183 = V_0; if ((((int32_t)L_183) >= ((int32_t)0))) { goto IL_058d; } } IL_0582: { bool L_184 = V_5; if (!L_184) { goto IL_058d; } } IL_0586: { RuntimeObject * L_185 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_185, /*hidden argument*/NULL); } IL_058d: { IL2CPP_END_FINALLY(1406) } }// end finally (depth: 2) IL2CPP_CLEANUP(1406) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x58E, IL_058e) } IL_058e: { __this->set_U3CthrowMeU3E5__2_5((WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)NULL); __this->set_U3CresponseU3E5__5_8((HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB *)NULL); __this->set_U3CstreamU3E5__8_11((WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F *)NULL); __this->set_U3CntlmU3E5__6_9((WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 *)NULL); __this->set_U3CwriteBufferU3E5__9_12((BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F *)NULL); goto IL_0130; } }// 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_05b6; } throw e; } CATCH_05b6: {// begin catch(System.Exception) V_18 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_186 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_187 = V_18; AsyncTaskMethodBuilder_1_SetException_mE6139825F8C18A5607523DEFCBCFCAB6D41B7D27((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_186, L_187, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mE6139825F8C18A5607523DEFCBCFCAB6D41B7D27_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_05e3; }// end catch (depth: 1) IL_05cf: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_188 = __this->get_address_of_U3CU3Et__builder_1(); HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * L_189 = V_2; AsyncTaskMethodBuilder_1_SetResult_m7BB936B28F8565A544A37C805FB539692B687B62((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_188, L_189, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_m7BB936B28F8565A544A37C805FB539692B687B62_RuntimeMethod_var); } IL_05e3: { return; } } IL2CPP_EXTERN_C void U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CMyGetResponseAsyncU3Ed__236_MoveNext_m2F4AAB9D100FC0F73E39DDD3CB50705D280EBD42(_thisAdjusted, method); } // System.Void System.Net.HttpWebRequest/d__236::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__236_SetStateMachine_m2B0FA0AED0D73C7CFBBFA7CEC3297A10637C6DB5 (U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m7F92F0E83DB22308DEC2FD7E371B4229E949585E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m7F92F0E83DB22308DEC2FD7E371B4229E949585E((AsyncTaskMethodBuilder_1_tC844D2260A71782812AB64F7BF5EDC8C4ED35A75 *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m7F92F0E83DB22308DEC2FD7E371B4229E949585E_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CMyGetResponseAsyncU3Ed__236_SetStateMachine_m2B0FA0AED0D73C7CFBBFA7CEC3297A10637C6DB5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CMyGetResponseAsyncU3Ed__236_t2A216534B524FE18EECD3B35C67CE5AB4767E7F1 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CMyGetResponseAsyncU3Ed__236_SetStateMachine_m2B0FA0AED0D73C7CFBBFA7CEC3297A10637C6DB5(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Net.HttpWebRequest/AuthorizationState IL2CPP_EXTERN_C void AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshal_pinvoke(const AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55& unmarshaled, AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke& marshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL); } IL2CPP_EXTERN_C void AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshal_pinvoke_back(const AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke& marshaled, AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55& unmarshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState IL2CPP_EXTERN_C void AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshal_pinvoke_cleanup(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Net.HttpWebRequest/AuthorizationState IL2CPP_EXTERN_C void AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshal_com(const AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55& unmarshaled, AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com& marshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL); } IL2CPP_EXTERN_C void AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshal_com_back(const AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com& marshaled, AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55& unmarshaled) { Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState IL2CPP_EXTERN_C void AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshal_com_cleanup(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com& marshaled) { } // System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_mABE39DA7D1F4B5D38315EB2CB3E862243602153A (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isCompleted_2(); return L_0; } } IL2CPP_EXTERN_C bool AuthorizationState_get_IsCompleted_mABE39DA7D1F4B5D38315EB2CB3E862243602153A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AuthorizationState_get_IsCompleted_mABE39DA7D1F4B5D38315EB2CB3E862243602153A_inline(_thisAdjusted, method); return _returnValue; } // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::get_NtlmAuthState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_mFEDD4ECDE8761AD54175DBBD0EA53C45CD545998 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ntlm_auth_state_3(); return L_0; } } IL2CPP_EXTERN_C int32_t AuthorizationState_get_NtlmAuthState_mFEDD4ECDE8761AD54175DBBD0EA53C45CD545998_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = AuthorizationState_get_NtlmAuthState_mFEDD4ECDE8761AD54175DBBD0EA53C45CD545998_inline(_thisAdjusted, method); return _returnValue; } // System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsNtlmAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m3D9E9F9AB39774F3161B774E4EA882ED5DBEA5F9 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isCompleted_2(); if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_ntlm_auth_state_3(); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } IL_0012: { return (bool)0; } } IL2CPP_EXTERN_C bool AuthorizationState_get_IsNtlmAuthenticated_m3D9E9F9AB39774F3161B774E4EA882ED5DBEA5F9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AuthorizationState_get_IsNtlmAuthenticated_m3D9E9F9AB39774F3161B774E4EA882ED5DBEA5F9(_thisAdjusted, method); return _returnValue; } // System.Void System.Net.HttpWebRequest/AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m33AFDC1A78F1C2709F58ADE60766E6DB40B23108 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request0, bool ___isProxy1, const RuntimeMethod* method) { { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = ___request0; __this->set_request_0(L_0); bool L_1 = ___isProxy1; __this->set_isProxy_1(L_1); __this->set_isCompleted_2((bool)0); __this->set_ntlm_auth_state_3(0); return; } } IL2CPP_EXTERN_C void AuthorizationState__ctor_m33AFDC1A78F1C2709F58ADE60766E6DB40B23108_AdjustorThunk (RuntimeObject * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request0, bool ___isProxy1, const RuntimeMethod* method) { AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AuthorizationState__ctor_m33AFDC1A78F1C2709F58ADE60766E6DB40B23108(_thisAdjusted, ___request0, ___isProxy1, method); } // System.Boolean System.Net.HttpWebRequest/AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_mD0838BEBBE0758BCC35AC158CC8D7A8D068BA530 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___response0, int32_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; RuntimeObject* V_1 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_3 = NULL; int32_t V_4 = 0; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B11_0 = NULL; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B10_0 = NULL; String_t* G_B12_0 = NULL; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B12_1 = NULL; RuntimeObject* G_B18_0 = NULL; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B26_0 = NULL; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B25_0 = NULL; String_t* G_B27_0 = NULL; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B27_1 = NULL; { __this->set_isCompleted_2((bool)0); int32_t L_0 = ___code1; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)401))))) { goto IL_001e; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = __this->get_request_0(); NullCheck(L_1); RuntimeObject* L_2 = L_1->get_credentials_23(); if (L_2) { goto IL_001e; } } { return (bool)0; } IL_001e: { bool L_3 = __this->get_isProxy_1(); int32_t L_4 = ___code1; if ((((int32_t)L_3) == ((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)407)))? 1 : 0)))) { goto IL_0030; } } { return (bool)0; } IL_0030: { bool L_5 = __this->get_isProxy_1(); if (!L_5) { goto IL_0059; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_6 = __this->get_request_0(); NullCheck(L_6); RuntimeObject* L_7 = L_6->get_proxy_38(); if (!L_7) { goto IL_0057; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_8 = __this->get_request_0(); NullCheck(L_8); RuntimeObject* L_9 = L_8->get_proxy_38(); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0059; } } IL_0057: { return (bool)0; } IL_0059: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_11 = ___response0; NullCheck(L_11); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_12; L_12 = VirtualFuncInvoker0< WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * >::Invoke(13 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_11); bool L_13 = __this->get_isProxy_1(); G_B10_0 = L_12; if (L_13) { G_B11_0 = L_12; goto IL_006e; } } { G_B12_0 = _stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1; G_B12_1 = G_B10_0; goto IL_0073; } IL_006e: { G_B12_0 = _stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86; G_B12_1 = G_B11_0; } IL_0073: { NullCheck(G_B12_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14; L_14 = VirtualFuncInvoker1< StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, String_t* >::Invoke(17 /* System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) */, G_B12_1, G_B12_0); V_0 = L_14; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = V_0; if (!L_15) { goto IL_0080; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = V_0; NullCheck(L_16); if ((((RuntimeArray*)L_16)->max_length)) { goto IL_0082; } } IL_0080: { return (bool)0; } IL_0082: { bool L_17 = __this->get_isProxy_1(); if (!L_17) { goto IL_009c; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_18 = __this->get_request_0(); NullCheck(L_18); RuntimeObject* L_19 = L_18->get_proxy_38(); NullCheck(L_19); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3_il2cpp_TypeInfo_var, L_19); G_B18_0 = L_20; goto IL_00a7; } IL_009c: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_21 = __this->get_request_0(); NullCheck(L_21); RuntimeObject* L_22 = L_21->get_credentials_23(); G_B18_0 = L_22; } IL_00a7: { V_1 = G_B18_0; V_2 = (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = V_0; V_3 = L_23; V_4 = 0; goto IL_00cb; } IL_00b1: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = V_3; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; String_t* L_27 = (L_24)->GetAt(static_cast(L_26)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_28 = __this->get_request_0(); RuntimeObject* L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_30; L_30 = AuthenticationManager_Authenticate_m792A86EEA6DF3516B8538EA3DCF2D740735EEF79(L_27, L_28, L_29, /*hidden argument*/NULL); V_2 = L_30; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_31 = V_2; if (L_31) { goto IL_00d2; } } { int32_t L_32 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00cb: { int32_t L_33 = V_4; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = V_3; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))) { goto IL_00b1; } } IL_00d2: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_35 = V_2; if (L_35) { goto IL_00d7; } } { return (bool)0; } IL_00d7: { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_36 = __this->get_request_0(); NullCheck(L_36); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_37 = L_36->get_webHeaders_26(); bool L_38 = __this->get_isProxy_1(); G_B25_0 = L_37; if (L_38) { G_B26_0 = L_37; goto IL_00f1; } } { G_B27_0 = _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907; G_B27_1 = G_B25_0; goto IL_00f6; } IL_00f1: { G_B27_0 = _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206; G_B27_1 = G_B26_0; } IL_00f6: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_39 = V_2; NullCheck(L_39); String_t* L_40; L_40 = Authorization_get_Message_mA648F467F28DCD3ECBE3C8505B719519BD803C2A_inline(L_39, /*hidden argument*/NULL); NullCheck(G_B27_1); NameValueCollection_set_Item_m068F8AB7B8D0EDFD8A9DA582E80A20ACF9E8D692(G_B27_1, G_B27_0, L_40, /*hidden argument*/NULL); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_41 = V_2; NullCheck(L_41); bool L_42; L_42 = Authorization_get_Complete_m5FDBC830DCD378023365B0E8E6F64C2B9FD7D7AF_inline(L_41, /*hidden argument*/NULL); __this->set_isCompleted_2(L_42); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_43 = V_2; NullCheck(L_43); String_t* L_44 = L_43->get_ModuleAuthenticationType_2(); bool L_45; L_45 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_44, _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364, /*hidden argument*/NULL); if (!L_45) { goto IL_012d; } } { int32_t L_46 = __this->get_ntlm_auth_state_3(); __this->set_ntlm_auth_state_3(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))); } IL_012d: { return (bool)1; } } IL2CPP_EXTERN_C bool AuthorizationState_CheckAuthorization_mD0838BEBBE0758BCC35AC158CC8D7A8D068BA530_AdjustorThunk (RuntimeObject * __this, WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___response0, int32_t ___code1, const RuntimeMethod* method) { AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = AuthorizationState_CheckAuthorization_mD0838BEBBE0758BCC35AC158CC8D7A8D068BA530(_thisAdjusted, ___response0, ___code1, method); return _returnValue; } // System.Void System.Net.HttpWebRequest/AuthorizationState::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState_Reset_m50782ECAB7A02CDD325253EC646A797780547BD2 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206); s_Il2CppMethodInitialized = true; } WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B2_0 = NULL; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * G_B3_1 = NULL; { __this->set_isCompleted_2((bool)0); __this->set_ntlm_auth_state_3(0); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = __this->get_request_0(); NullCheck(L_0); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_1 = L_0->get_webHeaders_26(); bool L_2 = __this->get_isProxy_1(); G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_0028; } } { G_B3_0 = _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907; G_B3_1 = G_B1_0; goto IL_002d; } IL_0028: { G_B3_0 = _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206; G_B3_1 = G_B2_0; } IL_002d: { NullCheck(G_B3_1); WebHeaderCollection_RemoveInternal_m89528036293926837E8EA5703C1306C1E351B117(G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void AuthorizationState_Reset_m50782ECAB7A02CDD325253EC646A797780547BD2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); AuthorizationState_Reset_m50782ECAB7A02CDD325253EC646A797780547BD2(_thisAdjusted, method); } // System.String System.Net.HttpWebRequest/AuthorizationState::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m7A5CA8DDE1302D55B5F3B1F75A5D79387EFF0531 (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E4CA95CD9FEFCD637AFDA844A4147838D28F70); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; { bool L_0 = __this->get_isProxy_1(); G_B1_0 = _stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883; if (L_0) { G_B2_0 = _stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883; goto IL_0014; } } { G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B3_1 = G_B1_0; goto IL_0019; } IL_0014: { G_B3_0 = _stringLiteral82E4CA95CD9FEFCD637AFDA844A4147838D28F70; G_B3_1 = G_B2_0; } IL_0019: { bool L_1 = __this->get_isCompleted_2(); bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_2); int32_t L_4 = __this->get_ntlm_auth_state_3(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535_il2cpp_TypeInfo_var, &L_5); String_t* L_7; L_7 = String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6(G_B3_1, G_B3_0, L_3, L_6, /*hidden argument*/NULL); return L_7; } } IL2CPP_EXTERN_C String_t* AuthorizationState_ToString_m7A5CA8DDE1302D55B5F3B1F75A5D79387EFF0531_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = AuthorizationState_ToString_m7A5CA8DDE1302D55B5F3B1F75A5D79387EFF0531(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.LazyAsyncResult/ThreadContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadContext__ctor_mE89CF3AF57457840698C5046CD32EF8B02CDC40A (ThreadContext_tB361ABC018EE4C7009FD3A3A5D39D2346A1B5FA3 * __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.LicFileLicenseProvider/LicFileLicense::.ctor(System.ComponentModel.LicFileLicenseProvider,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicFileLicense__ctor_m251341985150814E5E4A30B33D3A9BD2195766EB (LicFileLicense_t48E8BE071EB96D1E15F23A7D51B387776EE73128 * __this, LicFileLicenseProvider_t0C159066151EF942824ECDC68036A1F5BBA2E5DF * ___owner0, String_t* ___key1, const RuntimeMethod* method) { { License__ctor_mD580FCAB94FEFA5ADC46944278F97FC6BB23FF3A(__this, /*hidden argument*/NULL); String_t* L_0 = ___key1; __this->set_key_0(L_0); return; } } // System.String System.ComponentModel.LicFileLicenseProvider/LicFileLicense::get_LicenseKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LicFileLicense_get_LicenseKey_m82B7BC89045569FB6DD16F7FE56BFBEA8AEBB4C2 (LicFileLicense_t48E8BE071EB96D1E15F23A7D51B387776EE73128 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_key_0(); return L_0; } } // System.Void System.ComponentModel.LicFileLicenseProvider/LicFileLicense::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicFileLicense_Dispose_m19FA86F2B9C082FE1CE3A8DFA750134B3231F8D3 (LicFileLicense_t48E8BE071EB96D1E15F23A7D51B387776EE73128 * __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; } { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__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.ComponentModel.LicenseManager/LicenseInteropHelper::AllocateAndValidateLicense(System.RuntimeTypeHandle,System.IntPtr,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LicenseInteropHelper_AllocateAndValidateLicense_m29BC08D43A53316D79E72AC6D3CFEC07C3C79BBD (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___rth0, intptr_t ___bstrKey1, int32_t ___fDesignTime2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500 * V_1 = NULL; RuntimeObject * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B3_0 = 0; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = ___rth0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___fDesignTime2; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_000e; } IL_000d: { G_B3_0 = 1; } IL_000e: { Type_t * L_3 = V_0; CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500 * L_4 = (CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500 *)il2cpp_codegen_object_new(CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500_il2cpp_TypeInfo_var); CLRLicenseContext__ctor_m743DF2758A30CA42A8409397AF5393A4E4F17FBF(L_4, G_B3_0, L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = ___fDesignTime2; if (L_5) { goto IL_0033; } } { intptr_t L_6 = ___bstrKey1; intptr_t L_7; L_7 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(0, /*hidden argument*/NULL); bool L_8; L_8 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_6, (intptr_t)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500 * L_9 = V_1; Type_t * L_10 = V_0; intptr_t L_11 = ___bstrKey1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_12; L_12 = Marshal_PtrToStringBSTR_m068B782D01BB8FB0611D985114D251E272CAA82F((intptr_t)L_11, /*hidden argument*/NULL); NullCheck(L_9); VirtualActionInvoker2< Type_t *, String_t* >::Invoke(8 /* System.Void System.ComponentModel.LicenseContext::SetSavedLicenseKey(System.Type,System.String) */, L_9, L_10, L_12); } IL_0033: { } IL_0034: try {// begin try (depth: 1) Type_t * L_13 = V_0; CLRLicenseContext_tE04F0727D121A6E09DCA0596C6EFCC7FDDEDE500 * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); RuntimeObject * L_15; L_15 = LicenseManager_CreateWithContext_m620CDF858481E60985A33C9E63A890A523F9EB74(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; goto IL_004e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003e; } throw e; } CATCH_003e: {// begin catch(System.ComponentModel.LicenseException) NullCheck(((LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF *)IL2CPP_GET_ACTIVE_EXCEPTION(LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF *))); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, ((LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF *)IL2CPP_GET_ACTIVE_EXCEPTION(LicenseException_tF6DDD20031120A48931FEA84CC6ACB3D89B612DF *))); COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C * L_17 = (COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&COMException_t85EBB13764071A376ECA5BE9675860DAE79C768C_il2cpp_TypeInfo_var))); COMException__ctor_m5F02BED4BE51234378BAA965355E0BCBB849BF81(L_17, L_16, ((int32_t)-2147221230), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LicenseInteropHelper_AllocateAndValidateLicense_m29BC08D43A53316D79E72AC6D3CFEC07C3C79BBD_RuntimeMethod_var))); }// end catch (depth: 1) IL_004e: { RuntimeObject * L_18 = V_2; return L_18; } } // System.Int32 System.ComponentModel.LicenseManager/LicenseInteropHelper::RequestLicKey(System.RuntimeTypeHandle,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LicenseInteropHelper_RequestLicKey_m1BE3FD01C02102384AE24897BB472E4DD00CCAAA (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___rth0, intptr_t* ___pbstrKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 * V_1 = NULL; String_t* V_2 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = ___rth0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * L_2; L_2 = LicenseManager_get_CurrentContext_mC4A5E2B82E17E8AF2D0B8FEEE80DCC7258B2CE85(/*hidden argument*/NULL); Type_t * L_3 = V_0; bool L_4; L_4 = LicenseManager_ValidateInternalRecursive_m10B65A5CB9E91A8A5DB91DF42A6711DC7CE797E6(L_2, L_3, NULL, (bool)0, (License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 **)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL); if (L_4) { goto IL_0020; } } { return ((int32_t)-2147483640); } IL_0020: { String_t* L_5 = V_2; if (L_5) { goto IL_0029; } } { return ((int32_t)-2147483640); } IL_0029: { intptr_t* L_6 = ___pbstrKey1; String_t* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_8; L_8 = Marshal_StringToBSTR_mE46F96FD7DCD4A0D96DC57E501AFFDE81329B4BD(L_7, /*hidden argument*/NULL); *((intptr_t*)L_6) = (intptr_t)L_8; License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 * L_9 = V_1; if (!L_9) { goto IL_003c; } } { License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 * L_10 = V_1; NullCheck(L_10); VirtualActionInvoker0::Invoke(6 /* System.Void System.ComponentModel.License::Dispose() */, L_10); V_1 = (License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 *)NULL; } IL_003c: { return 0; } } // System.Void System.ComponentModel.LicenseManager/LicenseInteropHelper::GetLicInfo(System.RuntimeTypeHandle,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseInteropHelper_GetLicInfo_m64863F69DCF944E2241758281FC651F00BEC0926 (LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154 * __this, RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___rth0, int32_t* ___pRuntimeKeyAvail1, int32_t* ___pLicVerified2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 * V_1 = NULL; String_t* V_2 = NULL; { int32_t* L_0 = ___pRuntimeKeyAvail1; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___pLicVerified2; *((int32_t*)L_1) = (int32_t)0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = ___rth0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); V_0 = L_3; DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * L_4 = __this->get_helperContext_4(); if (L_4) { goto IL_0022; } } { DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * L_5 = (DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A *)il2cpp_codegen_object_new(DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A_il2cpp_TypeInfo_var); DesigntimeLicenseContext__ctor_mDA78EB4DC935EC0F83D6555EE2E081BA8AE31108(L_5, /*hidden argument*/NULL); __this->set_helperContext_4(L_5); goto IL_0032; } IL_0022: { DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * L_6 = __this->get_helperContext_4(); NullCheck(L_6); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = L_6->get_savedLicenseKeys_0(); NullCheck(L_7); VirtualActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_7); } IL_0032: { DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * L_8 = __this->get_helperContext_4(); Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); bool L_10; L_10 = LicenseManager_ValidateInternalRecursive_m10B65A5CB9E91A8A5DB91DF42A6711DC7CE797E6(L_8, L_9, NULL, (bool)0, (License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 **)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL); if (!L_10) { goto IL_006f; } } { DesigntimeLicenseContext_tF341FD2188D632FA345675BAE7CE500C1138745A * L_11 = __this->get_helperContext_4(); NullCheck(L_11); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = L_11->get_savedLicenseKeys_0(); Type_t * L_13 = V_0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_13); NullCheck(L_12); bool L_15; L_15 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_12, L_14); if (!L_15) { goto IL_0061; } } { int32_t* L_16 = ___pRuntimeKeyAvail1; *((int32_t*)L_16) = (int32_t)1; } IL_0061: { License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 * L_17 = V_1; if (!L_17) { goto IL_006f; } } { License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 * L_18 = V_1; NullCheck(L_18); VirtualActionInvoker0::Invoke(6 /* System.Void System.ComponentModel.License::Dispose() */, L_18); V_1 = (License_tB4FE2B5F9E796E97586FCED9751B0FDF0A4E7832 *)NULL; int32_t* L_19 = ___pLicVerified2; *((int32_t*)L_19) = (int32_t)1; } IL_006f: { return; } } // System.Void System.ComponentModel.LicenseManager/LicenseInteropHelper::GetCurrentContextInfo(System.Int32&,System.IntPtr&,System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseInteropHelper_GetCurrentContextInfo_m0C280E053310EF7B94367D58F16AB448969AF673 (LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154 * __this, int32_t* ___fDesignTime0, intptr_t* ___bstrKey1, RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___rth2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(LicenseManager_t31161D856988964B3A90CF3EAFE2263FA7AE0C4A_il2cpp_TypeInfo_var); LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * L_0; L_0 = LicenseManager_get_CurrentContext_mC4A5E2B82E17E8AF2D0B8FEEE80DCC7258B2CE85(/*hidden argument*/NULL); __this->set_savedLicenseContext_5(L_0); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = ___rth2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); __this->set_savedType_6(L_2); LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * L_3 = __this->get_savedLicenseContext_5(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.ComponentModel.LicenseUsageMode System.ComponentModel.LicenseContext::get_UsageMode() */, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0031; } } { int32_t* L_5 = ___fDesignTime0; *((int32_t*)L_5) = (int32_t)1; intptr_t* L_6 = ___bstrKey1; intptr_t L_7; L_7 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(0, /*hidden argument*/NULL); *((intptr_t*)L_6) = (intptr_t)L_7; return; } IL_0031: { int32_t* L_8 = ___fDesignTime0; *((int32_t*)L_8) = (int32_t)0; LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * L_9 = __this->get_savedLicenseContext_5(); Type_t * L_10 = __this->get_savedType_6(); NullCheck(L_9); String_t* L_11; L_11 = VirtualFuncInvoker2< String_t*, Type_t *, Assembly_t * >::Invoke(6 /* System.String System.ComponentModel.LicenseContext::GetSavedLicenseKey(System.Type,System.Reflection.Assembly) */, L_9, L_10, (Assembly_t *)NULL); V_0 = L_11; intptr_t* L_12 = ___bstrKey1; String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_14; L_14 = Marshal_StringToBSTR_mE46F96FD7DCD4A0D96DC57E501AFFDE81329B4BD(L_13, /*hidden argument*/NULL); *((intptr_t*)L_12) = (intptr_t)L_14; return; } } // System.Void System.ComponentModel.LicenseManager/LicenseInteropHelper::SaveKeyInCurrentContext(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseInteropHelper_SaveKeyInCurrentContext_m637F74445908348D17828F848777959EB872F33E (LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154 * __this, intptr_t ___bstrKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___bstrKey0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(0, /*hidden argument*/NULL); bool L_2; L_2 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { LicenseContext_tB65240B57593182AEA890FAF1B3D60DBEA9360EF * L_3 = __this->get_savedLicenseContext_5(); Type_t * L_4 = __this->get_savedType_6(); intptr_t L_5 = ___bstrKey0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_6; L_6 = Marshal_PtrToStringBSTR_m068B782D01BB8FB0611D985114D251E272CAA82F((intptr_t)L_5, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker2< Type_t *, String_t* >::Invoke(8 /* System.Void System.ComponentModel.LicenseContext::SetSavedLicenseKey(System.Type,System.String) */, L_3, L_4, L_6); } IL_0025: { return; } } // System.Void System.ComponentModel.LicenseManager/LicenseInteropHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LicenseInteropHelper__ctor_mA31CFD1EE95D0A0E795A9D751CFABFBA78D1D043 (LicenseInteropHelper_tEDD804F7CC1046A0C8AA83E95AFB6FD421D0B154 * __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.Collections.Specialized.ListDictionary/DictionaryNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m38EC4C8C8EF2A5ABDD91B178DDB0CF0E0D7D15E2 (DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * __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.Collections.Specialized.ListDictionary/NodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeEnumerator__ctor_m96E6D528E4C4D03DF5FE2C904501B77246EE5B17 (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_0 = ___list0; __this->set_list_0(L_0); ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_1 = ___list0; NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); __this->set_version_2(L_2); __this->set_start_3((bool)1); __this->set_current_1((DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 *)NULL); return; } } // System.Object System.Collections.Specialized.ListDictionary/NodeEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Current_m19DF983FA469D5832AC53B7841D278980859DE59 (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_0; L_0 = NodeEnumerator_get_Entry_m58F1425F47017D32E7F781CBA78E37C355F596AA(__this, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_1 = L_0; RuntimeObject * L_2 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary/NodeEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 NodeEnumerator_get_Entry_m58F1425F47017D32E7F781CBA78E37C355F596AA (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, const RuntimeMethod* method) { { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_0 = __this->get_current_1(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NodeEnumerator_get_Entry_m58F1425F47017D32E7F781CBA78E37C355F596AA_RuntimeMethod_var))); } IL_0018: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_3 = __this->get_current_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_key_0(); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_5 = __this->get_current_1(); NullCheck(L_5); RuntimeObject * L_6 = L_5->get_value_1(); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_7; memset((&L_7), 0, sizeof(L_7)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_7), L_4, L_6, /*hidden argument*/NULL); return L_7; } } // System.Object System.Collections.Specialized.ListDictionary/NodeEnumerator::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Key_mFB4422BD5607790768C310AA7715CDC47799E5AD (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, const RuntimeMethod* method) { { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_0 = __this->get_current_1(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NodeEnumerator_get_Key_mFB4422BD5607790768C310AA7715CDC47799E5AD_RuntimeMethod_var))); } IL_0018: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_3 = __this->get_current_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_key_0(); return L_4; } } // System.Object System.Collections.Specialized.ListDictionary/NodeEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeEnumerator_get_Value_m01AD97761452577C6F66680DE74BBDDE898B8F72 (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, const RuntimeMethod* method) { { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_0 = __this->get_current_1(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NodeEnumerator_get_Value_m01AD97761452577C6F66680DE74BBDDE898B8F72_RuntimeMethod_var))); } IL_0018: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_3 = __this->get_current_1(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_value_1(); return L_4; } } // System.Boolean System.Collections.Specialized.ListDictionary/NodeEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeEnumerator_MoveNext_m8615D4B81CA7F5D17919BE7BFF0A688B192A67DD (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_version_2(); ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_1 = __this->get_list_0(); NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NodeEnumerator_MoveNext_m8615D4B81CA7F5D17919BE7BFF0A688B192A67DD_RuntimeMethod_var))); } IL_0023: { bool L_5 = __this->get_start_3(); if (!L_5) { goto IL_0045; } } { ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_6 = __this->get_list_0(); NullCheck(L_6); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_7 = L_6->get_head_0(); __this->set_current_1(L_7); __this->set_start_3((bool)0); goto IL_005e; } IL_0045: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_8 = __this->get_current_1(); if (!L_8) { goto IL_005e; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_9 = __this->get_current_1(); NullCheck(L_9); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_10 = L_9->get_next_2(); __this->set_current_1(L_10); } IL_005e: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_11 = __this->get_current_1(); return (bool)((!(((RuntimeObject*)(DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 *)L_11) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Collections.Specialized.ListDictionary/NodeEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeEnumerator_Reset_m9992FAC9825E8D6692B6FCEDF8E47E941C1875FC (NodeEnumerator_t76D13EB0B0B4D56A1780BBD21073FB65F9C97A7C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_version_2(); ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_1 = __this->get_list_0(); NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NodeEnumerator_Reset_m9992FAC9825E8D6692B6FCEDF8E47E941C1875FC_RuntimeMethod_var))); } IL_0023: { __this->set_start_3((bool)1); __this->set_current_1((DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 *)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.Collections.Specialized.ListDictionary/NodeKeyValueCollection::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueCollection__ctor_mBB36F9963382776073923DB97C6C0DFC220E3BCC (NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696 * __this, ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * ___list0, bool ___isKeys1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_0 = ___list0; __this->set_list_0(L_0); bool L_1 = ___isKeys1; __this->set_isKeys_1(L_1); return; } } // System.Void System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mD842A41E01397DF6504443F21E8687AAF12E3DFE (NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_0 = NULL; RuntimeArray * G_B7_0 = NULL; RuntimeArray * G_B6_0 = NULL; RuntimeObject * G_B8_0 = NULL; RuntimeArray * G_B8_1 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mD842A41E01397DF6504443F21E8687AAF12E3DFE_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0027; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NodeKeyValueCollection_System_Collections_ICollection_CopyTo_mD842A41E01397DF6504443F21E8687AAF12E3DFE_RuntimeMethod_var))); } IL_0027: { ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_5 = __this->get_list_0(); NullCheck(L_5); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_6 = L_5->get_head_0(); V_0 = L_6; goto IL_005e; } IL_0035: { RuntimeArray * L_7 = ___array0; bool L_8 = __this->get_isKeys_1(); G_B6_0 = L_7; if (L_8) { G_B7_0 = L_7; goto IL_0046; } } { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_9 = V_0; NullCheck(L_9); RuntimeObject * L_10 = L_9->get_value_1(); G_B8_0 = L_10; G_B8_1 = G_B6_0; goto IL_004c; } IL_0046: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = L_11->get_key_0(); G_B8_0 = L_12; G_B8_1 = G_B7_0; } IL_004c: { int32_t L_13 = ___index1; NullCheck(G_B8_1); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(G_B8_1, G_B8_0, L_13, /*hidden argument*/NULL); int32_t L_14 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_15 = V_0; NullCheck(L_15); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_16 = L_15->get_next_2(); V_0 = L_16; } IL_005e: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_17 = V_0; if (L_17) { goto IL_0035; } } { return; } } // System.Int32 System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeKeyValueCollection_System_Collections_ICollection_get_Count_m4A3B27B46A158424075685D2BFD0E7DFD24CCEFB (NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * V_1 = NULL; { V_0 = 0; ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_0 = __this->get_list_0(); NullCheck(L_0); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_1 = L_0->get_head_0(); V_1 = L_1; goto IL_001b; } IL_0010: { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_3 = V_1; NullCheck(L_3); DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_4 = L_3->get_next_2(); V_1 = L_4; } IL_001b: { DictionaryNode_tFA6C0EBFE9BB44B7C933A9FB0A0F18C4746FEC89 * L_5 = V_1; if (L_5) { goto IL_0010; } } { int32_t L_6 = V_0; return L_6; } } // System.Boolean System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeKeyValueCollection_System_Collections_ICollection_get_IsSynchronized_m178C7CF8DD7C9753FCAB3CEA39EEC748A9D124D6 (NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeKeyValueCollection_System_Collections_ICollection_get_SyncRoot_m626EFA245B02BFEA3210F65CEAEA2630E9FCD803 (NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696 * __this, const RuntimeMethod* method) { { ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = ListDictionary_get_SyncRoot_m44040160ADB660B10684A95305CB08F56AF029E8(L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.IEnumerator System.Collections.Specialized.ListDictionary/NodeKeyValueCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NodeKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_mA9963017BFDFE4A840CD514144D7DF80C24317EE (NodeKeyValueCollection_t2F7684ED43AA56DE152F992016C086757FDEB696 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ListDictionary_tE20433FD2535BBE239BB4AA3B32BE3EBEEDCF47B * L_0 = __this->get_list_0(); bool L_1 = __this->get_isKeys_1(); NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1 * L_2 = (NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1 *)il2cpp_codegen_object_new(NodeKeyValueEnumerator_t48270D5B5B4945AE654213A89DFB0AB66C9A97F1_il2cpp_TypeInfo_var); NodeKeyValueEnumerator__ctor_mC6052F8CA984A3A8A8801F237EF2E9583126663E(L_2, 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 #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.MaskedTextProvider/CharDescriptor::.ctor(System.Int32,System.ComponentModel.MaskedTextProvider/CharType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharDescriptor__ctor_m828EABECC5DAD8456DADF44EBF374150B8152B1E (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * __this, int32_t ___maskPos0, int32_t ___charType1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___maskPos0; __this->set_MaskPosition_0(L_0); int32_t L_1 = ___charType1; __this->set_CharType_2(L_1); return; } } // System.String System.ComponentModel.MaskedTextProvider/CharDescriptor::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CharDescriptor_ToString_m286A06B7B2C5CEE3E0E77E5D6E37D78E1FB18675 (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseConversion_t3B7AE0AFF1A528041D5FA9E17F522187A5F6E3C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharType_t6AFEBDC7A6187E3921A5A0CB9BE2E9AA28AE09F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1700148033FC8D85943DDEBDA6992D3AEB612403); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; int32_t L_3 = __this->get_MaskPosition_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_5); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_2; int32_t L_7 = __this->get_CaseConversion_1(); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(CaseConversion_t3B7AE0AFF1A528041D5FA9E17F522187A5F6E3C0_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_6; int32_t L_11 = __this->get_CharType_2(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(CharType_t6AFEBDC7A6187E3921A5A0CB9BE2E9AA28AE09F8_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(2), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_10; bool L_15 = __this->get_IsAssigned_3(); bool L_16 = L_15; RuntimeObject * L_17 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(3), (RuntimeObject *)L_17); String_t* L_18; L_18 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21(L_0, _stringLiteral1700148033FC8D85943DDEBDA6992D3AEB612403, L_14, /*hidden argument*/NULL); return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MobileAuthenticatedStream/<>c__DisplayClass66_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass66_0__ctor_mCD2E2BE10E3708147749F093D9757B9B60DB4A85 (U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/<>c__DisplayClass66_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec__DisplayClass66_0_U3CInnerReadU3Eb__0_mF0041D575CFBB13F3CD792CDAB78B6E018B192BA (U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(L_0, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_2 = __this->get_U3CU3E4__this_0(); NullCheck(L_2); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_3 = L_2->get_readBuffer_12(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_3)->get_Buffer_0(); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_5 = __this->get_U3CU3E4__this_0(); NullCheck(L_5); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_6 = L_5->get_readBuffer_12(); NullCheck(L_6); int32_t L_7; L_7 = BufferOffsetSize_get_EndOffset_m9EED7B6B6EF1F2518A735AF875F88A5E03F0881F(L_6, /*hidden argument*/NULL); int32_t L_8 = __this->get_len_1(); NullCheck(L_1); int32_t L_9; L_9 = 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_4, L_7, L_8); return L_9; } } #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.Net.Security.MobileAuthenticatedStream/d__66::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__66_MoveNext_m36DB7FB663A6047DA5B34FE62490F230C48DD070 (U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m8BC909B27619C929F19340FADAFF9B7682AF624C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_mCEA921334BE688D8C04005FFF06E2BB2B5B096FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_Run_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m8FD8C9E6D331E3709C760FD9DB0517823B39648A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass66_0_U3CInnerReadU3Eb__0_mF0041D575CFBB13F3CD792CDAB78B6E018B192BA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * V_1 = NULL; int32_t V_2 = 0; U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * V_3 = NULL; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * V_4 = NULL; int32_t V_5 = 0; ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 V_6; memset((&V_6), 0, sizeof(V_6)); ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC V_7; memset((&V_7), 0, sizeof(V_7)); Exception_t * V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00e7; } } IL_0014: { U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * L_3 = (U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass66_0__ctor_mCD2E2BE10E3708147749F093D9757B9B60DB4A85(L_3, /*hidden argument*/NULL); V_3 = L_3; U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * L_4 = V_3; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_5 = __this->get_U3CU3E4__this_2(); NullCheck(L_4); L_4->set_U3CU3E4__this_0(L_5); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * L_6 = __this->get_address_of_cancellationToken_3(); CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)L_6, /*hidden argument*/NULL); U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * L_7 = V_3; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_8 = V_1; NullCheck(L_8); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_9 = L_8->get_readBuffer_12(); NullCheck(L_9); int32_t L_10; L_10 = BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D(L_9, /*hidden argument*/NULL); int32_t L_11 = __this->get_requestedSize_4(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_12; L_12 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_10, L_11, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_len_1(L_12); U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * L_13 = V_3; NullCheck(L_13); int32_t L_14 = L_13->get_len_1(); if (L_14) { goto IL_005b; } } IL_0055: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_15 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CInnerReadU3Ed__66_MoveNext_m36DB7FB663A6047DA5B34FE62490F230C48DD070_RuntimeMethod_var))); } IL_005b: { bool L_16 = __this->get_sync_5(); if (!L_16) { goto IL_0078; } } IL_0063: { U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * L_17 = V_3; Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA * L_18 = (Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA *)il2cpp_codegen_object_new(Func_1_tCB4CC73D86ED9FF6219A185C0C591F956E5DD1BA_il2cpp_TypeInfo_var); Func_1__ctor_mCEA921334BE688D8C04005FFF06E2BB2B5B096FE(L_18, L_17, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass66_0_U3CInnerReadU3Eb__0_mF0041D575CFBB13F3CD792CDAB78B6E018B192BA_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_mCEA921334BE688D8C04005FFF06E2BB2B5B096FE_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_19; L_19 = Task_Run_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m8FD8C9E6D331E3709C760FD9DB0517823B39648A(L_18, /*hidden argument*/Task_Run_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m8FD8C9E6D331E3709C760FD9DB0517823B39648A_RuntimeMethod_var); V_4 = L_19; goto IL_00a7; } IL_0078: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_20 = V_1; NullCheck(L_20); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_21; L_21 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(L_20, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_22 = V_1; NullCheck(L_22); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_23 = L_22->get_readBuffer_12(); NullCheck(L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_23)->get_Buffer_0(); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_25 = V_1; NullCheck(L_25); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_26 = L_25->get_readBuffer_12(); NullCheck(L_26); int32_t L_27; L_27 = BufferOffsetSize_get_EndOffset_m9EED7B6B6EF1F2518A735AF875F88A5E03F0881F(L_26, /*hidden argument*/NULL); U3CU3Ec__DisplayClass66_0_t9B9814AF60203FEA900771EB1B07932EA81FA124 * L_28 = V_3; NullCheck(L_28); int32_t L_29 = L_28->get_len_1(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_30 = __this->get_cancellationToken_3(); NullCheck(L_21); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_31; L_31 = VirtualFuncInvoker4< Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(24 /* System.Threading.Tasks.Task`1 System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_21, L_24, L_27, L_29, L_30); V_4 = L_31; } IL_00a7: { Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_32 = V_4; NullCheck(L_32); ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC L_33; L_33 = Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25(L_32, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mFA66416B6BA53882B4ED0764731039E55268AD25_RuntimeMethod_var); V_7 = L_33; ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 L_34; L_34 = ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_inline((ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC *)(&V_7), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_RuntimeMethod_var); V_6 = L_34; bool L_35; L_35 = ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999((ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)(&V_6), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m4192DC0E89B48FF93421FFF4EB52C21C42687999_RuntimeMethod_var); if (L_35) { goto IL_0104; } } IL_00c3: { int32_t L_36 = 0; V_0 = L_36; __this->set_U3CU3E1__state_0(L_36); ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 L_37 = V_6; __this->set_U3CU3Eu__1_6(L_37); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_38 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m8BC909B27619C929F19340FADAFF9B7682AF624C((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_38, (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)(&V_6), (U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_m8BC909B27619C929F19340FADAFF9B7682AF624C_RuntimeMethod_var); goto IL_018d; } IL_00e7: { ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 L_39 = __this->get_U3CU3Eu__1_6(); V_6 = L_39; ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * L_40 = __this->get_address_of_U3CU3Eu__1_6(); il2cpp_codegen_initobj(L_40, sizeof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 )); int32_t L_41 = (-1); V_0 = L_41; __this->set_U3CU3E1__state_0(L_41); } IL_0104: { int32_t L_42; L_42 = ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5((ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)(&V_6), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_mE9698942B98D5F117941547E680C538BC504C2A5_RuntimeMethod_var); V_5 = L_42; int32_t L_43 = V_5; if ((((int32_t)L_43) < ((int32_t)0))) { goto IL_013a; } } IL_0112: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_44 = V_1; NullCheck(L_44); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_45 = L_44->get_readBuffer_12(); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_46 = L_45; NullCheck(L_46); int32_t L_47 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_46)->get_Size_2(); int32_t L_48 = V_5; NullCheck(L_46); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_46)->set_Size_2(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48))); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_49 = V_1; NullCheck(L_49); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_50 = L_49->get_readBuffer_12(); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_51 = L_50; NullCheck(L_51); int32_t L_52 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_51)->get_TotalBytes_3(); int32_t L_53 = V_5; NullCheck(L_51); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_51)->set_TotalBytes_3(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53))); } IL_013a: { int32_t L_54 = V_5; if (L_54) { goto IL_015b; } } IL_013e: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_55 = V_1; NullCheck(L_55); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_56 = L_55->get_readBuffer_12(); NullCheck(L_56); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_56)->set_Complete_4((bool)1); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_57 = V_1; NullCheck(L_57); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_58 = L_57->get_readBuffer_12(); NullCheck(L_58); int32_t L_59 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_58)->get_TotalBytes_3(); if ((((int32_t)L_59) <= ((int32_t)0))) { goto IL_015b; } } IL_0158: { V_5 = (-1); } IL_015b: { int32_t L_60 = V_5; V_2 = L_60; goto IL_0179; } }// 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_0160; } throw e; } CATCH_0160: {// begin catch(System.Exception) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_61 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_62 = V_8; AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_61, L_62, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_018d; }// end catch (depth: 1) IL_0179: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_63 = __this->get_address_of_U3CU3Et__builder_1(); int32_t L_64 = V_2; AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_63, L_64, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109_RuntimeMethod_var); } IL_018d: { return; } } IL2CPP_EXTERN_C void U3CInnerReadU3Ed__66_MoveNext_m36DB7FB663A6047DA5B34FE62490F230C48DD070_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CInnerReadU3Ed__66_MoveNext_m36DB7FB663A6047DA5B34FE62490F230C48DD070(_thisAdjusted, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__66::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerReadU3Ed__66_SetStateMachine_m56B57971A776743CEADDCF710EA5777B89642D4D (U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CInnerReadU3Ed__66_SetStateMachine_m56B57971A776743CEADDCF710EA5777B89642D4D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CInnerReadU3Ed__66_SetStateMachine_m56B57971A776743CEADDCF710EA5777B89642D4D(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__67::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerWriteU3Ed__67_MoveNext_m39FA739B0AE2BDF2EF4122C92A31BE2D016CEEF0 (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA4C6D3DE6804824AF6FA87226DAC6961CCAB1F3A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAuthenticatedStream_U3CInnerWriteU3Eb__67_0_m63D62194859ED8623C24783D737CA11D06501E97_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * V_1 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * V_2 = NULL; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; Exception_t * V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00b7; } } IL_0014: { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * L_3 = __this->get_address_of_cancellationToken_2(); CancellationToken_ThrowIfCancellationRequested_m987F0BEA5521F5575C5E766345C04E7E5E0CD210((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)L_3, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_4 = V_1; NullCheck(L_4); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_5 = L_4->get_writeBuffer_13(); NullCheck(L_5); int32_t L_6 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_5)->get_Size_2(); if (L_6) { goto IL_0031; } } IL_002c: { goto IL_012e; } IL_0031: { bool L_7 = __this->get_sync_4(); if (!L_7) { goto IL_004d; } } IL_0039: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_8 = V_1; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_9, L_8, (intptr_t)((intptr_t)MobileAuthenticatedStream_U3CInnerWriteU3Eb__67_0_m63D62194859ED8623C24783D737CA11D06501E97_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_10; L_10 = Task_Run_m77F41B8D89AFD69BE94888BC2CAD5E3183A79B8D(L_9, /*hidden argument*/NULL); V_2 = L_10; goto IL_007a; } IL_004d: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_11 = V_1; NullCheck(L_11); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_12; L_12 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(L_11, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_13 = V_1; NullCheck(L_13); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_14 = L_13->get_writeBuffer_13(); NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_14)->get_Buffer_0(); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_16 = V_1; NullCheck(L_16); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_17 = L_16->get_writeBuffer_13(); NullCheck(L_17); int32_t L_18 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_17)->get_Offset_1(); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_19 = V_1; NullCheck(L_19); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_20 = L_19->get_writeBuffer_13(); NullCheck(L_20); int32_t L_21 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_20)->get_Size_2(); NullCheck(L_12); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_22; L_22 = Stream_WriteAsync_m20DAE4696E2F2573BDE47831FF110EFF3E0BB030(L_12, L_15, L_18, L_21, /*hidden argument*/NULL); V_2 = L_22; } IL_007a: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_23 = V_2; NullCheck(L_23); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_24; L_24 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_23, (bool)0, /*hidden argument*/NULL); V_4 = L_24; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_25; L_25 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_4), /*hidden argument*/NULL); V_3 = L_25; bool L_26; L_26 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_3), /*hidden argument*/NULL); if (L_26) { goto IL_00d3; } } IL_0094: { int32_t L_27 = 0; V_0 = L_27; __this->set_U3CU3E1__state_0(L_27); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_28 = V_3; __this->set_U3CU3Eu__1_5(L_28); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_29 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA4C6D3DE6804824AF6FA87226DAC6961CCAB1F3A((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_29, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_3), (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA4C6D3DE6804824AF6FA87226DAC6961CCAB1F3A_RuntimeMethod_var); goto IL_0141; } IL_00b7: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_30 = __this->get_U3CU3Eu__1_5(); V_3 = L_30; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_31 = __this->get_address_of_U3CU3Eu__1_5(); il2cpp_codegen_initobj(L_31, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_32 = (-1); V_0 = L_32; __this->set_U3CU3E1__state_0(L_32); } IL_00d3: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_3), /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_33 = V_1; NullCheck(L_33); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_34 = L_33->get_writeBuffer_13(); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_35 = L_34; NullCheck(L_35); int32_t L_36 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_35)->get_TotalBytes_3(); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_37 = V_1; NullCheck(L_37); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_38 = L_37->get_writeBuffer_13(); NullCheck(L_38); int32_t L_39 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_38)->get_Size_2(); NullCheck(L_35); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_35)->set_TotalBytes_3(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_39))); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_40 = V_1; NullCheck(L_40); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_41 = L_40->get_writeBuffer_13(); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_42 = V_1; NullCheck(L_42); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_43 = L_42->get_writeBuffer_13(); int32_t L_44 = 0; V_5 = L_44; NullCheck(L_43); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_43)->set_Size_2(L_44); int32_t L_45 = V_5; NullCheck(L_41); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_41)->set_Offset_1(L_45); goto IL_012e; } }// 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_0115; } throw e; } CATCH_0115: {// begin catch(System.Exception) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_46 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_47 = V_6; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_46, L_47, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0141; }// end catch (depth: 1) IL_012e: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_48 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_48, /*hidden argument*/NULL); } IL_0141: { return; } } IL2CPP_EXTERN_C void U3CInnerWriteU3Ed__67_MoveNext_m39FA739B0AE2BDF2EF4122C92A31BE2D016CEEF0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CInnerWriteU3Ed__67_MoveNext_m39FA739B0AE2BDF2EF4122C92A31BE2D016CEEF0(_thisAdjusted, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__67::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerWriteU3Ed__67_SetStateMachine_m614328656FD99E8FC4FCEE4337F2043634F18D6B (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CInnerWriteU3Ed__67_SetStateMachine_m614328656FD99E8FC4FCEE4337F2043634F18D6B_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CInnerWriteU3Ed__67_SetStateMachine_m614328656FD99E8FC4FCEE4337F2043634F18D6B(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__47::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84 (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mB76CBAFC78D90C1397506DB873A06CC4CCE961D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * V_1 = NULL; AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * V_2 = NULL; AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * V_3 = NULL; int32_t V_4 = 0; RuntimeObject * V_5 = NULL; bool V_6 = false; ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 V_7; memset((&V_7), 0, sizeof(V_7)); ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 V_8; memset((&V_8), 0, sizeof(V_8)); Exception_t * V_9 = NULL; Exception_t * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_1 = __this->get_U3CU3E4__this_5(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00e5; } } IL_0014: { bool L_3 = __this->get_serverMode_2(); if (!L_3) { goto IL_002f; } } IL_001c: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = __this->get_serverCertificate_3(); if (L_4) { goto IL_0077; } } IL_0024: { 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*)&_stringLiteral312E9ECA9A923A11435701EBFFA6548A0CA34B9B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_RuntimeMethod_var))); } IL_002f: { String_t* L_6 = __this->get_targetHost_4(); if (L_6) { goto IL_0042; } } IL_0037: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral31FA596F0CB831B1917230C3D7C170B60B5F0398)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_RuntimeMethod_var))); } IL_0042: { String_t* L_8 = __this->get_targetHost_4(); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0077; } } IL_004f: { IL2CPP_RUNTIME_CLASS_INIT(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)(((MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields*)il2cpp_codegen_static_fields_for(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))->get_address_of_uniqueNameInteger_17()), /*hidden argument*/NULL); V_4 = L_10; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_11; L_11 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_12; L_12 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_4), L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral738F291E53E97C08DAE378C71EF70A60E31AE900, L_12, /*hidden argument*/NULL); __this->set_targetHost_4(L_13); } IL_0077: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_14 = V_1; NullCheck(L_14); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_15 = L_14->get_lastException_8(); if (!L_15) { goto IL_008a; } } IL_007f: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_16 = V_1; NullCheck(L_16); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_17 = L_16->get_lastException_8(); NullCheck(L_17); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_17, /*hidden argument*/NULL); } IL_008a: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_18 = V_1; bool L_19 = __this->get_runSynchronously_6(); AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * L_20 = (AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 *)il2cpp_codegen_object_new(AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222_il2cpp_TypeInfo_var); AsyncHandshakeRequest__ctor_m884A72725004810175F9D352326910C4EF6C73F6(L_20, L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_21 = V_1; NullCheck(L_21); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** L_22 = L_21->get_address_of_asyncHandshakeRequest_9(); AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * L_23 = V_2; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_24; L_24 = InterlockedCompareExchangeImpl((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 **)L_22, L_23, (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); if (!L_24) { goto IL_00b1; } } IL_00a6: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_25 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_RuntimeMethod_var))); } IL_00b1: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_26 = V_1; NullCheck(L_26); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** L_27 = L_26->get_address_of_asyncReadRequest_10(); AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * L_28 = V_2; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_29; L_29 = InterlockedCompareExchangeImpl((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 **)L_27, L_28, (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); if (!L_29) { goto IL_00cb; } } IL_00c0: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_30 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_RuntimeMethod_var))); } IL_00cb: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_31 = V_1; NullCheck(L_31); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** L_32 = L_31->get_address_of_asyncWriteRequest_11(); AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * L_33 = V_2; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_34; L_34 = InterlockedCompareExchangeImpl((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 **)L_32, L_33, (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); if (!L_34) { goto IL_00e5; } } IL_00da: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_35 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_RuntimeMethod_var))); } IL_00e5: { } IL_00e6: try {// begin try (depth: 2) { int32_t L_36 = V_0; if (!L_36) { goto IL_0163; } } IL_00e9: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_37 = V_1; NullCheck(L_37); RuntimeObject * L_38 = L_37->get_ioLock_14(); V_5 = L_38; V_6 = (bool)0; } IL_00f4: try {// begin try (depth: 3) { RuntimeObject * L_39 = V_5; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_39, (bool*)(&V_6), /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_40 = V_1; NullCheck(L_40); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_41 = L_40->get_xobileTlsContext_7(); if (!L_41) { goto IL_010b; } } IL_0105: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_42 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_RuntimeMethod_var))); } IL_010b: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_43 = V_1; NullCheck(L_43); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_44 = L_43->get_readBuffer_12(); NullCheck(L_44); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_44, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_45 = V_1; NullCheck(L_45); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_46 = L_45->get_writeBuffer_13(); NullCheck(L_46); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_46, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_47 = V_1; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_48 = V_1; bool L_49 = __this->get_serverMode_2(); String_t* L_50 = __this->get_targetHost_4(); int32_t L_51 = __this->get_enabledProtocols_7(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_52 = __this->get_serverCertificate_3(); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_53 = __this->get_clientCertificates_8(); bool L_54 = __this->get_clientCertRequired_9(); NullCheck(L_48); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_55; L_55 = VirtualFuncInvoker6< MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF *, bool, String_t*, int32_t, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, bool >::Invoke(57 /* Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::CreateContext(System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) */, L_48, L_49, L_50, L_51, L_52, L_53, L_54); NullCheck(L_47); L_47->set_xobileTlsContext_7(L_55); IL2CPP_LEAVE(0x163, FINALLY_0153); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0153; } FINALLY_0153: {// begin finally (depth: 3) { int32_t L_56 = V_0; if ((((int32_t)L_56) >= ((int32_t)0))) { goto IL_0162; } } IL_0157: { bool L_57 = V_6; if (!L_57) { goto IL_0162; } } IL_015b: { RuntimeObject * L_58 = V_5; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_58, /*hidden argument*/NULL); } IL_0162: { IL2CPP_END_FINALLY(339) } }// end finally (depth: 3) IL2CPP_CLEANUP(339) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x163, IL_0163) } IL_0163: { } IL_0164: try {// begin try (depth: 3) { int32_t L_59 = V_0; if (!L_59) { goto IL_01b0; } } IL_0167: { AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * L_60 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_61; L_61 = CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF(/*hidden argument*/NULL); NullCheck(L_60); Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * L_62; L_62 = AsyncProtocolRequest_StartOperation_m76C636186DB12B80876BF0E860C509E92D8289CC(L_60, L_61, /*hidden argument*/NULL); NullCheck(L_62); ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 L_63; L_63 = Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799(L_62, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799_RuntimeMethod_var); V_8 = L_63; ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 L_64; L_64 = ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_inline((ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 *)(&V_8), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_RuntimeMethod_var); V_7 = L_64; bool L_65; L_65 = ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9((ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *)(&V_7), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9_RuntimeMethod_var); if (L_65) { goto IL_01cd; } } IL_018c: { int32_t L_66 = 0; V_0 = L_66; __this->set_U3CU3E1__state_0(L_66); ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 L_67 = V_7; __this->set_U3CU3Eu__1_10(L_67); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_68 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mB76CBAFC78D90C1397506DB873A06CC4CCE961D1((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_68, (ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *)(&V_7), (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *)__this, /*hidden argument*/AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mB76CBAFC78D90C1397506DB873A06CC4CCE961D1_RuntimeMethod_var); IL2CPP_LEAVE(0x287, FINALLY_01f0); } IL_01b0: { ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 L_69 = __this->get_U3CU3Eu__1_10(); V_7 = L_69; ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * L_70 = __this->get_address_of_U3CU3Eu__1_10(); il2cpp_codegen_initobj(L_70, sizeof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 )); int32_t L_71 = (-1); V_0 = L_71; __this->set_U3CU3E1__state_0(L_71); } IL_01cd: { AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_72; L_72 = ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128((ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *)(&V_7), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128_RuntimeMethod_var); V_3 = L_72; goto IL_01ee; } }// end try (depth: 3) 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_01d7; } throw e; } CATCH_01d7: {// begin catch(System.Exception) V_9 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_73 = V_1; Exception_t * L_74 = V_9; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))); Exception_t * L_75; L_75 = MobileAuthenticatedStream_GetSSPIException_mE68EE4F3915B1D350E340962DE053D2DAA8D05C8(L_74, /*hidden argument*/NULL); NullCheck(L_73); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_76; L_76 = MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896(L_73, L_75, /*hidden argument*/NULL); AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_77 = (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970_il2cpp_TypeInfo_var))); AsyncProtocolResult__ctor_mB7F0640C90963ABD9CC43C118AAB34DD13D5BBA0(L_77, L_76, /*hidden argument*/NULL); V_3 = L_77; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01ee; }// end catch (depth: 3) IL_01ee: { IL2CPP_LEAVE(0x246, FINALLY_01f0); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01f0; } FINALLY_01f0: {// begin finally (depth: 2) { int32_t L_78 = V_0; if ((((int32_t)L_78) >= ((int32_t)0))) { goto IL_0245; } } IL_01f4: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_79 = V_1; NullCheck(L_79); RuntimeObject * L_80 = L_79->get_ioLock_14(); V_5 = L_80; V_6 = (bool)0; } IL_01ff: try {// begin try (depth: 3) RuntimeObject * L_81 = V_5; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_81, (bool*)(&V_6), /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_82 = V_1; NullCheck(L_82); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_83 = L_82->get_readBuffer_12(); NullCheck(L_83); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_83, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_84 = V_1; NullCheck(L_84); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_85 = L_84->get_writeBuffer_13(); NullCheck(L_85); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_85, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_86 = V_1; NullCheck(L_86); L_86->set_asyncWriteRequest_11((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_87 = V_1; NullCheck(L_87); L_87->set_asyncReadRequest_10((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_88 = V_1; NullCheck(L_88); L_88->set_asyncHandshakeRequest_9((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); IL2CPP_LEAVE(0x245, FINALLY_0235); }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0235; } FINALLY_0235: {// begin finally (depth: 3) { int32_t L_89 = V_0; if ((((int32_t)L_89) >= ((int32_t)0))) { goto IL_0244; } } IL_0239: { bool L_90 = V_6; if (!L_90) { goto IL_0244; } } IL_023d: { RuntimeObject * L_91 = V_5; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_91, /*hidden argument*/NULL); } IL_0244: { IL2CPP_END_FINALLY(565) } }// end finally (depth: 3) IL2CPP_CLEANUP(565) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x245, IL_0245) } IL_0245: { IL2CPP_END_FINALLY(496) } }// end finally (depth: 2) IL2CPP_CLEANUP(496) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x287, IL_0287) IL2CPP_JUMP_TBL(0x246, IL_0246) } IL_0246: { AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_92 = V_3; NullCheck(L_92); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_93; L_93 = AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315_inline(L_92, /*hidden argument*/NULL); if (!L_93) { goto IL_0259; } } IL_024e: { AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_94 = V_3; NullCheck(L_94); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_95; L_95 = AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315_inline(L_94, /*hidden argument*/NULL); NullCheck(L_95); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_95, /*hidden argument*/NULL); } IL_0259: { goto IL_0274; } }// 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_025b; } throw e; } CATCH_025b: {// begin catch(System.Exception) V_10 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_96 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_97 = V_10; AsyncTaskMethodBuilder_SetException_m54A9FC97C33C9AC4E514923F7C58D76B94D344C4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_96, L_97, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0287; }// end catch (depth: 1) IL_0274: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_98 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_SetResult_m89AF7435D1B349EE8A377B5DFFC082999D9F8CD9((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_98, /*hidden argument*/NULL); } IL_0287: { return; } } IL2CPP_EXTERN_C void U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84(_thisAdjusted, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__47::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAuthenticationU3Ed__47_SetStateMachine_mDCBB12DB45E075AC256E54A1DFC35AD4C81912EC (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_SetStateMachine_m68788E9C6C30BBAA030DEC1963E8A6C6B2C8A3E6((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_0, L_1, /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void U3CProcessAuthenticationU3Ed__47_SetStateMachine_mDCBB12DB45E075AC256E54A1DFC35AD4C81912EC_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CProcessAuthenticationU3Ed__47_SetStateMachine_mDCBB12DB45E075AC256E54A1DFC35AD4C81912EC(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__58::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__58_MoveNext_mA92EABD1F8F3CE91103E228A56D16BE2E7C3FA35 (U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_m9B622FDF3F9C6CC50B8D289DE674C444FAB066B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * V_1 = NULL; int32_t V_2 = 0; AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 V_6; memset((&V_6), 0, sizeof(V_6)); ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 V_7; memset((&V_7), 0, sizeof(V_7)); Exception_t * V_8 = NULL; Exception_t * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0067; } } IL_0011: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_3 = V_1; int32_t L_4 = __this->get_type_3(); NullCheck(L_3); MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080(L_3, (bool)1, (bool)((!(((uint32_t)L_4) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); int32_t L_5 = __this->get_type_3(); if (L_5) { goto IL_0048; } } IL_0029: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_6 = V_1; NullCheck(L_6); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** L_7 = L_6->get_address_of_asyncReadRequest_10(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_8 = __this->get_asyncRequest_4(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_9; L_9 = InterlockedCompareExchangeImpl((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 **)L_7, L_8, (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); if (!L_9) { goto IL_0067; } } IL_003d: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_10 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartOperationU3Ed__58_MoveNext_mA92EABD1F8F3CE91103E228A56D16BE2E7C3FA35_RuntimeMethod_var))); } IL_0048: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_11 = V_1; NullCheck(L_11); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** L_12 = L_11->get_address_of_asyncWriteRequest_11(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_13 = __this->get_asyncRequest_4(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_14; L_14 = InterlockedCompareExchangeImpl((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 **)L_12, L_13, (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); if (!L_14) { goto IL_0067; } } IL_005c: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_15 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartOperationU3Ed__58_MoveNext_mA92EABD1F8F3CE91103E228A56D16BE2E7C3FA35_RuntimeMethod_var))); } IL_0067: { } IL_0068: try {// begin try (depth: 2) try {// begin try (depth: 3) { int32_t L_16 = V_0; if (!L_16) { goto IL_0103; } } IL_006e: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_17 = V_1; NullCheck(L_17); RuntimeObject * L_18 = L_17->get_ioLock_14(); V_4 = L_18; V_5 = (bool)0; } IL_0079: try {// begin try (depth: 4) { RuntimeObject * L_19 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_19, (bool*)(&V_5), /*hidden argument*/NULL); int32_t L_20 = __this->get_type_3(); if (L_20) { goto IL_0097; } } IL_008a: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_21 = V_1; NullCheck(L_21); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_22 = L_21->get_readBuffer_12(); NullCheck(L_22); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_22, /*hidden argument*/NULL); goto IL_00a2; } IL_0097: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_23 = V_1; NullCheck(L_23); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_24 = L_23->get_writeBuffer_13(); NullCheck(L_24); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_24, /*hidden argument*/NULL); } IL_00a2: { IL2CPP_LEAVE(0xB4, FINALLY_00a4); } }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a4; } FINALLY_00a4: {// begin finally (depth: 4) { int32_t L_25 = V_0; if ((((int32_t)L_25) >= ((int32_t)0))) { goto IL_00b3; } } IL_00a8: { bool L_26 = V_5; if (!L_26) { goto IL_00b3; } } IL_00ac: { RuntimeObject * L_27 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_27, /*hidden argument*/NULL); } IL_00b3: { IL2CPP_END_FINALLY(164) } }// end finally (depth: 4) IL2CPP_CLEANUP(164) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB4, IL_00b4) } IL_00b4: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_28 = __this->get_asyncRequest_4(); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_29 = __this->get_cancellationToken_5(); NullCheck(L_28); Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * L_30; L_30 = AsyncProtocolRequest_StartOperation_m76C636186DB12B80876BF0E860C509E92D8289CC(L_28, L_29, /*hidden argument*/NULL); NullCheck(L_30); ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 L_31; L_31 = Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799(L_30, (bool)0, /*hidden argument*/Task_1_ConfigureAwait_mBCEB2E30D984CE3AF98D772C7E892E8004014799_RuntimeMethod_var); V_7 = L_31; ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 L_32; L_32 = ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_inline((ConfiguredTaskAwaitable_1_t683AF5EFC855DFC85C9095287B61488FB8201419 *)(&V_7), /*hidden argument*/ConfiguredTaskAwaitable_1_GetAwaiter_m185A6613479327320AC92592DEFFB42B7730A62F_RuntimeMethod_var); V_6 = L_32; bool L_33; L_33 = ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9((ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *)(&V_6), /*hidden argument*/ConfiguredTaskAwaiter_get_IsCompleted_m61DC0D3EAEB5AC60FF73F3CA713086C5C3D9FCE9_RuntimeMethod_var); if (L_33) { goto IL_0120; } } IL_00df: { int32_t L_34 = 0; V_0 = L_34; __this->set_U3CU3E1__state_0(L_34); ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 L_35 = V_6; __this->set_U3CU3Eu__1_6(L_35); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_36 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_m9B622FDF3F9C6CC50B8D289DE674C444FAB066B6((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_36, (ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *)(&V_6), (U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_m9B622FDF3F9C6CC50B8D289DE674C444FAB066B6_RuntimeMethod_var); IL2CPP_LEAVE(0x1FA, FINALLY_0158); } IL_0103: { ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 L_37 = __this->get_U3CU3Eu__1_6(); V_6 = L_37; ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * L_38 = __this->get_address_of_U3CU3Eu__1_6(); il2cpp_codegen_initobj(L_38, sizeof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 )); int32_t L_39 = (-1); V_0 = L_39; __this->set_U3CU3E1__state_0(L_39); } IL_0120: { AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_40; L_40 = ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128((ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 *)(&V_6), /*hidden argument*/ConfiguredTaskAwaiter_GetResult_m756B0490472126B3AAD0A062CE2E9FE580081128_RuntimeMethod_var); V_3 = L_40; goto IL_0156; } }// end try (depth: 3) 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_012a; } throw e; } CATCH_012a: {// begin catch(System.Exception) V_8 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_41 = V_1; Exception_t * L_42 = V_8; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_43 = __this->get_asyncRequest_4(); NullCheck(L_43); String_t* L_44; L_44 = AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168(L_43, /*hidden argument*/NULL); String_t* L_45; L_45 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA5421735C67AC5A0AE793A21C6A026FDFEAD5209)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))); Exception_t * L_46; L_46 = MobileAuthenticatedStream_GetIOException_m3FA680F8E914AC496E6F439F6FDCE0A766C35C5C(L_42, L_45, /*hidden argument*/NULL); NullCheck(L_41); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_47; L_47 = MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896(L_41, L_46, /*hidden argument*/NULL); AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_48 = (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970_il2cpp_TypeInfo_var))); AsyncProtocolResult__ctor_mB7F0640C90963ABD9CC43C118AAB34DD13D5BBA0(L_48, L_47, /*hidden argument*/NULL); V_3 = L_48; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0156; }// end catch (depth: 3) IL_0156: { IL2CPP_LEAVE(0x1B1, FINALLY_0158); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0158; } FINALLY_0158: {// begin finally (depth: 2) { int32_t L_49 = V_0; if ((((int32_t)L_49) >= ((int32_t)0))) { goto IL_01b0; } } IL_015c: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_50 = V_1; NullCheck(L_50); RuntimeObject * L_51 = L_50->get_ioLock_14(); V_4 = L_51; V_5 = (bool)0; } IL_0167: try {// begin try (depth: 3) { RuntimeObject * L_52 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_52, (bool*)(&V_5), /*hidden argument*/NULL); int32_t L_53 = __this->get_type_3(); if (L_53) { goto IL_018c; } } IL_0178: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_54 = V_1; NullCheck(L_54); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_55 = L_54->get_readBuffer_12(); NullCheck(L_55); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_55, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_56 = V_1; NullCheck(L_56); L_56->set_asyncReadRequest_10((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); goto IL_019e; } IL_018c: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_57 = V_1; NullCheck(L_57); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_58 = L_57->get_writeBuffer_13(); NullCheck(L_58); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_58, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_59 = V_1; NullCheck(L_59); L_59->set_asyncWriteRequest_11((AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 *)NULL); } IL_019e: { IL2CPP_LEAVE(0x1B0, FINALLY_01a0); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a0; } FINALLY_01a0: {// begin finally (depth: 3) { int32_t L_60 = V_0; if ((((int32_t)L_60) >= ((int32_t)0))) { goto IL_01af; } } IL_01a4: { bool L_61 = V_5; if (!L_61) { goto IL_01af; } } IL_01a8: { RuntimeObject * L_62 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_62, /*hidden argument*/NULL); } IL_01af: { IL2CPP_END_FINALLY(416) } }// end finally (depth: 3) IL2CPP_CLEANUP(416) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1B0, IL_01b0) } IL_01b0: { IL2CPP_END_FINALLY(344) } }// end finally (depth: 2) IL2CPP_CLEANUP(344) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1FA, IL_01fa) IL2CPP_JUMP_TBL(0x1B1, IL_01b1) } IL_01b1: { AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_63 = V_3; NullCheck(L_63); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_64; L_64 = AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315_inline(L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_01c4; } } IL_01b9: { AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_65 = V_3; NullCheck(L_65); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_66; L_66 = AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315_inline(L_65, /*hidden argument*/NULL); NullCheck(L_66); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_66, /*hidden argument*/NULL); } IL_01c4: { AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * L_67 = V_3; NullCheck(L_67); int32_t L_68; L_68 = AsyncProtocolResult_get_UserResult_m1CD0222DFEFC2B0738DF69529AE2C70E21AE54CC_inline(L_67, /*hidden argument*/NULL); V_2 = L_68; goto IL_01e6; } }// 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_01cd; } throw e; } CATCH_01cd: {// begin catch(System.Exception) V_9 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_69 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_70 = V_9; AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_69, L_70, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m580CEDB88630842EC930931623D55DCD1798F9C3_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01fa; }// end catch (depth: 1) IL_01e6: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_71 = __this->get_address_of_U3CU3Et__builder_1(); int32_t L_72 = V_2; AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_71, L_72, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mD64A339A0821C586B5EC9C1AC8BBFDC710F24109_RuntimeMethod_var); } IL_01fa: { return; } } IL2CPP_EXTERN_C void U3CStartOperationU3Ed__58_MoveNext_mA92EABD1F8F3CE91103E228A56D16BE2E7C3FA35_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CStartOperationU3Ed__58_MoveNext_mA92EABD1F8F3CE91103E228A56D16BE2E7C3FA35(_thisAdjusted, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__58::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartOperationU3Ed__58_SetStateMachine_m6896AA6F76C2DD0A407ADDFB40A574290873FFC8 (U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_m372A69DE6DC4741415143865DC93AC0DC819C010_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CStartOperationU3Ed__58_SetStateMachine_m6896AA6F76C2DD0A407ADDFB40A574290873FFC8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CStartOperationU3Ed__58_SetStateMachine_m6896AA6F76C2DD0A407ADDFB40A574290873FFC8(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.MonoChunkStream/Chunk::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chunk__ctor_m85D8BE6C05ACCD31D613F2EC44FC12000795C95D (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___chunk0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___chunk0; __this->set_Bytes_0(L_0); return; } } // System.Int32 System.Net.MonoChunkStream/Chunk::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Chunk_Read_mD196D23B6CCE13436E9654D5690B120A27D767F9 (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_Bytes_0(); NullCheck(L_1); int32_t L_2 = __this->get_Offset_1(); if ((((int32_t)L_0) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)L_2))))) { goto IL_0015; } } { int32_t L_3 = ___size2; G_B3_0 = L_3; goto IL_0024; } IL_0015: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_Bytes_0(); NullCheck(L_4); int32_t L_5 = __this->get_Offset_1(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)L_5)); } IL_0024: { V_0 = G_B3_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get_Bytes_0(); int32_t L_7 = __this->get_Offset_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; int32_t L_9 = ___offset1; int32_t L_10 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = __this->get_Offset_1(); int32_t L_12 = V_0; __this->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); int32_t L_13 = V_0; return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MonoTlsStream/d__17::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateStreamU3Ed__17_MoveNext_m5E7CB22F92B4B0C39AB680404D40ACF8C44416EB (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m330334F8C165852787E19712E442B2AB512BA579_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mAB267BB4B485CA60F7F8EC29FBECF80F9E8A7807_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * V_1 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C V_5; memset((&V_5), 0, sizeof(V_5)); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * G_B29_0 = NULL; WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * G_B28_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B30_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; } IL_000e: try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0047; } } IL_0011: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_017c; } } IL_0018: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_4 = V_1; NullCheck(L_4); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_5 = L_4->get_networkStream_1(); NullCheck(L_5); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6; L_6 = NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B(L_5, /*hidden argument*/NULL); __this->set_U3CsocketU3E5__1_3(L_6); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_7 = V_1; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_8 = V_1; NullCheck(L_8); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_9 = L_8->get_provider_0(); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_10 = V_1; NullCheck(L_10); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_11 = L_10->get_networkStream_1(); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_12 = V_1; NullCheck(L_12); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_13 = L_12->get_settings_3(); NullCheck(L_9); RuntimeObject* L_14; L_14 = 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_9, L_11, (bool)0, L_13); NullCheck(L_7); L_7->set_sslStream_4(L_14); } IL_0047: { } IL_0048: try {// begin try (depth: 2) try {// begin try (depth: 3) { int32_t L_15 = V_0; if (!L_15) { goto IL_00da; } } IL_004e: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_16 = V_1; NullCheck(L_16); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_17 = L_16->get_request_2(); NullCheck(L_17); String_t* L_18; L_18 = HttpWebRequest_get_Host_m4BE36083497FB8F5B7F317A1C097C0BCBE993533(L_17, /*hidden argument*/NULL); V_3 = L_18; String_t* L_19 = V_3; bool L_20; L_20 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_007b; } } IL_0062: { String_t* L_21 = V_3; NullCheck(L_21); int32_t L_22; L_22 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_21, ((int32_t)58), /*hidden argument*/NULL); V_4 = L_22; int32_t L_23 = V_4; if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_007b; } } IL_0071: { String_t* L_24 = V_3; int32_t L_25 = V_4; NullCheck(L_24); String_t* L_26; L_26 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_24, 0, L_25, /*hidden argument*/NULL); V_3 = L_26; } IL_007b: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_27 = V_1; NullCheck(L_27); RuntimeObject* L_28 = L_27->get_sslStream_4(); String_t* L_29 = V_3; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_30 = V_1; NullCheck(L_30); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_31 = L_30->get_request_2(); NullCheck(L_31); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_32; L_32 = HttpWebRequest_get_ClientCertificates_m500DFD3C22558CD2AE72FD46DBCB100897182AD5(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_33; L_33 = ServicePointManager_get_SecurityProtocol_mA87F568AD38F44B15CC49A3BFB8CE6F7296F6B73_inline(/*hidden argument*/NULL); bool L_34; L_34 = ServicePointManager_get_CheckCertificateRevocationList_m203838432389534693B3A26FA5599FC8B11C553F_inline(/*hidden argument*/NULL); NullCheck(L_28); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_35; L_35 = InterfaceFuncInvoker4< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, int32_t, bool >::Invoke(2 /* System.Threading.Tasks.Task Mono.Security.Interface.IMonoSslStream::AuthenticateAsClientAsync(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_28, L_29, L_32, L_33, L_34); NullCheck(L_35); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_36; L_36 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_35, (bool)0, /*hidden argument*/NULL); V_6 = L_36; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_37; L_37 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_6), /*hidden argument*/NULL); V_5 = L_37; bool L_38; L_38 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_5), /*hidden argument*/NULL); if (L_38) { goto IL_00f7; } } IL_00b6: { int32_t L_39 = 0; V_0 = L_39; __this->set_U3CU3E1__state_0(L_39); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_40 = V_5; __this->set_U3CU3Eu__1_6(L_40); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_41 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m330334F8C165852787E19712E442B2AB512BA579((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_41, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_5), (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m330334F8C165852787E19712E442B2AB512BA579_RuntimeMethod_var); IL2CPP_LEAVE(0x26F, FINALLY_012a); } IL_00da: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_42 = __this->get_U3CU3Eu__1_6(); V_5 = L_42; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_43 = __this->get_address_of_U3CU3Eu__1_6(); il2cpp_codegen_initobj(L_43, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_44 = (-1); V_0 = L_44; __this->set_U3CU3E1__state_0(L_44); } IL_00f7: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_5), /*hidden argument*/NULL); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_45 = V_1; NullCheck(L_45); L_45->set_status_5(0); goto IL_0128; } }// end try (depth: 3) 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_0107; } throw e; } CATCH_0107: {// begin catch(System.Exception) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_46 = __this->get_U3CsocketU3E5__1_3(); NullCheck(L_46); bool L_47; L_47 = Socket_get_CleanedUp_m74D2A5015FB338E942B827B5AD89A618C51EFA35(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_011e; } } IL_0115: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_48 = V_1; NullCheck(L_48); L_48->set_status_5(6); goto IL_0126; } IL_011e: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_49 = V_1; NullCheck(L_49); L_49->set_status_5(((int32_t)10)); } IL_0126: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCreateStreamU3Ed__17_MoveNext_m5E7CB22F92B4B0C39AB680404D40ACF8C44416EB_RuntimeMethod_var))); } }// end catch (depth: 3) IL_0128: { IL2CPP_LEAVE(0x17C, FINALLY_012a); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012a; } FINALLY_012a: {// begin finally (depth: 2) { int32_t L_50 = V_0; if ((((int32_t)L_50) >= ((int32_t)0))) { goto IL_017b; } } IL_012e: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_51 = V_1; NullCheck(L_51); bool L_52; L_52 = MonoTlsStream_get_CertificateValidationFailed_mF9670263A9DF5CFD0E8C0FD5D38153A24694A8AE_inline(L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_013e; } } IL_0136: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_53 = V_1; NullCheck(L_53); L_53->set_status_5(((int32_t)9)); } IL_013e: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_54 = V_1; NullCheck(L_54); int32_t L_55 = L_54->get_status_5(); if (L_55) { goto IL_0163; } } IL_0146: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_56 = V_1; NullCheck(L_56); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_57 = L_56->get_request_2(); NullCheck(L_57); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_58; L_58 = HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567(L_57, /*hidden argument*/NULL); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_59 = V_1; NullCheck(L_59); RuntimeObject* L_60 = L_59->get_sslStream_4(); NullCheck(L_60); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_61; L_61 = InterfaceFuncInvoker0< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * >::Invoke(20 /* System.Security.Cryptography.X509Certificates.X509Certificate Mono.Security.Interface.IMonoSslStream::get_InternalLocalCertificate() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_60); NullCheck(L_58); ServicePoint_UpdateClientCertificate_m27EB596CD61A50592B853BC653D613E71B0DBFC2(L_58, L_61, /*hidden argument*/NULL); goto IL_017b; } IL_0163: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_62 = V_1; NullCheck(L_62); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_63 = L_62->get_request_2(); NullCheck(L_63); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_64; L_64 = HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567(L_63, /*hidden argument*/NULL); NullCheck(L_64); ServicePoint_UpdateClientCertificate_m27EB596CD61A50592B853BC653D613E71B0DBFC2(L_64, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL, /*hidden argument*/NULL); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_65 = V_1; NullCheck(L_65); L_65->set_sslStream_4((RuntimeObject*)NULL); } IL_017b: { IL2CPP_END_FINALLY(298) } }// end finally (depth: 2) IL2CPP_CLEANUP(298) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26F, IL_026f) IL2CPP_JUMP_TBL(0x17C, IL_017c) } IL_017c: { } IL_017d: try {// begin try (depth: 2) { int32_t L_66 = V_0; if ((((int32_t)L_66) == ((int32_t)1))) { goto IL_01fd; } } IL_0181: { WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * L_67 = __this->get_tunnel_4(); WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * L_68 = L_67; G_B28_0 = L_68; if (L_68) { G_B29_0 = L_68; goto IL_018e; } } IL_018a: { G_B30_0 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(NULL)); goto IL_0193; } IL_018e: { NullCheck(G_B29_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69; L_69 = WebConnectionTunnel_get_Data_mFD592CF9B58AD5FF3CB7255DE5270ABD5DA32AF9_inline(G_B29_0, /*hidden argument*/NULL); G_B30_0 = L_69; } IL_0193: { if (!G_B30_0) { goto IL_0221; } } IL_0198: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_70 = V_1; NullCheck(L_70); RuntimeObject* L_71 = L_70->get_sslStream_4(); WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * L_72 = __this->get_tunnel_4(); NullCheck(L_72); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73; L_73 = WebConnectionTunnel_get_Data_mFD592CF9B58AD5FF3CB7255DE5270ABD5DA32AF9_inline(L_72, /*hidden argument*/NULL); WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * L_74 = __this->get_tunnel_4(); NullCheck(L_74); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75; L_75 = WebConnectionTunnel_get_Data_mFD592CF9B58AD5FF3CB7255DE5270ABD5DA32AF9_inline(L_74, /*hidden argument*/NULL); NullCheck(L_75); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_76 = __this->get_cancellationToken_5(); NullCheck(L_71); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_77; L_77 = InterfaceFuncInvoker4< Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD >::Invoke(9 /* System.Threading.Tasks.Task Mono.Security.Interface.IMonoSslStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_71, L_73, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_75)->max_length))), L_76); NullCheck(L_77); ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E L_78; L_78 = Task_ConfigureAwait_m0477031D48C23B8368049C62C53C33D32322EDCE(L_77, (bool)0, /*hidden argument*/NULL); V_6 = L_78; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_79; L_79 = ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline((ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E *)(&V_6), /*hidden argument*/NULL); V_5 = L_79; bool L_80; L_80 = ConfiguredTaskAwaiter_get_IsCompleted_m98056416CC6E5741A2201994591D27D127A17730((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_5), /*hidden argument*/NULL); if (L_80) { goto IL_021a; } } IL_01dc: { int32_t L_81 = 1; V_0 = L_81; __this->set_U3CU3E1__state_0(L_81); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_82 = V_5; __this->set_U3CU3Eu__1_6(L_82); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_83 = __this->get_address_of_U3CU3Et__builder_1(); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m330334F8C165852787E19712E442B2AB512BA579((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_83, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_5), (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 *)__this, /*hidden argument*/AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m330334F8C165852787E19712E442B2AB512BA579_RuntimeMethod_var); goto IL_026f; } IL_01fd: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_84 = __this->get_U3CU3Eu__1_6(); V_5 = L_84; ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_85 = __this->get_address_of_U3CU3Eu__1_6(); il2cpp_codegen_initobj(L_85, sizeof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C )); int32_t L_86 = (-1); V_0 = L_86; __this->set_U3CU3E1__state_0(L_86); } IL_021a: { ConfiguredTaskAwaiter_GetResult_m29A9880E9FCC4B8E9928B60E137FB53D0C8F0CE6((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(&V_5), /*hidden argument*/NULL); } IL_0221: { goto IL_0234; } }// 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_0223; } throw e; } CATCH_0223: {// begin catch(System.Object) MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_87 = V_1; NullCheck(L_87); L_87->set_status_5(4); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_88 = V_1; NullCheck(L_88); L_88->set_sslStream_4((RuntimeObject*)NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCreateStreamU3Ed__17_MoveNext_m5E7CB22F92B4B0C39AB680404D40ACF8C44416EB_RuntimeMethod_var))); }// end catch (depth: 2) IL_0234: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_89 = V_1; NullCheck(L_89); RuntimeObject* L_90 = L_89->get_sslStream_4(); NullCheck(L_90); AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * L_91; L_91 = InterfaceFuncInvoker0< AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * >::Invoke(16 /* System.Net.Security.AuthenticatedStream Mono.Security.Interface.IMonoSslStream::get_AuthenticatedStream() */, IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E_il2cpp_TypeInfo_var, L_90); V_2 = L_91; goto IL_025b; } }// 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_0242; } throw e; } CATCH_0242: {// begin catch(System.Exception) V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_92 = __this->get_address_of_U3CU3Et__builder_1(); Exception_t * L_93 = V_7; AsyncTaskMethodBuilder_1_SetException_m69431078822E6A677A8F7CEC526C9D6DE1247251((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_92, L_93, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m69431078822E6A677A8F7CEC526C9D6DE1247251_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_026f; }// end catch (depth: 1) IL_025b: { __this->set_U3CU3E1__state_0(((int32_t)-2)); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_94 = __this->get_address_of_U3CU3Et__builder_1(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_95 = V_2; AsyncTaskMethodBuilder_1_SetResult_mAB267BB4B485CA60F7F8EC29FBECF80F9E8A7807((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_94, L_95, /*hidden argument*/AsyncTaskMethodBuilder_1_SetResult_mAB267BB4B485CA60F7F8EC29FBECF80F9E8A7807_RuntimeMethod_var); } IL_026f: { return; } } IL2CPP_EXTERN_C void U3CCreateStreamU3Ed__17_MoveNext_m5E7CB22F92B4B0C39AB680404D40ACF8C44416EB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CCreateStreamU3Ed__17_MoveNext_m5E7CB22F92B4B0C39AB680404D40ACF8C44416EB(_thisAdjusted, method); } // System.Void Mono.Net.Security.MonoTlsStream/d__17::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateStreamU3Ed__17_SetStateMachine_mF83DEBD81E6106CE1BF4F1970B3459E73D6B51D3 (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mFF03AB561D1FC60E613247F020EFD7D420A1BECF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_0 = __this->get_address_of_U3CU3Et__builder_1(); RuntimeObject* L_1 = ___stateMachine0; AsyncTaskMethodBuilder_1_SetStateMachine_mFF03AB561D1FC60E613247F020EFD7D420A1BECF((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_0, L_1, /*hidden argument*/AsyncTaskMethodBuilder_1_SetStateMachine_mFF03AB561D1FC60E613247F020EFD7D420A1BECF_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CCreateStreamU3Ed__17_SetStateMachine_mF83DEBD81E6106CE1BF4F1970B3459E73D6B51D3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___stateMachine0, const RuntimeMethod* method) { U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CCreateStreamU3Ed__17_SetStateMachine_mF83DEBD81E6106CE1BF4F1970B3459E73D6B51D3(_thisAdjusted, ___stateMachine0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::.ctor(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectEntry__ctor_mB4018B4F844A8F7F3308B10CB017D6008DB0736B (NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_Key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_Value_1(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.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_m684F9F2CC2934708B3F198D7F750D5030AD9CC80 (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * __this, NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * ___coll0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_0 = ___coll0; __this->set__coll_1(L_0); NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_1 = __this->get__coll_1(); NullCheck(L_1); int32_t L_2 = L_1->get__version_6(); __this->set__version_2(L_2); __this->set__pos_0((-1)); return; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameObjectKeysEnumerator_MoveNext_m602677D8FC9EE3BC87755FB0EAC1BACA518CA240 (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__version_2(); NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_1 = __this->get__coll_1(); NullCheck(L_1); int32_t L_2 = L_1->get__version_6(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectKeysEnumerator_MoveNext_m602677D8FC9EE3BC87755FB0EAC1BACA518CA240_RuntimeMethod_var))); } IL_0023: { int32_t L_5 = __this->get__pos_0(); NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_6 = __this->get__coll_1(); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_6); if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))))) { goto IL_0048; } } { int32_t L_8 = __this->get__pos_0(); __this->set__pos_0(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return (bool)1; } IL_0048: { NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_9 = __this->get__coll_1(); NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_9); __this->set__pos_0(L_10); return (bool)0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator_Reset_m291D728258A95AEB8BE6697D0E1DADC24AE1A977 (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__version_2(); NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_1 = __this->get__coll_1(); NullCheck(L_1); int32_t L_2 = L_1->get__version_6(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0023; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8D08FCF1537043BF0289FA98C51BF5A3AC7C618)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectKeysEnumerator_Reset_m291D728258A95AEB8BE6697D0E1DADC24AE1A977_RuntimeMethod_var))); } IL_0023: { __this->set__pos_0((-1)); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectKeysEnumerator_get_Current_mEA737C3649050A481FEE567F163E4D5C7A328B2A (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__pos_0(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_1 = __this->get__pos_0(); NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_2 = __this->get__coll_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_2); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_002e; } } { NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * L_4 = __this->get__coll_1(); int32_t L_5 = __this->get__pos_0(); NullCheck(L_4); String_t* L_6; L_6 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_002e: { String_t* L_7; L_7 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectKeysEnumerator_get_Current_mEA737C3649050A481FEE567F163E4D5C7A328B2A_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.NestedContainer/Site::.ctor(System.ComponentModel.IComponent,System.ComponentModel.NestedContainer,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site__ctor_m6EFAE747585141965F2058282310CF4C585B1B0B (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, RuntimeObject* ___component0, NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * ___container1, String_t* ___name2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___component0; __this->set_component_0(L_0); NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * L_1 = ___container1; __this->set_container_1(L_1); String_t* L_2 = ___name2; __this->set_name_2(L_2); return; } } // System.ComponentModel.IComponent System.ComponentModel.NestedContainer/Site::get_Component() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Component_m6F6943DCA71B2DE5463A7935CE1910F3BD41D554 (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_component_0(); return L_0; } } // System.ComponentModel.IContainer System.ComponentModel.NestedContainer/Site::get_Container() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Site_get_Container_mE0F883169BBB69E613B0A7C332CDE03B5BF9626D (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, const RuntimeMethod* method) { { NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * L_0 = __this->get_container_1(); return L_0; } } // System.Object System.ComponentModel.NestedContainer/Site::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Site_GetService_mD89EFCEF4BFD16526C6BB68CD18E759535478621 (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, Type_t * ___service0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___service0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_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_001f; } } { NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * L_4 = __this->get_container_1(); Type_t * L_5 = ___service0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.ComponentModel.Container::GetService(System.Type) */, L_4, L_5); return L_6; } IL_001f: { return __this; } } // System.Boolean System.ComponentModel.NestedContainer/Site::get_DesignMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Site_get_DesignMode_mE62A8D9454D6537697748873DD1DB8DB8508E35B (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * L_0 = __this->get_container_1(); NullCheck(L_0); RuntimeObject* L_1; L_1 = NestedContainer_get_Owner_mEEFC77BA03C43D69D7FC17FAE3AF6075352448BC_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0023; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_0023; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_5); NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_6); return L_7; } IL_0023: { return (bool)0; } } // System.String System.ComponentModel.NestedContainer/Site::get_FullName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Site_get_FullName_m138403348698EB35B3BFE08385E2BF59A1DBFF27 (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, 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*)&_stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = __this->get_name_2(); if (!L_0) { goto IL_0032; } } { NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * L_1 = __this->get_container_1(); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(18 /* System.String System.ComponentModel.NestedContainer::get_OwnerName() */, L_1); V_0 = L_2; String_t* L_3 = __this->get_name_2(); V_1 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_6 = V_0; String_t* L_7 = V_1; String_t* L_8; L_8 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_5, _stringLiteral1517117F1C97F9858A0CAB40CD0F7B384BE59539, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_0030: { String_t* L_9 = V_1; return L_9; } IL_0032: { String_t* L_10 = __this->get_name_2(); return L_10; } } // System.String System.ComponentModel.NestedContainer/Site::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Site_get_Name_m0907F004B6CE6ED544195BBB7E30564E7FE37FDC (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Void System.ComponentModel.NestedContainer/Site::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site_set_Name_mB3E19BB4804E75EBAF33BE2FC45998AA5F6563AF (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_0019; } } { String_t* L_1 = __this->get_name_2(); if (!L_1) { goto IL_0019; } } { String_t* L_2 = ___value0; String_t* L_3 = __this->get_name_2(); NullCheck(L_2); bool L_4; L_4 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } IL_0019: { NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * L_5 = __this->get_container_1(); RuntimeObject* L_6 = __this->get_component_0(); String_t* L_7 = ___value0; NullCheck(L_5); VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(16 /* System.Void System.ComponentModel.Container::ValidateName(System.ComponentModel.IComponent,System.String) */, L_5, L_6, L_7); String_t* L_8 = ___value0; __this->set_name_2(L_8); } IL_0032: { 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.Http.NtlmClient/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mDB4D626C1B3434A421DDF9A83A669939B433EB87 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * L_0 = (U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 *)il2cpp_codegen_object_new(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m763ADB48F8381F44946398EE4CD3F62DA76913C2(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void Mono.Http.NtlmClient/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m763ADB48F8381F44946398EE4CD3F62DA76913C2 (U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // Mono.Http.NtlmSession Mono.Http.NtlmClient/<>c::b__1_0(System.Net.HttpWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * U3CU3Ec_U3CAuthenticateU3Eb__1_0_mDA687B87E74F0D58938A2C7821FD6EADB6649AE5 (U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * L_0 = (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 *)il2cpp_codegen_object_new(NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7_il2cpp_TypeInfo_var); NtlmSession__ctor_mA97C8FC8E8DE96DE3F32909B142F4AB4DF8164A0(L_0, /*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.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::.ctor(System.Collections.ArrayList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator__ctor_m49EDA80650ECBFA5B468C78CB065078024F6E7B2 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___array0, int32_t ___objectReturnType1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___array0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); __this->set_arrayEnumerator_1(L_1); int32_t L_2 = ___objectReturnType1; __this->set__objectReturnType_0(L_2); return; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Current_m0749B208A1387BE7663D5D9CC73F26C31381A46B (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = __this->get__objectReturnType_0(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0022; } } { RuntimeObject* L_1 = __this->get_arrayEnumerator_1(); NullCheck(L_1); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_1); V_0 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_2, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_3; L_3 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_0), /*hidden argument*/NULL); return L_3; } IL_0022: { int32_t L_4 = __this->get__objectReturnType_0(); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0044; } } { RuntimeObject* L_5 = __this->get_arrayEnumerator_1(); NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_0 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_6, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_7; L_7 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_0), /*hidden argument*/NULL); return L_7; } IL_0044: { DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_8; L_8 = OrderedDictionaryEnumerator_get_Entry_m4DA8B8F5FB60EA5311B94EC648C9036B98C19046(__this, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_9 = L_8; RuntimeObject * L_10 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_9); return L_10; } } // System.Collections.DictionaryEntry System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 OrderedDictionaryEnumerator_get_Entry_m4DA8B8F5FB60EA5311B94EC648C9036B98C19046 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = __this->get_arrayEnumerator_1(); NullCheck(L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); V_0 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_1, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_2; L_2 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_0), /*hidden argument*/NULL); RuntimeObject* L_3 = __this->get_arrayEnumerator_1(); NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_0 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_4, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_5; L_5 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_0), /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_6; memset((&L_6), 0, sizeof(L_6)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_6), L_2, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Key_m01A4AB49A0C6231295016DDF8E5F271DCD449408 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = __this->get_arrayEnumerator_1(); NullCheck(L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); V_0 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_1, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_2; L_2 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryEnumerator_get_Value_m4EF57F4C21C9FB32FDFA58EDA3FCCDEC8C748978 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = __this->get_arrayEnumerator_1(); NullCheck(L_0); RuntimeObject * L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); V_0 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_1, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_2; L_2 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionaryEnumerator_MoveNext_mD56F43143E76B83450CAB2C4E15558CFF4A827F3 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_arrayEnumerator_1(); NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator_Reset_mFA1BC9E5D084FE15EE2B7A1FEF7DB46EDB4719A1 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_arrayEnumerator_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, 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.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::.ctor(System.Collections.ArrayList,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryKeyValueCollection__ctor_mB8B17B24AAF453DA17845F85EA17CDD06573A9B4 (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___array0, bool ___isKeys1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___array0; __this->set__objects_0(L_0); bool L_1 = ___isKeys1; __this->set_isKeys_1(L_1); return; } } // System.Void System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mDB944E29802DD7A879B36971D65E068046797FEA (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_2; memset((&V_2), 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; RuntimeArray * G_B8_0 = NULL; RuntimeArray * G_B7_0 = NULL; RuntimeObject * G_B9_0 = NULL; RuntimeArray * G_B9_1 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mDB944E29802DD7A879B36971D65E068046797FEA_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { 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*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo_mDB944E29802DD7A879B36971D65E068046797FEA_RuntimeMethod_var))); } IL_001d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get__objects_0(); NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_0 = L_5; } IL_0029: try {// begin try (depth: 1) { goto IL_0064; } IL_002b: { RuntimeObject* L_6 = V_0; 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_1 = L_7; RuntimeArray * L_8 = ___array0; bool L_9 = __this->get_isKeys_1(); G_B7_0 = L_8; if (L_9) { G_B8_0 = L_8; goto IL_004b; } } IL_003b: { RuntimeObject * L_10 = V_1; V_2 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_10, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_11; L_11 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_2), /*hidden argument*/NULL); G_B9_0 = L_11; G_B9_1 = G_B7_0; goto IL_0059; } IL_004b: { RuntimeObject * L_12 = V_1; V_2 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_12, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_13; L_13 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_2), /*hidden argument*/NULL); G_B9_0 = L_13; G_B9_1 = G_B8_0; } IL_0059: { int32_t L_14 = ___index1; NullCheck(G_B9_1); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(G_B9_1, G_B9_0, L_14, /*hidden argument*/NULL); int32_t L_15 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0064: { RuntimeObject* L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_002b; } } IL_006c: { IL2CPP_LEAVE(0x7F, FINALLY_006e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006e; } FINALLY_006e: {// begin finally (depth: 1) { RuntimeObject* L_18 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_3; if (!L_19) { goto IL_007e; } } IL_0078: { RuntimeObject* L_20 = V_3; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_007e: { IL2CPP_END_FINALLY(110) } }// end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7F, IL_007f) } IL_007f: { return; } } // System.Int32 System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_Count_m09AD4702D67A9897103A237E9AA3FF114AB62CAD (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__objects_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_IsSynchronized_m7569155140681FEFD7177A179EB40BF4364928FC (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_SyncRoot_mC637DF4FBB6FFD92CDF675549A8227816329F0D4 (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__objects_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionaryKeyValueCollection_System_Collections_IEnumerable_GetEnumerator_m0DDFEB270A0698E75970EB1C58FA0991325528F7 (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * G_B2_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * G_B1_0 = NULL; int32_t G_B3_0 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * G_B3_1 = NULL; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__objects_0(); bool L_1 = __this->get_isKeys_1(); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_0011; } } { G_B3_0 = 2; G_B3_1 = G_B1_0; goto IL_0012; } IL_0011: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0012: { OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * L_2 = (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 *)il2cpp_codegen_object_new(OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var); OrderedDictionaryEnumerator__ctor_m49EDA80650ECBFA5B468C78CB065078024F6E7B2(L_2, G_B3_1, G_B3_0, /*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.Int32 System.Net.PathList/PathListComparer::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathListComparer_System_Collections_IComparer_Compare_mBDBC7284F34175B446FBEC8FB6CB2BF19440300E (PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * __this, RuntimeObject * ___ol0, RuntimeObject * ___or1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { RuntimeObject * L_0 = ___ol0; String_t* L_1; L_1 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___or1; String_t* L_3; L_3 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); V_2 = L_5; 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); V_3 = L_7; int32_t L_8 = V_2; int32_t L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_8, L_9, /*hidden argument*/NULL); V_4 = L_10; V_5 = 0; goto IL_005e; } IL_0034: { String_t* L_11 = V_0; int32_t L_12 = V_5; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); String_t* L_14 = V_1; 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); if ((((int32_t)L_13) == ((int32_t)L_16))) { goto IL_0058; } } { String_t* L_17 = V_0; int32_t L_18 = V_5; NullCheck(L_17); Il2CppChar L_19; L_19 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, L_18, /*hidden argument*/NULL); String_t* L_20 = V_1; int32_t L_21 = V_5; NullCheck(L_20); Il2CppChar L_22; L_22 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, L_21, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_22)); } IL_0058: { int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_005e: { int32_t L_24 = V_5; int32_t L_25 = V_4; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0034; } } { int32_t L_26 = V_3; int32_t L_27 = V_2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)); } } // System.Void System.Net.PathList/PathListComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathListComparer__ctor_mB454528A2D15B340AC86950FEEFF3A459DEC9ED7 (PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.PathList/PathListComparer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathListComparer__cctor_m5835CA5438E4F095C6C5179F7E6958D909417C47 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * L_0 = (PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 *)il2cpp_codegen_object_new(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var); PathListComparer__ctor_mB454528A2D15B340AC86950FEEFF3A459DEC9ED7(L_0, /*hidden argument*/NULL); ((PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var))->set_StaticInstance_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 #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.PropertyDescriptorCollection/PropertyDescriptorEnumerator::.ctor(System.ComponentModel.PropertyDescriptorCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator__ctor_mF49328CBEC8F194DE2143FB18038E866D4AB3AB4 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___owner0, const RuntimeMethod* method) { { __this->set_index_1((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = ___owner0; __this->set_owner_0(L_0); return; } } // System.Object System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorEnumerator_get_Current_mF239074EBBCC919CB1EAB863E6C182ECC6E193B0 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_0; L_0 = PropertyDescriptorEnumerator_get_Entry_m589987831E6010EC384EE0D456DB7D560D4BEB20(__this, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_1 = L_0; RuntimeObject * L_2 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Collections.DictionaryEntry System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Entry() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 PropertyDescriptorEnumerator_get_Entry_m589987831E6010EC384EE0D456DB7D560D4BEB20 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, const RuntimeMethod* method) { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_0 = NULL; { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = __this->get_owner_0(); int32_t L_1 = __this->get_index_1(); NullCheck(L_0); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, L_0, L_1); V_0 = L_2; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_3); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_5 = V_0; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_6; memset((&L_6), 0, sizeof(L_6)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_6), L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorEnumerator_get_Key_m3609B40E1EF44A32A3DFC80A5D19E4B788BF5A0D (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = __this->get_owner_0(); int32_t L_1 = __this->get_index_1(); NullCheck(L_0); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, L_0, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_2); return L_3; } } // System.Object System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorEnumerator_get_Value_mE6A84F73E621233E3B47EDE02C304CFEC7A8F0F3 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = __this->get_owner_0(); int32_t L_1 = __this->get_index_1(); NullCheck(L_0); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_2; L_2 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, int32_t >::Invoke(31 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.Int32) */, L_0, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_2); return L_3; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyDescriptorEnumerator_MoveNext_mDDBABDA5FBD6BE47019342C9E19FD8E660FF3868 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_1(); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_1 = __this->get_owner_0(); NullCheck(L_1); int32_t L_2; L_2 = PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0025; } } { int32_t L_3 = __this->get_index_1(); __this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return (bool)1; } IL_0025: { return (bool)0; } } // System.Void System.ComponentModel.PropertyDescriptorCollection/PropertyDescriptorEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorEnumerator_Reset_m456BBE998BBD313CB4EA085C3C30A755E2F331F7 (PropertyDescriptorEnumerator_tCDB50ACDAF85857DC1B13F2AB08166B878347009 * __this, const RuntimeMethod* method) { { __this->set_index_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReferenceConverter/ReferenceComparer::.ctor(System.ComponentModel.ReferenceConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceComparer__ctor_m91242DBFD1FE512638BE54025EC1690D240CF2A0 (ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4 * __this, ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * ___converter0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * L_0 = ___converter0; __this->set_converter_0(L_0); return; } } // System.Int32 System.ComponentModel.ReferenceConverter/ReferenceComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReferenceComparer_Compare_mC6E5211084F7ED8C5F7999B0B73EE1C4F7FE74BC (ReferenceComparer_t013A5E02647F55D92302043B8929BDA24C0339E4 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, 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; } String_t* V_0 = NULL; { ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * L_0 = __this->get_converter_0(); RuntimeObject * L_1 = ___item10; NullCheck(L_0); String_t* L_2; L_2 = TypeConverter_ConvertToString_m8A78AD655B39CC8CB93FA00672E8ACABD67DFC12(L_0, L_1, /*hidden argument*/NULL); ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * L_3 = __this->get_converter_0(); RuntimeObject * L_4 = ___item21; NullCheck(L_3); String_t* L_5; L_5 = TypeConverter_ConvertToString_m8A78AD655B39CC8CB93FA00672E8ACABD67DFC12(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_8; L_8 = String_Compare_m9F1E9B6775D84D1AA666C272F51CF828A88EFD9C(L_2, L_6, (bool)0, L_7, /*hidden argument*/NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData__ctor_mC84B6071A045808DA132CE7A18A3FFE5754089DB (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, Type_t * ___type0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set__type_0(L_0); return; } } // System.Boolean System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::get_IsPopulated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectedTypeData_get_IsPopulated_m66A7AA14035E50B36348F77B20D34B9F7F88530D (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method) { { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = __this->get__attributes_1(); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_1 = __this->get__events_2(); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2 = __this->get__properties_3(); return (bool)((int32_t)((int32_t)((int32_t)((int32_t)((!(((RuntimeObject*)(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)|(int32_t)((!(((RuntimeObject*)(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)))|(int32_t)((!(((RuntimeObject*)(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0))); } } // System.ComponentModel.AttributeCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ReflectedTypeData_GetAttributes_mFD8DF0E0363A781A65BE8B1A9D9EA55053153AB0 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __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*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_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; } AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_3 = NULL; OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * V_4 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_5 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_6 = NULL; int32_t V_7 = 0; Type_t * V_8 = NULL; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_9 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_10 = NULL; int32_t V_11 = 0; bool V_12 = false; int32_t V_13 = 0; { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = __this->get__attributes_1(); if (L_0) { goto IL_0196; } } { Type_t * L_1 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2; L_2 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m2F772A4015264E97C8EE4EF18133514F76E139D9(L_1, /*hidden argument*/NULL); V_0 = L_2; Type_t * L_3 = __this->get__type_0(); NullCheck(L_3); Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_3); V_1 = L_4; goto IL_0064; } IL_0025: { Type_t * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_6; L_6 = ReflectTypeDescriptionProvider_ReflectGetAttributes_m2F772A4015264E97C8EE4EF18133514F76E139D9(L_5, /*hidden argument*/NULL); V_5 = L_6; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_7 = V_0; NullCheck(L_7); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_8 = V_5; NullCheck(L_8); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_9 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))); V_6 = L_9; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_10 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_11 = V_6; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_12 = V_0; NullCheck(L_12); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, 0, (RuntimeArray *)(RuntimeArray *)L_11, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_13 = V_5; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_14 = V_6; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_15 = V_0; NullCheck(L_15); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_16 = V_5; NullCheck(L_16); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_13, 0, (RuntimeArray *)(RuntimeArray *)L_14, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))), /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_17 = V_6; V_0 = L_17; Type_t * L_18 = V_1; NullCheck(L_18); Type_t * L_19; L_19 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_18); V_1 = L_19; } IL_0064: { Type_t * L_20 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_21; L_21 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_20, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_007f; } } { Type_t * L_22 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_23, /*hidden argument*/NULL); bool L_25; L_25 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_22, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0025; } } IL_007f: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_26 = V_0; NullCheck(L_26); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))); Type_t * L_27 = __this->get__type_0(); NullCheck(L_27); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_28; L_28 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(51 /* System.Type[] System.Type::GetInterfaces() */, L_27); V_3 = L_28; V_7 = 0; goto IL_00ec; } IL_0094: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_29 = V_3; int32_t L_30 = V_7; NullCheck(L_29); int32_t L_31 = L_30; Type_t * L_32 = (L_29)->GetAt(static_cast(L_31)); V_8 = L_32; Type_t * L_33 = V_8; NullCheck(L_33); int32_t L_34; L_34 = Type_get_Attributes_m1A06E434D470F5816BE0516A49741A1AA12C87FB(L_33, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_34&(int32_t)3))) { goto IL_00e6; } } { Type_t * L_35 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_36; L_36 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_35, /*hidden argument*/NULL); V_9 = L_36; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_37 = V_9; NullCheck(L_37); int32_t L_38; L_38 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_00e6; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_39 = V_0; NullCheck(L_39); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_40 = V_9; NullCheck(L_40); int32_t L_41; L_41 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_40, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_42 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))), (int32_t)L_41))); V_10 = L_42; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_43 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_44 = V_10; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_45 = V_0; NullCheck(L_45); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_43, 0, (RuntimeArray *)(RuntimeArray *)L_44, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length))), /*hidden argument*/NULL); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_46 = V_9; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_47 = V_10; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_48 = V_0; NullCheck(L_48); NullCheck(L_46); AttributeCollection_CopyTo_m239A34E1B2C3FB3CE90C5210332BFE1EB795849E(L_46, (RuntimeArray *)(RuntimeArray *)L_47, ((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))), /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_49 = V_10; V_0 = L_49; } IL_00e6: { int32_t L_50 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00ec: { int32_t L_51 = V_7; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_52 = V_3; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_0094; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_53 = V_0; NullCheck(L_53); OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_54 = (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 *)il2cpp_codegen_object_new(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16_il2cpp_TypeInfo_var); OrderedDictionary__ctor_m23D67C2418DF62EDAE2F168C32C5A09204E94A51(L_54, ((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length))), /*hidden argument*/NULL); V_4 = L_54; V_11 = 0; goto IL_0168; } IL_0102: { V_12 = (bool)1; int32_t L_55 = V_11; int32_t L_56 = V_2; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_0138; } } { V_13 = 0; goto IL_012d; } IL_010f: { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_57 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__skipInterfaceAttributeList_16(); int32_t L_58 = V_13; NullCheck(L_57); int32_t L_59 = L_58; Type_t * L_60 = (L_57)->GetAt(static_cast(L_59)); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_61 = V_0; int32_t L_62 = V_11; NullCheck(L_61); int32_t L_63 = L_62; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_64 = (L_61)->GetAt(static_cast(L_63)); NullCheck(L_60); bool L_65; L_65 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_60, L_64); if (!L_65) { goto IL_0127; } } { V_12 = (bool)0; goto IL_0138; } IL_0127: { int32_t L_66 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_012d: { int32_t L_67 = V_13; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_68 = ((ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_StaticFields*)il2cpp_codegen_static_fields_for(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var))->get__skipInterfaceAttributeList_16(); NullCheck(L_68); if ((((int32_t)L_67) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))))) { goto IL_010f; } } IL_0138: { bool L_69 = V_12; if (!L_69) { goto IL_0162; } } { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_70 = V_4; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_71 = V_0; int32_t L_72 = V_11; NullCheck(L_71); int32_t L_73 = L_72; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_74 = (L_71)->GetAt(static_cast(L_73)); NullCheck(L_74); RuntimeObject * L_75; L_75 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_74); NullCheck(L_70); bool L_76; L_76 = OrderedDictionary_Contains_mCD16E0E40025C86639A81B8F8D7989B141783B97(L_70, L_75, /*hidden argument*/NULL); if (L_76) { goto IL_0162; } } { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_77 = V_4; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_78 = V_0; int32_t L_79 = V_11; NullCheck(L_78); int32_t L_80 = L_79; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_81 = (L_78)->GetAt(static_cast(L_80)); NullCheck(L_81); RuntimeObject * L_82; L_82 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_81); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_83 = V_0; int32_t L_84 = V_11; NullCheck(L_83); int32_t L_85 = L_84; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_86 = (L_83)->GetAt(static_cast(L_85)); NullCheck(L_77); OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2(L_77, L_82, L_86, /*hidden argument*/NULL); } IL_0162: { int32_t L_87 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); } IL_0168: { int32_t L_88 = V_11; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_89 = V_0; NullCheck(L_89); if ((((int32_t)L_88) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_89)->max_length)))))) { goto IL_0102; } } { OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_90 = V_4; NullCheck(L_90); int32_t L_91; L_91 = OrderedDictionary_get_Count_m7B9E754E391D097630882003CB29D4B5116663CA(L_90, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_92 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_91); V_0 = L_92; OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * L_93 = V_4; NullCheck(L_93); RuntimeObject* L_94; L_94 = OrderedDictionary_get_Values_m85823D309E685DC4DE0FC11D7F7B511FE18BFAFF(L_93, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_95 = V_0; NullCheck(L_94); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_94, (RuntimeArray *)(RuntimeArray *)L_95, 0); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_96 = V_0; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_97 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_97, L_96, /*hidden argument*/NULL); __this->set__attributes_1(L_97); } IL_0196: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_98 = __this->get__attributes_1(); return L_98; } } // System.String System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetClassName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetClassName_mF37DF6AC87ABBA3F165E626FC64B985C9A6CA78A (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__type_0(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_0); return L_1; } } // System.String System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetComponentName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReflectedTypeData_GetComponentName_m27E010528B1A7A2D00DD4E46BD61F7C08B4F783B (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; { RuntimeObject * L_0 = ___instance0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_2); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_002c; } } { RuntimeObject* L_5 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_2; if (!L_6) { goto IL_0025; } } { RuntimeObject* L_7 = V_2; NullCheck(L_7); String_t* L_8; L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.ComponentModel.INestedSite::get_FullName() */, INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var, L_7); return L_8; } IL_0025: { RuntimeObject* L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_9); return L_10; } IL_002c: { return (String_t*)NULL; } } // System.ComponentModel.TypeConverter System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetConverter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ReflectedTypeData_GetConverter_m7BC04305A1928DE2965AE4D0D2FD0F7D4F747F77 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_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; } TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * V_0 = NULL; TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * V_1 = NULL; Type_t * V_2 = NULL; Type_t * V_3 = NULL; { V_0 = (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)NULL; RuntimeObject * L_0 = ___instance0; if (!L_0) { goto IL_007e; } } { Type_t * L_1 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2; L_2 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_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); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_5; L_5 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_2, L_4); V_0 = ((TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)CastclassSealed((RuntimeObject*)L_5, TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var)); RuntimeObject * L_6 = ___instance0; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_7; L_7 = TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529(L_6, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_10; L_10 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_7, L_9); V_1 = ((TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)CastclassSealed((RuntimeObject*)L_10, TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var)); TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_11 = V_0; TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_12 = V_1; if ((((RuntimeObject*)(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)L_11) == ((RuntimeObject*)(TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)L_12))) { goto IL_007e; } } { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline(L_13, /*hidden argument*/NULL); Type_t * L_15; L_15 = ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358(__this, L_14, /*hidden argument*/NULL); V_2 = L_15; Type_t * L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_17; L_17 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_16, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_007e; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); Type_t * L_20 = V_2; NullCheck(L_19); bool L_21; L_21 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_19, L_20); if (!L_21) { goto IL_007e; } } { Type_t * L_22 = V_2; Type_t * L_23 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_24; L_24 = ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B(L_22, L_23, /*hidden argument*/NULL); return ((TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)CastclassClass((RuntimeObject*)L_24, TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var)); } IL_007e: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_25 = __this->get__converter_4(); if (L_25) { goto IL_0111; } } { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_26 = V_0; if (L_26) { goto IL_00ac; } } { Type_t * L_27 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_28; L_28 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_27, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_29, /*hidden argument*/NULL); NullCheck(L_28); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_31; L_31 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_28, L_30); V_0 = ((TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 *)CastclassSealed((RuntimeObject*)L_31, TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83_il2cpp_TypeInfo_var)); } IL_00ac: { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_32 = V_0; if (!L_32) { goto IL_00ee; } } { TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * L_33 = V_0; NullCheck(L_33); String_t* L_34; L_34 = TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline(L_33, /*hidden argument*/NULL); Type_t * L_35; L_35 = ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358(__this, L_34, /*hidden argument*/NULL); V_3 = L_35; Type_t * L_36 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_37; L_37 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_36, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_37) { goto IL_00ee; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_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); Type_t * L_40 = V_3; NullCheck(L_39); bool L_41; L_41 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_39, L_40); if (!L_41) { goto IL_00ee; } } { Type_t * L_42 = V_3; Type_t * L_43 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_44; L_44 = ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B(L_42, L_43, /*hidden argument*/NULL); __this->set__converter_4(((TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)CastclassClass((RuntimeObject*)L_44, TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var))); } IL_00ee: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_45 = __this->get__converter_4(); if (L_45) { goto IL_0111; } } { IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_46; L_46 = ReflectTypeDescriptionProvider_get_IntrinsicTypeConverters_mC93E66C023225FAA3484A7B250ED8308CC0EE34D(/*hidden argument*/NULL); Type_t * L_47 = __this->get__type_0(); RuntimeObject * L_48; L_48 = ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4(L_46, L_47, /*hidden argument*/NULL); __this->set__converter_4(((TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)CastclassClass((RuntimeObject*)L_48, TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var))); } IL_0111: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_49 = __this->get__converter_4(); return L_49; } } // System.ComponentModel.EventDescriptor System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetDefaultEvent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * ReflectedTypeData_GetDefaultEvent_mFA030204E6919096965D4A71F58BB91DA46DE029 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_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; } AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_0 = NULL; DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * V_1 = NULL; { RuntimeObject * L_0 = ___instance0; if (!L_0) { goto IL_000c; } } { RuntimeObject * L_1 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2; L_2 = TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0018; } IL_000c: { Type_t * L_3 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_4; L_4 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0018: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_8; L_8 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_5, L_7); V_1 = ((DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A *)CastclassSealed((RuntimeObject*)L_8, DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A_il2cpp_TypeInfo_var)); DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * L_9 = V_1; if (!L_9) { goto IL_0065; } } { DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = DefaultEventAttribute_get_Name_m11E61BAB620E1340BDD23F2098AD8A2B212C788F_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0065; } } { RuntimeObject * L_12 = ___instance0; if (!L_12) { goto IL_004e; } } { RuntimeObject * L_13 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_14; L_14 = TypeDescriptor_GetEvents_m5265A6AFC01732A35755F8F045E32BF08ADA5B75(L_13, /*hidden argument*/NULL); DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = DefaultEventAttribute_get_Name_m11E61BAB620E1340BDD23F2098AD8A2B212C788F_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_17; L_17 = VirtualFuncInvoker1< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, String_t* >::Invoke(21 /* System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.String) */, L_14, L_16); return L_17; } IL_004e: { Type_t * L_18 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_19; L_19 = TypeDescriptor_GetEvents_m95804BDD0FCA37425D23AC7A78CA23C8511F2AB9(L_18, /*hidden argument*/NULL); DefaultEventAttribute_t723D9B62CCF4BB1491AE07C16E34B084BEAFD33A * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = DefaultEventAttribute_get_Name_m11E61BAB620E1340BDD23F2098AD8A2B212C788F_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_22; L_22 = VirtualFuncInvoker1< EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *, String_t* >::Invoke(21 /* System.ComponentModel.EventDescriptor System.ComponentModel.EventDescriptorCollection::get_Item(System.String) */, L_19, L_21); return L_22; } IL_0065: { return (EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 *)NULL; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetDefaultProperty(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * ReflectedTypeData_GetDefaultProperty_mBEB4BB4A796512EE16AF3C4CD8B2DE68C7A1717D (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_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; } AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_0 = NULL; DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * V_1 = NULL; { RuntimeObject * L_0 = ___instance0; if (!L_0) { goto IL_000c; } } { RuntimeObject * L_1 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2; L_2 = TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0018; } IL_000c: { Type_t * L_3 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_4; L_4 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0018: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); NullCheck(L_5); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_8; L_8 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_5, L_7); V_1 = ((DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 *)CastclassSealed((RuntimeObject*)L_8, DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54_il2cpp_TypeInfo_var)); DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * L_9 = V_1; if (!L_9) { goto IL_0065; } } { DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = DefaultPropertyAttribute_get_Name_mDF5CFECE56F9957F683545D2B8C9DE560EF4EA7E_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0065; } } { RuntimeObject * L_12 = ___instance0; if (!L_12) { goto IL_004e; } } { RuntimeObject * L_13 = ___instance0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_14; L_14 = TypeDescriptor_GetProperties_m09D4200803485A1204CF062E3CC9BDC221E34ECB(L_13, /*hidden argument*/NULL); DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = DefaultPropertyAttribute_get_Name_mDF5CFECE56F9957F683545D2B8C9DE560EF4EA7E_inline(L_15, /*hidden argument*/NULL); NullCheck(L_14); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_17; L_17 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, L_14, L_16); return L_17; } IL_004e: { Type_t * L_18 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_19; L_19 = TypeDescriptor_GetProperties_mC47CC67D75263894657B573C452DFC4AA3F56276(L_18, /*hidden argument*/NULL); DefaultPropertyAttribute_tE7F394E8CDB288318B7E686BFB8767EAA869CA54 * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = DefaultPropertyAttribute_get_Name_mDF5CFECE56F9957F683545D2B8C9DE560EF4EA7E_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_22; L_22 = VirtualFuncInvoker1< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t* >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, L_19, L_21); return L_22; } IL_0065: { return (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)NULL; } } // System.Object System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetEditor(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectedTypeData_GetEditor_m4FA3C373F18E93E9D0B2CB0D7DB9FA118FBA5C3F (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, RuntimeObject * ___instance0, Type_t * ___editorBaseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_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; } EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * V_0 = NULL; RuntimeObject * V_1 = NULL; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * V_2 = NULL; Type_t * V_3 = NULL; ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; RuntimeObject * V_7 = NULL; Type_t * V_8 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_9 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_10 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_11 = NULL; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B32_0 = 0; { RuntimeObject * L_0 = ___instance0; if (!L_0) { goto IL_0052; } } { Type_t * L_1 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_2; L_2 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_1, /*hidden argument*/NULL); Type_t * L_3 = ___editorBaseType1; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_4; L_4 = ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = ___instance0; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_6; L_6 = TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529(L_5, /*hidden argument*/NULL); Type_t * L_7 = ___editorBaseType1; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_8; L_8 = ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_9 = V_0; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_10 = V_2; if ((((RuntimeObject*)(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 *)L_9) == ((RuntimeObject*)(EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 *)L_10))) { goto IL_0052; } } { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_11 = V_2; NullCheck(L_11); String_t* L_12; L_12 = EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108_inline(L_11, /*hidden argument*/NULL); Type_t * L_13; L_13 = ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358(__this, L_12, /*hidden argument*/NULL); V_3 = L_13; Type_t * L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_14, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0052; } } { Type_t * L_16 = ___editorBaseType1; Type_t * L_17 = V_3; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_16, L_17); if (!L_18) { goto IL_0052; } } { Type_t * L_19 = V_3; Type_t * L_20 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_21; L_21 = ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B(L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_0052: { V_4 = __this; V_5 = (bool)0; } IL_0058: try {// begin try (depth: 1) { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_22 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_22, (bool*)(&V_5), /*hidden argument*/NULL); V_6 = 0; goto IL_008d; } IL_0066: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = __this->get__editorTypes_6(); int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; Type_t * L_26 = (L_23)->GetAt(static_cast(L_25)); Type_t * L_27 = ___editorBaseType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_28; L_28 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0087; } } IL_0077: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29 = __this->get__editors_5(); int32_t L_30 = V_6; NullCheck(L_29); int32_t L_31 = L_30; RuntimeObject * L_32 = (L_29)->GetAt(static_cast(L_31)); V_7 = L_32; IL2CPP_LEAVE(0x1D9, FINALLY_0099); } IL_0087: { int32_t L_33 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_008d: { int32_t L_34 = V_6; int32_t L_35 = __this->get__editorCount_7(); if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0066; } } IL_0097: { IL2CPP_LEAVE(0xA5, FINALLY_0099); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0099; } FINALLY_0099: {// begin finally (depth: 1) { bool L_36 = V_5; if (!L_36) { goto IL_00a4; } } IL_009d: { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_37 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_37, /*hidden argument*/NULL); } IL_00a4: { IL2CPP_END_FINALLY(153) } }// end finally (depth: 1) IL2CPP_CLEANUP(153) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1D9, IL_01d9) IL2CPP_JUMP_TBL(0xA5, IL_00a5) } IL_00a5: { V_1 = NULL; Type_t * L_38 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_39; L_39 = TypeDescriptor_GetAttributes_mA316340EA820709020A4BC6DDCD9C6456BF3FF38(L_38, /*hidden argument*/NULL); Type_t * L_40 = ___editorBaseType1; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_41; L_41 = ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62(L_39, L_40, /*hidden argument*/NULL); V_0 = L_41; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_42 = V_0; if (!L_42) { goto IL_00ec; } } { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_43 = V_0; NullCheck(L_43); String_t* L_44; L_44 = EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108_inline(L_43, /*hidden argument*/NULL); Type_t * L_45; L_45 = ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358(__this, L_44, /*hidden argument*/NULL); V_8 = L_45; Type_t * L_46 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_47; L_47 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_46, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_47) { goto IL_00ec; } } { Type_t * L_48 = ___editorBaseType1; Type_t * L_49 = V_8; NullCheck(L_48); bool L_50; L_50 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_48, L_49); if (!L_50) { goto IL_00ec; } } { Type_t * L_51 = V_8; Type_t * L_52 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_53; L_53 = ReflectTypeDescriptionProvider_CreateInstance_m2E141FFCDF8197BE24F39C7B70592E476F3F031B(L_51, L_52, /*hidden argument*/NULL); V_1 = L_53; } IL_00ec: { RuntimeObject * L_54 = V_1; if (L_54) { goto IL_0117; } } { Type_t * L_55 = ___editorBaseType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_56; L_56 = ReflectTypeDescriptionProvider_GetEditorTable_mF9C4932A2EB08FA49A26E68E49F2824527EA66EC(L_55, /*hidden argument*/NULL); V_9 = L_56; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_57 = V_9; if (!L_57) { goto IL_0109; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_58 = V_9; Type_t * L_59 = __this->get__type_0(); IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); RuntimeObject * L_60; L_60 = ReflectTypeDescriptionProvider_SearchIntrinsicTable_mA755F252197F5EB8366F3AE93B0EF10DEF4215E4(L_58, L_59, /*hidden argument*/NULL); V_1 = L_60; } IL_0109: { RuntimeObject * L_61 = V_1; if (!L_61) { goto IL_0117; } } { Type_t * L_62 = ___editorBaseType1; RuntimeObject * L_63 = V_1; NullCheck(L_62); bool L_64; L_64 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_62, L_63); if (L_64) { goto IL_0117; } } { V_1 = NULL; } IL_0117: { RuntimeObject * L_65 = V_1; if (!L_65) { goto IL_01d7; } } { V_4 = __this; V_5 = (bool)0; } IL_0123: try {// begin try (depth: 1) { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_66 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_66, (bool*)(&V_5), /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_67 = __this->get__editorTypes_6(); if (!L_67) { goto IL_0147; } } IL_0134: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_68 = __this->get__editorTypes_6(); NullCheck(L_68); int32_t L_69 = __this->get__editorCount_7(); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))) == ((uint32_t)L_69)))) { goto IL_01c9; } } IL_0147: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_70 = __this->get__editorTypes_6(); if (!L_70) { goto IL_015b; } } IL_014f: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_71 = __this->get__editorTypes_6(); NullCheck(L_71); G_B32_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_71)->max_length))), (int32_t)2)); goto IL_015c; } IL_015b: { G_B32_0 = 4; } IL_015c: { int32_t L_72 = G_B32_0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_73 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)L_72); V_10 = L_73; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_74 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_72); V_11 = L_74; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_75 = __this->get__editorTypes_6(); if (!L_75) { goto IL_018f; } } IL_0173: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_76 = __this->get__editorTypes_6(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_77 = V_10; NullCheck((RuntimeArray *)(RuntimeArray *)L_76); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_76, (RuntimeArray *)(RuntimeArray *)L_77, 0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_78 = __this->get__editors_5(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_79 = V_11; NullCheck((RuntimeArray *)(RuntimeArray *)L_78); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_78, (RuntimeArray *)(RuntimeArray *)L_79, 0, /*hidden argument*/NULL); } IL_018f: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_80 = V_10; __this->set__editorTypes_6(L_80); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_81 = V_11; __this->set__editors_5(L_81); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_82 = __this->get__editorTypes_6(); int32_t L_83 = __this->get__editorCount_7(); Type_t * L_84 = ___editorBaseType1; NullCheck(L_82); ArrayElementTypeCheck (L_82, L_84); (L_82)->SetAt(static_cast(L_83), (Type_t *)L_84); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_85 = __this->get__editors_5(); int32_t L_86 = __this->get__editorCount_7(); V_12 = L_86; int32_t L_87 = V_12; __this->set__editorCount_7(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1))); int32_t L_88 = V_12; RuntimeObject * L_89 = V_1; NullCheck(L_85); ArrayElementTypeCheck (L_85, L_89); (L_85)->SetAt(static_cast(L_88), (RuntimeObject *)L_89); } IL_01c9: { IL2CPP_LEAVE(0x1D7, FINALLY_01cb); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01cb; } FINALLY_01cb: {// begin finally (depth: 1) { bool L_90 = V_5; if (!L_90) { goto IL_01d6; } } IL_01cf: { ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * L_91 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_91, /*hidden argument*/NULL); } IL_01d6: { IL2CPP_END_FINALLY(459) } }// end finally (depth: 1) IL2CPP_CLEANUP(459) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1D7, IL_01d7) } IL_01d7: { RuntimeObject * L_92 = V_1; return L_92; } IL_01d9: { RuntimeObject * L_93 = V_7; return L_93; } } // System.ComponentModel.EditorAttribute System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetEditorAttribute(System.ComponentModel.AttributeCollection,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributes0, Type_t * ___editorBaseType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * V_1 = NULL; Type_t * V_2 = NULL; EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = ___attributes0; NullCheck(L_0); RuntimeObject* L_1; L_1 = AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_003f; } IL_0009: { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = ((EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 *)IsInstSealed((RuntimeObject*)((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_3, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)), EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9_il2cpp_TypeInfo_var)); EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_4 = V_1; if (!L_4) { goto IL_003f; } } IL_001d: { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = EditorAttribute_get_EditorBaseTypeName_m289485BE4F9C3DEA96C6F3CC10404E578E6338D1_inline(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_6, ReflectedTypeData_GetEditorAttribute_m618491C437428969D0ECE8A9C363C59695119C62_RuntimeMethod_var); V_2 = L_7; Type_t * L_8 = V_2; bool L_9; L_9 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_8, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_003f; } } IL_0032: { Type_t * L_10 = V_2; Type_t * L_11 = ___editorBaseType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_12; L_12 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003f; } } IL_003b: { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_13 = V_1; V_3 = L_13; IL2CPP_LEAVE(0x5F, FINALLY_0049); } IL_003f: { RuntimeObject* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0009; } } IL_0047: { IL2CPP_LEAVE(0x5D, FINALLY_0049); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: {// begin finally (depth: 1) { RuntimeObject* L_16 = V_0; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_005c; } } IL_0055: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_18); } IL_005c: { IL2CPP_END_FINALLY(73) } }// end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { return (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 *)NULL; } IL_005f: { EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * L_19 = V_3; return L_19; } } // System.ComponentModel.EventDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * ReflectedTypeData_GetEvents_m3E04CD3B20F7B1CB4F714212B3961A108E2CFE50 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m3FBD584A58FDDC095059FD6CFC097E11491C1089_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m374BC28A8167C6CBC7EDD0238770553B3EA41EDE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC3289B125E9F5792572B940FF33B7437AACDD478_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mF67975C24F4392EC4BFE236C906CFCA0B9FF67DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m89DFD8F8657F1D09052B2B57B4BB0B7441B7E6E0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_CopyTo_m850D2CF94E01DAD6973C49FB086A5B8F73385D26_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_0 = NULL; Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * V_1 = NULL; Type_t * V_2 = NULL; Type_t * V_3 = NULL; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* V_4 = NULL; int32_t V_5 = 0; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * V_6 = NULL; { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_0 = __this->get__events_2(); if (L_0) { goto IL_00a6; } } { Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * L_1 = (Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D *)il2cpp_codegen_object_new(Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D_il2cpp_TypeInfo_var); Dictionary_2__ctor_mC3289B125E9F5792572B940FF33B7437AACDD478(L_1, ((int32_t)16), /*hidden argument*/Dictionary_2__ctor_mC3289B125E9F5792572B940FF33B7437AACDD478_RuntimeMethod_var); V_1 = L_1; Type_t * L_2 = __this->get__type_0(); V_2 = L_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); V_3 = L_4; } IL_0025: { Type_t * L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_6; L_6 = ReflectTypeDescriptionProvider_ReflectGetEvents_m8E6F9333E21BC84844D39B37F6643E5A8CDE725D(L_5, /*hidden argument*/NULL); V_0 = L_6; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_7 = V_0; V_4 = L_7; V_5 = 0; goto IL_005f; } IL_0034: { EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_8 = V_4; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_6 = L_11; Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * L_12 = V_1; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_13 = V_6; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_13); NullCheck(L_12); bool L_15; L_15 = Dictionary_2_ContainsKey_m374BC28A8167C6CBC7EDD0238770553B3EA41EDE(L_12, L_14, /*hidden argument*/Dictionary_2_ContainsKey_m374BC28A8167C6CBC7EDD0238770553B3EA41EDE_RuntimeMethod_var); if (L_15) { goto IL_0059; } } { Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * L_16 = V_1; EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_17 = V_6; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_17); EventDescriptor_tD9126675DC9BA77C173ABBF094547123B5029CE4 * L_19 = V_6; NullCheck(L_16); Dictionary_2_Add_m3FBD584A58FDDC095059FD6CFC097E11491C1089(L_16, L_18, L_19, /*hidden argument*/Dictionary_2_Add_m3FBD584A58FDDC095059FD6CFC097E11491C1089_RuntimeMethod_var); } IL_0059: { int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005f: { int32_t L_21 = V_5; EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_22 = V_4; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0034; } } { Type_t * L_23 = V_2; NullCheck(L_23); Type_t * L_24; L_24 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_23); V_2 = L_24; Type_t * L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_25, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_26) { goto IL_0080; } } { Type_t * L_27 = V_2; Type_t * L_28 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_27, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0025; } } IL_0080: { Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * L_30 = V_1; NullCheck(L_30); int32_t L_31; L_31 = Dictionary_2_get_Count_mF67975C24F4392EC4BFE236C906CFCA0B9FF67DA(L_30, /*hidden argument*/Dictionary_2_get_Count_mF67975C24F4392EC4BFE236C906CFCA0B9FF67DA_RuntimeMethod_var); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_32 = (EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9*)SZArrayNew(EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9_il2cpp_TypeInfo_var, (uint32_t)L_31); V_0 = L_32; Dictionary_2_t7BE5764B48DFA31518F8E5EB86C6C6E5E4B9C66D * L_33 = V_1; NullCheck(L_33); ValueCollection_t7123FA5148126D19E78A88AFE2955B3849126F9A * L_34; L_34 = Dictionary_2_get_Values_m89DFD8F8657F1D09052B2B57B4BB0B7441B7E6E0(L_33, /*hidden argument*/Dictionary_2_get_Values_m89DFD8F8657F1D09052B2B57B4BB0B7441B7E6E0_RuntimeMethod_var); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_35 = V_0; NullCheck(L_34); ValueCollection_CopyTo_m850D2CF94E01DAD6973C49FB086A5B8F73385D26(L_34, L_35, 0, /*hidden argument*/ValueCollection_CopyTo_m850D2CF94E01DAD6973C49FB086A5B8F73385D26_RuntimeMethod_var); EventDescriptorU5BU5D_t1D9B344948745D6BF2C2B036D1700103457417D9* L_36 = V_0; EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_37 = (EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)il2cpp_codegen_object_new(EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37_il2cpp_TypeInfo_var); EventDescriptorCollection__ctor_mABAD3AD8CAD090DE1B1335B5C06C4A53959218D4(L_37, L_36, (bool)1, /*hidden argument*/NULL); __this->set__events_2(L_37); } IL_00a6: { EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 * L_38 = __this->get__events_2(); return L_38; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ReflectedTypeData_GetProperties_m9B5CBC77715FF172F79ED9654413F4759795636A (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m690083795FD5B6423B5FB5097BD9EB918CB90FBD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6B1AE4DC80A65E05F18CD955DF04F306A7A2E6B8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB5FBD4F0B82C774B845750A16BAEB441C6593AC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mBD35F0F91DE12F91FD20D0954199238BF95743EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m5F490E0FE64018141D61F0E8DC3038DD132CC91A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_CopyTo_mDD241E996B1717FD99722DE29D008049E8669EE2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_0 = NULL; Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * V_1 = NULL; Type_t * V_2 = NULL; Type_t * V_3 = NULL; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_4 = NULL; int32_t V_5 = 0; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_6 = NULL; { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_0 = __this->get__properties_3(); if (L_0) { goto IL_00a6; } } { Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * L_1 = (Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD *)il2cpp_codegen_object_new(Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD_il2cpp_TypeInfo_var); Dictionary_2__ctor_mB5FBD4F0B82C774B845750A16BAEB441C6593AC7(L_1, ((int32_t)10), /*hidden argument*/Dictionary_2__ctor_mB5FBD4F0B82C774B845750A16BAEB441C6593AC7_RuntimeMethod_var); V_1 = L_1; Type_t * L_2 = __this->get__type_0(); V_2 = L_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); V_3 = L_4; } IL_0025: { Type_t * L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ReflectTypeDescriptionProvider_t55C9423391408C93764A77CB7677138C1D36BA7B_il2cpp_TypeInfo_var); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_6; L_6 = ReflectTypeDescriptionProvider_ReflectGetProperties_m4C758FCA81F3432A87F73596C9C705007A8A7C57(L_5, /*hidden argument*/NULL); V_0 = L_6; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_7 = V_0; V_4 = L_7; V_5 = 0; goto IL_005f; } IL_0034: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_8 = V_4; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_11 = (L_8)->GetAt(static_cast(L_10)); V_6 = L_11; Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * L_12 = V_1; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_13 = V_6; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_13); NullCheck(L_12); bool L_15; L_15 = Dictionary_2_ContainsKey_m6B1AE4DC80A65E05F18CD955DF04F306A7A2E6B8(L_12, L_14, /*hidden argument*/Dictionary_2_ContainsKey_m6B1AE4DC80A65E05F18CD955DF04F306A7A2E6B8_RuntimeMethod_var); if (L_15) { goto IL_0059; } } { Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * L_16 = V_1; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_17 = V_6; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_17); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_19 = V_6; NullCheck(L_16); Dictionary_2_Add_m690083795FD5B6423B5FB5097BD9EB918CB90FBD(L_16, L_18, L_19, /*hidden argument*/Dictionary_2_Add_m690083795FD5B6423B5FB5097BD9EB918CB90FBD_RuntimeMethod_var); } IL_0059: { int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005f: { int32_t L_21 = V_5; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_22 = V_4; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0034; } } { Type_t * L_23 = V_2; NullCheck(L_23); Type_t * L_24; L_24 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_23); V_2 = L_24; Type_t * L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_25, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_26) { goto IL_0080; } } { Type_t * L_27 = V_2; Type_t * L_28 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_27, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0025; } } IL_0080: { Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * L_30 = V_1; NullCheck(L_30); int32_t L_31; L_31 = Dictionary_2_get_Count_mBD35F0F91DE12F91FD20D0954199238BF95743EB(L_30, /*hidden argument*/Dictionary_2_get_Count_mBD35F0F91DE12F91FD20D0954199238BF95743EB_RuntimeMethod_var); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_32 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_31); V_0 = L_32; Dictionary_2_tAE7D00A2A399F2068BCC496E8D41F095866EA4DD * L_33 = V_1; NullCheck(L_33); ValueCollection_t15372EBFC20EA9F630FE6809232D849A0B6A55E8 * L_34; L_34 = Dictionary_2_get_Values_m5F490E0FE64018141D61F0E8DC3038DD132CC91A(L_33, /*hidden argument*/Dictionary_2_get_Values_m5F490E0FE64018141D61F0E8DC3038DD132CC91A_RuntimeMethod_var); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_35 = V_0; NullCheck(L_34); ValueCollection_CopyTo_mDD241E996B1717FD99722DE29D008049E8669EE2(L_34, L_35, 0, /*hidden argument*/ValueCollection_CopyTo_mDD241E996B1717FD99722DE29D008049E8669EE2_RuntimeMethod_var); PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_36 = V_0; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_37 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m0DC98E4B38A9230EA5A30F1B1F1B4CBB2EA19F0A(L_37, L_36, (bool)1, /*hidden argument*/NULL); __this->set__properties_3(L_37); } IL_00a6: { PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_38 = __this->get__properties_3(); return L_38; } } // System.Type System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::GetTypeFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, String_t* ___typeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; { String_t* L_0 = ___typeName0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___typeName0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (Type_t *)NULL; } IL_000d: { String_t* L_3 = ___typeName0; NullCheck(L_3); int32_t L_4; L_4 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_3, ((int32_t)44), /*hidden argument*/NULL); V_0 = L_4; V_1 = (Type_t *)NULL; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_002e; } } { Type_t * L_6 = __this->get__type_0(); NullCheck(L_6); Assembly_t * L_7; L_7 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_6); String_t* L_8 = ___typeName0; NullCheck(L_7); Type_t * L_9; L_9 = VirtualFuncInvoker1< Type_t *, String_t* >::Invoke(20 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_7, L_8); V_1 = L_9; } IL_002e: { Type_t * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_10, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_003e; } } { String_t* L_12 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_12, ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358_RuntimeMethod_var); V_1 = L_13; } IL_003e: { Type_t * L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0059; } } { int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0059; } } { String_t* L_17 = ___typeName0; int32_t L_18 = V_0; NullCheck(L_17); String_t* L_19; L_19 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_17, 0, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20; L_20 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_19, ReflectedTypeData_GetTypeFromName_m9B41B943AF8CABB4811564239800FFA509821358_RuntimeMethod_var); V_1 = L_20; } IL_0059: { Type_t * L_21 = V_1; return L_21; } } // System.Void System.ComponentModel.ReflectTypeDescriptionProvider/ReflectedTypeData::Refresh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectedTypeData_Refresh_m45A92450874B0A3ADEB88331EC02CD501649C1B9 (ReflectedTypeData_t108D4421BD1A06546271EDB6CEE857EF42B5B4AF * __this, const RuntimeMethod* method) { { __this->set__attributes_1((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)NULL); __this->set__events_2((EventDescriptorCollection_tC32F2BEA4D74E0FEE1E014649FA0BFE315F66A37 *)NULL); __this->set__properties_3((PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)NULL); __this->set__converter_4((TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 *)NULL); __this->set__editors_5((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); __this->set__editorTypes_6((TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL); __this->set__editorCount_7(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278_inline (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void X509Extension_set_Critical_mF361A9EB776A20CA39923BD48C4A492A734144E0_inline (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__critical_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m56CF11BDF0C2D2917C326013630709C7709DCF12_inline (X509Extension_t9142CAA11EB46CC4CAB51A26D3B84BDA06FA9FF5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__critical_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_m_nTag_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedKeyValue_m0294AF8C29C7329BEB243543D8FDA98B60FDB291_inline (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = __this->get__keyValue_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * PublicKey_get_EncodedParameters_mFF4F9A39D91C0A00D1B36C93944816154C7255B3_inline (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_0 = __this->get__params_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * X509Certificate_GetIssuerName_m1836645D98FFEA2DEDD0908739BE9BAAEF941C8F_inline (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method) { { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_0 = __this->get_issuer_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * X509Certificate_GetSubjectName_m203434EA1EE1423391C7C3C207678547F6FB30B9_inline (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method) { { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_0 = __this->get_subject_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t X509Certificate_get_Version_m7F5AC7485BDA381B4DB38AAE166C99099A30F807_inline (X509Certificate_tCE5B2AFC606280A83C6A904EB41F0CD5DC32BAA4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_version_16(); 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 Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * PublicKey_get_Oid_mE3207B84A9090EC5404F6CD4AEABB1F37EC1F988_inline (PublicKey_t40ABE7E0985F3E274C9564670970EC6F3B39A4A2 * __this, const RuntimeMethod* method) { { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = __this->get__oid_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_U3CParentU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsyncProtocolRequest_get_RunSynchronously_m7733AC14F1950CD534E7CC150E42561B1C839638_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CRunSynchronouslyU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ConfiguredTaskAwaitable_GetAwaiter_m9F912D7DF74F087AFAF1F478CE59152DF22395A2_inline (ConfiguredTaskAwaitable_t4B703D7D241C339E7814EFFE5D266424E90BCE1E * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C L_0 = __this->get_m_configuredTaskAwaiter_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncProtocolRequest_get_UserResult_mC442C9E965AE3D70B0DFECF862583217C20031FF_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUserResultU3Ek__BackingField_2(); return L_0; } } 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 WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * WebConnectionStream_get_Connection_m24DACC6F27A46E8201E23C10F3A4CB322136F546_inline (WebConnectionStream_t3D04BDBD47522FD7C97ABF7F1B4498F72FA2E918 * __this, const RuntimeMethod* method) { { WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * L_0 = __this->get_U3CConnectionU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_m07808584A562434812576056502EA85A313B7351_inline (WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_ntlm_authenticated_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_mABE39DA7D1F4B5D38315EB2CB3E862243602153A_inline (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isCompleted_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_mFEDD4ECDE8761AD54175DBBD0EA53C45CD545998_inline (AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ntlm_auth_state_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_mA648F467F28DCD3ECBE3C8505B719519BD803C2A_inline (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Message_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m5FDBC830DCD378023365B0E8E6F64C2B9FD7D7AF_inline (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Complete_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__InnerStream_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315_inline (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method) { { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = __this->get_U3CErrorU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncProtocolResult_get_UserResult_m1CD0222DFEFC2B0738DF69529AE2C70E21AE54CC_inline (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUserResultU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_mA87F568AD38F44B15CC49A3BFB8CE6F7296F6B73_inline (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; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); int32_t L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get__securityProtocol_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m203838432389534693B3A26FA5599FC8B11C553F_inline (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; } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); bool L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get__checkCRL_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsStream_get_CertificateValidationFailed_mF9670263A9DF5CFD0E8C0FD5D38153A24694A8AE_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCertificateValidationFailedU3Ek__BackingField_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* WebConnectionTunnel_get_Data_mFD592CF9B58AD5FF3CB7255DE5270ABD5DA32AF9_inline (WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_U3CDataU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_get_Owner_mEEFC77BA03C43D69D7FC17FAE3AF6075352448BC_inline (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__owner_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_mDD15A7E3CECB5E5DB37E4E95539197F026D0307F_inline (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_propCount_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m699652BD16C42823BE283EA769647F676122EB6B_inline (TypeConverterAttribute_t2C9750F302F83A7710D031C00A7CEBDA8F0C3F83 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_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 String_t* EditorAttribute_get_EditorTypeName_m00A0E95AE5ABFBEED0233962BB1098977E1AD108_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EditorAttribute_get_EditorBaseTypeName_m289485BE4F9C3DEA96C6F3CC10404E578E6338D1_inline (EditorAttribute_tD763C3CA7527A4DBF2E6C459E74B2CF1EADC0DF9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseTypeName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ConfiguredTaskAwaitable_1_GetAwaiter_mA120043BD4226ADDC5EC68D373D11CB656A94D99_gshared_inline (ConfiguredTaskAwaitable_1_t95CB4612A5B70DDFE0643FA38A73D6B984DD68EC * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 L_0 = (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 )__this->get_m_configuredTaskAwaiter_0(); return (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 ConfiguredTaskAwaitable_1_GetAwaiter_mC53D6E390C9291FFB2BF4B7A8024A7B8E32B446B_gshared_inline (ConfiguredTaskAwaitable_1_t56E26468C9970BFCEFFFF3A20E5F6FC7BB2D76E1 * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 L_0 = (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 )__this->get_m_configuredTaskAwaiter_0(); return (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED ConfiguredTaskAwaitable_1_GetAwaiter_m94F6533C8B05218E68527F18BB68F5731129E12C_gshared_inline (ConfiguredTaskAwaitable_1_t226372B9DEDA3AA0FC1B43D6C03CEC9111045F18 * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED L_0 = (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED )__this->get_m_configuredTaskAwaiter_0(); return (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B ConfiguredTaskAwaitable_1_GetAwaiter_m4BDFBED6B673081AB94A7DA16507B23347E416C1_gshared_inline (ConfiguredTaskAwaitable_1_tF561D517576859AC9D2B8887ACC921BF763F18C4 * __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B L_0 = (ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B )__this->get_m_configuredTaskAwaiter_0(); return (ConfiguredTaskAwaiter_t7782D6AFE3FAFD55952C478F588A798E9F8A251B )L_0; } }