#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 VirtualFuncInvoker8 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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 InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, 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); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E; // 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_tDEE867645E69404D726245A2F50CB5A3AF2B9D0E; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Collections.Generic.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IComparer`1 struct IComparer_1_t9D94970C7FA2307DB453148499A627C3F64331AE; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tF437149CAED78D4A68294D431DE692A78F7D67B3; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_t04D882226AB7D8875E8DE1B4FEDCB5060F885EBB; // System.Collections.Generic.IList`1 struct IList_1_t54B152FB364EC47FC3BD440154FEB50A17503847; // System.Collections.Generic.SortedList`2/KeyList struct KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC; // System.Collections.Generic.SortedList`2/KeyList struct KeyList_t5308FFE0D86486DE1322B8D49E0115E720DFB179; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4; // System.Collections.Generic.List`1 struct List_1_t4C637A7731966BC90A187F079F9E026B019BBA33; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64; // System.Collections.Generic.Queue`1 struct Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8; // System.Collections.Generic.SortedList`2 struct SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0; // System.Collections.Generic.SortedList`2 struct SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t7DD44A9526B3AA8390F26C62BD427ED2BD41D17C; // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581; // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2; // 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_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // System.Collections.Generic.SortedList`2/ValueList struct ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940; // System.Collections.Generic.SortedList`2/ValueList struct ValueList_t4C8B657E5A7967EE87B05F09944DCC0A5DD335A2; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // Mono.Net.CFProxy[] struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26; // System.Text.RegularExpressions.Capture[] struct CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Net.HeaderVariantInfo[] struct HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354; // System.ComponentModel.IComponent[] struct IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217; // System.ComponentModel.ISite[] struct ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; // Mono.Net.CFNetwork/GetProxyData[] struct GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // Mono.Security.ASN1 struct ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ComponentModel.AddingNewEventArgs struct AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785; // System.ComponentModel.AmbientValueAttribute struct AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B; // System.Configuration.AppSettingsReader struct AppSettingsReader_t70CCECA163461752895F749D29BEFC2E50EC2C8D; // System.Configuration.ApplicationScopedSettingAttribute struct ApplicationScopedSettingAttribute_t1523E7077C3523F4D03079E35165E9FBAB9B5E0C; // System.Configuration.ApplicationSettingsBase struct ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052; // System.Configuration.ApplicationSettingsGroup struct ApplicationSettingsGroup_tBAE47C1009EB22F7314E2831DEA3F062840F711D; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.ComponentModel.ArrayConverter struct ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.ComponentModel.ArraySubsetEnumerator struct ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF; // System.Security.Cryptography.AsnEncodedData struct AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA; // System.Reflection.Assembly struct Assembly_t; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.ComponentModel.AsyncCompletedEventArgs struct AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038; // System.ComponentModel.AsyncCompletedEventHandler struct AsyncCompletedEventHandler_tD9F94F4F60197796A2017D2F196A8D0026B14F16; // Mono.Net.Security.AsyncHandshakeRequest struct AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222; // System.ComponentModel.AsyncOperation struct AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947; // Mono.Net.Security.AsyncProtocolResult struct AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970; // Mono.Net.Security.AsyncReadOrWriteRequest struct AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81; // Mono.Net.Security.AsyncReadRequest struct AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA; // System.Diagnostics.AsyncStreamReader struct AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C; // Mono.Net.Security.AsyncWriteRequest struct AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // System.ComponentModel.AttributeProviderAttribute struct AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0; // System.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390; // System.Net.Configuration.AuthenticationModuleElement struct AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB; // System.Net.Configuration.AuthenticationModuleElementCollection struct AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31; // System.Net.Configuration.AuthenticationModulesSection struct AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D; // System.Net.AutoWebProxyScriptEngine struct AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A; // System.ComponentModel.BackgroundWorker struct BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C; // System.Net.BasicClient struct BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32; // System.ComponentModel.BindableAttribute struct BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.ComponentModel.BooleanConverter struct BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D; // System.Diagnostics.BooleanSwitch struct BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638; // System.Net.Configuration.BypassElement struct BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96; // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91; // System.ComponentModel.ByteConverter struct ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653; // 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; // Mono.Net.CFString struct CFString_tF284B68954B98D6C4A067BB348539B00C5D28920; // Mono.Net.CFUrl struct CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.ComponentModel.CancelEventArgs struct CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67; // System.ComponentModel.CancelEventHandler struct CancelEventHandler_t483EAAF6BEE7C054B05327030DCC883C62AAEA1D; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // System.Text.RegularExpressions.CaptureEnumerator struct CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE; // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA; // System.ComponentModel.CategoryAttribute struct CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8; // Mono.Net.Security.ChainValidationHelper struct ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE; // System.ComponentModel.CharConverter struct CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9; // System.ComponentModel.Design.CheckoutException struct CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C; // System.Configuration.ClientSettingsSection struct ClientSettingsSection_tFCEB35A153A1FA1C59350D7082D96162A6B6F023; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.ComponentModel.CollectionChangeEventArgs struct CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B; // System.ComponentModel.CollectionChangeEventHandler struct CollectionChangeEventHandler_t935F19010617051C6E5CA8F91D1724F0A0D61F77; // System.ComponentModel.CollectionConverter struct CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A; // System.Net.NetworkInformation.CommonUnixIPGlobalProperties struct CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Net.Comparer struct Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F; // System.ComponentModel.ComplexBindingPropertiesAttribute struct ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E; // System.ComponentModel.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF; // System.ComponentModel.ComponentCollection struct ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098; // System.ComponentModel.ComponentConverter struct ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854; // System.ComponentModel.ComponentEditor struct ComponentEditor_t7C99B4349F1404403A036BC2756DF89F734807F9; // System.ComponentModel.ComponentResourceManager struct ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A; // System.Configuration.ConfigXmlDocument struct ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA; // System.Configuration.ConfigurationException struct ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // System.Configuration.ConfigurationSettings struct ConfigurationSettings_tC978A85FEF7327A00C67D7853455523CE0C80F30; // System.Net.Configuration.ConnectionManagementElement struct ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11; // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C; // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // 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.Net.CookieException struct CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129; // System.Net.CookieParser struct CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5; // System.Net.CookieTokenizer struct CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Net.DigestClient struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D; // System.ComponentModel.DoWorkEventArgs struct DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16; // System.ComponentModel.DoWorkEventHandler struct DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.ComponentModel.EventHandlerList struct EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783; // System.Reflection.FieldInfo struct FieldInfo_t; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // 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.IAuthenticationModule struct IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98; // System.Net.ICertificatePolicy struct ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628; // 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.ICredentialPolicy struct ICredentialPolicy_tE886EC3C9B9BCCAB1FB2308ED853846667FDA9F8; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E; // System.Net.NetworkInformation.IPGlobalProperties struct IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // System.Resources.IResourceGroveler struct IResourceGroveler_tD738FE6B83F63AC66FDD73BCD3193016FDEBFAB0; // System.Resources.IResourceReader struct IResourceReader_tB5A7F9D51AB1F5FEC29628E2E541338D44A88379; // System.ComponentModel.ISite struct ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.ComponentModel.InheritanceAttribute struct InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C; // System.Net.Security.LocalCertificateSelectionCallback struct LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF; // 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.MulticastDelegate struct MulticastDelegate_t; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.Net.NtlmClient struct NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902; // System.Net.PathList struct PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21; // System.ComponentModel.ProgressChangedEventArgs struct ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684; // System.ComponentModel.ProgressChangedEventHandler struct ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B; // System.Text.RegularExpressions.RegexBoyerMoore struct RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexPrefix struct RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301; // System.Text.RegularExpressions.RegexRunner struct RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // 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.Resources.ResourceManager struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A; // System.Resources.ResourceSet struct ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F; // System.ComponentModel.RunWorkerCompletedEventArgs struct RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9; // System.ComponentModel.RunWorkerCompletedEventHandler struct RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174; // System.Reflection.RuntimeAssembly struct RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // System.Configuration.SettingChangingEventArgs struct SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A; // System.Configuration.SettingChangingEventHandler struct SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E; // System.Configuration.SettingElementCollection struct SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B; // System.Configuration.SettingsContext struct SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF; // System.Configuration.SettingsLoadedEventArgs struct SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9; // System.Configuration.SettingsLoadedEventHandler struct SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094; // System.Configuration.SettingsPropertyCollection struct SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843; // System.Configuration.SettingsPropertyValueCollection struct SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73; // System.Configuration.SettingsProviderCollection struct SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C; // System.Configuration.SettingsSavingEventHandler struct SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // 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.Diagnostics.Switch struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC; // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Reflection.TargetInvocationException struct TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C; // 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.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687; // System.Diagnostics.TraceSwitch struct TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // Mono.Security.Interface.ValidationResult struct ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // 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.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension struct X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // 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.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE; // System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension struct X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B; // System.Security.Cryptography.X509Certificates.X509KeyUsageExtension struct X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227; // System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension struct X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4; // 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.EventHandlerList/ListEntry struct ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22; // System.Resources.ResourceManager/CultureNameResourceSetPair struct CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84; // 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/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1; // Mono.Unity.UnityTls/unitytls_interface_struct struct unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; // System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator struct X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2; // 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* AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AmbiguousMatchException_t621C519F5B9463AC6D8771EE95D759ED6DE5C27B_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* ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735_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* Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_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* CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFString_tF284B68954B98D6C4A067BB348539B00C5D28920_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_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_1_t04D882226AB7D8875E8DE1B4FEDCB5060F885EBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_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* MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20_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* Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_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* Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_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__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____EEAFE8C6E1AB017237567305EE925C976CDB6458_16_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00BA07008DF3C343BD1A017A72B3A935EE36D10E; IL2CPP_EXTERN_C String_t* _stringLiteral0246E74AA05549B9148D32B5DCE40C7071F4F190; IL2CPP_EXTERN_C String_t* _stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A; IL2CPP_EXTERN_C String_t* _stringLiteral04B549F273D5348A735167E5CAA8CE2941B7921B; IL2CPP_EXTERN_C String_t* _stringLiteral0646CD297CCBFE38038529366B7F53422421DA4C; IL2CPP_EXTERN_C String_t* _stringLiteral089BF4912AA97AB767C677F0D767EC88070AE76B; IL2CPP_EXTERN_C String_t* _stringLiteral08F78B1140DE9B7FF7C3C57BB5C1F10BBD3B15CB; IL2CPP_EXTERN_C String_t* _stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763; IL2CPP_EXTERN_C String_t* _stringLiteral0BBF32E37A38CB4C85C7D8C51BE0820F8937DA43; IL2CPP_EXTERN_C String_t* _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD; IL2CPP_EXTERN_C String_t* _stringLiteral0DB56F6483E4C975A262FF33820A6BA3F49926F6; IL2CPP_EXTERN_C String_t* _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D; IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69; IL2CPP_EXTERN_C String_t* _stringLiteral138938A63672EEB2629F899313126D92DFB6DE16; IL2CPP_EXTERN_C String_t* _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82; IL2CPP_EXTERN_C String_t* _stringLiteral15375DE6C2C6723E0BF14A945F98D2277708A5A7; IL2CPP_EXTERN_C String_t* _stringLiteral19088A5D4151B71A0151316584575959251E5B35; IL2CPP_EXTERN_C String_t* _stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF; IL2CPP_EXTERN_C String_t* _stringLiteral1A70C72C2EAB7DF012A9B747C7C9C67D128B6E63; IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; IL2CPP_EXTERN_C String_t* _stringLiteral1A906C4097284E7E6BC5456B74BF6035F8275CE7; IL2CPP_EXTERN_C String_t* _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E; IL2CPP_EXTERN_C String_t* _stringLiteral1B9C2E56B6E7518DF358644E56A37604D9A7C17A; IL2CPP_EXTERN_C String_t* _stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF; IL2CPP_EXTERN_C String_t* _stringLiteral1F40F39B9F659411903AC93DF93E8658291E5522; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral20682669B023ECE328769A4DE26211F74F992A1C; IL2CPP_EXTERN_C String_t* _stringLiteral20BFDEE599B675B43C275E62F4062F4333B183F9; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4; IL2CPP_EXTERN_C String_t* _stringLiteral24293ADD654DC532E7939018AFC261D3E7022129; IL2CPP_EXTERN_C String_t* _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31; IL2CPP_EXTERN_C String_t* _stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823; IL2CPP_EXTERN_C String_t* _stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743; IL2CPP_EXTERN_C String_t* _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7; IL2CPP_EXTERN_C String_t* _stringLiteral29EA0A06B92EDE22790F4139E7345C7F90DE631D; IL2CPP_EXTERN_C String_t* _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2D33F3CC9AFA97ECECBBF5C0881C8F9C86690251; IL2CPP_EXTERN_C String_t* _stringLiteral2F702D5B2C301BDBB6CE19F28860C6E51A6572FA; IL2CPP_EXTERN_C String_t* _stringLiteral2F85BE44F7DC01CA0EC942D07BDDFEA8EF186252; IL2CPP_EXTERN_C String_t* _stringLiteral306A9F91AED6971FCF4CE4B198321A359DEB4A4C; IL2CPP_EXTERN_C String_t* _stringLiteral36D254F59ED91804C13D501446692D41472D96E2; IL2CPP_EXTERN_C String_t* _stringLiteral37B07F5EDF87ACC1F2BD4653FA600C1D9B73139B; IL2CPP_EXTERN_C String_t* _stringLiteral37B0CDD9AFCF0A454D6D7D30AA3F6F64830D74F8; IL2CPP_EXTERN_C String_t* _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741; IL2CPP_EXTERN_C String_t* _stringLiteral3B4DE3B84A7B6C21C5A8E0E27F479C4E8185FE4A; IL2CPP_EXTERN_C String_t* _stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38; IL2CPP_EXTERN_C String_t* _stringLiteral3D2737372EFFA3B130DEF547A47746A1D1930E9F; IL2CPP_EXTERN_C String_t* _stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral3EABD487498F0EB91EB77895338816266FA44C98; IL2CPP_EXTERN_C String_t* _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F; IL2CPP_EXTERN_C String_t* _stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8; IL2CPP_EXTERN_C String_t* _stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604; IL2CPP_EXTERN_C String_t* _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7; IL2CPP_EXTERN_C String_t* _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; IL2CPP_EXTERN_C String_t* _stringLiteral44B679A4FEA54FC0DBB1CECD512FC3FCFFE445F4; IL2CPP_EXTERN_C String_t* _stringLiteral4524D49B1044E4D0AA65B72EDA5242066333B67A; IL2CPP_EXTERN_C String_t* _stringLiteral453BA4F1123B1D7A9CD0C88FD777DCF8938A1F1B; IL2CPP_EXTERN_C String_t* _stringLiteral45C8D8D10E743A7498EA69AC9A2A779D48FEFD0C; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC; IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30; IL2CPP_EXTERN_C String_t* _stringLiteral4FF36361B676EDEE11E26DBD0B02D28B4DD6FEE5; IL2CPP_EXTERN_C String_t* _stringLiteral500D21E7233C4C01FF927BFDAC48F0106A82DAD3; IL2CPP_EXTERN_C String_t* _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4; IL2CPP_EXTERN_C String_t* _stringLiteral52AE60C5690C0906F0A7072E3B98398AFF25C9C5; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5; IL2CPP_EXTERN_C String_t* _stringLiteral560CE32CCB2E83414A2CD4A1B19EF5BFF9BF9AC2; IL2CPP_EXTERN_C String_t* _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F; IL2CPP_EXTERN_C String_t* _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55; IL2CPP_EXTERN_C String_t* _stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89; IL2CPP_EXTERN_C String_t* _stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral5BF96667530EA67F66934684E21D80177D05462F; IL2CPP_EXTERN_C String_t* _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109; IL2CPP_EXTERN_C String_t* _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299; IL2CPP_EXTERN_C String_t* _stringLiteral5DE41C3F2AB85C70288F79C15EB58F9E3BEAA999; IL2CPP_EXTERN_C String_t* _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50; IL2CPP_EXTERN_C String_t* _stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB; IL2CPP_EXTERN_C String_t* _stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F; IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; IL2CPP_EXTERN_C String_t* _stringLiteral64260D9444D15A6248926D7B01F965DB0406844C; IL2CPP_EXTERN_C String_t* _stringLiteral6474EBE79D288AAD27635D1581EA921D28D400BC; IL2CPP_EXTERN_C String_t* _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260; IL2CPP_EXTERN_C String_t* _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE; IL2CPP_EXTERN_C String_t* _stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575; IL2CPP_EXTERN_C String_t* _stringLiteral6B50EFF68A6BF17B8DE03339A4359AF08F480AAF; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6; IL2CPP_EXTERN_C String_t* _stringLiteral6EE6BFCFA9B2342B9FF2A513D72A69E2065C4446; IL2CPP_EXTERN_C String_t* _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8; IL2CPP_EXTERN_C String_t* _stringLiteral7131F911FD45436156733287EA93A3628FF2E11C; IL2CPP_EXTERN_C String_t* _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779; IL2CPP_EXTERN_C String_t* _stringLiteral74020BD9A892F9A7B8EBEEC52F4F89FE02752B31; IL2CPP_EXTERN_C String_t* _stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826; IL2CPP_EXTERN_C String_t* _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE; IL2CPP_EXTERN_C String_t* _stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA; IL2CPP_EXTERN_C String_t* _stringLiteral7CAA837D43A6D5218506C4B8A9CA2E51F7EF693D; IL2CPP_EXTERN_C String_t* _stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC; IL2CPP_EXTERN_C String_t* _stringLiteral7EE1D8C7EF4342732FEAC9B1815342A087EB469C; IL2CPP_EXTERN_C String_t* _stringLiteral80A61DF74E3132BFF8AB81A0843B4B50F8BD99B3; IL2CPP_EXTERN_C String_t* _stringLiteral80F21D50E32EC9084847997A0C258C6A529DAC47; IL2CPP_EXTERN_C String_t* _stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF; IL2CPP_EXTERN_C String_t* _stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D; IL2CPP_EXTERN_C String_t* _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499; IL2CPP_EXTERN_C String_t* _stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6; IL2CPP_EXTERN_C String_t* _stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B; IL2CPP_EXTERN_C String_t* _stringLiteral84F70A03D9BE22135962B657D18E18C094CC4003; IL2CPP_EXTERN_C String_t* _stringLiteral857015A8E8474834EEF9D46E196C7FBA7B200E4D; IL2CPP_EXTERN_C String_t* _stringLiteral85ED0BE3A863D3289C6B8C92A26E016A40E584F4; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3; IL2CPP_EXTERN_C String_t* _stringLiteral8768920A3D9376883BADAF7F1D5DB2C55471C612; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral87DD49519EF57D785689671BB43333C580C75EE0; IL2CPP_EXTERN_C String_t* _stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854; IL2CPP_EXTERN_C String_t* _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868; IL2CPP_EXTERN_C String_t* _stringLiteral89C95FB6F8086AFCCD50B1B257669F2B17C047B7; IL2CPP_EXTERN_C String_t* _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; IL2CPP_EXTERN_C String_t* _stringLiteral8BDAEFC099BD1D0B714E8C424CC8A8C88A463B6E; IL2CPP_EXTERN_C String_t* _stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9; IL2CPP_EXTERN_C String_t* _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF; IL2CPP_EXTERN_C String_t* _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6; IL2CPP_EXTERN_C String_t* _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7; IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; IL2CPP_EXTERN_C String_t* _stringLiteral95E0BCC89582D0EEC7BEA5EEF50AA6E16AA82363; IL2CPP_EXTERN_C String_t* _stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7; IL2CPP_EXTERN_C String_t* _stringLiteral96E3756A772051F16CB6BFE9F426BDEF724B74D6; IL2CPP_EXTERN_C String_t* _stringLiteral9A12021E1E1850DBED762F93F651DB311B213542; IL2CPP_EXTERN_C String_t* _stringLiteral9B3475F606CB107F33CBA1170D1704C3465E95FB; IL2CPP_EXTERN_C String_t* _stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D; IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; IL2CPP_EXTERN_C String_t* _stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478; IL2CPP_EXTERN_C String_t* _stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C; IL2CPP_EXTERN_C String_t* _stringLiteral9F9806FFE6F4A87C47B8928195094F3727EF549C; IL2CPP_EXTERN_C String_t* _stringLiteralA006FCB4201934135FE5378132B66888869CBF16; IL2CPP_EXTERN_C String_t* _stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA1E8CA5DECC37EB14B0549BE75A11DF6068F6887; IL2CPP_EXTERN_C String_t* _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E; IL2CPP_EXTERN_C String_t* _stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB; IL2CPP_EXTERN_C String_t* _stringLiteralA35F26C374625DBD9273208668D8592F3196E763; IL2CPP_EXTERN_C String_t* _stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA; IL2CPP_EXTERN_C String_t* _stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19; IL2CPP_EXTERN_C String_t* _stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03; IL2CPP_EXTERN_C String_t* _stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6; IL2CPP_EXTERN_C String_t* _stringLiteralA7F7BBA3AABC787815F5A83054BA163D213D1763; IL2CPP_EXTERN_C String_t* _stringLiteralA8BCDFB664ED95346DE4342A8E251772B519ECDB; IL2CPP_EXTERN_C String_t* _stringLiteralAC5FAB34CAFD1687727018F461EDF8300F449933; IL2CPP_EXTERN_C String_t* _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C; IL2CPP_EXTERN_C String_t* _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; IL2CPP_EXTERN_C String_t* _stringLiteralB3334330670C2F7BB4FC547E89CC910F01344E98; IL2CPP_EXTERN_C String_t* _stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C; IL2CPP_EXTERN_C String_t* _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F; IL2CPP_EXTERN_C String_t* _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07; IL2CPP_EXTERN_C String_t* _stringLiteralB7AA19420065E3F09B085DF6F736FA5BAA75ED45; IL2CPP_EXTERN_C String_t* _stringLiteralB7DAD03E2407C168787EE99B9A8DA48A7A2B7E59; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBB9D6EF70BFDFD0A6B805DD7506C17E5EB39FCBC; IL2CPP_EXTERN_C String_t* _stringLiteralBBE682A549E4FD2504E5F2F69458189FB5C75139; IL2CPP_EXTERN_C String_t* _stringLiteralBED4027F29BEC5EF843DEDD9DB6073C6DA60B8B4; IL2CPP_EXTERN_C String_t* _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25; IL2CPP_EXTERN_C String_t* _stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855; IL2CPP_EXTERN_C String_t* _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1; IL2CPP_EXTERN_C String_t* _stringLiteralC627B84D388D2C76B8D3F47B9219AAF7240C11CE; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F; IL2CPP_EXTERN_C String_t* _stringLiteralC9FB8C73B342D5B3C700EDA7C5212DD547D29E4E; IL2CPP_EXTERN_C String_t* _stringLiteralCA80D97E823D02887E6B0876376D067564152C0B; IL2CPP_EXTERN_C String_t* _stringLiteralCBB7B93A4D6667142D44F718736C9B14950ECE0D; IL2CPP_EXTERN_C String_t* _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; IL2CPP_EXTERN_C String_t* _stringLiteralCDA774B1943F6389324E9494E80F757922CBA48A; IL2CPP_EXTERN_C String_t* _stringLiteralCE2892956422830EFD61D6B1C95A865ED0BDFF66; IL2CPP_EXTERN_C String_t* _stringLiteralCE45673D09966C2FFF170C231DEE0C171C1B3282; IL2CPP_EXTERN_C String_t* _stringLiteralCE60C7407BB0FC2EC3924B9755760504EB386E16; IL2CPP_EXTERN_C String_t* _stringLiteralCE80573AC4DA94767D02B7DC6B37BCEF57872131; IL2CPP_EXTERN_C String_t* _stringLiteralCEE4BEC9969079A1DA2F65E0F044E4FF1AF5EEAE; IL2CPP_EXTERN_C String_t* _stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0; IL2CPP_EXTERN_C String_t* _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8; IL2CPP_EXTERN_C String_t* _stringLiteralD30CDE84D4CFDAD1992F4DD1DBC71AE0074AAA08; IL2CPP_EXTERN_C String_t* _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8; IL2CPP_EXTERN_C String_t* _stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4; IL2CPP_EXTERN_C String_t* _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD; IL2CPP_EXTERN_C String_t* _stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA; IL2CPP_EXTERN_C String_t* _stringLiteralDE873DB986C802AEB50AD8FEA9D8885FC21EDE3D; IL2CPP_EXTERN_C String_t* _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F; IL2CPP_EXTERN_C String_t* _stringLiteralDEFBB4C5FFC612E2462C0247CA58B1A032269A00; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05; IL2CPP_EXTERN_C String_t* _stringLiteralE366688218C4FC506EA8269E62224B37209508EB; IL2CPP_EXTERN_C String_t* _stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5; IL2CPP_EXTERN_C String_t* _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410; IL2CPP_EXTERN_C String_t* _stringLiteralE7588330FD95920648414F0647540140E161ED03; IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E; IL2CPP_EXTERN_C String_t* _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715; IL2CPP_EXTERN_C String_t* _stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759; IL2CPP_EXTERN_C String_t* _stringLiteralE88DB4E2D9745BEEC1DC889BE603917DB0C37033; IL2CPP_EXTERN_C String_t* _stringLiteralE89A071ACB0713806DCC26E25CC3CC60C7AFAD95; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEDBBCE96E30F14D67FEFB0589C89F7A48EDA7C50; IL2CPP_EXTERN_C String_t* _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA; IL2CPP_EXTERN_C String_t* _stringLiteralEEC39E47345915D0F0F4BAB0D5236A4320B93BDF; IL2CPP_EXTERN_C String_t* _stringLiteralEF538EEB28741E18541812F5201958D92F6BB837; IL2CPP_EXTERN_C String_t* _stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7; IL2CPP_EXTERN_C String_t* _stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C; IL2CPP_EXTERN_C String_t* _stringLiteralF206C6C8A315911695CAF8C633BEB02D35FCD459; IL2CPP_EXTERN_C String_t* _stringLiteralF208C1B404E187D47E94AA2BE77C385BE6E7DF62; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF41760006700B346FE970834ED6436CD21A1330F; IL2CPP_EXTERN_C String_t* _stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD; IL2CPP_EXTERN_C String_t* _stringLiteralF48CBC363A61060125D8F8BF4E335BDCF8405F25; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF5FCF7BFB0603BEB0CFB789198783073B2306D9D; IL2CPP_EXTERN_C String_t* _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D; IL2CPP_EXTERN_C String_t* _stringLiteralFC44D888DF1DDE5EE5ECAE96833551C7FA2470A1; IL2CPP_EXTERN_C String_t* _stringLiteralFF0046B99C0F5DFE48BFA77D6703520FE5ECEB63; IL2CPP_EXTERN_C const RuntimeMethod* AppSettingsReader_GetValue_m8236EBC580C026EAF031C7123BB964D607B7DF7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AppSettingsReader__ctor_mF3F2C0293A3974CFB158E2DC7DDE4174F75F7877_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_GetPreviousVersion_m7EF1925F9137E595D0C59A34158022D355BF92B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnPropertyChanged_mD85315040405FC62C0602D27C157DAAC3BE4B808_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnSettingChanging_m2508A72525791B5E288B8EF2B1465532558720BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnSettingsLoaded_m8218D29443893073DD4B96C3BD3AEA32FB3A6B87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_OnSettingsSaving_m6BD2E626D089409F810FCDC6AD81D2A6C54CE649_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Reload_m5782B05D3DE6868F86DB0ADE0A1FBCFA7B502905_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Reset_mD22FF3B4DDE28B3A9A0581503442AA25B94E36A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Save_m777C41F29723B63123442C99D2BEC2E85A3C7331_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_Upgrade_m810DF6F1CE9E07A63AC562275F38E60929BEB489_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_m03FE8C6CC61BAD9646F012049F94A0BF07132EDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_mA34A0EAAEC5E6174AA9B90ADD85D3CBB68A52BF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_mBA80C43C2F6728A529A1892DEFED254C8619A1C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase__ctor_mC73571D8166AB7461F430A9F93EA9A94FE27046E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_PropertyChanged_m2486D11879724ABF071CF74D6D25D2D2F4811E3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_SettingChanging_m6C4802A87B99F57DA3A825FCD437565059F01304_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_SettingsLoaded_m42C19C518CA06198069A626A3ECB65D710564A54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_add_SettingsSaving_mD4EC5B29EFBFCD423AF77B22A77A90E97FBFF76C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Context_mD9C241278D3FCBC6550AFF13F73025012B28A88A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Item_m126DFA86297945236EDEDEAAC6B5A7D19D07BAE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Properties_m1EAD05C722B46D6C8AC23AEF44F95AD06296F41C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_PropertyValues_mDE64A2066FEC4F95820833A090E5A86346103311_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_Providers_m03EC3FC00250D5123D64AAE36BE8DA2FDB0E63B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_get_SettingsKey_mDCB6BCB0266D8C70A94DA6AEC61663D9298DDFB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_PropertyChanged_mE30DD6DE48225863CD9638C1A169F0AB85F1BA29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_SettingChanging_mCA11519B58082BF090DD0C06E326B05ADDF4F68A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_SettingsLoaded_mDF736E5FCA38290670EE9FA498B1E271BDE42E85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_remove_SettingsSaving_m2957CE6C2DEFAD40A9B872BDDE990A17439F0C45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_set_Item_m79921F9155F91425B42486711DA77B7DCC48A959_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsBase_set_SettingsKey_m745D83EA3A9786B05777E4D3EF6055780EB7D81B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ApplicationSettingsGroup__ctor_mB3E504720EDA3004AD0A0E1F66E2BCFFDC2892E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayConverter_ConvertTo_m11FB7C87F7230B59AD53783B395109B783AB4EDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArraySubsetEnumerator_get_Current_m7CD18B80F44D17F5990DA7E1553FA1FA0555AEF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mF36C8A5539995AE18A947ADB16AA826FEC59526D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsnEncodedData_CopyFrom_mA350785B8AF676AB7856E705FA2F2D20FD54CC46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mCE7B3950F9FA77F8E8CED40108A2CDBF11C9C133_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncOperation_VerifyDelegateNotNull_m48FA4F9AFAE4A43BCD8E76E4D9AA847647CE592C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncOperation_VerifyNotCompleted_m226225D0BA19E177E46EB1B9BA079AC2C6CFB32F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncOperation__ctor_mAAFD86E38C91DE1674E3599820DD1D668EC93077_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m0F301C6EAD4D3E8A7C61394C296D4C436F30ADA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mD48D35EC14C2043A3BC7869A77E5E3DB20966F5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_m36EC0D1A3AFBB3A6B8C5B56FF483C5967B0FA779_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_mC376A2D780876115DFBD6E194071E32BD486107C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m981D0F6B1943246B2678843E66BED42A92AFF7EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mFF456E0362A4DCB51F0CD37D0BD893ACE79F9201_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m8B85054E75E86295673AB867E931E86B25810999_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AttributeCollection_FromExisting_mE72139C2CF394853E644E46A79E3D35E9FDF75E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AttributeProviderAttribute__ctor_m4B1244353EE440295514C443E213C2863E158215_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AttributeProviderAttribute__ctor_m869C1B5677C197E0DC4FF2C3E1D17D77813E1890_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AttributeProviderAttribute__ctor_mE0D924B0827D3BA9B6925DF314D2BE9AE086BD92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_Authenticate_m792A86EEA6DF3516B8538EA3DCF2D740735EEF79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_PreAuthenticate_m5C036738DC30669FB5CC79CEFBA53AFC7411BA88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Add_mB4A08795988BB24585FF08529EE8F332E91E89EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Clear_m5E2FE49A63F181FC530E952A937FE54D1960D911_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_CreateNewElement_m8AC965578852F3C98539F2FC505C7755EE180475_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_GetElementKey_m461F9E12302663A67F596AAA27468E637AA2881F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_IndexOf_m919FDBE8F8AFB75B0B111320D772F4405C728CB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_RemoveAt_m45B5BA50FB4BCC64D2414BEB61C4AD74181CB00C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Remove_m27D34DF8C8F9EE3F443F4984C4B28734FDBFC867_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Remove_m45DB6E0E75DFDB481ED3DC6C1FBD213BE5FFB886_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection__ctor_m0BDD517698772F3DF7DA9871A70707B92C1E2D18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_get_Item_m1600A616B5E13C1D48C44B60AF710CA1F7479362_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_get_Item_mDA9FE54DE3F68BC94C3D2BF9FCD932F1D6C8F11C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_set_Item_m5FB54AC91C1058DCBFAF64BA1EACEC6337D39ADA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_set_Item_mE4C61EB5342DFDD82390674510A9280735B46567_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement__ctor_m84E40681462B05C2100A4B6CE2FE30EDCC957F44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement__ctor_mE946C0B94A7B79A3719FC12ED313BC2ABA8AF509_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement_get_Properties_m61531A7FA54C9C48660B721041439D0DE1F590F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement_get_Type_m2FC82A846AE9CD3D4C3E693DD371A86FFAD3DD87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElement_set_Type_m65008AB8523CE4868A194484B4D468BAA8A39310_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_InitializeDefault_mE546F9972C2D27BD7A1F58A0424D8B53440EDE72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_PostDeserialize_m21B9EA3D112DA5EDE0778E88A3C1DE1444123445_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection__ctor_m097EA5702EFA9C9E817F75CAFA3992B78D9323CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_get_AuthenticationModules_m741C301830B722E8DEAE9831FCF51DFE825BB7B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_get_Properties_mAD656A141B9495938805B1D11A043F60B4EC5DF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_AsyncOperationCompleted_m45102185AB4805E509881079BE4C4A53AF6C6711_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_CancelAsync_m51B6219C2C4C00281641134F778C17DFF5223957_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_ProgressReporter_mC6178BFEBBA1BC0CB15FA5FF2708017ED5285255_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_ReportProgress_m7C7EE93D8237B55B67A6FFD18270EAB98395BD2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_RunWorkerAsync_m8FC5FA136A025102ED6B4CAAF5D32D6FEA879058_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BackgroundWorker_WorkerThreadStart_m77081C5885A6E5AF51AC68E94720B0434EE4802D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseNumberConverter_ConvertFrom_m644B6DF9826E73D226401BF6A97C0DEBF80BE780_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseNumberConverter_ConvertTo_mB4DCE000CB9B5BC5191C7EAA4B7693B07550C12B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BooleanConverter_ConvertFrom_m37C41CF7CFFF1CCA5B3E22B7FFD1B8CAE9088413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Add_m0B71259409027382F228A2C4CCC774FA5DD035A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Clear_m9DCAA05D696C3F398B8240E31B1792D03EFF257A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_CreateNewElement_m2968DDE4C71780912DDEBBC33C6F0A4E270E8AF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_GetElementKey_m9325815C3E5E1BF9A5CE1C386F9FDE6919F401AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_IndexOf_m00B7D43440DB7B9AA27E50A9F61C6990A063D7C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_RemoveAt_mB434E200791AF77999AF412633B5E904E92785B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Remove_mD9CCB9C4EFFD950B4A43F9812A91AB0B84254427_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Remove_mF75F14E29BF4C2CC2D6979170A6D014F820F552A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_get_Item_m0BDE506248B0632396289F15A86DBB2A6B6ACB05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_get_Item_m85F11131E7A56594CDBF7C2720DAB55BFB72D0FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_get_ThrowOnDuplicate_m354310DE5DEC6B3D97962C38562021F148968B7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_set_Item_m37E12651CEE853AFB521E68E1BA3BA9956A37639_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_set_Item_m64E0BBC19AD029B628678F43E92EA9D556D4F07F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElement__ctor_m7C2E67CFC192C02626CCB553A641F76D71140E98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElement__ctor_mA1270B637BAB8DC9D201721981CB21C15FD7BD04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElement_get_Address_m3D46E61781D49107639D796971462BA577EBB816_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElement_get_Properties_mDE75CC6393C0FA1A225D56D7090F8154B690CCE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BypassElement_set_Address_m3810E889102977DF684E5813AC6C978D35C09FAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m4177739109AA2E77BBE4B66CFF44EC6181221F6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForAutoConfigurationScript_m037C5BEDCF1AF085AA65B014AA5A607A44863890_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForAutoConfigurationScript_mDBFDE88606946A7922CF3A4862B7DF061AC6C327_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForURL_mB440990304B1E584DD411A447E60309860246D72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CFNetwork_GetProxiesForUri_mEBE40342DA8B590C0BC306ADAB65DBC3A11D16CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CaptureCollection_CopyTo_m9066DD9E35382427D284FF3F9E35BD2C99160108_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CaptureCollection_GetCapture_m52D3C11680567CEE2196B35A76D75A7FFEBF617A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CaptureCollection__ctor_m99E1DDC528A7C23B30B7BD3557C3044CBC7E6043_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CaptureEnumerator_get_Capture_m02F94CD692952EC04026014A1879FB058E9CB0F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChainValidationHelper_DefaultSelectionCallback_mE44C11E42543653003B1739AC2DEBF84E54266CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChainValidationHelper_ValidateCertificate_mAB6BCD3C37B1ED5CA44B0DA7E3C7FE961D1F7A0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CharConverter_ConvertFrom_mB0723393E58E802D5E82F222E4586EE823B345B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClientSettingsSection__ctor_m593E356E34574791C149082601D48AF4FF5A023A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClientSettingsSection_get_Properties_m69E7F9608FC5BF2FF44661D67A0D52C2005672C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClientSettingsSection_get_Settings_m9FDE186574ACECEEFE6B893C9B40B5BCED6A6ABE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionConverter_ConvertTo_mCB069A6BEC769D4BC2A44C7ED04947DF33B08B84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommonUnixIPGlobalProperties_get_DomainName_m413AC21C8FCF33C473D3360DD83E0F9CFB7662D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CompatibleComparer_GetHashCode_mEFB12FFF3B0A76548DF481D6922F2F21D31B30FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComponentResourceManager_ApplyResources_m35F0D9E0BAA9283F0713253C63216315390B9FDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_LoadSingleElement_m0B8EC8238F2612ACA3D78B7D6AA4F4ABB5AE2343_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_mE9C128F14EABA5696B624D5A87B439F9C4F50369_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m52AE1BF5B0D3C4F164BD0D828499D421F5E2E4BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument__ctor_m4968E2B9DCCF84BC16E09E0E91B50A1BEFED8416_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_get_Filename_m875B0C43069E5A751CCE788B62EE3939EA9F18FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigXmlDocument_get_LineNumber_m84EB49655E116CF8B3CC76D2D14C7CE28A71C4BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_GetXmlNodeFilename_m94ADF44D7B5BF4D50C8CDCE1765C6A7495BD9D30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_GetXmlNodeLineNumber_m7C512C6EC00283719AB1A5443B72CBEC21816411_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m2CD7D96530B99EBB36DCDEFCAEED049C8401F83D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m46672100B4FE5AD0A120BEBB11698BD38798F60B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m4C3E8F4B1EB4C0D141C67CAA5D6B6D44015EC373_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m4EB178F6BAD21B07EAC3FB314D6CF3B4CFC855F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m5BB927039AA4611BD02B046F89F62A54B9F02F5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m65678375150041890F94ED5B44B881B5DD33E3A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m7B93D32F96578CB8B8176ED7C5A71DC5CA7B890C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException__ctor_m9A1C39950F50CBE1D4064A692C99FF040C0CD240_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_get_BareMessage_m161FCA40D579D53500CCB945D48AE037AC28A4CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_get_Filename_m14C9662016B873D74F942C83E6FABC73D189DCE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationException_get_Line_m9F847F89756E11A525E4F7338991A3E3E32B5749_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSettings_GetConfig_mF147FC3EC6FAB1F1163598B629F1A76A17659B61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSettings__ctor_m6F1E69EB0F23FB0022EB19B371C9151DBBB38749_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfigurationSettings_get_AppSettings_mFC694951C6CEB72AE8E4BF8857E83BDE96DB5121_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Add_m2A9D7B59278FE72FC5F8FE6AD5991BBCF1275456_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Clear_mD133657B7C0E02F6660C85D4CA73B6124687DEC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_CreateNewElement_m9455282426958FE55A8DD9B8DB84F09265306AA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_GetElementKey_mAD4BB22482E38B6AB6721ACFB99E01C3A103870E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_IndexOf_mEDAD9AD3C881FB99A58597C99BA16B3BD30BB056_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_RemoveAt_m155065684489E117A7840225B510DB28B1A527A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Remove_m136F42CFB84F30674A20EB510E0A5AAB10487527_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Remove_mFAED10E799B2D1AC292C6599A2DBB6EA764E034F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_get_Item_m2F4AA69BCFCF811DFA70473D43A57EFF0FC616B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_get_Item_m3A389BE5768DB892552A776E182D21B4A93D6229_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_set_Item_m1DB108462C9937E5A5CE6AF56289C1E7DA153904_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_set_Item_m34A080279B6546DFDB5849F2691E186D08320F1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement__ctor_mDA2E35F85064090C702BC426FAC2099BBD105B83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement__ctor_mFD7DCE907415A6F6CAAB63B75B539D4382CAC2AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_get_Address_m8AD46378A9940D0CB24750C431FD0C053FCEFE93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_get_MaxConnection_m30CC16E1A9FA7AA1F5C89ED6D4624D7D2F1CCAA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_get_Properties_m1723843403BDCE42831192BDE69914F6922458D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_set_Address_m899524F660C743FCF42E1EA7DC9E5F63E8EE1ED4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_set_MaxConnection_m5043CEA8AC0BCE7BB5F1B0B0877BAA4213CB3CCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection_get_ConnectionManagement_mEEDF2DB3E39DB5130FEBCF4A424230D60301120E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Container_ValidateName_m446A21340542E180AE2F424D364537050EE22830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_Add_m79D156C7D15F4727B0C7936902E7D215B3E2AD5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_GetCookieHeader_m56FF8245FC28A3C8583AE0EEE8CF43A081D5CAB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m465C4122ED76D75D4194915EDBD32A89F259CF8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m968C69287B96041ABEDF94074175C0CF763C0A5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m65345311D772C8F883BF459148836EDBAA874284_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m86F5D92F30A412FC62C43CBF26BA809DF2F91D72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2_GetEnumerator_m3AED6602C5D6363F4A25A5F5590B9D6A9779DDF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2__ctor_m4292C5CDE84E12E0A7556439C1EF986CEE72A96A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2_get_Comparer_mF96FD52FA0A99D9251DFBDBFF33AC600FE15AFA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SortedList_2_set_Item_m40A36B8A57DA0BDC94A414B332D36FD290B44D74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass0_0_U3CPublicToMonoU3Eb__0_m2434134460D6262E13729DBFC73A7979A853A124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CExecuteProxyAutoConfigurationURLU3Eb__0_m760B8D058BD2000E464142609711A90FAA7D71F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass1_0_U3CPublicToMonoU3Eb__0_mB302EB6C9C5D2CEBE5A5618881A70E771DD66759_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CMonoToPublicU3Eb__0_m4103265ECFA6558EE594E7BC847723EB97443018_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass8_0_U3CMonoToInternalU3Eb__0_m3AE731A20AB6B949B0584AB838DF089C80602F4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_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 AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26; struct CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354; struct IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217; struct ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t0CE165C516AECF76E3A0EF2B889890DADDAC1F55 { public: public: }; // System.Object // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____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_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64, ____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); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____array_0)); } inline GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425* get__array_0() const { return ____array_0; } inline GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425** get_address_of__array_0() { return &____array_0; } inline void set__array_0(GetProxyDataU5BU5D_tAE664CCE7152179F9AAD54C01F4FFB5C61F61425* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8, ____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); } }; // System.Collections.Generic.SortedList`2 struct SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 : public RuntimeObject { public: // TKey[] System.Collections.Generic.SortedList`2::keys ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys_0; // TValue[] System.Collections.Generic.SortedList`2::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.Generic.SortedList`2::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.SortedList`2::version int32_t ___version_3; // System.Collections.Generic.IComparer`1 System.Collections.Generic.SortedList`2::comparer RuntimeObject* ___comparer_4; // System.Collections.Generic.SortedList`2/KeyList System.Collections.Generic.SortedList`2::keyList KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * ___keyList_5; // System.Collections.Generic.SortedList`2/ValueList System.Collections.Generic.SortedList`2::valueList ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 * ___valueList_6; // System.Object System.Collections.Generic.SortedList`2::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___keys_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___keyList_5)); } inline KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * get_keyList_5() const { return ___keyList_5; } inline KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_tA295C9817D6A655E7CB7BE14FC0A630C5A4107BC * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ___valueList_6)); } inline ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 * get_valueList_6() const { return ___valueList_6; } inline ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t17186FF49B6D0EB4E1697C6181E75661ED339940 * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0, ____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); } }; // System.Collections.Generic.SortedList`2 struct SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B : public RuntimeObject { public: // TKey[] System.Collections.Generic.SortedList`2::keys StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___keys_0; // TValue[] System.Collections.Generic.SortedList`2::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.Generic.SortedList`2::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.SortedList`2::version int32_t ___version_3; // System.Collections.Generic.IComparer`1 System.Collections.Generic.SortedList`2::comparer RuntimeObject* ___comparer_4; // System.Collections.Generic.SortedList`2/KeyList System.Collections.Generic.SortedList`2::keyList KeyList_t5308FFE0D86486DE1322B8D49E0115E720DFB179 * ___keyList_5; // System.Collections.Generic.SortedList`2/ValueList System.Collections.Generic.SortedList`2::valueList ValueList_t4C8B657E5A7967EE87B05F09944DCC0A5DD335A2 * ___valueList_6; // System.Object System.Collections.Generic.SortedList`2::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ___keys_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_keys_0() const { return ___keys_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ___keyList_5)); } inline KeyList_t5308FFE0D86486DE1322B8D49E0115E720DFB179 * get_keyList_5() const { return ___keyList_5; } inline KeyList_t5308FFE0D86486DE1322B8D49E0115E720DFB179 ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_t5308FFE0D86486DE1322B8D49E0115E720DFB179 * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ___valueList_6)); } inline ValueList_t4C8B657E5A7967EE87B05F09944DCC0A5DD335A2 * get_valueList_6() const { return ___valueList_6; } inline ValueList_t4C8B657E5A7967EE87B05F09944DCC0A5DD335A2 ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t4C8B657E5A7967EE87B05F09944DCC0A5DD335A2 * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B, ____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); } }; // 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); } }; // System.Configuration.AppSettingsReader struct AppSettingsReader_t70CCECA163461752895F749D29BEFC2E50EC2C8D : public RuntimeObject { public: public: }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.ComponentModel.ArraySubsetEnumerator struct ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF : public RuntimeObject { public: // System.Array System.ComponentModel.ArraySubsetEnumerator::array RuntimeArray * ___array_0; // System.Int32 System.ComponentModel.ArraySubsetEnumerator::total int32_t ___total_1; // System.Int32 System.ComponentModel.ArraySubsetEnumerator::current int32_t ___current_2; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF, ___array_0)); } inline RuntimeArray * get_array_0() const { return ___array_0; } inline RuntimeArray ** get_address_of_array_0() { return &___array_0; } inline void set_array_0(RuntimeArray * value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_0), (void*)value); } inline static int32_t get_offset_of_total_1() { return static_cast(offsetof(ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF, ___total_1)); } inline int32_t get_total_1() const { return ___total_1; } inline int32_t* get_address_of_total_1() { return &___total_1; } inline void set_total_1(int32_t value) { ___total_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF, ___current_2)); } inline int32_t get_current_2() const { return ___current_2; } inline int32_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(int32_t value) { ___current_2 = value; } }; // System.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.ComponentModel.AsyncOperation struct AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA : public RuntimeObject { public: // System.Threading.SynchronizationContext System.ComponentModel.AsyncOperation::syncContext SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___syncContext_0; // System.Object System.ComponentModel.AsyncOperation::userSuppliedState RuntimeObject * ___userSuppliedState_1; // System.Boolean System.ComponentModel.AsyncOperation::alreadyCompleted bool ___alreadyCompleted_2; public: inline static int32_t get_offset_of_syncContext_0() { return static_cast(offsetof(AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA, ___syncContext_0)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get_syncContext_0() const { return ___syncContext_0; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of_syncContext_0() { return &___syncContext_0; } inline void set_syncContext_0(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ___syncContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___syncContext_0), (void*)value); } inline static int32_t get_offset_of_userSuppliedState_1() { return static_cast(offsetof(AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA, ___userSuppliedState_1)); } inline RuntimeObject * get_userSuppliedState_1() const { return ___userSuppliedState_1; } inline RuntimeObject ** get_address_of_userSuppliedState_1() { return &___userSuppliedState_1; } inline void set_userSuppliedState_1(RuntimeObject * value) { ___userSuppliedState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___userSuppliedState_1), (void*)value); } inline static int32_t get_offset_of_alreadyCompleted_2() { return static_cast(offsetof(AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA, ___alreadyCompleted_2)); } inline bool get_alreadyCompleted_2() const { return ___alreadyCompleted_2; } inline bool* get_address_of_alreadyCompleted_2() { return &___alreadyCompleted_2; } inline void set_alreadyCompleted_2(bool value) { ___alreadyCompleted_2 = value; } }; // System.ComponentModel.AsyncOperationManager struct AsyncOperationManager_t95E3D2ACB20A9F9696D026122A2EF916FC2F3237 : public RuntimeObject { public: public: }; // 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.Diagnostics.AsyncStreamReader struct AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C : public RuntimeObject { public: // System.IO.Stream System.Diagnostics.AsyncStreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_0; // System.Text.Encoding System.Diagnostics.AsyncStreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_1; // System.Text.Decoder System.Diagnostics.AsyncStreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_2; // System.Byte[] System.Diagnostics.AsyncStreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_3; // System.Char[] System.Diagnostics.AsyncStreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_4; // System.Boolean System.Diagnostics.AsyncStreamReader::cancelOperation bool ___cancelOperation_5; // System.Threading.ManualResetEvent System.Diagnostics.AsyncStreamReader::eofEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___eofEvent_6; // System.Object System.Diagnostics.AsyncStreamReader::syncObject RuntimeObject * ___syncObject_7; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___stream_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_0() const { return ___stream_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_0), (void*)value); } inline static int32_t get_offset_of_encoding_1() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___encoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_1() const { return ___encoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_1() { return &___encoding_1; } inline void set_encoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_1), (void*)value); } inline static int32_t get_offset_of_decoder_2() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___decoder_2)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_2() const { return ___decoder_2; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_2() { return &___decoder_2; } inline void set_decoder_2(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_2), (void*)value); } inline static int32_t get_offset_of_byteBuffer_3() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___byteBuffer_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_3() const { return ___byteBuffer_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_3() { return &___byteBuffer_3; } inline void set_byteBuffer_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_3), (void*)value); } inline static int32_t get_offset_of_charBuffer_4() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___charBuffer_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_4() const { return ___charBuffer_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_4() { return &___charBuffer_4; } inline void set_charBuffer_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_4), (void*)value); } inline static int32_t get_offset_of_cancelOperation_5() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___cancelOperation_5)); } inline bool get_cancelOperation_5() const { return ___cancelOperation_5; } inline bool* get_address_of_cancelOperation_5() { return &___cancelOperation_5; } inline void set_cancelOperation_5(bool value) { ___cancelOperation_5 = value; } inline static int32_t get_offset_of_eofEvent_6() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___eofEvent_6)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_eofEvent_6() const { return ___eofEvent_6; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_eofEvent_6() { return &___eofEvent_6; } inline void set_eofEvent_6(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___eofEvent_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___eofEvent_6), (void*)value); } inline static int32_t get_offset_of_syncObject_7() { return static_cast(offsetof(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C, ___syncObject_7)); } inline RuntimeObject * get_syncObject_7() const { return ___syncObject_7; } inline RuntimeObject ** get_address_of_syncObject_7() { return &___syncObject_7; } inline void set_syncObject_7(RuntimeObject * value) { ___syncObject_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___syncObject_7), (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.AuthenticationManager struct AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA : public RuntimeObject { public: public: }; struct AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields { public: // System.Collections.ArrayList System.Net.AuthenticationManager::modules ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___modules_0; // System.Object System.Net.AuthenticationManager::locker RuntimeObject * ___locker_1; // System.Net.ICredentialPolicy System.Net.AuthenticationManager::credential_policy RuntimeObject* ___credential_policy_2; public: inline static int32_t get_offset_of_modules_0() { return static_cast(offsetof(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields, ___modules_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_modules_0() const { return ___modules_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_modules_0() { return &___modules_0; } inline void set_modules_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___modules_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___modules_0), (void*)value); } inline static int32_t get_offset_of_locker_1() { return static_cast(offsetof(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields, ___locker_1)); } inline RuntimeObject * get_locker_1() const { return ___locker_1; } inline RuntimeObject ** get_address_of_locker_1() { return &___locker_1; } inline void set_locker_1(RuntimeObject * value) { ___locker_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_1), (void*)value); } inline static int32_t get_offset_of_credential_policy_2() { return static_cast(offsetof(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields, ___credential_policy_2)); } inline RuntimeObject* get_credential_policy_2() const { return ___credential_policy_2; } inline RuntimeObject** get_address_of_credential_policy_2() { return &___credential_policy_2; } inline void set_credential_policy_2(RuntimeObject* value) { ___credential_policy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___credential_policy_2), (void*)value); } }; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF : public RuntimeObject { public: // System.String System.Net.Authorization::m_Message String_t* ___m_Message_0; // System.Boolean System.Net.Authorization::m_Complete bool ___m_Complete_1; // System.String System.Net.Authorization::ModuleAuthenticationType String_t* ___ModuleAuthenticationType_2; public: inline static int32_t get_offset_of_m_Message_0() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___m_Message_0)); } inline String_t* get_m_Message_0() const { return ___m_Message_0; } inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; } inline void set_m_Message_0(String_t* value) { ___m_Message_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Message_0), (void*)value); } inline static int32_t get_offset_of_m_Complete_1() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___m_Complete_1)); } inline bool get_m_Complete_1() const { return ___m_Complete_1; } inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; } inline void set_m_Complete_1(bool value) { ___m_Complete_1 = value; } inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast(offsetof(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF, ___ModuleAuthenticationType_2)); } inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; } inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; } inline void set_ModuleAuthenticationType_2(String_t* value) { ___ModuleAuthenticationType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ModuleAuthenticationType_2), (void*)value); } }; // System.Net.AutoWebProxyScriptEngine struct AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A : public RuntimeObject { public: public: }; // System.Net.BasicClient struct BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE : public RuntimeObject { public: public: }; // 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.Security.Cryptography.CAPI struct CAPI_t6ECCFAA6567CD20171E0121618B73995625A261E : public RuntimeObject { public: public: }; // Mono.Net.CFNetwork struct CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC : public RuntimeObject { public: public: }; struct CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields { public: // System.Object Mono.Net.CFNetwork::lock_obj RuntimeObject * ___lock_obj_0; // System.Collections.Generic.Queue`1 Mono.Net.CFNetwork::get_proxy_queue Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * ___get_proxy_queue_1; // System.Threading.AutoResetEvent Mono.Net.CFNetwork::proxy_event AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * ___proxy_event_2; public: inline static int32_t get_offset_of_lock_obj_0() { return static_cast(offsetof(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields, ___lock_obj_0)); } inline RuntimeObject * get_lock_obj_0() const { return ___lock_obj_0; } inline RuntimeObject ** get_address_of_lock_obj_0() { return &___lock_obj_0; } inline void set_lock_obj_0(RuntimeObject * value) { ___lock_obj_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lock_obj_0), (void*)value); } inline static int32_t get_offset_of_get_proxy_queue_1() { return static_cast(offsetof(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields, ___get_proxy_queue_1)); } inline Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * get_get_proxy_queue_1() const { return ___get_proxy_queue_1; } inline Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 ** get_address_of_get_proxy_queue_1() { return &___get_proxy_queue_1; } inline void set_get_proxy_queue_1(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * value) { ___get_proxy_queue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___get_proxy_queue_1), (void*)value); } inline static int32_t get_offset_of_proxy_event_2() { return static_cast(offsetof(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields, ___proxy_event_2)); } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * get_proxy_event_2() const { return ___proxy_event_2; } inline AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D ** get_address_of_proxy_event_2() { return &___proxy_event_2; } inline void set_proxy_event_2(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * value) { ___proxy_event_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_event_2), (void*)value); } }; // System.Text.RegularExpressions.CachedCodeEntry struct CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.CachedCodeEntry::_key String_t* ____key_0; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.CachedCodeEntry::_code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ____code_1; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_2; // System.Collections.Hashtable System.Text.RegularExpressions.CachedCodeEntry::_capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____capnames_3; // System.String[] System.Text.RegularExpressions.CachedCodeEntry::_capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____capslist_4; // System.Int32 System.Text.RegularExpressions.CachedCodeEntry::_capsize int32_t ____capsize_5; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.CachedCodeEntry::_factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ____factory_6; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.CachedCodeEntry::_runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ____runnerref_7; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.CachedCodeEntry::_replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ____replref_8; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____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__code_1() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____code_1)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get__code_1() const { return ____code_1; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of__code_1() { return &____code_1; } inline void set__code_1(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ____code_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____code_1), (void*)value); } inline static int32_t get_offset_of__caps_2() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____caps_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_2() const { return ____caps_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_2() { return &____caps_2; } inline void set__caps_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_2), (void*)value); } inline static int32_t get_offset_of__capnames_3() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capnames_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__capnames_3() const { return ____capnames_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__capnames_3() { return &____capnames_3; } inline void set__capnames_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____capnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____capnames_3), (void*)value); } inline static int32_t get_offset_of__capslist_4() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capslist_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__capslist_4() const { return ____capslist_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__capslist_4() { return &____capslist_4; } inline void set__capslist_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____capslist_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____capslist_4), (void*)value); } inline static int32_t get_offset_of__capsize_5() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____capsize_5)); } inline int32_t get__capsize_5() const { return ____capsize_5; } inline int32_t* get_address_of__capsize_5() { return &____capsize_5; } inline void set__capsize_5(int32_t value) { ____capsize_5 = value; } inline static int32_t get_offset_of__factory_6() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____factory_6)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get__factory_6() const { return ____factory_6; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of__factory_6() { return &____factory_6; } inline void set__factory_6(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ____factory_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____factory_6), (void*)value); } inline static int32_t get_offset_of__runnerref_7() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____runnerref_7)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get__runnerref_7() const { return ____runnerref_7; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of__runnerref_7() { return &____runnerref_7; } inline void set__runnerref_7(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ____runnerref_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____runnerref_7), (void*)value); } inline static int32_t get_offset_of__replref_8() { return static_cast(offsetof(CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95, ____replref_8)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get__replref_8() const { return ____replref_8; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of__replref_8() { return &____replref_8; } inline void set__replref_8(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ____replref_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____replref_8), (void*)value); } }; // Mono.Net.Security.Private.CallbackHelpers struct CallbackHelpers_t5CD1CBE184009F63E4CFB87F01CB4E783576D4D7 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____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__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 : public RuntimeObject { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.CaptureCollection::_group Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____group_0; // System.Int32 System.Text.RegularExpressions.CaptureCollection::_capcount int32_t ____capcount_1; // System.Text.RegularExpressions.Capture[] System.Text.RegularExpressions.CaptureCollection::_captures CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51* ____captures_2; public: inline static int32_t get_offset_of__group_0() { return static_cast(offsetof(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9, ____group_0)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__group_0() const { return ____group_0; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__group_0() { return &____group_0; } inline void set__group_0(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____group_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____group_0), (void*)value); } inline static int32_t get_offset_of__capcount_1() { return static_cast(offsetof(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9, ____capcount_1)); } inline int32_t get__capcount_1() const { return ____capcount_1; } inline int32_t* get_address_of__capcount_1() { return &____capcount_1; } inline void set__capcount_1(int32_t value) { ____capcount_1 = value; } inline static int32_t get_offset_of__captures_2() { return static_cast(offsetof(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9, ____captures_2)); } inline CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51* get__captures_2() const { return ____captures_2; } inline CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51** get_address_of__captures_2() { return &____captures_2; } inline void set__captures_2(CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51* value) { ____captures_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____captures_2), (void*)value); } }; // System.Text.RegularExpressions.CaptureEnumerator struct CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE : public RuntimeObject { public: // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.CaptureEnumerator::_rcc CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____rcc_0; // System.Int32 System.Text.RegularExpressions.CaptureEnumerator::_curindex int32_t ____curindex_1; public: inline static int32_t get_offset_of__rcc_0() { return static_cast(offsetof(CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE, ____rcc_0)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__rcc_0() const { return ____rcc_0; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__rcc_0() { return &____rcc_0; } inline void set__rcc_0(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____rcc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rcc_0), (void*)value); } inline static int32_t get_offset_of__curindex_1() { return static_cast(offsetof(CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE, ____curindex_1)); } inline int32_t get__curindex_1() const { return ____curindex_1; } inline int32_t* get_address_of__curindex_1() { return &____curindex_1; } inline void set__curindex_1(int32_t value) { ____curindex_1 = value; } }; // System.Net.CaseInsensitiveAscii struct CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA : public RuntimeObject { public: public: }; struct CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields { public: // System.Net.CaseInsensitiveAscii System.Net.CaseInsensitiveAscii::StaticInstance CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * ___StaticInstance_0; // System.Byte[] System.Net.CaseInsensitiveAscii::AsciiToLower ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___AsciiToLower_1; public: inline static int32_t get_offset_of_StaticInstance_0() { return static_cast(offsetof(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields, ___StaticInstance_0)); } inline CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * get_StaticInstance_0() const { return ___StaticInstance_0; } inline CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; } inline void set_StaticInstance_0(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * value) { ___StaticInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___StaticInstance_0), (void*)value); } inline static int32_t get_offset_of_AsciiToLower_1() { return static_cast(offsetof(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields, ___AsciiToLower_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_AsciiToLower_1() const { return ___AsciiToLower_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_AsciiToLower_1() { return &___AsciiToLower_1; } inline void set_AsciiToLower_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___AsciiToLower_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___AsciiToLower_1), (void*)value); } }; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.CaseInsensitiveComparer::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_0; public: inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast(offsetof(CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C, ___m_compareInfo_0)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_0() const { return ___m_compareInfo_0; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; } inline void set_m_compareInfo_0(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value); } }; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA : public RuntimeObject { public: // System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___m_text_0; public: inline static int32_t get_offset_of_m_text_0() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA, ___m_text_0)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_m_text_0() const { return ___m_text_0; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_m_text_0() { return &___m_text_0; } inline void set_m_text_0(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___m_text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_text_0), (void*)value); } }; // Mono.Unity.CertHelper struct CertHelper_t4EFA24C01095EC99968AE0F0DB0DEF26C85AC977 : public RuntimeObject { public: public: }; // Mono.Net.Security.ChainValidationHelper struct ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE : public RuntimeObject { public: // System.Object Mono.Net.Security.ChainValidationHelper::sender RuntimeObject * ___sender_0; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.ChainValidationHelper::settings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings_1; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.ChainValidationHelper::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_2; // System.Net.ServerCertValidationCallback Mono.Net.Security.ChainValidationHelper::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_3; // System.Net.Security.LocalCertSelectionCallback Mono.Net.Security.ChainValidationHelper::certSelectionCallback LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * ___certSelectionCallback_4; // Mono.Net.Security.ServerCertValidationCallbackWrapper Mono.Net.Security.ChainValidationHelper::callbackWrapper ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * ___callbackWrapper_5; // Mono.Net.Security.MonoTlsStream Mono.Net.Security.ChainValidationHelper::tlsStream MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___tlsStream_6; // System.Net.HttpWebRequest Mono.Net.Security.ChainValidationHelper::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_7; public: inline static int32_t get_offset_of_sender_0() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___sender_0)); } inline RuntimeObject * get_sender_0() const { return ___sender_0; } inline RuntimeObject ** get_address_of_sender_0() { return &___sender_0; } inline void set_sender_0(RuntimeObject * value) { ___sender_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sender_0), (void*)value); } inline static int32_t get_offset_of_settings_1() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___settings_1)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_settings_1() const { return ___settings_1; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_settings_1() { return &___settings_1; } inline void set_settings_1(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___settings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_1), (void*)value); } inline static int32_t get_offset_of_provider_2() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___provider_2)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_2() const { return ___provider_2; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_2() { return &___provider_2; } inline void set_provider_2(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_2), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_3() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___certValidationCallback_3)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_3() const { return ___certValidationCallback_3; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_3() { return &___certValidationCallback_3; } inline void set_certValidationCallback_3(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_3), (void*)value); } inline static int32_t get_offset_of_certSelectionCallback_4() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___certSelectionCallback_4)); } inline LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * get_certSelectionCallback_4() const { return ___certSelectionCallback_4; } inline LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C ** get_address_of_certSelectionCallback_4() { return &___certSelectionCallback_4; } inline void set_certSelectionCallback_4(LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * value) { ___certSelectionCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___certSelectionCallback_4), (void*)value); } inline static int32_t get_offset_of_callbackWrapper_5() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___callbackWrapper_5)); } inline ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * get_callbackWrapper_5() const { return ___callbackWrapper_5; } inline ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 ** get_address_of_callbackWrapper_5() { return &___callbackWrapper_5; } inline void set_callbackWrapper_5(ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * value) { ___callbackWrapper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbackWrapper_5), (void*)value); } inline static int32_t get_offset_of_tlsStream_6() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___tlsStream_6)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_tlsStream_6() const { return ___tlsStream_6; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_tlsStream_6() { return &___tlsStream_6; } inline void set_tlsStream_6(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___tlsStream_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsStream_6), (void*)value); } inline static int32_t get_offset_of_request_7() { return static_cast(offsetof(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE, ___request_7)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_7() const { return ___request_7; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_7() { return &___request_7; } inline void set_request_7(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_7), (void*)value); } }; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.ComponentModel.CompModSwitches struct CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4 : public RuntimeObject { public: public: }; struct CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields { public: // System.Diagnostics.BooleanSwitch modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CompModSwitches::commonDesignerServices BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * ___commonDesignerServices_0; // System.Diagnostics.TraceSwitch modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CompModSwitches::eventLog TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * ___eventLog_1; public: inline static int32_t get_offset_of_commonDesignerServices_0() { return static_cast(offsetof(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields, ___commonDesignerServices_0)); } inline BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * get_commonDesignerServices_0() const { return ___commonDesignerServices_0; } inline BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 ** get_address_of_commonDesignerServices_0() { return &___commonDesignerServices_0; } inline void set_commonDesignerServices_0(BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * value) { ___commonDesignerServices_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___commonDesignerServices_0), (void*)value); } inline static int32_t get_offset_of_eventLog_1() { return static_cast(offsetof(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields, ___eventLog_1)); } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * get_eventLog_1() const { return ___eventLog_1; } inline TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D ** get_address_of_eventLog_1() { return &___eventLog_1; } inline void set_eventLog_1(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * value) { ___eventLog_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventLog_1), (void*)value); } }; // System.Net.Comparer struct Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F : public RuntimeObject { public: public: }; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F : public RuntimeObject { public: // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::_comparer RuntimeObject* ____comparer_0; // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::_hcp RuntimeObject* ____hcp_2; public: inline static int32_t get_offset_of__comparer_0() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F, ____comparer_0)); } inline RuntimeObject* get__comparer_0() const { return ____comparer_0; } inline RuntimeObject** get_address_of__comparer_0() { return &____comparer_0; } inline void set__comparer_0(RuntimeObject* value) { ____comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_0), (void*)value); } inline static int32_t get_offset_of__hcp_2() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F, ____hcp_2)); } inline RuntimeObject* get__hcp_2() const { return ____hcp_2; } inline RuntimeObject** get_address_of__hcp_2() { return &____hcp_2; } inline void set__hcp_2(RuntimeObject* value) { ____hcp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____hcp_2), (void*)value); } }; struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields { public: // System.Collections.IComparer modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultComparer RuntimeObject* ___defaultComparer_1; // System.Collections.IHashCodeProvider modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.CompatibleComparer::defaultHashProvider RuntimeObject* ___defaultHashProvider_3; public: inline static int32_t get_offset_of_defaultComparer_1() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields, ___defaultComparer_1)); } inline RuntimeObject* get_defaultComparer_1() const { return ___defaultComparer_1; } inline RuntimeObject** get_address_of_defaultComparer_1() { return &___defaultComparer_1; } inline void set_defaultComparer_1(RuntimeObject* value) { ___defaultComparer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_1), (void*)value); } inline static int32_t get_offset_of_defaultHashProvider_3() { return static_cast(offsetof(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields, ___defaultHashProvider_3)); } inline RuntimeObject* get_defaultHashProvider_3() const { return ___defaultHashProvider_3; } inline RuntimeObject** get_address_of_defaultHashProvider_3() { return &___defaultHashProvider_3; } inline void set_defaultHashProvider_3(RuntimeObject* value) { ___defaultHashProvider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultHashProvider_3), (void*)value); } }; // System.ComponentModel.ComponentEditor struct ComponentEditor_t7C99B4349F1404403A036BC2756DF89F734807F9 : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationElement struct ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationSectionGroup struct ConfigurationSectionGroup_t296AB4B6FC2E1B9BEDFEEAC3DB0E24AE061D32CF : public RuntimeObject { public: public: }; // System.Configuration.ConfigurationSettings struct ConfigurationSettings_tC978A85FEF7327A00C67D7853455523CE0C80F30 : public RuntimeObject { public: public: }; // 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.ComponentModel.ContainerFilterService struct ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 : public RuntimeObject { public: public: }; // 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.Net.CookieParser struct CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 : public RuntimeObject { public: // System.Net.CookieTokenizer System.Net.CookieParser::m_tokenizer CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * ___m_tokenizer_0; public: inline static int32_t get_offset_of_m_tokenizer_0() { return static_cast(offsetof(CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5, ___m_tokenizer_0)); } inline CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * get_m_tokenizer_0() const { return ___m_tokenizer_0; } inline CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA ** get_address_of_m_tokenizer_0() { return &___m_tokenizer_0; } inline void set_m_tokenizer_0(CookieTokenizer_t0E38819EC994C1E7DF1616AD73AAC75B6D6AC3BA * value) { ___m_tokenizer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_tokenizer_0), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallback_0)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Net.DefaultCertificatePolicy struct DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 : public RuntimeObject { public: public: }; // System.Net.DigestClient struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D : public RuntimeObject { public: public: }; struct DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields { public: // System.Collections.Hashtable System.Net.DigestClient::cache Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_StaticFields, ___cache_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_cache_0() const { return ___cache_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA : public RuntimeObject { public: public: }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.ComponentModel.EventHandlerList struct EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 : public RuntimeObject { public: // System.ComponentModel.EventHandlerList/ListEntry System.ComponentModel.EventHandlerList::head ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * ___head_0; // System.ComponentModel.Component System.ComponentModel.EventHandlerList::parent Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * ___parent_1; public: inline static int32_t get_offset_of_head_0() { return static_cast(offsetof(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714, ___head_0)); } inline ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * get_head_0() const { return ___head_0; } inline ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 ** get_address_of_head_0() { return &___head_0; } inline void set_head_0(ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3 * value) { ___head_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value); } inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714, ___parent_1)); } inline Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * get_parent_1() const { return ___parent_1; } inline Component_t015539CFEAEEBFD7619041FE006475373E0D71DF ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (void*)value); } }; // System.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.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 : public RuntimeObject { public: // System.Text.RegularExpressions.RegexRunner System.Text.RegularExpressions.ExclusiveReference::_ref RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * ____ref_0; // System.Object System.Text.RegularExpressions.ExclusiveReference::_obj RuntimeObject * ____obj_1; // System.Int32 System.Text.RegularExpressions.ExclusiveReference::_locked int32_t ____locked_2; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____ref_0)); } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * get__ref_0() const { return ____ref_0; } inline RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(RegexRunner_t1A33A1310B80DBCFF08E50D45B5D50E0B93CB934 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__obj_1() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____obj_1)); } inline RuntimeObject * get__obj_1() const { return ____obj_1; } inline RuntimeObject ** get_address_of__obj_1() { return &____obj_1; } inline void set__obj_1(RuntimeObject * value) { ____obj_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____obj_1), (void*)value); } inline static int32_t get_offset_of__locked_2() { return static_cast(offsetof(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8, ____locked_2)); } inline int32_t get__locked_2() const { return ____locked_2; } inline int32_t* get_address_of__locked_2() { return &____locked_2; } inline void set__locked_2(int32_t value) { ____locked_2 = value; } }; // System.Net.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.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject * ___lockCookie_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_nameHash_2() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___nameHash_2)); } inline int32_t get_nameHash_2() const { return ___nameHash_2; } inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; } inline void set_nameHash_2(int32_t value) { ___nameHash_2 = value; } inline static int32_t get_offset_of_attributeCollection_3() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributeCollection_3)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_attributeCollection_3() const { return ___attributeCollection_3; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; } inline void set_attributeCollection_3(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___attributeCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributes_4)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_attributes_4() const { return ___attributes_4; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___attributes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value); } inline static int32_t get_offset_of_originalAttributes_5() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___originalAttributes_5)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_originalAttributes_5() const { return ___originalAttributes_5; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_originalAttributes_5() { return &___originalAttributes_5; } inline void set_originalAttributes_5(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___originalAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value); } inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFiltered_6)); } inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; } inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; } inline void set_attributesFiltered_6(bool value) { ___attributesFiltered_6 = value; } inline static int32_t get_offset_of_attributesFilled_7() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFilled_7)); } inline bool get_attributesFilled_7() const { return ___attributesFilled_7; } inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; } inline void set_attributesFilled_7(bool value) { ___attributesFilled_7 = value; } inline static int32_t get_offset_of_metadataVersion_8() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___metadataVersion_8)); } inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; } inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; } inline void set_metadataVersion_8(int32_t value) { ___metadataVersion_8 = value; } inline static int32_t get_offset_of_category_9() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___category_9)); } inline String_t* get_category_9() const { return ___category_9; } inline String_t** get_address_of_category_9() { return &___category_9; } inline void set_category_9(String_t* value) { ___category_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value); } inline static int32_t get_offset_of_description_10() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___description_10)); } inline String_t* get_description_10() const { return ___description_10; } inline String_t** get_address_of_description_10() { return &___description_10; } inline void set_description_10(String_t* value) { ___description_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value); } inline static int32_t get_offset_of_lockCookie_11() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___lockCookie_11)); } inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; } inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; } inline void set_lockCookie_11(RuntimeObject * value) { ___lockCookie_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 : public RuntimeObject { public: public: }; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly bool ____readOnly_0; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____entriesArray_1; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer RuntimeObject* ____keyComparer_2; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____entriesTable_3; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * ____nullKeyEntry_4; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____serializationInfo_5; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version int32_t ____version_6; // System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of__readOnly_0() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____readOnly_0)); } inline bool get__readOnly_0() const { return ____readOnly_0; } inline bool* get_address_of__readOnly_0() { return &____readOnly_0; } inline void set__readOnly_0(bool value) { ____readOnly_0 = value; } inline static int32_t get_offset_of__entriesArray_1() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____entriesArray_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__entriesArray_1() const { return ____entriesArray_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__entriesArray_1() { return &____entriesArray_1; } inline void set__entriesArray_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____entriesArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____entriesArray_1), (void*)value); } inline static int32_t get_offset_of__keyComparer_2() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____keyComparer_2)); } inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; } inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; } inline void set__keyComparer_2(RuntimeObject* value) { ____keyComparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyComparer_2), (void*)value); } inline static int32_t get_offset_of__entriesTable_3() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____entriesTable_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__entriesTable_3() const { return ____entriesTable_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__entriesTable_3() { return &____entriesTable_3; } inline void set__entriesTable_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____entriesTable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____entriesTable_3), (void*)value); } inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____nullKeyEntry_4)); } inline NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; } inline NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; } inline void set__nullKeyEntry_4(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * value) { ____nullKeyEntry_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullKeyEntry_4), (void*)value); } inline static int32_t get_offset_of__serializationInfo_5() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____serializationInfo_5)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__serializationInfo_5() const { return ____serializationInfo_5; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; } inline void set__serializationInfo_5(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____serializationInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializationInfo_5), (void*)value); } inline static int32_t get_offset_of__version_6() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____version_6)); } inline int32_t get__version_6() const { return ____version_6; } inline int32_t* get_address_of__version_6() { return &____version_6; } inline void set__version_6(int32_t value) { ____version_6 = value; } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)value); } }; struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields { public: // System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ___defaultComparer_8; public: inline static int32_t get_offset_of_defaultComparer_8() { return static_cast(offsetof(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields, ___defaultComparer_8)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get_defaultComparer_8() const { return ___defaultComparer_8; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of_defaultComparer_8() { return &___defaultComparer_8; } inline void set_defaultComparer_8(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ___defaultComparer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_8), (void*)value); } }; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 : public RuntimeObject { public: // System.String System.Net.NetworkCredential::m_domain String_t* ___m_domain_0; // System.String System.Net.NetworkCredential::m_userName String_t* ___m_userName_1; // System.Security.SecureString System.Net.NetworkCredential::m_password SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_password_2; public: inline static int32_t get_offset_of_m_domain_0() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_domain_0)); } inline String_t* get_m_domain_0() const { return ___m_domain_0; } inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; } inline void set_m_domain_0(String_t* value) { ___m_domain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domain_0), (void*)value); } inline static int32_t get_offset_of_m_userName_1() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_userName_1)); } inline String_t* get_m_userName_1() const { return ___m_userName_1; } inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; } inline void set_m_userName_1(String_t* value) { ___m_userName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_userName_1), (void*)value); } inline static int32_t get_offset_of_m_password_2() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_password_2)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_password_2() const { return ___m_password_2; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_password_2() { return &___m_password_2; } inline void set_m_password_2(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_password_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_password_2), (void*)value); } }; // System.Net.NtlmClient struct NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 : public RuntimeObject { public: // System.Net.IAuthenticationModule System.Net.NtlmClient::authObject RuntimeObject* ___authObject_0; public: inline static int32_t get_offset_of_authObject_0() { return static_cast(offsetof(NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8, ___authObject_0)); } inline RuntimeObject* get_authObject_0() const { return ___authObject_0; } inline RuntimeObject** get_address_of_authObject_0() { return &___authObject_0; } inline void set_authObject_0(RuntimeObject* value) { ___authObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___authObject_0), (void*)value); } }; // System.Net.PathList struct PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 : public RuntimeObject { public: // System.Collections.SortedList System.Net.PathList::m_list SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21, ___m_list_0)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_m_list_0() const { return ___m_list_0; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_0), (void*)value); } }; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F : public RuntimeObject { public: // System.Collections.IDictionary System.ComponentModel.PropertyDescriptorCollection::cachedFoundProperties RuntimeObject* ___cachedFoundProperties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::cachedIgnoreCase bool ___cachedIgnoreCase_2; // System.ComponentModel.PropertyDescriptor[] System.ComponentModel.PropertyDescriptorCollection::properties PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties_3; // System.Int32 System.ComponentModel.PropertyDescriptorCollection::propCount int32_t ___propCount_4; // System.String[] System.ComponentModel.PropertyDescriptorCollection::namedSort StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___namedSort_5; // System.Collections.IComparer System.ComponentModel.PropertyDescriptorCollection::comparer RuntimeObject* ___comparer_6; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::propsOwned bool ___propsOwned_7; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::needSort bool ___needSort_8; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_9; public: inline static int32_t get_offset_of_cachedFoundProperties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedFoundProperties_1)); } inline RuntimeObject* get_cachedFoundProperties_1() const { return ___cachedFoundProperties_1; } inline RuntimeObject** get_address_of_cachedFoundProperties_1() { return &___cachedFoundProperties_1; } inline void set_cachedFoundProperties_1(RuntimeObject* value) { ___cachedFoundProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedFoundProperties_1), (void*)value); } inline static int32_t get_offset_of_cachedIgnoreCase_2() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___cachedIgnoreCase_2)); } inline bool get_cachedIgnoreCase_2() const { return ___cachedIgnoreCase_2; } inline bool* get_address_of_cachedIgnoreCase_2() { return &___cachedIgnoreCase_2; } inline void set_cachedIgnoreCase_2(bool value) { ___cachedIgnoreCase_2 = value; } inline static int32_t get_offset_of_properties_3() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___properties_3)); } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* get_properties_3() const { return ___properties_3; } inline PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75** get_address_of_properties_3() { return &___properties_3; } inline void set_properties_3(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* value) { ___properties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_3), (void*)value); } inline static int32_t get_offset_of_propCount_4() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propCount_4)); } inline int32_t get_propCount_4() const { return ___propCount_4; } inline int32_t* get_address_of_propCount_4() { return &___propCount_4; } inline void set_propCount_4(int32_t value) { ___propCount_4 = value; } inline static int32_t get_offset_of_namedSort_5() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___namedSort_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_namedSort_5() const { return ___namedSort_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_namedSort_5() { return &___namedSort_5; } inline void set_namedSort_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___namedSort_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedSort_5), (void*)value); } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_propsOwned_7() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___propsOwned_7)); } inline bool get_propsOwned_7() const { return ___propsOwned_7; } inline bool* get_address_of_propsOwned_7() { return &___propsOwned_7; } inline void set_propsOwned_7(bool value) { ___propsOwned_7 = value; } inline static int32_t get_offset_of_needSort_8() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___needSort_8)); } inline bool get_needSort_8() const { return ___needSort_8; } inline bool* get_address_of_needSort_8() { return &___needSort_8; } inline void set_needSort_8(bool value) { ___needSort_8 = value; } inline static int32_t get_offset_of_readOnly_9() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F, ___readOnly_9)); } inline bool get_readOnly_9() const { return ___readOnly_9; } inline bool* get_address_of_readOnly_9() { return &___readOnly_9; } inline void set_readOnly_9(bool value) { ___readOnly_9 = value; } }; struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Configuration.Provider.ProviderCollection struct ProviderCollection_tB8CF526057310ED2BA947A8BAC189D547F8AB977 : public RuntimeObject { public: public: }; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492, ___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.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 : public RuntimeObject { public: // System.Int32[] System.Text.RegularExpressions.RegexCode::_codes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____codes_48; // System.String[] System.Text.RegularExpressions.RegexCode::_strings StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____strings_49; // System.Int32 System.Text.RegularExpressions.RegexCode::_trackcount int32_t ____trackcount_50; // System.Collections.Hashtable System.Text.RegularExpressions.RegexCode::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_51; // System.Int32 System.Text.RegularExpressions.RegexCode::_capsize int32_t ____capsize_52; // System.Text.RegularExpressions.RegexPrefix System.Text.RegularExpressions.RegexCode::_fcPrefix RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * ____fcPrefix_53; // System.Text.RegularExpressions.RegexBoyerMoore System.Text.RegularExpressions.RegexCode::_bmPrefix RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * ____bmPrefix_54; // System.Int32 System.Text.RegularExpressions.RegexCode::_anchors int32_t ____anchors_55; // System.Boolean System.Text.RegularExpressions.RegexCode::_rightToLeft bool ____rightToLeft_56; public: inline static int32_t get_offset_of__codes_48() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____codes_48)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__codes_48() const { return ____codes_48; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__codes_48() { return &____codes_48; } inline void set__codes_48(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____codes_48 = value; Il2CppCodeGenWriteBarrier((void**)(&____codes_48), (void*)value); } inline static int32_t get_offset_of__strings_49() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____strings_49)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__strings_49() const { return ____strings_49; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__strings_49() { return &____strings_49; } inline void set__strings_49(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____strings_49 = value; Il2CppCodeGenWriteBarrier((void**)(&____strings_49), (void*)value); } inline static int32_t get_offset_of__trackcount_50() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____trackcount_50)); } inline int32_t get__trackcount_50() const { return ____trackcount_50; } inline int32_t* get_address_of__trackcount_50() { return &____trackcount_50; } inline void set__trackcount_50(int32_t value) { ____trackcount_50 = value; } inline static int32_t get_offset_of__caps_51() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____caps_51)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_51() const { return ____caps_51; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_51() { return &____caps_51; } inline void set__caps_51(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_51 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_51), (void*)value); } inline static int32_t get_offset_of__capsize_52() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____capsize_52)); } inline int32_t get__capsize_52() const { return ____capsize_52; } inline int32_t* get_address_of__capsize_52() { return &____capsize_52; } inline void set__capsize_52(int32_t value) { ____capsize_52 = value; } inline static int32_t get_offset_of__fcPrefix_53() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____fcPrefix_53)); } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * get__fcPrefix_53() const { return ____fcPrefix_53; } inline RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 ** get_address_of__fcPrefix_53() { return &____fcPrefix_53; } inline void set__fcPrefix_53(RegexPrefix_t1563C82A76799B0B018F5EBD6EC068158BE50301 * value) { ____fcPrefix_53 = value; Il2CppCodeGenWriteBarrier((void**)(&____fcPrefix_53), (void*)value); } inline static int32_t get_offset_of__bmPrefix_54() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____bmPrefix_54)); } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * get__bmPrefix_54() const { return ____bmPrefix_54; } inline RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 ** get_address_of__bmPrefix_54() { return &____bmPrefix_54; } inline void set__bmPrefix_54(RegexBoyerMoore_t43FE488EFF3EE20D1092216B7E62D954F78167D2 * value) { ____bmPrefix_54 = value; Il2CppCodeGenWriteBarrier((void**)(&____bmPrefix_54), (void*)value); } inline static int32_t get_offset_of__anchors_55() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____anchors_55)); } inline int32_t get__anchors_55() const { return ____anchors_55; } inline int32_t* get_address_of__anchors_55() { return &____anchors_55; } inline void set__anchors_55(int32_t value) { ____anchors_55 = value; } inline static int32_t get_offset_of__rightToLeft_56() { return static_cast(offsetof(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5, ____rightToLeft_56)); } inline bool get__rightToLeft_56() const { return ____rightToLeft_56; } inline bool* get_address_of__rightToLeft_56() { return &____rightToLeft_56; } inline void set__rightToLeft_56(bool value) { ____rightToLeft_56 = value; } }; // System.Resources.ResourceSet struct ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F : public RuntimeObject { public: // System.Resources.IResourceReader System.Resources.ResourceSet::Reader RuntimeObject* ___Reader_0; // System.Collections.Hashtable System.Resources.ResourceSet::Table Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___Table_1; // System.Collections.Hashtable System.Resources.ResourceSet::_caseInsensitiveTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caseInsensitiveTable_2; public: inline static int32_t get_offset_of_Reader_0() { return static_cast(offsetof(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F, ___Reader_0)); } inline RuntimeObject* get_Reader_0() const { return ___Reader_0; } inline RuntimeObject** get_address_of_Reader_0() { return &___Reader_0; } inline void set_Reader_0(RuntimeObject* value) { ___Reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reader_0), (void*)value); } inline static int32_t get_offset_of_Table_1() { return static_cast(offsetof(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F, ___Table_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_Table_1() const { return ___Table_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_Table_1() { return &___Table_1; } inline void set_Table_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___Table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Table_1), (void*)value); } inline static int32_t get_offset_of__caseInsensitiveTable_2() { return static_cast(offsetof(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F, ____caseInsensitiveTable_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caseInsensitiveTable_2() const { return ____caseInsensitiveTable_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caseInsensitiveTable_2() { return &____caseInsensitiveTable_2; } inline void set__caseInsensitiveTable_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caseInsensitiveTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____caseInsensitiveTable_2), (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.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA : public RuntimeObject { public: // System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::m_ValidationCallback RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___m_ValidationCallback_0; // System.Threading.ExecutionContext System.Net.ServerCertValidationCallback::m_Context ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_Context_1; public: inline static int32_t get_offset_of_m_ValidationCallback_0() { return static_cast(offsetof(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA, ___m_ValidationCallback_0)); } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * get_m_ValidationCallback_0() const { return ___m_ValidationCallback_0; } inline RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 ** get_address_of_m_ValidationCallback_0() { return &___m_ValidationCallback_0; } inline void set_m_ValidationCallback_0(RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * value) { ___m_ValidationCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ValidationCallback_0), (void*)value); } inline static int32_t get_offset_of_m_Context_1() { return static_cast(offsetof(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA, ___m_Context_1)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_Context_1() const { return ___m_Context_1; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_Context_1() { return &___m_Context_1; } inline void set_m_Context_1(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_Context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Context_1), (void*)value); } }; // System.Configuration.SettingsBase struct SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 : public RuntimeObject { public: public: }; // System.Configuration.SettingsPropertyCollection struct SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 : public RuntimeObject { public: public: }; // System.Configuration.SettingsPropertyValueCollection struct SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 : public RuntimeObject { public: public: }; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 : public RuntimeObject { public: // System.WeakReference System.Text.RegularExpressions.SharedReference::_ref WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ____ref_0; // System.Int32 System.Text.RegularExpressions.SharedReference::_locked int32_t ____locked_1; public: inline static int32_t get_offset_of__ref_0() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____ref_0)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get__ref_0() const { return ____ref_0; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of__ref_0() { return &____ref_0; } inline void set__ref_0(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ____ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ref_0), (void*)value); } inline static int32_t get_offset_of__locked_1() { return static_cast(offsetof(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926, ____locked_1)); } inline int32_t get__locked_1() const { return ____locked_1; } inline int32_t* get_address_of__locked_1() { return &____locked_1; } inline void set__locked_1(int32_t value) { ____locked_1 = 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.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCulture_0)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinal_2)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.Diagnostics.Switch struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC : public RuntimeObject { public: // System.String System.Diagnostics.Switch::description String_t* ___description_0; // System.String System.Diagnostics.Switch::displayName String_t* ___displayName_1; // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Diagnostics.Switch::switchValueString String_t* ___switchValueString_2; // System.String System.Diagnostics.Switch::defaultValue String_t* ___defaultValue_3; public: inline static int32_t get_offset_of_description_0() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___description_0)); } inline String_t* get_description_0() const { return ___description_0; } inline String_t** get_address_of_description_0() { return &___description_0; } inline void set_description_0(String_t* value) { ___description_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___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_switchValueString_2() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___switchValueString_2)); } inline String_t* get_switchValueString_2() const { return ___switchValueString_2; } inline String_t** get_address_of_switchValueString_2() { return &___switchValueString_2; } inline void set_switchValueString_2(String_t* value) { ___switchValueString_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___switchValueString_2), (void*)value); } inline static int32_t get_offset_of_defaultValue_3() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC, ___defaultValue_3)); } inline String_t* get_defaultValue_3() const { return ___defaultValue_3; } inline String_t** get_address_of_defaultValue_3() { return &___defaultValue_3; } inline void set_defaultValue_3(String_t* value) { ___defaultValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValue_3), (void*)value); } }; struct Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields { public: // System.Collections.Generic.List`1 System.Diagnostics.Switch::switches List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * ___switches_4; // System.Int32 System.Diagnostics.Switch::s_LastCollectionCount int32_t ___s_LastCollectionCount_5; public: inline static int32_t get_offset_of_switches_4() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields, ___switches_4)); } inline List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * get_switches_4() const { return ___switches_4; } inline List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 ** get_address_of_switches_4() { return &___switches_4; } inline void set_switches_4(List_1_t5D5EB1A9048F1180561855E6150AA537292D77C4 * value) { ___switches_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___switches_4), (void*)value); } inline static int32_t get_offset_of_s_LastCollectionCount_5() { return static_cast(offsetof(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_StaticFields, ___s_LastCollectionCount_5)); } inline int32_t get_s_LastCollectionCount_5() const { return ___s_LastCollectionCount_5; } inline int32_t* get_address_of_s_LastCollectionCount_5() { return &___s_LastCollectionCount_5; } inline void set_s_LastCollectionCount_5(int32_t value) { ___s_LastCollectionCount_5 = 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.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.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject { public: public: }; struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields { public: // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; public: inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___IsTextualNodeBitmap_0)); } inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; } inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; } inline void set_IsTextualNodeBitmap_0(uint32_t value) { ___IsTextualNodeBitmap_0 = value; } inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___CanReadContentAsBitmap_1)); } inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; } inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; } inline void set_CanReadContentAsBitmap_1(uint32_t value) { ___CanReadContentAsBitmap_1 = value; } inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___HasValueBitmap_2)); } inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; } inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; } inline void set_HasValueBitmap_2(uint32_t value) { ___HasValueBitmap_2 = value; } }; // 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.TypeConverter/StandardValuesCollection struct StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 : public RuntimeObject { public: // System.Collections.ICollection System.ComponentModel.TypeConverter/StandardValuesCollection::values RuntimeObject* ___values_0; // System.Array System.ComponentModel.TypeConverter/StandardValuesCollection::valueArray RuntimeArray * ___valueArray_1; public: inline static int32_t get_offset_of_values_0() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___values_0)); } inline RuntimeObject* get_values_0() const { return ___values_0; } inline RuntimeObject** get_address_of_values_0() { return &___values_0; } inline void set_values_0(RuntimeObject* value) { ___values_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_0), (void*)value); } inline static int32_t get_offset_of_valueArray_1() { return static_cast(offsetof(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1, ___valueArray_1)); } inline RuntimeArray * get_valueArray_1() const { return ___valueArray_1; } inline RuntimeArray ** get_address_of_valueArray_1() { return &___valueArray_1; } inline void set_valueArray_1(RuntimeArray * value) { ___valueArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueArray_1), (void*)value); } }; // System.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.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_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.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___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(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___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.Generic.KeyValuePair`2 struct KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE, ___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(KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE, ___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.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.ValueTuple`2 struct ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE { public: // T1 System.ValueTuple`2::Item1 int32_t ___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_t09889C82553E88C15C307F32ADD6F843F46373FE, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE, ___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.ComponentModel.AddingNewEventArgs struct AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.ComponentModel.AddingNewEventArgs::newObject RuntimeObject * ___newObject_1; public: inline static int32_t get_offset_of_newObject_1() { return static_cast(offsetof(AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1, ___newObject_1)); } inline RuntimeObject * get_newObject_1() const { return ___newObject_1; } inline RuntimeObject ** get_address_of_newObject_1() { return &___newObject_1; } inline void set_newObject_1(RuntimeObject * value) { ___newObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___newObject_1), (void*)value); } }; // System.ComponentModel.AmbientValueAttribute struct AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Object System.ComponentModel.AmbientValueAttribute::value RuntimeObject * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B, ___value_0)); } inline RuntimeObject * get_value_0() const { return ___value_0; } inline RuntimeObject ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RuntimeObject * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_0), (void*)value); } }; // System.Configuration.ApplicationSettingsBase struct ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 : public SettingsBase_t3DC3CE93E37E20C2EEBC1555E08AFF8D46260250 { public: public: }; // System.Configuration.ApplicationSettingsGroup struct ApplicationSettingsGroup_tBAE47C1009EB22F7314E2831DEA3F062840F711D : public ConfigurationSectionGroup_t296AB4B6FC2E1B9BEDFEEAC3DB0E24AE061D32CF { public: public: }; // System.ComponentModel.AsyncCompletedEventArgs struct AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Exception System.ComponentModel.AsyncCompletedEventArgs::error Exception_t * ___error_1; // System.Boolean System.ComponentModel.AsyncCompletedEventArgs::cancelled bool ___cancelled_2; // System.Object System.ComponentModel.AsyncCompletedEventArgs::userState RuntimeObject * ___userState_3; public: inline static int32_t get_offset_of_error_1() { return static_cast(offsetof(AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038, ___error_1)); } inline Exception_t * get_error_1() const { return ___error_1; } inline Exception_t ** get_address_of_error_1() { return &___error_1; } inline void set_error_1(Exception_t * value) { ___error_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_1), (void*)value); } inline static int32_t get_offset_of_cancelled_2() { return static_cast(offsetof(AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038, ___cancelled_2)); } inline bool get_cancelled_2() const { return ___cancelled_2; } inline bool* get_address_of_cancelled_2() { return &___cancelled_2; } inline void set_cancelled_2(bool value) { ___cancelled_2 = value; } inline static int32_t get_offset_of_userState_3() { return static_cast(offsetof(AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038, ___userState_3)); } inline RuntimeObject * get_userState_3() const { return ___userState_3; } inline RuntimeObject ** get_address_of_userState_3() { return &___userState_3; } inline void set_userState_3(RuntimeObject * value) { ___userState_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___userState_3), (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; }; // Mono.Net.Security.AsyncReadOrWriteRequest struct AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 : public AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 { public: // Mono.Net.Security.BufferOffsetSize Mono.Net.Security.AsyncReadOrWriteRequest::k__BackingField BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___U3CUserBufferU3Ek__BackingField_7; // System.Int32 Mono.Net.Security.AsyncReadOrWriteRequest::k__BackingField int32_t ___U3CCurrentSizeU3Ek__BackingField_8; public: inline static int32_t get_offset_of_U3CUserBufferU3Ek__BackingField_7() { return static_cast(offsetof(AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81, ___U3CUserBufferU3Ek__BackingField_7)); } inline BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * get_U3CUserBufferU3Ek__BackingField_7() const { return ___U3CUserBufferU3Ek__BackingField_7; } inline BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD ** get_address_of_U3CUserBufferU3Ek__BackingField_7() { return &___U3CUserBufferU3Ek__BackingField_7; } inline void set_U3CUserBufferU3Ek__BackingField_7(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * value) { ___U3CUserBufferU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserBufferU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CCurrentSizeU3Ek__BackingField_8() { return static_cast(offsetof(AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81, ___U3CCurrentSizeU3Ek__BackingField_8)); } inline int32_t get_U3CCurrentSizeU3Ek__BackingField_8() const { return ___U3CCurrentSizeU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CCurrentSizeU3Ek__BackingField_8() { return &___U3CCurrentSizeU3Ek__BackingField_8; } inline void set_U3CCurrentSizeU3Ek__BackingField_8(int32_t value) { ___U3CCurrentSizeU3Ek__BackingField_8 = value; } }; // System.ComponentModel.AttributeProviderAttribute struct AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.AttributeProviderAttribute::_typeName String_t* ____typeName_0; // System.String System.ComponentModel.AttributeProviderAttribute::_propertyName String_t* ____propertyName_1; public: inline static int32_t get_offset_of__typeName_0() { return static_cast(offsetof(AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0, ____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); } inline static int32_t get_offset_of__propertyName_1() { return static_cast(offsetof(AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0, ____propertyName_1)); } inline String_t* get__propertyName_1() const { return ____propertyName_1; } inline String_t** get_address_of__propertyName_1() { return &____propertyName_1; } inline void set__propertyName_1(String_t* value) { ____propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyName_1), (void*)value); } }; // System.Net.Configuration.AuthenticationModuleElement struct AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Collections.Specialized.BitVector32 struct BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 { public: // System.UInt32 System.Collections.Specialized.BitVector32::data uint32_t ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968, ___data_0)); } inline uint32_t get_data_0() const { return ___data_0; } inline uint32_t* get_address_of_data_0() { return &___data_0; } inline void set_data_0(uint32_t value) { ___data_0 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Diagnostics.BooleanSwitch struct BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 : public Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC { public: public: }; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.BrowsableAttribute::browsable bool ___browsable_3; public: inline static int32_t get_offset_of_browsable_3() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2, ___browsable_3)); } inline bool get_browsable_3() const { return ___browsable_3; } inline bool* get_address_of_browsable_3() { return &___browsable_3; } inline void set_browsable_3(bool value) { ___browsable_3 = value; } }; struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields { public: // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Yes BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Yes_0; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::No BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___No_1; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Default BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Yes_0)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Yes_0() const { return ___Yes_0; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___No_1)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_No_1() const { return ___No_1; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Default_2)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Default_2() const { return ___Default_2; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // 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.Net.Configuration.BypassElement struct BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.ComponentModel.CancelEventArgs struct CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Boolean System.ComponentModel.CancelEventArgs::cancel bool ___cancel_1; public: inline static int32_t get_offset_of_cancel_1() { return static_cast(offsetof(CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67, ___cancel_1)); } inline bool get_cancel_1() const { return ___cancel_1; } inline bool* get_address_of_cancel_1() { return &___cancel_1; } inline void set_cancel_1(bool value) { ___cancel_1 = value; } }; // System.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.ComponentModel.CategoryAttribute struct CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.CategoryAttribute::localized bool ___localized_14; // System.String System.ComponentModel.CategoryAttribute::categoryValue String_t* ___categoryValue_15; public: inline static int32_t get_offset_of_localized_14() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8, ___localized_14)); } inline bool get_localized_14() const { return ___localized_14; } inline bool* get_address_of_localized_14() { return &___localized_14; } inline void set_localized_14(bool value) { ___localized_14 = value; } inline static int32_t get_offset_of_categoryValue_15() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8, ___categoryValue_15)); } inline String_t* get_categoryValue_15() const { return ___categoryValue_15; } inline String_t** get_address_of_categoryValue_15() { return &___categoryValue_15; } inline void set_categoryValue_15(String_t* value) { ___categoryValue_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryValue_15), (void*)value); } }; struct CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields { public: // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::appearance CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___appearance_0; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::asynchronous CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___asynchronous_1; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::behavior CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___behavior_2; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::data CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___data_3; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::design CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___design_4; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::action CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___action_5; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::format CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___format_6; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::layout CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___layout_7; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::mouse CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___mouse_8; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::key CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___key_9; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::focus CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___focus_10; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::windowStyle CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___windowStyle_11; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::dragDrop CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___dragDrop_12; // System.ComponentModel.CategoryAttribute modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.CategoryAttribute::defAttr CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * ___defAttr_13; public: inline static int32_t get_offset_of_appearance_0() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___appearance_0)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_appearance_0() const { return ___appearance_0; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_appearance_0() { return &___appearance_0; } inline void set_appearance_0(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___appearance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___appearance_0), (void*)value); } inline static int32_t get_offset_of_asynchronous_1() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___asynchronous_1)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_asynchronous_1() const { return ___asynchronous_1; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_asynchronous_1() { return &___asynchronous_1; } inline void set_asynchronous_1(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___asynchronous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___asynchronous_1), (void*)value); } inline static int32_t get_offset_of_behavior_2() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___behavior_2)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_behavior_2() const { return ___behavior_2; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_behavior_2() { return &___behavior_2; } inline void set_behavior_2(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___behavior_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___behavior_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___data_3)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_data_3() const { return ___data_3; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_data_3() { return &___data_3; } inline void set_data_3(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } inline static int32_t get_offset_of_design_4() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___design_4)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_design_4() const { return ___design_4; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_design_4() { return &___design_4; } inline void set_design_4(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___design_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___design_4), (void*)value); } inline static int32_t get_offset_of_action_5() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___action_5)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_action_5() const { return ___action_5; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_action_5() { return &___action_5; } inline void set_action_5(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_5), (void*)value); } inline static int32_t get_offset_of_format_6() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___format_6)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_format_6() const { return ___format_6; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_format_6() { return &___format_6; } inline void set_format_6(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___format_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_6), (void*)value); } inline static int32_t get_offset_of_layout_7() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___layout_7)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_layout_7() const { return ___layout_7; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_layout_7() { return &___layout_7; } inline void set_layout_7(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___layout_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___layout_7), (void*)value); } inline static int32_t get_offset_of_mouse_8() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___mouse_8)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_mouse_8() const { return ___mouse_8; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_mouse_8() { return &___mouse_8; } inline void set_mouse_8(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___mouse_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouse_8), (void*)value); } inline static int32_t get_offset_of_key_9() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___key_9)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_key_9() const { return ___key_9; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_key_9() { return &___key_9; } inline void set_key_9(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___key_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_9), (void*)value); } inline static int32_t get_offset_of_focus_10() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___focus_10)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_focus_10() const { return ___focus_10; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_focus_10() { return &___focus_10; } inline void set_focus_10(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___focus_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___focus_10), (void*)value); } inline static int32_t get_offset_of_windowStyle_11() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___windowStyle_11)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_windowStyle_11() const { return ___windowStyle_11; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_windowStyle_11() { return &___windowStyle_11; } inline void set_windowStyle_11(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___windowStyle_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___windowStyle_11), (void*)value); } inline static int32_t get_offset_of_dragDrop_12() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___dragDrop_12)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_dragDrop_12() const { return ___dragDrop_12; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_dragDrop_12() { return &___dragDrop_12; } inline void set_dragDrop_12(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___dragDrop_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___dragDrop_12), (void*)value); } inline static int32_t get_offset_of_defAttr_13() { return static_cast(offsetof(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields, ___defAttr_13)); } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * get_defAttr_13() const { return ___defAttr_13; } inline CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 ** get_address_of_defAttr_13() { return &___defAttr_13; } inline void set_defAttr_13(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * value) { ___defAttr_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___defAttr_13), (void*)value); } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Net.NetworkInformation.CommonUnixIPGlobalProperties struct CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 : public IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 { public: public: }; // System.ComponentModel.ComplexBindingPropertiesAttribute struct ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.ComplexBindingPropertiesAttribute::dataSource String_t* ___dataSource_0; // System.String System.ComponentModel.ComplexBindingPropertiesAttribute::dataMember String_t* ___dataMember_1; public: inline static int32_t get_offset_of_dataSource_0() { return static_cast(offsetof(ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E, ___dataSource_0)); } inline String_t* get_dataSource_0() const { return ___dataSource_0; } inline String_t** get_address_of_dataSource_0() { return &___dataSource_0; } inline void set_dataSource_0(String_t* value) { ___dataSource_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataSource_0), (void*)value); } inline static int32_t get_offset_of_dataMember_1() { return static_cast(offsetof(ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E, ___dataMember_1)); } inline String_t* get_dataMember_1() const { return ___dataMember_1; } inline String_t** get_address_of_dataMember_1() { return &___dataMember_1; } inline void set_dataMember_1(String_t* value) { ___dataMember_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataMember_1), (void*)value); } }; struct ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_StaticFields { public: // System.ComponentModel.ComplexBindingPropertiesAttribute System.ComponentModel.ComplexBindingPropertiesAttribute::Default ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * ___Default_2; public: inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_StaticFields, ___Default_2)); } inline ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * get_Default_2() const { return ___Default_2; } inline ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.ComponentModel.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.ComponentModel.ISite System.ComponentModel.Component::site RuntimeObject* ___site_2; // System.ComponentModel.EventHandlerList System.ComponentModel.Component::events EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * ___events_3; public: inline static int32_t get_offset_of_site_2() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___site_2)); } inline RuntimeObject* get_site_2() const { return ___site_2; } inline RuntimeObject** get_address_of_site_2() { return &___site_2; } inline void set_site_2(RuntimeObject* value) { ___site_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___site_2), (void*)value); } inline static int32_t get_offset_of_events_3() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___events_3)); } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * get_events_3() const { return ___events_3; } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 ** get_address_of_events_3() { return &___events_3; } inline void set_events_3(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * value) { ___events_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_3), (void*)value); } }; struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields { public: // System.Object System.ComponentModel.Component::EventDisposed RuntimeObject * ___EventDisposed_1; public: inline static int32_t get_offset_of_EventDisposed_1() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields, ___EventDisposed_1)); } inline RuntimeObject * get_EventDisposed_1() const { return ___EventDisposed_1; } inline RuntimeObject ** get_address_of_EventDisposed_1() { return &___EventDisposed_1; } inline void set_EventDisposed_1(RuntimeObject * value) { ___EventDisposed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_1), (void*)value); } }; // System.ComponentModel.ComponentCollection struct ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 : public ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 { public: public: }; // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Configuration.ConfigurationSection struct ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Net.Configuration.ConnectionManagementElement struct ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // 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.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____capcoll_6; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_7; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__capcoll_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcoll_6)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__capcoll_6() const { return ____capcoll_6; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__capcoll_6() { return &____capcoll_6; } inline void set__capcoll_6(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____capcoll_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____capcoll_6), (void*)value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_7), (void*)value); } }; struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Net.IPEndPoint struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E : public EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___m_Address_0; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_1; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Address_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_m_Address_0() const { return ___m_Address_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___m_Address_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Address_0), (void*)value); } inline static int32_t get_offset_of_m_Port_1() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E, ___m_Port_1)); } inline int32_t get_m_Port_1() const { return ___m_Port_1; } inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; } inline void set_m_Port_1(int32_t value) { ___m_Port_1 = value; } }; struct IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___Any_2; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___IPv6Any_3; public: inline static int32_t get_offset_of_Any_2() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___Any_2)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_Any_2() const { return ___Any_2; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_Any_2() { return &___Any_2; } inline void set_Any_2(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___Any_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_2), (void*)value); } inline static int32_t get_offset_of_IPv6Any_3() { return static_cast(offsetof(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E_StaticFields, ___IPv6Any_3)); } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * get_IPv6Any_3() const { return ___IPv6Any_3; } inline IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; } inline void set_IPv6Any_3(IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * value) { ___IPv6Any_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_3), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { 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.ProgressChangedEventArgs struct ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Int32 System.ComponentModel.ProgressChangedEventArgs::progressPercentage int32_t ___progressPercentage_1; // System.Object System.ComponentModel.ProgressChangedEventArgs::userState RuntimeObject * ___userState_2; public: inline static int32_t get_offset_of_progressPercentage_1() { return static_cast(offsetof(ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684, ___progressPercentage_1)); } inline int32_t get_progressPercentage_1() const { return ___progressPercentage_1; } inline int32_t* get_address_of_progressPercentage_1() { return &___progressPercentage_1; } inline void set_progressPercentage_1(int32_t value) { ___progressPercentage_1 = value; } inline static int32_t get_offset_of_userState_2() { return static_cast(offsetof(ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684, ___userState_2)); } inline RuntimeObject * get_userState_2() const { return ___userState_2; } inline RuntimeObject ** get_address_of_userState_2() { return &___userState_2; } inline void set_userState_2(RuntimeObject * value) { ___userState_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___userState_2), (void*)value); } }; // System.ComponentModel.PropertyChangedEventArgs struct PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ComponentModel.PropertyChangedEventArgs::propertyName String_t* ___propertyName_1; public: inline static int32_t get_offset_of_propertyName_1() { return static_cast(offsetof(PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22, ___propertyName_1)); } inline String_t* get_propertyName_1() const { return ___propertyName_1; } inline String_t** get_address_of_propertyName_1() { return &___propertyName_1; } inline void set_propertyName_1(String_t* value) { ___propertyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyName_1), (void*)value); } }; // System.ComponentModel.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.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.Configuration.SettingAttribute struct SettingAttribute_tCF266C19965BA4997F1D45628D5DFA5B5E9F659A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Configuration.SettingsLoadedEventArgs struct SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: public: }; // System.Configuration.SettingsProviderCollection struct SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C : public ProviderCollection_tB8CF526057310ED2BA947A8BAC189D547F8AB977 { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___internal_thread_6)); } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContext_13)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___current_thread_11)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.Diagnostics.TraceSwitch struct TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D : public Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC { public: public: }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Security.Cryptography.X509Certificates.X509Certificate2Impl struct X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B : public X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 { 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; } }; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___implementation_1; // System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * ___domNameTable_2; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_4; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIdMap_5; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIDAttrDecl_6; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_7; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_8; // System.Boolean System.Xml.XmlDocument::reportValidity bool ___reportValidity_9; // System.Boolean System.Xml.XmlDocument::actualLoadingStatus bool ___actualLoadingStatus_10; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertingDelegate_11; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertedDelegate_12; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovingDelegate_13; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovedDelegate_14; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangingDelegate_15; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangedDelegate_16; // System.Boolean System.Xml.XmlDocument::fEntRefNodesPresent bool ___fEntRefNodesPresent_17; // System.Boolean System.Xml.XmlDocument::fCDataNodesPresent bool ___fCDataNodesPresent_18; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_19; // System.Boolean System.Xml.XmlDocument::isLoading bool ___isLoading_20; // System.String System.Xml.XmlDocument::strDocumentName String_t* ___strDocumentName_21; // System.String System.Xml.XmlDocument::strDocumentFragmentName String_t* ___strDocumentFragmentName_22; // System.String System.Xml.XmlDocument::strCommentName String_t* ___strCommentName_23; // System.String System.Xml.XmlDocument::strTextName String_t* ___strTextName_24; // System.String System.Xml.XmlDocument::strCDataSectionName String_t* ___strCDataSectionName_25; // System.String System.Xml.XmlDocument::strEntityName String_t* ___strEntityName_26; // System.String System.Xml.XmlDocument::strID String_t* ___strID_27; // System.String System.Xml.XmlDocument::strXmlns String_t* ___strXmlns_28; // System.String System.Xml.XmlDocument::strXml String_t* ___strXml_29; // System.String System.Xml.XmlDocument::strSpace String_t* ___strSpace_30; // System.String System.Xml.XmlDocument::strLang String_t* ___strLang_31; // System.String System.Xml.XmlDocument::strEmpty String_t* ___strEmpty_32; // System.String System.Xml.XmlDocument::strNonSignificantWhitespaceName String_t* ___strNonSignificantWhitespaceName_33; // System.String System.Xml.XmlDocument::strSignificantWhitespaceName String_t* ___strSignificantWhitespaceName_34; // System.String System.Xml.XmlDocument::strReservedXmlns String_t* ___strReservedXmlns_35; // System.String System.Xml.XmlDocument::strReservedXml String_t* ___strReservedXml_36; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_37; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver_38; // System.Boolean System.Xml.XmlDocument::bSetResolver bool ___bSetResolver_39; // System.Object System.Xml.XmlDocument::objLock RuntimeObject * ___objLock_40; // System.Xml.XmlAttribute System.Xml.XmlDocument::namespaceXml XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___namespaceXml_41; public: inline static int32_t get_offset_of_implementation_1() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___implementation_1)); } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * get_implementation_1() const { return ___implementation_1; } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 ** get_address_of_implementation_1() { return &___implementation_1; } inline void set_implementation_1(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * value) { ___implementation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___implementation_1), (void*)value); } inline static int32_t get_offset_of_domNameTable_2() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___domNameTable_2)); } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * get_domNameTable_2() const { return ___domNameTable_2; } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB ** get_address_of_domNameTable_2() { return &___domNameTable_2; } inline void set_domNameTable_2(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * value) { ___domNameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domNameTable_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___lastChild_3)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } inline static int32_t get_offset_of_entities_4() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___entities_4)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_4() const { return ___entities_4; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_4() { return &___entities_4; } inline void set_entities_4(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_4), (void*)value); } inline static int32_t get_offset_of_htElementIdMap_5() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIdMap_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIdMap_5() const { return ___htElementIdMap_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIdMap_5() { return &___htElementIdMap_5; } inline void set_htElementIdMap_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIdMap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIdMap_5), (void*)value); } inline static int32_t get_offset_of_htElementIDAttrDecl_6() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIDAttrDecl_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIDAttrDecl_6() const { return ___htElementIDAttrDecl_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIDAttrDecl_6() { return &___htElementIDAttrDecl_6; } inline void set_htElementIDAttrDecl_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIDAttrDecl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIDAttrDecl_6), (void*)value); } inline static int32_t get_offset_of_schemaInfo_7() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemaInfo_7)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_7() const { return ___schemaInfo_7; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_7() { return &___schemaInfo_7; } inline void set_schemaInfo_7(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_7), (void*)value); } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemas_8)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_8), (void*)value); } inline static int32_t get_offset_of_reportValidity_9() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___reportValidity_9)); } inline bool get_reportValidity_9() const { return ___reportValidity_9; } inline bool* get_address_of_reportValidity_9() { return &___reportValidity_9; } inline void set_reportValidity_9(bool value) { ___reportValidity_9 = value; } inline static int32_t get_offset_of_actualLoadingStatus_10() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___actualLoadingStatus_10)); } inline bool get_actualLoadingStatus_10() const { return ___actualLoadingStatus_10; } inline bool* get_address_of_actualLoadingStatus_10() { return &___actualLoadingStatus_10; } inline void set_actualLoadingStatus_10(bool value) { ___actualLoadingStatus_10 = value; } inline static int32_t get_offset_of_onNodeInsertingDelegate_11() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertingDelegate_11)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertingDelegate_11() const { return ___onNodeInsertingDelegate_11; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertingDelegate_11() { return &___onNodeInsertingDelegate_11; } inline void set_onNodeInsertingDelegate_11(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertingDelegate_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertingDelegate_11), (void*)value); } inline static int32_t get_offset_of_onNodeInsertedDelegate_12() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertedDelegate_12)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertedDelegate_12() const { return ___onNodeInsertedDelegate_12; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertedDelegate_12() { return &___onNodeInsertedDelegate_12; } inline void set_onNodeInsertedDelegate_12(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertedDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertedDelegate_12), (void*)value); } inline static int32_t get_offset_of_onNodeRemovingDelegate_13() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovingDelegate_13)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovingDelegate_13() const { return ___onNodeRemovingDelegate_13; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovingDelegate_13() { return &___onNodeRemovingDelegate_13; } inline void set_onNodeRemovingDelegate_13(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovingDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovingDelegate_13), (void*)value); } inline static int32_t get_offset_of_onNodeRemovedDelegate_14() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovedDelegate_14)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovedDelegate_14() const { return ___onNodeRemovedDelegate_14; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovedDelegate_14() { return &___onNodeRemovedDelegate_14; } inline void set_onNodeRemovedDelegate_14(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovedDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovedDelegate_14), (void*)value); } inline static int32_t get_offset_of_onNodeChangingDelegate_15() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangingDelegate_15)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangingDelegate_15() const { return ___onNodeChangingDelegate_15; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangingDelegate_15() { return &___onNodeChangingDelegate_15; } inline void set_onNodeChangingDelegate_15(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangingDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangingDelegate_15), (void*)value); } inline static int32_t get_offset_of_onNodeChangedDelegate_16() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangedDelegate_16)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangedDelegate_16() const { return ___onNodeChangedDelegate_16; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangedDelegate_16() { return &___onNodeChangedDelegate_16; } inline void set_onNodeChangedDelegate_16(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangedDelegate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangedDelegate_16), (void*)value); } inline static int32_t get_offset_of_fEntRefNodesPresent_17() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fEntRefNodesPresent_17)); } inline bool get_fEntRefNodesPresent_17() const { return ___fEntRefNodesPresent_17; } inline bool* get_address_of_fEntRefNodesPresent_17() { return &___fEntRefNodesPresent_17; } inline void set_fEntRefNodesPresent_17(bool value) { ___fEntRefNodesPresent_17 = value; } inline static int32_t get_offset_of_fCDataNodesPresent_18() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fCDataNodesPresent_18)); } inline bool get_fCDataNodesPresent_18() const { return ___fCDataNodesPresent_18; } inline bool* get_address_of_fCDataNodesPresent_18() { return &___fCDataNodesPresent_18; } inline void set_fCDataNodesPresent_18(bool value) { ___fCDataNodesPresent_18 = value; } inline static int32_t get_offset_of_preserveWhitespace_19() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___preserveWhitespace_19)); } inline bool get_preserveWhitespace_19() const { return ___preserveWhitespace_19; } inline bool* get_address_of_preserveWhitespace_19() { return &___preserveWhitespace_19; } inline void set_preserveWhitespace_19(bool value) { ___preserveWhitespace_19 = value; } inline static int32_t get_offset_of_isLoading_20() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___isLoading_20)); } inline bool get_isLoading_20() const { return ___isLoading_20; } inline bool* get_address_of_isLoading_20() { return &___isLoading_20; } inline void set_isLoading_20(bool value) { ___isLoading_20 = value; } inline static int32_t get_offset_of_strDocumentName_21() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentName_21)); } inline String_t* get_strDocumentName_21() const { return ___strDocumentName_21; } inline String_t** get_address_of_strDocumentName_21() { return &___strDocumentName_21; } inline void set_strDocumentName_21(String_t* value) { ___strDocumentName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentName_21), (void*)value); } inline static int32_t get_offset_of_strDocumentFragmentName_22() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentFragmentName_22)); } inline String_t* get_strDocumentFragmentName_22() const { return ___strDocumentFragmentName_22; } inline String_t** get_address_of_strDocumentFragmentName_22() { return &___strDocumentFragmentName_22; } inline void set_strDocumentFragmentName_22(String_t* value) { ___strDocumentFragmentName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentFragmentName_22), (void*)value); } inline static int32_t get_offset_of_strCommentName_23() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCommentName_23)); } inline String_t* get_strCommentName_23() const { return ___strCommentName_23; } inline String_t** get_address_of_strCommentName_23() { return &___strCommentName_23; } inline void set_strCommentName_23(String_t* value) { ___strCommentName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCommentName_23), (void*)value); } inline static int32_t get_offset_of_strTextName_24() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strTextName_24)); } inline String_t* get_strTextName_24() const { return ___strTextName_24; } inline String_t** get_address_of_strTextName_24() { return &___strTextName_24; } inline void set_strTextName_24(String_t* value) { ___strTextName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___strTextName_24), (void*)value); } inline static int32_t get_offset_of_strCDataSectionName_25() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCDataSectionName_25)); } inline String_t* get_strCDataSectionName_25() const { return ___strCDataSectionName_25; } inline String_t** get_address_of_strCDataSectionName_25() { return &___strCDataSectionName_25; } inline void set_strCDataSectionName_25(String_t* value) { ___strCDataSectionName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCDataSectionName_25), (void*)value); } inline static int32_t get_offset_of_strEntityName_26() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEntityName_26)); } inline String_t* get_strEntityName_26() const { return ___strEntityName_26; } inline String_t** get_address_of_strEntityName_26() { return &___strEntityName_26; } inline void set_strEntityName_26(String_t* value) { ___strEntityName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEntityName_26), (void*)value); } inline static int32_t get_offset_of_strID_27() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strID_27)); } inline String_t* get_strID_27() const { return ___strID_27; } inline String_t** get_address_of_strID_27() { return &___strID_27; } inline void set_strID_27(String_t* value) { ___strID_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___strID_27), (void*)value); } inline static int32_t get_offset_of_strXmlns_28() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXmlns_28)); } inline String_t* get_strXmlns_28() const { return ___strXmlns_28; } inline String_t** get_address_of_strXmlns_28() { return &___strXmlns_28; } inline void set_strXmlns_28(String_t* value) { ___strXmlns_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXmlns_28), (void*)value); } inline static int32_t get_offset_of_strXml_29() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXml_29)); } inline String_t* get_strXml_29() const { return ___strXml_29; } inline String_t** get_address_of_strXml_29() { return &___strXml_29; } inline void set_strXml_29(String_t* value) { ___strXml_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXml_29), (void*)value); } inline static int32_t get_offset_of_strSpace_30() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSpace_30)); } inline String_t* get_strSpace_30() const { return ___strSpace_30; } inline String_t** get_address_of_strSpace_30() { return &___strSpace_30; } inline void set_strSpace_30(String_t* value) { ___strSpace_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSpace_30), (void*)value); } inline static int32_t get_offset_of_strLang_31() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strLang_31)); } inline String_t* get_strLang_31() const { return ___strLang_31; } inline String_t** get_address_of_strLang_31() { return &___strLang_31; } inline void set_strLang_31(String_t* value) { ___strLang_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___strLang_31), (void*)value); } inline static int32_t get_offset_of_strEmpty_32() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEmpty_32)); } inline String_t* get_strEmpty_32() const { return ___strEmpty_32; } inline String_t** get_address_of_strEmpty_32() { return &___strEmpty_32; } inline void set_strEmpty_32(String_t* value) { ___strEmpty_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEmpty_32), (void*)value); } inline static int32_t get_offset_of_strNonSignificantWhitespaceName_33() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strNonSignificantWhitespaceName_33)); } inline String_t* get_strNonSignificantWhitespaceName_33() const { return ___strNonSignificantWhitespaceName_33; } inline String_t** get_address_of_strNonSignificantWhitespaceName_33() { return &___strNonSignificantWhitespaceName_33; } inline void set_strNonSignificantWhitespaceName_33(String_t* value) { ___strNonSignificantWhitespaceName_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___strNonSignificantWhitespaceName_33), (void*)value); } inline static int32_t get_offset_of_strSignificantWhitespaceName_34() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSignificantWhitespaceName_34)); } inline String_t* get_strSignificantWhitespaceName_34() const { return ___strSignificantWhitespaceName_34; } inline String_t** get_address_of_strSignificantWhitespaceName_34() { return &___strSignificantWhitespaceName_34; } inline void set_strSignificantWhitespaceName_34(String_t* value) { ___strSignificantWhitespaceName_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSignificantWhitespaceName_34), (void*)value); } inline static int32_t get_offset_of_strReservedXmlns_35() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXmlns_35)); } inline String_t* get_strReservedXmlns_35() const { return ___strReservedXmlns_35; } inline String_t** get_address_of_strReservedXmlns_35() { return &___strReservedXmlns_35; } inline void set_strReservedXmlns_35(String_t* value) { ___strReservedXmlns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXmlns_35), (void*)value); } inline static int32_t get_offset_of_strReservedXml_36() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXml_36)); } inline String_t* get_strReservedXml_36() const { return ___strReservedXml_36; } inline String_t** get_address_of_strReservedXml_36() { return &___strReservedXml_36; } inline void set_strReservedXml_36(String_t* value) { ___strReservedXml_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXml_36), (void*)value); } inline static int32_t get_offset_of_baseURI_37() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___baseURI_37)); } inline String_t* get_baseURI_37() const { return ___baseURI_37; } inline String_t** get_address_of_baseURI_37() { return &___baseURI_37; } inline void set_baseURI_37(String_t* value) { ___baseURI_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_37), (void*)value); } inline static int32_t get_offset_of_resolver_38() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___resolver_38)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_resolver_38() const { return ___resolver_38; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_resolver_38() { return &___resolver_38; } inline void set_resolver_38(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___resolver_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_38), (void*)value); } inline static int32_t get_offset_of_bSetResolver_39() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___bSetResolver_39)); } inline bool get_bSetResolver_39() const { return ___bSetResolver_39; } inline bool* get_address_of_bSetResolver_39() { return &___bSetResolver_39; } inline void set_bSetResolver_39(bool value) { ___bSetResolver_39 = value; } inline static int32_t get_offset_of_objLock_40() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___objLock_40)); } inline RuntimeObject * get_objLock_40() const { return ___objLock_40; } inline RuntimeObject ** get_address_of_objLock_40() { return &___objLock_40; } inline void set_objLock_40(RuntimeObject * value) { ___objLock_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___objLock_40), (void*)value); } inline static int32_t get_offset_of_namespaceXml_41() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___namespaceXml_41)); } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * get_namespaceXml_41() const { return ___namespaceXml_41; } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D ** get_address_of_namespaceXml_41() { return &___namespaceXml_41; } inline void set_namespaceXml_41(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * value) { ___namespaceXml_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceXml_41), (void*)value); } }; struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields { public: // System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * ___EmptyEnumerator_42; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo RuntimeObject* ___NotKnownSchemaInfo_43; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo RuntimeObject* ___ValidSchemaInfo_44; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo RuntimeObject* ___InvalidSchemaInfo_45; public: inline static int32_t get_offset_of_EmptyEnumerator_42() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___EmptyEnumerator_42)); } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * get_EmptyEnumerator_42() const { return ___EmptyEnumerator_42; } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 ** get_address_of_EmptyEnumerator_42() { return &___EmptyEnumerator_42; } inline void set_EmptyEnumerator_42(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * value) { ___EmptyEnumerator_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_42), (void*)value); } inline static int32_t get_offset_of_NotKnownSchemaInfo_43() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___NotKnownSchemaInfo_43)); } inline RuntimeObject* get_NotKnownSchemaInfo_43() const { return ___NotKnownSchemaInfo_43; } inline RuntimeObject** get_address_of_NotKnownSchemaInfo_43() { return &___NotKnownSchemaInfo_43; } inline void set_NotKnownSchemaInfo_43(RuntimeObject* value) { ___NotKnownSchemaInfo_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_43), (void*)value); } inline static int32_t get_offset_of_ValidSchemaInfo_44() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___ValidSchemaInfo_44)); } inline RuntimeObject* get_ValidSchemaInfo_44() const { return ___ValidSchemaInfo_44; } inline RuntimeObject** get_address_of_ValidSchemaInfo_44() { return &___ValidSchemaInfo_44; } inline void set_ValidSchemaInfo_44(RuntimeObject* value) { ___ValidSchemaInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_44), (void*)value); } inline static int32_t get_offset_of_InvalidSchemaInfo_45() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___InvalidSchemaInfo_45)); } inline RuntimeObject* get_InvalidSchemaInfo_45() const { return ___InvalidSchemaInfo_45; } inline RuntimeObject** get_address_of_InvalidSchemaInfo_45() { return &___InvalidSchemaInfo_45; } inline void set_InvalidSchemaInfo_45(RuntimeObject* value) { ___InvalidSchemaInfo_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_45), (void*)value); } }; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 : public XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___impl_3; public: inline static int32_t get_offset_of_impl_3() { return static_cast(offsetof(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5, ___impl_3)); } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * get_impl_3() const { return ___impl_3; } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 ** get_address_of_impl_3() { return &___impl_3; } inline void set_impl_3(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * value) { ___impl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_3), (void*)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; }; // Mono.Unity.UnityTls/unitytls_x509list struct unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D { public: union { struct { }; uint8_t unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D__padding[1]; }; public: }; // 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_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_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_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.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.Configuration.ApplicationScopedSettingAttribute struct ApplicationScopedSettingAttribute_t1523E7077C3523F4D03079E35165E9FBAB9B5E0C : public SettingAttribute_tCF266C19965BA4997F1D45628D5DFA5B5E9F659A { public: public: }; // 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; } }; // Mono.Net.Security.AsyncReadRequest struct AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA : public AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 { public: public: }; // Mono.Net.Security.AsyncWriteRequest struct AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA : public AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 { public: public: }; // 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.Net.Configuration.AuthenticationModuleElementCollection struct AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // System.Net.Configuration.AuthenticationModulesSection struct AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.ComponentModel.BackgroundWorker struct BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA : public Component_t015539CFEAEEBFD7619041FE006475373E0D71DF { public: // System.Boolean System.ComponentModel.BackgroundWorker::canCancelWorker bool ___canCancelWorker_7; // System.Boolean System.ComponentModel.BackgroundWorker::workerReportsProgress bool ___workerReportsProgress_8; // System.Boolean System.ComponentModel.BackgroundWorker::cancellationPending bool ___cancellationPending_9; // System.Boolean System.ComponentModel.BackgroundWorker::isRunning bool ___isRunning_10; // System.ComponentModel.AsyncOperation System.ComponentModel.BackgroundWorker::asyncOperation AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * ___asyncOperation_11; // System.ComponentModel.BackgroundWorker/WorkerThreadStartDelegate System.ComponentModel.BackgroundWorker::threadStart WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * ___threadStart_12; // System.Threading.SendOrPostCallback System.ComponentModel.BackgroundWorker::operationCompleted SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___operationCompleted_13; // System.Threading.SendOrPostCallback System.ComponentModel.BackgroundWorker::progressReporter SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___progressReporter_14; public: inline static int32_t get_offset_of_canCancelWorker_7() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___canCancelWorker_7)); } inline bool get_canCancelWorker_7() const { return ___canCancelWorker_7; } inline bool* get_address_of_canCancelWorker_7() { return &___canCancelWorker_7; } inline void set_canCancelWorker_7(bool value) { ___canCancelWorker_7 = value; } inline static int32_t get_offset_of_workerReportsProgress_8() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___workerReportsProgress_8)); } inline bool get_workerReportsProgress_8() const { return ___workerReportsProgress_8; } inline bool* get_address_of_workerReportsProgress_8() { return &___workerReportsProgress_8; } inline void set_workerReportsProgress_8(bool value) { ___workerReportsProgress_8 = value; } inline static int32_t get_offset_of_cancellationPending_9() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___cancellationPending_9)); } inline bool get_cancellationPending_9() const { return ___cancellationPending_9; } inline bool* get_address_of_cancellationPending_9() { return &___cancellationPending_9; } inline void set_cancellationPending_9(bool value) { ___cancellationPending_9 = value; } inline static int32_t get_offset_of_isRunning_10() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___isRunning_10)); } inline bool get_isRunning_10() const { return ___isRunning_10; } inline bool* get_address_of_isRunning_10() { return &___isRunning_10; } inline void set_isRunning_10(bool value) { ___isRunning_10 = value; } inline static int32_t get_offset_of_asyncOperation_11() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___asyncOperation_11)); } inline AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * get_asyncOperation_11() const { return ___asyncOperation_11; } inline AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA ** get_address_of_asyncOperation_11() { return &___asyncOperation_11; } inline void set_asyncOperation_11(AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * value) { ___asyncOperation_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncOperation_11), (void*)value); } inline static int32_t get_offset_of_threadStart_12() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___threadStart_12)); } inline WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * get_threadStart_12() const { return ___threadStart_12; } inline WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 ** get_address_of_threadStart_12() { return &___threadStart_12; } inline void set_threadStart_12(WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * value) { ___threadStart_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___threadStart_12), (void*)value); } inline static int32_t get_offset_of_operationCompleted_13() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___operationCompleted_13)); } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * get_operationCompleted_13() const { return ___operationCompleted_13; } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C ** get_address_of_operationCompleted_13() { return &___operationCompleted_13; } inline void set_operationCompleted_13(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * value) { ___operationCompleted_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___operationCompleted_13), (void*)value); } inline static int32_t get_offset_of_progressReporter_14() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA, ___progressReporter_14)); } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * get_progressReporter_14() const { return ___progressReporter_14; } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C ** get_address_of_progressReporter_14() { return &___progressReporter_14; } inline void set_progressReporter_14(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * value) { ___progressReporter_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressReporter_14), (void*)value); } }; struct BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields { public: // System.Object System.ComponentModel.BackgroundWorker::doWorkKey RuntimeObject * ___doWorkKey_4; // System.Object System.ComponentModel.BackgroundWorker::runWorkerCompletedKey RuntimeObject * ___runWorkerCompletedKey_5; // System.Object System.ComponentModel.BackgroundWorker::progressChangedKey RuntimeObject * ___progressChangedKey_6; public: inline static int32_t get_offset_of_doWorkKey_4() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields, ___doWorkKey_4)); } inline RuntimeObject * get_doWorkKey_4() const { return ___doWorkKey_4; } inline RuntimeObject ** get_address_of_doWorkKey_4() { return &___doWorkKey_4; } inline void set_doWorkKey_4(RuntimeObject * value) { ___doWorkKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___doWorkKey_4), (void*)value); } inline static int32_t get_offset_of_runWorkerCompletedKey_5() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields, ___runWorkerCompletedKey_5)); } inline RuntimeObject * get_runWorkerCompletedKey_5() const { return ___runWorkerCompletedKey_5; } inline RuntimeObject ** get_address_of_runWorkerCompletedKey_5() { return &___runWorkerCompletedKey_5; } inline void set_runWorkerCompletedKey_5(RuntimeObject * value) { ___runWorkerCompletedKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___runWorkerCompletedKey_5), (void*)value); } inline static int32_t get_offset_of_progressChangedKey_6() { return static_cast(offsetof(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields, ___progressChangedKey_6)); } inline RuntimeObject * get_progressChangedKey_6() const { return ___progressChangedKey_6; } inline RuntimeObject ** get_address_of_progressChangedKey_6() { return &___progressChangedKey_6; } inline void set_progressChangedKey_6(RuntimeObject * value) { ___progressChangedKey_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressChangedKey_6), (void*)value); } }; // System.ComponentModel.BindableSupport struct BindableSupport_tC2FF9850A9A2550F292A0372290F59109A796859 { public: // System.Int32 System.ComponentModel.BindableSupport::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindableSupport_tC2FF9850A9A2550F292A0372290F59109A796859, ___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.BindingDirection struct BindingDirection_t86BC70F578C000B127E94816E5E3B5FBFCDFE55F { public: // System.Int32 System.ComponentModel.BindingDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingDirection_t86BC70F578C000B127E94816E5E3B5FBFCDFE55F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.BypassElementCollection struct BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // 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; } }; // Mono.Net.CFRange struct CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 { public: // System.IntPtr Mono.Net.CFRange::Location intptr_t ___Location_0; // System.IntPtr Mono.Net.CFRange::Length intptr_t ___Length_1; public: inline static int32_t get_offset_of_Location_0() { return static_cast(offsetof(CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186, ___Location_0)); } inline intptr_t get_Location_0() const { return ___Location_0; } inline intptr_t* get_address_of_Location_0() { return &___Location_0; } inline void set_Location_0(intptr_t value) { ___Location_0 = value; } inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186, ___Length_1)); } inline intptr_t get_Length_1() const { return ___Length_1; } inline intptr_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(intptr_t value) { ___Length_1 = value; } }; // Mono.Net.CFStreamClientContext struct CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF { public: // System.IntPtr Mono.Net.CFStreamClientContext::Version intptr_t ___Version_0; // System.IntPtr Mono.Net.CFStreamClientContext::Info intptr_t ___Info_1; // System.IntPtr Mono.Net.CFStreamClientContext::Retain intptr_t ___Retain_2; // System.IntPtr Mono.Net.CFStreamClientContext::Release intptr_t ___Release_3; // System.IntPtr Mono.Net.CFStreamClientContext::CopyDescription intptr_t ___CopyDescription_4; public: inline static int32_t get_offset_of_Version_0() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Version_0)); } inline intptr_t get_Version_0() const { return ___Version_0; } inline intptr_t* get_address_of_Version_0() { return &___Version_0; } inline void set_Version_0(intptr_t value) { ___Version_0 = value; } inline static int32_t get_offset_of_Info_1() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Info_1)); } inline intptr_t get_Info_1() const { return ___Info_1; } inline intptr_t* get_address_of_Info_1() { return &___Info_1; } inline void set_Info_1(intptr_t value) { ___Info_1 = value; } inline static int32_t get_offset_of_Retain_2() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Retain_2)); } inline intptr_t get_Retain_2() const { return ___Retain_2; } inline intptr_t* get_address_of_Retain_2() { return &___Retain_2; } inline void set_Retain_2(intptr_t value) { ___Retain_2 = value; } inline static int32_t get_offset_of_Release_3() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___Release_3)); } inline intptr_t get_Release_3() const { return ___Release_3; } inline intptr_t* get_address_of_Release_3() { return &___Release_3; } inline void set_Release_3(intptr_t value) { ___Release_3 = value; } inline static int32_t get_offset_of_CopyDescription_4() { return static_cast(offsetof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF, ___CopyDescription_4)); } inline intptr_t get_CopyDescription_4() const { return ___CopyDescription_4; } inline intptr_t* get_address_of_CopyDescription_4() { return &___CopyDescription_4; } inline void set_CopyDescription_4(intptr_t value) { ___CopyDescription_4 = value; } }; // System.Configuration.ClientSettingsSection struct ClientSettingsSection_tFCEB35A153A1FA1C59350D7082D96162A6B6F023 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Net.CloseExState struct CloseExState_t6D050294AF1B984467A6AF9E031A55765FAEE715 { public: // System.Int32 System.Net.CloseExState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CloseExState_t6D050294AF1B984467A6AF9E031A55765FAEE715, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.CollectionChangeAction struct CollectionChangeAction_tC5D03E529020DEB24003046F61F48BF2412B90D2 { public: // System.Int32 System.ComponentModel.CollectionChangeAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CollectionChangeAction_tC5D03E529020DEB24003046F61F48BF2412B90D2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.Compression.CompressionMode struct CompressionMode_t8D7FCD23B345281B0B0F6668CDD65C6BA22B1081 { public: // System.Int32 System.IO.Compression.CompressionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompressionMode_t8D7FCD23B345281B0B0F6668CDD65C6BA22B1081, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Configuration.ConfigXmlDocument struct ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD : public XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F { public: public: }; // System.Net.Configuration.ConnectionManagementElementCollection struct ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // System.Net.Configuration.ConnectionManagementSection struct ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // System.Net.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.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.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.ComponentModel.DoWorkEventArgs struct DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 : public CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 { public: // System.Object System.ComponentModel.DoWorkEventArgs::result RuntimeObject * ___result_2; // System.Object System.ComponentModel.DoWorkEventArgs::argument RuntimeObject * ___argument_3; public: inline static int32_t get_offset_of_result_2() { return static_cast(offsetof(DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16, ___result_2)); } inline RuntimeObject * get_result_2() const { return ___result_2; } inline RuntimeObject ** get_address_of_result_2() { return &___result_2; } inline void set_result_2(RuntimeObject * value) { ___result_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_2), (void*)value); } inline static int32_t get_offset_of_argument_3() { return static_cast(offsetof(DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16, ___argument_3)); } inline RuntimeObject * get_argument_3() const { return ___argument_3; } inline RuntimeObject ** get_address_of_argument_3() { return &___argument_3; } inline void set_argument_3(RuntimeObject * value) { ___argument_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___argument_3), (void*)value); } }; // System.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.ComponentModel.InheritanceLevel struct InheritanceLevel_tAAECFEC706E84502DA3CCE8B6444FF39C789A7E0 { public: // System.Int32 System.ComponentModel.InheritanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InheritanceLevel_tAAECFEC706E84502DA3CCE8B6444FF39C789A7E0, ___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.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Mono.Security.Interface.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.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.ComponentModel.RunWorkerCompletedEventArgs struct RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 : public AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 { public: // System.Object System.ComponentModel.RunWorkerCompletedEventArgs::result RuntimeObject * ___result_4; public: inline static int32_t get_offset_of_result_4() { return static_cast(offsetof(RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9, ___result_4)); } inline RuntimeObject * get_result_4() const { return ___result_4; } inline RuntimeObject ** get_address_of_result_4() { return &___result_4; } inline void set_result_4(RuntimeObject * value) { ___result_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_4), (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.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.Configuration.SettingChangingEventArgs struct SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A : public CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 { public: public: }; // System.Configuration.SettingElementCollection struct SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B : public ConfigurationElementCollection_t09097ED83C909F1481AEF6E4451CF7595AFA403E { public: public: }; // 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.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.SynchronizationContextProperties struct SynchronizationContextProperties_t1A9B979AA4252E755DB5A8CC447FBF89E0AB296A { public: // System.Int32 System.Threading.SynchronizationContextProperties::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SynchronizationContextProperties_t1A9B979AA4252E755DB5A8CC447FBF89E0AB296A, ___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); } }; // 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.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.Resources.UltimateResourceFallbackLocation struct UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B { public: // System.Int32 System.Resources.UltimateResourceFallbackLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.Net.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.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; } }; // 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.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.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.Nullable`1 struct Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC { 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_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___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_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___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_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 { 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_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39, ___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_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39, ___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_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_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.ApplicationException struct ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 : public Exception_t { public: public: }; // 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; }; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.ComponentModel.BindableAttribute struct BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.BindableAttribute::bindable bool ___bindable_3; // System.Boolean System.ComponentModel.BindableAttribute::isDefault bool ___isDefault_4; // System.ComponentModel.BindingDirection System.ComponentModel.BindableAttribute::direction int32_t ___direction_5; public: inline static int32_t get_offset_of_bindable_3() { return static_cast(offsetof(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61, ___bindable_3)); } inline bool get_bindable_3() const { return ___bindable_3; } inline bool* get_address_of_bindable_3() { return &___bindable_3; } inline void set_bindable_3(bool value) { ___bindable_3 = value; } inline static int32_t get_offset_of_isDefault_4() { return static_cast(offsetof(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61, ___isDefault_4)); } inline bool get_isDefault_4() const { return ___isDefault_4; } inline bool* get_address_of_isDefault_4() { return &___isDefault_4; } inline void set_isDefault_4(bool value) { ___isDefault_4 = value; } inline static int32_t get_offset_of_direction_5() { return static_cast(offsetof(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61, ___direction_5)); } inline int32_t get_direction_5() const { return ___direction_5; } inline int32_t* get_address_of_direction_5() { return &___direction_5; } inline void set_direction_5(int32_t value) { ___direction_5 = value; } }; struct BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields { public: // System.ComponentModel.BindableAttribute System.ComponentModel.BindableAttribute::Yes BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * ___Yes_0; // System.ComponentModel.BindableAttribute System.ComponentModel.BindableAttribute::No BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * ___No_1; // System.ComponentModel.BindableAttribute System.ComponentModel.BindableAttribute::Default BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields, ___Yes_0)); } inline BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * get_Yes_0() const { return ___Yes_0; } inline BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields, ___No_1)); } inline BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * get_No_1() const { return ___No_1; } inline BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields, ___Default_2)); } inline BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * get_Default_2() const { return ___Default_2; } inline BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.ComponentModel.BooleanConverter struct BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; struct BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_StaticFields { public: // System.ComponentModel.TypeConverter/StandardValuesCollection modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.BooleanConverter::values StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * ___values_2; public: inline static int32_t get_offset_of_values_2() { return static_cast(offsetof(BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_StaticFields, ___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); } }; // 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.CFNumber struct CFNumber_t2F2BC460C20EF1D244895621966022BCBB4939AF : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // Mono.Net.CFRunLoop struct CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // Mono.Net.CFString struct CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: // System.String Mono.Net.CFString::str String_t* ___str_1; public: inline static int32_t get_offset_of_str_1() { return static_cast(offsetof(CFString_tF284B68954B98D6C4A067BB348539B00C5D28920, ___str_1)); } inline String_t* get_str_1() const { return ___str_1; } inline String_t** get_address_of_str_1() { return &___str_1; } inline void set_str_1(String_t* value) { ___str_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_1), (void*)value); } }; // Mono.Net.CFUrl struct CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF : public CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB { public: public: }; // System.ComponentModel.CharConverter struct CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9 : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.ComponentModel.CollectionChangeEventArgs struct CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.ComponentModel.CollectionChangeAction System.ComponentModel.CollectionChangeEventArgs::action int32_t ___action_1; // System.Object System.ComponentModel.CollectionChangeEventArgs::element RuntimeObject * ___element_2; public: inline static int32_t get_offset_of_action_1() { return static_cast(offsetof(CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B, ___action_1)); } inline int32_t get_action_1() const { return ___action_1; } inline int32_t* get_address_of_action_1() { return &___action_1; } inline void set_action_1(int32_t value) { ___action_1 = value; } inline static int32_t get_offset_of_element_2() { return static_cast(offsetof(CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B, ___element_2)); } inline RuntimeObject * get_element_2() const { return ___element_2; } inline RuntimeObject ** get_address_of_element_2() { return &___element_2; } inline void set_element_2(RuntimeObject * value) { ___element_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___element_2), (void*)value); } }; // System.ComponentModel.CollectionConverter struct CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.Net.Cookie struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 : public RuntimeObject { public: // System.String System.Net.Cookie::m_comment String_t* ___m_comment_4; // System.Uri System.Net.Cookie::m_commentUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_commentUri_5; // System.Net.CookieVariant System.Net.Cookie::m_cookieVariant int32_t ___m_cookieVariant_6; // System.Boolean System.Net.Cookie::m_discard bool ___m_discard_7; // System.String System.Net.Cookie::m_domain String_t* ___m_domain_8; // System.Boolean System.Net.Cookie::m_domain_implicit bool ___m_domain_implicit_9; // System.DateTime System.Net.Cookie::m_expires DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_expires_10; // System.String System.Net.Cookie::m_name String_t* ___m_name_11; // System.String System.Net.Cookie::m_path String_t* ___m_path_12; // System.Boolean System.Net.Cookie::m_path_implicit bool ___m_path_implicit_13; // System.String System.Net.Cookie::m_port String_t* ___m_port_14; // System.Boolean System.Net.Cookie::m_port_implicit bool ___m_port_implicit_15; // System.Int32[] System.Net.Cookie::m_port_list Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___m_port_list_16; // System.Boolean System.Net.Cookie::m_secure bool ___m_secure_17; // System.Boolean System.Net.Cookie::m_httpOnly bool ___m_httpOnly_18; // System.DateTime System.Net.Cookie::m_timeStamp DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_timeStamp_19; // System.String System.Net.Cookie::m_value String_t* ___m_value_20; // System.Int32 System.Net.Cookie::m_version int32_t ___m_version_21; // System.String System.Net.Cookie::m_domainKey String_t* ___m_domainKey_22; // System.Boolean System.Net.Cookie::IsQuotedVersion bool ___IsQuotedVersion_23; // System.Boolean System.Net.Cookie::IsQuotedDomain bool ___IsQuotedDomain_24; public: inline static int32_t get_offset_of_m_comment_4() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_comment_4)); } inline String_t* get_m_comment_4() const { return ___m_comment_4; } inline String_t** get_address_of_m_comment_4() { return &___m_comment_4; } inline void set_m_comment_4(String_t* value) { ___m_comment_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_comment_4), (void*)value); } inline static int32_t get_offset_of_m_commentUri_5() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_commentUri_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_commentUri_5() const { return ___m_commentUri_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_commentUri_5() { return &___m_commentUri_5; } inline void set_m_commentUri_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_commentUri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_commentUri_5), (void*)value); } inline static int32_t get_offset_of_m_cookieVariant_6() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_cookieVariant_6)); } inline int32_t get_m_cookieVariant_6() const { return ___m_cookieVariant_6; } inline int32_t* get_address_of_m_cookieVariant_6() { return &___m_cookieVariant_6; } inline void set_m_cookieVariant_6(int32_t value) { ___m_cookieVariant_6 = value; } inline static int32_t get_offset_of_m_discard_7() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_discard_7)); } inline bool get_m_discard_7() const { return ___m_discard_7; } inline bool* get_address_of_m_discard_7() { return &___m_discard_7; } inline void set_m_discard_7(bool value) { ___m_discard_7 = value; } inline static int32_t get_offset_of_m_domain_8() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_domain_8)); } inline String_t* get_m_domain_8() const { return ___m_domain_8; } inline String_t** get_address_of_m_domain_8() { return &___m_domain_8; } inline void set_m_domain_8(String_t* value) { ___m_domain_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domain_8), (void*)value); } inline static int32_t get_offset_of_m_domain_implicit_9() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_domain_implicit_9)); } inline bool get_m_domain_implicit_9() const { return ___m_domain_implicit_9; } inline bool* get_address_of_m_domain_implicit_9() { return &___m_domain_implicit_9; } inline void set_m_domain_implicit_9(bool value) { ___m_domain_implicit_9 = value; } inline static int32_t get_offset_of_m_expires_10() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_expires_10)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_expires_10() const { return ___m_expires_10; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_expires_10() { return &___m_expires_10; } inline void set_m_expires_10(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_expires_10 = value; } inline static int32_t get_offset_of_m_name_11() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_name_11)); } inline String_t* get_m_name_11() const { return ___m_name_11; } inline String_t** get_address_of_m_name_11() { return &___m_name_11; } inline void set_m_name_11(String_t* value) { ___m_name_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_11), (void*)value); } inline static int32_t get_offset_of_m_path_12() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_path_12)); } inline String_t* get_m_path_12() const { return ___m_path_12; } inline String_t** get_address_of_m_path_12() { return &___m_path_12; } inline void set_m_path_12(String_t* value) { ___m_path_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_path_12), (void*)value); } inline static int32_t get_offset_of_m_path_implicit_13() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_path_implicit_13)); } inline bool get_m_path_implicit_13() const { return ___m_path_implicit_13; } inline bool* get_address_of_m_path_implicit_13() { return &___m_path_implicit_13; } inline void set_m_path_implicit_13(bool value) { ___m_path_implicit_13 = value; } inline static int32_t get_offset_of_m_port_14() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_port_14)); } inline String_t* get_m_port_14() const { return ___m_port_14; } inline String_t** get_address_of_m_port_14() { return &___m_port_14; } inline void set_m_port_14(String_t* value) { ___m_port_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_port_14), (void*)value); } inline static int32_t get_offset_of_m_port_implicit_15() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_port_implicit_15)); } inline bool get_m_port_implicit_15() const { return ___m_port_implicit_15; } inline bool* get_address_of_m_port_implicit_15() { return &___m_port_implicit_15; } inline void set_m_port_implicit_15(bool value) { ___m_port_implicit_15 = value; } inline static int32_t get_offset_of_m_port_list_16() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_port_list_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_port_list_16() const { return ___m_port_list_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_port_list_16() { return &___m_port_list_16; } inline void set_m_port_list_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_port_list_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_port_list_16), (void*)value); } inline static int32_t get_offset_of_m_secure_17() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_secure_17)); } inline bool get_m_secure_17() const { return ___m_secure_17; } inline bool* get_address_of_m_secure_17() { return &___m_secure_17; } inline void set_m_secure_17(bool value) { ___m_secure_17 = value; } inline static int32_t get_offset_of_m_httpOnly_18() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_httpOnly_18)); } inline bool get_m_httpOnly_18() const { return ___m_httpOnly_18; } inline bool* get_address_of_m_httpOnly_18() { return &___m_httpOnly_18; } inline void set_m_httpOnly_18(bool value) { ___m_httpOnly_18 = value; } inline static int32_t get_offset_of_m_timeStamp_19() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_timeStamp_19)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_timeStamp_19() const { return ___m_timeStamp_19; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_timeStamp_19() { return &___m_timeStamp_19; } inline void set_m_timeStamp_19(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_timeStamp_19 = value; } inline static int32_t get_offset_of_m_value_20() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_value_20)); } inline String_t* get_m_value_20() const { return ___m_value_20; } inline String_t** get_address_of_m_value_20() { return &___m_value_20; } inline void set_m_value_20(String_t* value) { ___m_value_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_20), (void*)value); } inline static int32_t get_offset_of_m_version_21() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_version_21)); } inline int32_t get_m_version_21() const { return ___m_version_21; } inline int32_t* get_address_of_m_version_21() { return &___m_version_21; } inline void set_m_version_21(int32_t value) { ___m_version_21 = value; } inline static int32_t get_offset_of_m_domainKey_22() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___m_domainKey_22)); } inline String_t* get_m_domainKey_22() const { return ___m_domainKey_22; } inline String_t** get_address_of_m_domainKey_22() { return &___m_domainKey_22; } inline void set_m_domainKey_22(String_t* value) { ___m_domainKey_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domainKey_22), (void*)value); } inline static int32_t get_offset_of_IsQuotedVersion_23() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___IsQuotedVersion_23)); } inline bool get_IsQuotedVersion_23() const { return ___IsQuotedVersion_23; } inline bool* get_address_of_IsQuotedVersion_23() { return &___IsQuotedVersion_23; } inline void set_IsQuotedVersion_23(bool value) { ___IsQuotedVersion_23 = value; } inline static int32_t get_offset_of_IsQuotedDomain_24() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677, ___IsQuotedDomain_24)); } inline bool get_IsQuotedDomain_24() const { return ___IsQuotedDomain_24; } inline bool* get_address_of_IsQuotedDomain_24() { return &___IsQuotedDomain_24; } inline void set_IsQuotedDomain_24(bool value) { ___IsQuotedDomain_24 = value; } }; struct Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields { public: // System.Char[] System.Net.Cookie::PortSplitDelimiters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PortSplitDelimiters_0; // System.Char[] System.Net.Cookie::Reserved2Name CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Reserved2Name_1; // System.Char[] System.Net.Cookie::Reserved2Value CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___Reserved2Value_2; // System.Net.Comparer System.Net.Cookie::staticComparer Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * ___staticComparer_3; public: inline static int32_t get_offset_of_PortSplitDelimiters_0() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___PortSplitDelimiters_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PortSplitDelimiters_0() const { return ___PortSplitDelimiters_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PortSplitDelimiters_0() { return &___PortSplitDelimiters_0; } inline void set_PortSplitDelimiters_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PortSplitDelimiters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PortSplitDelimiters_0), (void*)value); } inline static int32_t get_offset_of_Reserved2Name_1() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___Reserved2Name_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Reserved2Name_1() const { return ___Reserved2Name_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Reserved2Name_1() { return &___Reserved2Name_1; } inline void set_Reserved2Name_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Reserved2Name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Name_1), (void*)value); } inline static int32_t get_offset_of_Reserved2Value_2() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___Reserved2Value_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_Reserved2Value_2() const { return ___Reserved2Value_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_Reserved2Value_2() { return &___Reserved2Value_2; } inline void set_Reserved2Value_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___Reserved2Value_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Value_2), (void*)value); } inline static int32_t get_offset_of_staticComparer_3() { return static_cast(offsetof(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields, ___staticComparer_3)); } inline Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * get_staticComparer_3() const { return ___staticComparer_3; } inline Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F ** get_address_of_staticComparer_3() { return &___staticComparer_3; } inline void set_staticComparer_3(Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * value) { ___staticComparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticComparer_3), (void*)value); } }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 { public: // System.String System.Net.HeaderVariantInfo::m_name String_t* ___m_name_0; // System.Net.CookieVariant System.Net.HeaderVariantInfo::m_variant int32_t ___m_variant_1; public: inline static int32_t get_offset_of_m_name_0() { return static_cast(offsetof(HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3, ___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_variant_1() { return static_cast(offsetof(HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3, ___m_variant_1)); } inline int32_t get_m_variant_1() const { return ___m_variant_1; } inline int32_t* get_address_of_m_variant_1() { return &___m_variant_1; } inline void set_m_variant_1(int32_t value) { ___m_variant_1 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3_marshaled_pinvoke { char* ___m_name_0; int32_t ___m_variant_1; }; // Native definition for COM marshalling of System.Net.HeaderVariantInfo struct HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3_marshaled_com { Il2CppChar* ___m_name_0; int32_t ___m_variant_1; }; // System.ComponentModel.InheritanceAttribute struct InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.ComponentModel.InheritanceLevel System.ComponentModel.InheritanceAttribute::inheritanceLevel int32_t ___inheritanceLevel_0; public: inline static int32_t get_offset_of_inheritanceLevel_0() { return static_cast(offsetof(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74, ___inheritanceLevel_0)); } inline int32_t get_inheritanceLevel_0() const { return ___inheritanceLevel_0; } inline int32_t* get_address_of_inheritanceLevel_0() { return &___inheritanceLevel_0; } inline void set_inheritanceLevel_0(int32_t value) { ___inheritanceLevel_0 = value; } }; struct InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_StaticFields { public: // System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::Inherited InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * ___Inherited_1; // System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::InheritedReadOnly InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * ___InheritedReadOnly_2; // System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::NotInherited InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * ___NotInherited_3; // System.ComponentModel.InheritanceAttribute System.ComponentModel.InheritanceAttribute::Default InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * ___Default_4; public: inline static int32_t get_offset_of_Inherited_1() { return static_cast(offsetof(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_StaticFields, ___Inherited_1)); } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * get_Inherited_1() const { return ___Inherited_1; } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 ** get_address_of_Inherited_1() { return &___Inherited_1; } inline void set_Inherited_1(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * value) { ___Inherited_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Inherited_1), (void*)value); } inline static int32_t get_offset_of_InheritedReadOnly_2() { return static_cast(offsetof(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_StaticFields, ___InheritedReadOnly_2)); } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * get_InheritedReadOnly_2() const { return ___InheritedReadOnly_2; } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 ** get_address_of_InheritedReadOnly_2() { return &___InheritedReadOnly_2; } inline void set_InheritedReadOnly_2(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * value) { ___InheritedReadOnly_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___InheritedReadOnly_2), (void*)value); } inline static int32_t get_offset_of_NotInherited_3() { return static_cast(offsetof(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_StaticFields, ___NotInherited_3)); } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * get_NotInherited_3() const { return ___NotInherited_3; } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 ** get_address_of_NotInherited_3() { return &___NotInherited_3; } inline void set_NotInherited_3(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * value) { ___NotInherited_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotInherited_3), (void*)value); } inline static int32_t get_offset_of_Default_4() { return static_cast(offsetof(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_StaticFields, ___Default_4)); } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * get_Default_4() const { return ___Default_4; } inline InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 ** get_address_of_Default_4() { return &___Default_4; } inline void set_Default_4(InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * value) { ___Default_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_4), (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.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.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.Resources.ResourceManager struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A : public RuntimeObject { public: // System.String System.Resources.ResourceManager::BaseNameField String_t* ___BaseNameField_0; // System.Collections.Hashtable System.Resources.ResourceManager::ResourceSets Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___ResourceSets_1; // System.Collections.Generic.Dictionary`2 System.Resources.ResourceManager::_resourceSets Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * ____resourceSets_2; // System.String System.Resources.ResourceManager::moduleDir String_t* ___moduleDir_3; // System.Reflection.Assembly System.Resources.ResourceManager::MainAssembly Assembly_t * ___MainAssembly_4; // System.Type System.Resources.ResourceManager::_locationInfo Type_t * ____locationInfo_5; // System.Type System.Resources.ResourceManager::_userResourceSet Type_t * ____userResourceSet_6; // System.Globalization.CultureInfo System.Resources.ResourceManager::_neutralResourcesCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____neutralResourcesCulture_7; // System.Resources.ResourceManager/CultureNameResourceSetPair System.Resources.ResourceManager::_lastUsedResourceCache CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * ____lastUsedResourceCache_8; // System.Boolean System.Resources.ResourceManager::_ignoreCase bool ____ignoreCase_9; // System.Boolean System.Resources.ResourceManager::UseManifest bool ___UseManifest_10; // System.Boolean System.Resources.ResourceManager::UseSatelliteAssem bool ___UseSatelliteAssem_11; // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::_fallbackLoc int32_t ____fallbackLoc_12; // System.Version System.Resources.ResourceManager::_satelliteContractVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____satelliteContractVersion_13; // System.Boolean System.Resources.ResourceManager::_lookedForSatelliteContractVersion bool ____lookedForSatelliteContractVersion_14; // System.Reflection.Assembly System.Resources.ResourceManager::_callingAssembly Assembly_t * ____callingAssembly_15; // System.Reflection.RuntimeAssembly System.Resources.ResourceManager::m_callingAssembly RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * ___m_callingAssembly_16; // System.Resources.IResourceGroveler System.Resources.ResourceManager::resourceGroveler RuntimeObject* ___resourceGroveler_17; public: inline static int32_t get_offset_of_BaseNameField_0() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___BaseNameField_0)); } inline String_t* get_BaseNameField_0() const { return ___BaseNameField_0; } inline String_t** get_address_of_BaseNameField_0() { return &___BaseNameField_0; } inline void set_BaseNameField_0(String_t* value) { ___BaseNameField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseNameField_0), (void*)value); } inline static int32_t get_offset_of_ResourceSets_1() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___ResourceSets_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_ResourceSets_1() const { return ___ResourceSets_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_ResourceSets_1() { return &___ResourceSets_1; } inline void set_ResourceSets_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___ResourceSets_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceSets_1), (void*)value); } inline static int32_t get_offset_of__resourceSets_2() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____resourceSets_2)); } inline Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * get__resourceSets_2() const { return ____resourceSets_2; } inline Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E ** get_address_of__resourceSets_2() { return &____resourceSets_2; } inline void set__resourceSets_2(Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * value) { ____resourceSets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____resourceSets_2), (void*)value); } inline static int32_t get_offset_of_moduleDir_3() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___moduleDir_3)); } inline String_t* get_moduleDir_3() const { return ___moduleDir_3; } inline String_t** get_address_of_moduleDir_3() { return &___moduleDir_3; } inline void set_moduleDir_3(String_t* value) { ___moduleDir_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___moduleDir_3), (void*)value); } inline static int32_t get_offset_of_MainAssembly_4() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___MainAssembly_4)); } inline Assembly_t * get_MainAssembly_4() const { return ___MainAssembly_4; } inline Assembly_t ** get_address_of_MainAssembly_4() { return &___MainAssembly_4; } inline void set_MainAssembly_4(Assembly_t * value) { ___MainAssembly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MainAssembly_4), (void*)value); } inline static int32_t get_offset_of__locationInfo_5() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____locationInfo_5)); } inline Type_t * get__locationInfo_5() const { return ____locationInfo_5; } inline Type_t ** get_address_of__locationInfo_5() { return &____locationInfo_5; } inline void set__locationInfo_5(Type_t * value) { ____locationInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____locationInfo_5), (void*)value); } inline static int32_t get_offset_of__userResourceSet_6() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____userResourceSet_6)); } inline Type_t * get__userResourceSet_6() const { return ____userResourceSet_6; } inline Type_t ** get_address_of__userResourceSet_6() { return &____userResourceSet_6; } inline void set__userResourceSet_6(Type_t * value) { ____userResourceSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____userResourceSet_6), (void*)value); } inline static int32_t get_offset_of__neutralResourcesCulture_7() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____neutralResourcesCulture_7)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__neutralResourcesCulture_7() const { return ____neutralResourcesCulture_7; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__neutralResourcesCulture_7() { return &____neutralResourcesCulture_7; } inline void set__neutralResourcesCulture_7(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____neutralResourcesCulture_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____neutralResourcesCulture_7), (void*)value); } inline static int32_t get_offset_of__lastUsedResourceCache_8() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____lastUsedResourceCache_8)); } inline CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * get__lastUsedResourceCache_8() const { return ____lastUsedResourceCache_8; } inline CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 ** get_address_of__lastUsedResourceCache_8() { return &____lastUsedResourceCache_8; } inline void set__lastUsedResourceCache_8(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * value) { ____lastUsedResourceCache_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastUsedResourceCache_8), (void*)value); } inline static int32_t get_offset_of__ignoreCase_9() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____ignoreCase_9)); } inline bool get__ignoreCase_9() const { return ____ignoreCase_9; } inline bool* get_address_of__ignoreCase_9() { return &____ignoreCase_9; } inline void set__ignoreCase_9(bool value) { ____ignoreCase_9 = value; } inline static int32_t get_offset_of_UseManifest_10() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___UseManifest_10)); } inline bool get_UseManifest_10() const { return ___UseManifest_10; } inline bool* get_address_of_UseManifest_10() { return &___UseManifest_10; } inline void set_UseManifest_10(bool value) { ___UseManifest_10 = value; } inline static int32_t get_offset_of_UseSatelliteAssem_11() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___UseSatelliteAssem_11)); } inline bool get_UseSatelliteAssem_11() const { return ___UseSatelliteAssem_11; } inline bool* get_address_of_UseSatelliteAssem_11() { return &___UseSatelliteAssem_11; } inline void set_UseSatelliteAssem_11(bool value) { ___UseSatelliteAssem_11 = value; } inline static int32_t get_offset_of__fallbackLoc_12() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____fallbackLoc_12)); } inline int32_t get__fallbackLoc_12() const { return ____fallbackLoc_12; } inline int32_t* get_address_of__fallbackLoc_12() { return &____fallbackLoc_12; } inline void set__fallbackLoc_12(int32_t value) { ____fallbackLoc_12 = value; } inline static int32_t get_offset_of__satelliteContractVersion_13() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____satelliteContractVersion_13)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__satelliteContractVersion_13() const { return ____satelliteContractVersion_13; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__satelliteContractVersion_13() { return &____satelliteContractVersion_13; } inline void set__satelliteContractVersion_13(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____satelliteContractVersion_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____satelliteContractVersion_13), (void*)value); } inline static int32_t get_offset_of__lookedForSatelliteContractVersion_14() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____lookedForSatelliteContractVersion_14)); } inline bool get__lookedForSatelliteContractVersion_14() const { return ____lookedForSatelliteContractVersion_14; } inline bool* get_address_of__lookedForSatelliteContractVersion_14() { return &____lookedForSatelliteContractVersion_14; } inline void set__lookedForSatelliteContractVersion_14(bool value) { ____lookedForSatelliteContractVersion_14 = value; } inline static int32_t get_offset_of__callingAssembly_15() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____callingAssembly_15)); } inline Assembly_t * get__callingAssembly_15() const { return ____callingAssembly_15; } inline Assembly_t ** get_address_of__callingAssembly_15() { return &____callingAssembly_15; } inline void set__callingAssembly_15(Assembly_t * value) { ____callingAssembly_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____callingAssembly_15), (void*)value); } inline static int32_t get_offset_of_m_callingAssembly_16() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___m_callingAssembly_16)); } inline RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * get_m_callingAssembly_16() const { return ___m_callingAssembly_16; } inline RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 ** get_address_of_m_callingAssembly_16() { return &___m_callingAssembly_16; } inline void set_m_callingAssembly_16(RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * value) { ___m_callingAssembly_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_callingAssembly_16), (void*)value); } inline static int32_t get_offset_of_resourceGroveler_17() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___resourceGroveler_17)); } inline RuntimeObject* get_resourceGroveler_17() const { return ___resourceGroveler_17; } inline RuntimeObject** get_address_of_resourceGroveler_17() { return &___resourceGroveler_17; } inline void set_resourceGroveler_17(RuntimeObject* value) { ___resourceGroveler_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceGroveler_17), (void*)value); } }; struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields { public: // System.Int32 System.Resources.ResourceManager::MagicNumber int32_t ___MagicNumber_18; // System.Int32 System.Resources.ResourceManager::HeaderVersionNumber int32_t ___HeaderVersionNumber_19; // System.Type System.Resources.ResourceManager::_minResourceSet Type_t * ____minResourceSet_20; // System.String System.Resources.ResourceManager::ResReaderTypeName String_t* ___ResReaderTypeName_21; // System.String System.Resources.ResourceManager::ResSetTypeName String_t* ___ResSetTypeName_22; // System.String System.Resources.ResourceManager::MscorlibName String_t* ___MscorlibName_23; // System.Int32 System.Resources.ResourceManager::DEBUG int32_t ___DEBUG_24; public: inline static int32_t get_offset_of_MagicNumber_18() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___MagicNumber_18)); } inline int32_t get_MagicNumber_18() const { return ___MagicNumber_18; } inline int32_t* get_address_of_MagicNumber_18() { return &___MagicNumber_18; } inline void set_MagicNumber_18(int32_t value) { ___MagicNumber_18 = value; } inline static int32_t get_offset_of_HeaderVersionNumber_19() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___HeaderVersionNumber_19)); } inline int32_t get_HeaderVersionNumber_19() const { return ___HeaderVersionNumber_19; } inline int32_t* get_address_of_HeaderVersionNumber_19() { return &___HeaderVersionNumber_19; } inline void set_HeaderVersionNumber_19(int32_t value) { ___HeaderVersionNumber_19 = value; } inline static int32_t get_offset_of__minResourceSet_20() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ____minResourceSet_20)); } inline Type_t * get__minResourceSet_20() const { return ____minResourceSet_20; } inline Type_t ** get_address_of__minResourceSet_20() { return &____minResourceSet_20; } inline void set__minResourceSet_20(Type_t * value) { ____minResourceSet_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____minResourceSet_20), (void*)value); } inline static int32_t get_offset_of_ResReaderTypeName_21() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___ResReaderTypeName_21)); } inline String_t* get_ResReaderTypeName_21() const { return ___ResReaderTypeName_21; } inline String_t** get_address_of_ResReaderTypeName_21() { return &___ResReaderTypeName_21; } inline void set_ResReaderTypeName_21(String_t* value) { ___ResReaderTypeName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResReaderTypeName_21), (void*)value); } inline static int32_t get_offset_of_ResSetTypeName_22() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___ResSetTypeName_22)); } inline String_t* get_ResSetTypeName_22() const { return ___ResSetTypeName_22; } inline String_t** get_address_of_ResSetTypeName_22() { return &___ResSetTypeName_22; } inline void set_ResSetTypeName_22(String_t* value) { ___ResSetTypeName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResSetTypeName_22), (void*)value); } inline static int32_t get_offset_of_MscorlibName_23() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___MscorlibName_23)); } inline String_t* get_MscorlibName_23() const { return ___MscorlibName_23; } inline String_t** get_address_of_MscorlibName_23() { return &___MscorlibName_23; } inline void set_MscorlibName_23(String_t* value) { ___MscorlibName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___MscorlibName_23), (void*)value); } inline static int32_t get_offset_of_DEBUG_24() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___DEBUG_24)); } inline int32_t get_DEBUG_24() const { return ___DEBUG_24; } inline int32_t* get_address_of_DEBUG_24() { return &___DEBUG_24; } inline void set_DEBUG_24(int32_t value) { ___DEBUG_24 = 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.Configuration.SettingsContext struct SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF : public Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC { public: public: }; // 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.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 : public RuntimeObject { public: // System.Threading.SynchronizationContextProperties System.Threading.SynchronizationContext::_props int32_t ____props_0; public: inline static int32_t get_offset_of__props_0() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069, ____props_0)); } inline int32_t get__props_0() const { return ____props_0; } inline int32_t* get_address_of__props_0() { return &____props_0; } inline void set__props_0(int32_t value) { ____props_0 = value; } }; struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields { public: // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType1 Type_t * ___s_cachedPreparedType1_1; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType2 Type_t * ___s_cachedPreparedType2_2; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType3 Type_t * ___s_cachedPreparedType3_3; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType4 Type_t * ___s_cachedPreparedType4_4; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType5 Type_t * ___s_cachedPreparedType5_5; public: inline static int32_t get_offset_of_s_cachedPreparedType1_1() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType1_1)); } inline Type_t * get_s_cachedPreparedType1_1() const { return ___s_cachedPreparedType1_1; } inline Type_t ** get_address_of_s_cachedPreparedType1_1() { return &___s_cachedPreparedType1_1; } inline void set_s_cachedPreparedType1_1(Type_t * value) { ___s_cachedPreparedType1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType1_1), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType2_2() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType2_2)); } inline Type_t * get_s_cachedPreparedType2_2() const { return ___s_cachedPreparedType2_2; } inline Type_t ** get_address_of_s_cachedPreparedType2_2() { return &___s_cachedPreparedType2_2; } inline void set_s_cachedPreparedType2_2(Type_t * value) { ___s_cachedPreparedType2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType2_2), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType3_3() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType3_3)); } inline Type_t * get_s_cachedPreparedType3_3() const { return ___s_cachedPreparedType3_3; } inline Type_t ** get_address_of_s_cachedPreparedType3_3() { return &___s_cachedPreparedType3_3; } inline void set_s_cachedPreparedType3_3(Type_t * value) { ___s_cachedPreparedType3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType3_3), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType4_4() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType4_4)); } inline Type_t * get_s_cachedPreparedType4_4() const { return ___s_cachedPreparedType4_4; } inline Type_t ** get_address_of_s_cachedPreparedType4_4() { return &___s_cachedPreparedType4_4; } inline void set_s_cachedPreparedType4_4(Type_t * value) { ___s_cachedPreparedType4_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType4_4), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType5_5() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType5_5)); } inline Type_t * get_s_cachedPreparedType5_5() const { return ___s_cachedPreparedType5_5; } inline Type_t ** get_address_of_s_cachedPreparedType5_5() { return &___s_cachedPreparedType5_5; } inline void set_s_cachedPreparedType5_5(Type_t * value) { ___s_cachedPreparedType5_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType5_5), (void*)value); } }; // 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.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.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.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.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___request_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_0() const { return ___request_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Mono.Unity.UnityTls/unitytls_errorstate struct unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 { public: // System.UInt32 Mono.Unity.UnityTls/unitytls_errorstate::magic uint32_t ___magic_0; // Mono.Unity.UnityTls/unitytls_error_code Mono.Unity.UnityTls/unitytls_errorstate::code uint32_t ___code_1; // System.UInt64 Mono.Unity.UnityTls/unitytls_errorstate::reserved uint64_t ___reserved_2; public: inline static int32_t get_offset_of_magic_0() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___magic_0)); } inline uint32_t get_magic_0() const { return ___magic_0; } inline uint32_t* get_address_of_magic_0() { return &___magic_0; } inline void set_magic_0(uint32_t value) { ___magic_0 = value; } inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___code_1)); } inline uint32_t get_code_1() const { return ___code_1; } inline uint32_t* get_address_of_code_1() { return &___code_1; } inline void set_code_1(uint32_t value) { ___code_1 = value; } inline static int32_t get_offset_of_reserved_2() { return static_cast(offsetof(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499, ___reserved_2)); } inline uint64_t get_reserved_2() const { return ___reserved_2; } inline uint64_t* get_address_of_reserved_2() { return &___reserved_2; } inline void set_reserved_2(uint64_t value) { ___reserved_2 = value; } }; // 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.AddingNewEventHandler struct AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 : public MulticastDelegate_t { public: public: }; // System.Reflection.AmbiguousMatchException struct AmbiguousMatchException_t621C519F5B9463AC6D8771EE95D759ED6DE5C27B : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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.ComponentModel.ArrayConverter struct ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03 : public CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.ComponentModel.AsyncCompletedEventHandler struct AsyncCompletedEventHandler_tD9F94F4F60197796A2017D2F196A8D0026B14F16 : public MulticastDelegate_t { public: public: }; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.AutoResetEvent struct AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.ByteConverter struct ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653 : public BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C { public: public: }; // System.ComponentModel.CancelEventHandler struct CancelEventHandler_t483EAAF6BEE7C054B05327030DCC883C62AAEA1D : public MulticastDelegate_t { public: public: }; // System.ComponentModel.CollectionChangeEventHandler struct CollectionChangeEventHandler_t935F19010617051C6E5CA8F91D1724F0A0D61F77 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.ComponentConverter struct ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854 : public ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B { public: public: }; // System.ComponentModel.ComponentResourceManager struct ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A : public ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A { public: // System.Collections.Hashtable System.ComponentModel.ComponentResourceManager::_resourceSets Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____resourceSets_25; // System.Globalization.CultureInfo System.ComponentModel.ComponentResourceManager::_neutralResourcesCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____neutralResourcesCulture_26; public: inline static int32_t get_offset_of__resourceSets_25() { return static_cast(offsetof(ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A, ____resourceSets_25)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__resourceSets_25() const { return ____resourceSets_25; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__resourceSets_25() { return &____resourceSets_25; } inline void set__resourceSets_25(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____resourceSets_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____resourceSets_25), (void*)value); } inline static int32_t get_offset_of__neutralResourcesCulture_26() { return static_cast(offsetof(ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A, ____neutralResourcesCulture_26)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__neutralResourcesCulture_26() const { return ____neutralResourcesCulture_26; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__neutralResourcesCulture_26() { return &____neutralResourcesCulture_26; } inline void set__neutralResourcesCulture_26(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____neutralResourcesCulture_26 = value; Il2CppCodeGenWriteBarrier((void**)(&____neutralResourcesCulture_26), (void*)value); } }; // System.Configuration.ConfigurationException struct ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.DoWorkEventHandler struct DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 : public MulticastDelegate_t { public: public: }; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B : public MulticastDelegate_t { public: public: }; // System.Runtime.InteropServices.ExternalException struct ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : 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.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C : public MulticastDelegate_t { public: public: }; // 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.OutOfMemoryException struct OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ComponentModel.ProgressChangedEventHandler struct ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 : public MulticastDelegate_t { public: public: }; // System.Net.Security.RemoteCertificateValidationCallback struct RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 : public MulticastDelegate_t { public: public: }; // System.ComponentModel.RunWorkerCompletedEventHandler struct RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 : public MulticastDelegate_t { public: public: }; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C : public MulticastDelegate_t { public: public: }; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 : public MulticastDelegate_t { public: public: }; // System.Configuration.SettingChangingEventHandler struct SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E : public MulticastDelegate_t { public: public: }; // System.Configuration.SettingsLoadedEventHandler struct SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 : public MulticastDelegate_t { public: public: }; // System.Configuration.SettingsSavingEventHandler struct SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD : public MulticastDelegate_t { public: public: }; // System.StackOverflowException struct StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Reflection.TargetInvocationException struct TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C : public ApplicationException_t8D709C0445A040467C6A632AD7F742B25AB2A407 { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadStart struct ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 : public MulticastDelegate_t { public: public: }; // System.TypeLoadException struct TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.TypeLoadException::ClassName String_t* ___ClassName_17; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_18; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_19; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_20; public: inline static int32_t get_offset_of_ClassName_17() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ClassName_17)); } inline String_t* get_ClassName_17() const { return ___ClassName_17; } inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; } inline void set_ClassName_17(String_t* value) { ___ClassName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value); } inline static int32_t get_offset_of_AssemblyName_18() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___AssemblyName_18)); } inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; } inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; } inline void set_AssemblyName_18(String_t* value) { ___AssemblyName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value); } inline static int32_t get_offset_of_MessageArg_19() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___MessageArg_19)); } inline String_t* get_MessageArg_19() const { return ___MessageArg_19; } inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; } inline void set_MessageArg_19(String_t* value) { ___MessageArg_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value); } inline static int32_t get_offset_of_ResourceId_20() { return static_cast(offsetof(TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7, ___ResourceId_20)); } inline int32_t get_ResourceId_20() const { return ___ResourceId_20; } inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; } inline void set_ResourceId_20(int32_t value) { ___ResourceId_20 = value; } }; // Mono.Security.Interface.ValidationResult struct ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 : public RuntimeObject { public: // System.Boolean Mono.Security.Interface.ValidationResult::trusted bool ___trusted_0; // System.Boolean Mono.Security.Interface.ValidationResult::user_denied bool ___user_denied_1; // System.Int32 Mono.Security.Interface.ValidationResult::error_code int32_t ___error_code_2; // System.Nullable`1 Mono.Security.Interface.ValidationResult::policy_errors Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 ___policy_errors_3; public: inline static int32_t get_offset_of_trusted_0() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___trusted_0)); } inline bool get_trusted_0() const { return ___trusted_0; } inline bool* get_address_of_trusted_0() { return &___trusted_0; } inline void set_trusted_0(bool value) { ___trusted_0 = value; } inline static int32_t get_offset_of_user_denied_1() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___user_denied_1)); } inline bool get_user_denied_1() const { return ___user_denied_1; } inline bool* get_address_of_user_denied_1() { return &___user_denied_1; } inline void set_user_denied_1(bool value) { ___user_denied_1 = value; } inline static int32_t get_offset_of_error_code_2() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___error_code_2)); } inline int32_t get_error_code_2() const { return ___error_code_2; } inline int32_t* get_address_of_error_code_2() { return &___error_code_2; } inline void set_error_code_2(int32_t value) { ___error_code_2 = value; } inline static int32_t get_offset_of_policy_errors_3() { return static_cast(offsetof(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23, ___policy_errors_3)); } inline Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 get_policy_errors_3() const { return ___policy_errors_3; } inline Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 * get_address_of_policy_errors_3() { return &___policy_errors_3; } inline void set_policy_errors_3(Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 value) { ___policy_errors_3 = 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: }; // 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_x509list_append_der_t struct unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E : 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.ComponentModel.Design.CheckoutException struct CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: public: }; struct CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields { public: // System.ComponentModel.Design.CheckoutException System.ComponentModel.Design.CheckoutException::Canceled CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * ___Canceled_17; public: inline static int32_t get_offset_of_Canceled_17() { return static_cast(offsetof(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields, ___Canceled_17)); } inline CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * get_Canceled_17() const { return ___Canceled_17; } inline CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C ** get_address_of_Canceled_17() { return &___Canceled_17; } inline void set_Canceled_17(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * value) { ___Canceled_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Canceled_17), (void*)value); } }; // System.Net.CookieException struct CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 : public FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 { public: public: }; // System.EntryPointNotFoundException struct EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC : public TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 { public: public: }; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: // System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode int32_t ___nativeErrorCode_17; public: inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950, ___nativeErrorCode_17)); } inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; } inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; } inline void set_nativeErrorCode_17(int32_t value) { ___nativeErrorCode_17 = value; } }; struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields { public: // System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized bool ___s_ErrorMessagesInitialized_18; // System.Collections.Generic.Dictionary`2 System.ComponentModel.Win32Exception::s_ErrorMessage Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessagesInitialized_18)); } inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; } inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; } inline void set_s_ErrorMessagesInitialized_18(bool value) { ___s_ErrorMessagesInitialized_18 = value; } inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value); } }; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.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.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); } }; // 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.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735 : public RuntimeArray { public: ALIGN_FIELD (8) AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC m_Items[1]; public: inline AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC * 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, AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_0), (void*)NULL); } inline AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeEntry_tF297C4D0035E9C113388D7B4128D1A2334E9ADBC value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type_0), (void*)NULL); } }; // 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.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); } }; // 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.Text.RegularExpressions.Capture[] struct CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51 : public RuntimeArray { public: ALIGN_FIELD (8) Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * m_Items[1]; public: inline Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 ** 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, Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.ComponentModel.IComponent[] struct IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217 : 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.ComponentModel.ISite[] struct ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F : 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.Net.HeaderVariantInfo[] struct HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354 : public RuntimeArray { public: ALIGN_FIELD (8) HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 m_Items[1]; public: inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * 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, HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 AsyncTaskMethodBuilder_1_Create_m15C4F32E60C597AA1347204CBEF22D65960AAEC8_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__23>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m21C5B998DA2DDB51C6F7593A2B4425C3EA0A51D7_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * AsyncTaskMethodBuilder_1_get_Task_mC1B213B5C16F6485FF6FF94D233C0291C6BCF5F0_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__24>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m8B85054E75E86295673AB867E931E86B25810999_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 AsyncTaskMethodBuilder_1_Create_m0F301C6EAD4D3E8A7C61394C296D4C436F30ADA4_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Startd__25>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_m36EC0D1A3AFBB3A6B8C5B56FF483C5967B0FA779_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * AsyncTaskMethodBuilder_1_get_Task_m981D0F6B1943246B2678843E66BED42A92AFF7EC_gshared (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m68EC2DECAF6CF6D92F2E2BDB5AD1CD84EB52AFC2_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mF36C8A5539995AE18A947ADB16AA826FEC59526D_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, uint8_t ___value1, const RuntimeMethod* method); // System.Collections.Generic.IComparer`1 System.Collections.Generic.SortedList`2::get_Comparer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SortedList_2_get_Comparer_mF4E1A24BA05B88E53825E59CDA40AE755EA150EA_gshared_inline (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> System.Collections.Generic.SortedList`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SortedList_2_GetEnumerator_m33BEB8E47B9123EE24005862DACA701A30451E51_gshared (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.SortedList`2::.ctor(System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_2__ctor_m4EEBD847F9453654AF719E63B503ABEF4EE25B75_gshared (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.Collections.Generic.SortedList`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList_2_set_Item_mBBDFA0B8054728DCED4E428D38A6BC05480F5B75_gshared (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* List_1_ToArray_m465C4122ED76D75D4194915EDBD32A89F259CF8C_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::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.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); // 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.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.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3 (Type_t * ___type0, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_mDD1D294DAE6C2E22BA53ABCC342615648686AC4E (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Object System.ComponentModel.AmbientValueAttribute::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, 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.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionConverter_ConvertTo_mCB069A6BEC769D4BC2A44C7ED04947DF33B08B84 (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, 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.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); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m124991BF4E348817ACCC6C4373FD66B31566E425 (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * __this, PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* ___properties0, const RuntimeMethod* method); // System.Void System.ComponentModel.CollectionConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_mA6E78367ED2C94B1B80B6E3314AB4854D275613F (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, 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.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___value0, 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.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.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, 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_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.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_mC9DE1C0199EA0714150CAD960FD88361763DE03A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_m2ED1895CE72319E5E3B06F8BD76963BD6FF6263D (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m8F8D43DECE8B70E86FAF2B498204D3FC9E866ACD (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_mE8BF30141FD478244F98363669282B9C26F74B9A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m33180412765B9BC62F17B87F63964F89937C0467 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_mBF9894A8993D137AEEC8919FEF582DF17EE5F652 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_m4A9014D9B85AB114168577AD5DEE7FA2AFAB4EB6 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mABEF6F24915951FF4A4D87B389D8418B2638178C (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.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); // 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); // 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); // 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); // 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.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173 (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.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.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.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (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.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.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.Exception System.ComponentModel.AsyncCompletedEventArgs::get_Error() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t * AsyncCompletedEventArgs_get_Error_m119E53BDA22A48C3D82BCEF3CDB32BD0D1762CFD_inline (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __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.Reflection.TargetInvocationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetInvocationException__ctor_m5436E5EE63CBC376FADE4422FDC24067402E42A9 (TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.AsyncCompletedEventArgs::get_Cancelled() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_m263C1888CC5F7F68A2BEE0FF6950781B22E21198_inline (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, 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); // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.MobileAuthenticatedStream::ProcessHandshake(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___status0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncOperation::VerifyNotCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyNotCompleted_m226225D0BA19E177E46EB1B9BA079AC2C6CFB32F (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncOperation::VerifyDelegateNotNull(System.Threading.SendOrPostCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyDelegateNotNull_m48FA4F9AFAE4A43BCD8E76E4D9AA847647CE592C (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___d0, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncOperation::Post(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_Post_m56D63BC1F6073DC13B487177F65FCC47B66D62A1 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncOperation::OperationCompletedCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_OperationCompletedCore_mDD91CF050572E26615180FCE6154D052CD0296EA (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncOperation::.ctor(System.Object,System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_mB1A3F2A7FDD34F0D26FDE74FAF1BD4AE2C6C19C5 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, RuntimeObject * ___userSuppliedState0, SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___syncContext1, const RuntimeMethod* method); // System.Threading.SynchronizationContext System.ComponentModel.AsyncOperationManager::get_SynchronizationContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * AsyncOperationManager_get_SynchronizationContext_m3B691B8823C4112A3087A9C03093847F3FF3D5F6 (const RuntimeMethod* method); // System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperation::CreateOperation(System.Object,System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * AsyncOperation_CreateOperation_m4C66EDC8839EF21AF1BE3C28F58450C67AFB4F89 (RuntimeObject * ___userSuppliedState0, SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___syncContext1, const RuntimeMethod* method); // System.Threading.SynchronizationContext System.Threading.SynchronizationContext::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * SynchronizationContext_get_Current_m4841CFFADFD0F0D82CE91800EE1225926440B942 (const RuntimeMethod* method); // System.Void System.Threading.SynchronizationContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext__ctor_mBFA5A0DA5DAD6FD0001098E970759A1F90A03391 (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * __this, const RuntimeMethod* method); // System.Void System.Threading.SynchronizationContext::SetSynchronizationContext(System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SynchronizationContext_SetSynchronizationContext_m0307B8FDCDC2A4D2C25B7DB20CF60B00E72CE04B (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___syncContext0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 AsyncTaskMethodBuilder_1_Create_mD48D35EC14C2043A3BC7869A77E5E3DB20966F5C (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m15C4F32E60C597AA1347204CBEF22D65960AAEC8_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__23>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_mC376A2D780876115DFBD6E194071E32BD486107C (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_m21C5B998DA2DDB51C6F7593A2B4425C3EA0A51D7_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * AsyncTaskMethodBuilder_1_get_Task_mFF456E0362A4DCB51F0CD37D0BD893ACE79F9201 (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * __this, const RuntimeMethod* method) { return (( Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * (*) (AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mC1B213B5C16F6485FF6FF94D233C0291C6BCF5F0_gshared)(__this, method); } // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B AsyncTaskMethodBuilder_Create_mFF3A436623D0A24B2063FDB41694EDFDA7783DE8 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__24>(!!0&) inline void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m8B85054E75E86295673AB867E931E86B25810999 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m8B85054E75E86295673AB867E931E86B25810999_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Create() inline AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 AsyncTaskMethodBuilder_1_Create_m0F301C6EAD4D3E8A7C61394C296D4C436F30ADA4 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m0F301C6EAD4D3E8A7C61394C296D4C436F30ADA4_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Startd__25>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_m36EC0D1A3AFBB3A6B8C5B56FF483C5967B0FA779 (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_m36EC0D1A3AFBB3A6B8C5B56FF483C5967B0FA779_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::get_Task() inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * AsyncTaskMethodBuilder_1_get_Task_m981D0F6B1943246B2678843E66BED42A92AFF7EC (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * __this, const RuntimeMethod* method) { return (( Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * (*) (AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m981D0F6B1943246B2678843E66BED42A92AFF7EC_gshared)(__this, 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.Void Mono.Net.Security.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // Mono.Net.Security.BufferOffsetSize Mono.Net.Security.AsyncReadOrWriteRequest::get_UserBuffer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::ProcessRead(Mono.Net.Security.BufferOffsetSize) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_ProcessRead_m2DA627144AF178A8F0F54F58E6630C2F68202D12 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___userBuffer0, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncProtocolRequest::set_UserResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.AsyncReadOrWriteRequest::get_CurrentSize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::set_CurrentSize(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, int32_t ___value0, const RuntimeMethod* method); // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::ProcessWrite(Mono.Net.Security.BufferOffsetSize) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_ProcessWrite_m26B164259C3550E33F5CDF2C4CB491CFF3F4C9B9 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___userBuffer0, 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.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method); // System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * AttributeCollection_GetDefaultAttribute_m2062E0BDB58B7E794505DB168CCFBC244944B70B (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Type_t * ___attributeType0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m7CDBEC7DA244F5D7D1BE5E066B84DA66C82DE874 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * ___attribute0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptor::GetReflectionType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetReflectionType_m849C672877A3FFEA4A20B965B2412D2AFBA982C4 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m5E2B5FF4334B861A92933D078C4B06FA11AA731A (FieldInfo_t * ___left0, FieldInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mE36F3A5B2DFF613C704AA56989D90D72760391EB (FieldInfo_t * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C (Type_t * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types0, const RuntimeMethod* method); // System.Boolean System.Reflection.ConstructorInfo::op_Inequality(System.Reflection.ConstructorInfo,System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___left0, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___right1, const RuntimeMethod* method); // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906 (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.AttributeCollection::Matches(System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Matches_m006D3878426FB18555E3FA220E9D6A062873BC1A (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * ___attribute0, 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.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, 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.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, 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.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Net.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m42061F6AD56B23AB8052A7B2536ADDD16C65ACFC (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, const RuntimeMethod* method); // System.Void System.Net.DigestClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_m6EBFE2A034C1CDF5AB71D23C5A1FDFD10D5866D9 (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * __this, const RuntimeMethod* method); // System.Void System.Net.BasicClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mF4468AD89FE190EC24CB05F677D56F6F5CF845A6 (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_DoAuthenticate_m47085E3232A36C8A83BB2EB61E5075F2E3ACB69C (String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.Void System.Net.AuthenticationManager::EnsureModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_mC239A7262317E37634854CF88A801D8276961299 (const RuntimeMethod* method); // System.String System.Net.ValidationHelper::MakeStringNull(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidationHelper_MakeStringNull_m1B543969D0680F39DA26ED8ED30A8C9BD477E172 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_mE4E0E75E060B5347A17D354889CF1613F3A7FD19 (AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method); // System.Void System.ComponentModel.Component::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_m840837E8F38EF7547938BF0E23F7D5847B8C4F48 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method); // 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); // System.Void System.Threading.SendOrPostCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback__ctor_m68774F2BDC46DE2BA6C3D61D66481FD4D994F6A4 (SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerSupportsCancellation() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerSupportsCancellation_mE5375383BC5FE7BDEEE3449E4B2CF5FCEF450085_inline (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method); // System.ComponentModel.EventHandlerList System.ComponentModel.Component::get_Events() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.EventHandlerList::AddHandler(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.EventHandlerList::RemoveHandler(System.Object,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList_RemoveHandler_m8E4AA68A893AE552BF2311DDC7E20998DDA2B1DA (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Delegate System.ComponentModel.EventHandlerList::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * EventHandlerList_get_Item_mC9E8B2F3D48DB323CA19FB87B2DBB7240AE03334 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.ComponentModel.DoWorkEventHandler::Invoke(System.Object,System.ComponentModel.DoWorkEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventHandler_Invoke_m3F4F333894C93E5EB6005963C6CF0C0E5EF99199 (DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * __this, RuntimeObject * ___sender0, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.RunWorkerCompletedEventHandler::Invoke(System.Object,System.ComponentModel.RunWorkerCompletedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventHandler_Invoke_m076636EA2F731D53CC651448FC13B85F8890542A (RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * __this, RuntimeObject * ___sender0, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.ProgressChangedEventHandler::Invoke(System.Object,System.ComponentModel.ProgressChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventHandler_Invoke_m901F5BEA14514519C03222B57AF1F8110F57345C (ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * __this, RuntimeObject * ___sender0, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * ___e1, const RuntimeMethod* method); // System.Void System.ComponentModel.BackgroundWorker::ReportProgress(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ReportProgress_m7C7EE93D8237B55B67A6FFD18270EAB98395BD2B (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, int32_t ___percentProgress0, RuntimeObject * ___userState1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerReportsProgress() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerReportsProgress_mDED490AAF8485387748646866B4D75FDD9715361_inline (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ProgressChangedEventArgs::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProgressChangedEventArgs__ctor_mFB2485C77F9FEF8EFCEA2D5D37AD51A74EB84C66 (ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * __this, int32_t ___progressPercentage0, RuntimeObject * ___userState1, const RuntimeMethod* method); // System.Void System.Threading.SendOrPostCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SendOrPostCallback_Invoke_m352534ED0E61440A793944CC44809F666BBC1461 (SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * __this, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Void System.ComponentModel.BackgroundWorker::RunWorkerAsync(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_RunWorkerAsync_m8FC5FA136A025102ED6B4CAAF5D32D6FEA879058 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RuntimeObject * ___argument0, const RuntimeMethod* method); // System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperationManager::CreateOperation(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * AsyncOperationManager_CreateOperation_m682FEB96FC82619D4FD61A18BFA590E7F040DAC1 (RuntimeObject * ___userSuppliedState0, const RuntimeMethod* method); // 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); // System.Void System.ComponentModel.DoWorkEventArgs::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoWorkEventArgs__ctor_m4F4439DB93D80E45B50383BEE195D674313EB9FC (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * __this, RuntimeObject * ___argument0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.CancelEventArgs::get_Cancel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CancelEventArgs_get_Cancel_m9561866ADE48FF514E607CCA5B1F201C735F57BE_inline (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.DoWorkEventArgs::get_Result() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DoWorkEventArgs_get_Result_m739E34B8E71B654ED0FEC3E3652FDD21770083CB_inline (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.RunWorkerCompletedEventArgs::.ctor(System.Object,System.Exception,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunWorkerCompletedEventArgs__ctor_m66848DC0CBC14603793F071F623532FADF4507DE (RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * __this, RuntimeObject * ___result0, Exception_t * ___error1, bool ___cancelled2, const RuntimeMethod* method); // System.Void System.ComponentModel.AsyncOperation::PostOperationCompleted(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_PostOperationCompleted_m8F838947359C66BBB7177BF2E0810746E4045233 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m6AA3DE3E595A2AABA33B5046BD6CF2AB46466C05 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_InternalAuthenticate_m5D6A6E1F6A34E5475140829CA1771CF96D19A0C8 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_AuthUri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_AuthUri_m73CE601DCC9A4F368AEA6186CDC4FFBA20D3A11A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_UserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::get_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.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.Byte[] System.Net.BasicClient::GetBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BasicClient_GetBytes_m07771D492E2A4D3BBF58D7A9BB69E33BC5856D96 (String_t* ___str0, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Net.Authorization::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1 (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, const RuntimeMethod* method); // System.Void System.ComponentModel.BindableAttribute::.ctor(System.Boolean,System.ComponentModel.BindingDirection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m1C352C6D2F460A00A140B88246B433DD6C6423C2 (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, bool ___bindable0, int32_t ___direction1, const RuntimeMethod* method); // System.Void System.ComponentModel.BindableAttribute::.ctor(System.ComponentModel.BindableSupport,System.ComponentModel.BindingDirection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m0FCB5791D761C8964352B669FA2C5F615216EED5 (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, int32_t ___flags0, int32_t ___direction1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.BindableAttribute::get_Bindable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BindableAttribute_get_Bindable_m64BDABFB0DF878C77D4F1DF49EBFB3C2E9E12066_inline (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411 (bool* __this, const RuntimeMethod* method); // System.Void System.ComponentModel.BindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_mB391CB9B5302886D200F868D5A55FBC4381D12BB (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, bool ___bindable0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.BitVector32::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, int32_t ___bit0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.BitVector32::set_Item(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, int32_t ___bit0, bool ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.BitVector32::CreateMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C (int32_t ___previous0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.BitVector32::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_Equals_mCCBC3D8FD9017BE6B3DE89D5997D9B40CCBDC8E9 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Int32 System.ValueType::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueType_GetHashCode_mE3FC55FA0D7099043434B9F8F0A4B30C8B63BFF4 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.BitVector32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_GetHashCode_m2598C86EB680DEAE15711C03E26666C26023C573 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.String System.Collections.Specialized.BitVector32::ToString(System.Collections.Specialized.BitVector32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_m4D16F2FC54FD8465107742A0569B17BB5EBC17FE (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 ___value0, const RuntimeMethod* method); // System.String System.Collections.Specialized.BitVector32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_mB496D2484344F329FEC2D7732FADFBFE0413A8BE (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, const RuntimeMethod* method); // System.Boolean System.Boolean::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D (String_t* ___value0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51 (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * __this, RuntimeObject* ___values0, const RuntimeMethod* method); // System.Void System.Diagnostics.Switch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Switch__ctor_mA2A930BF2A6548BBF83C409D583650F7CC9C9E4A (Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.BrowsableAttribute::get_Browsable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.BrowsableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__ctor_m67F6E4C4B28C23E90D4C0527D1BA41555D1B0DDE (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, bool ___browsable0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.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.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.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.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.Void System.Array::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize2::MakeRoom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_MakeRoom_mBFDBCE08404ECEECBDDB499ED991000ED3A1F35B (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, int32_t ___size0, 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.Byte System.Convert::ToByte(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m298B9FFE6B1E972663E69CD6542967C92C730D2A (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mF76F61376430ABB970C07DDCAE08C6EB73127A18 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mAFD1DF914F83659BB284CECF45CC9289F9B6E862 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6 (String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::dlopen(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlopen_m29EB69AF02B241D923032648A7963DEF4D8E4CC5 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* 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.IntPtr Mono.Net.CFObject::GetIndirect(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetIndirect_m9DB824A82AFC5912132B005B866C357C3AA89244 (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::dlclose(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_dlclose_mBE0671E0D3F7AEA620BADFD6488143977569FE61 (intptr_t ___handle0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::get_Handle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFArray::CFArrayGetCount(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetCount_m320E2F1C9FFF2159AD31A8C13A6A4FBC1C30280D (intptr_t ___handle0, 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.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); // System.IntPtr Mono.Net.CFArray::CFArrayGetValueAtIndex(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetValueAtIndex_m99879F463DD339CC249B87EC9962A4D2E08DED7D (intptr_t ___handle0, intptr_t ___index1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFDictionary::CFDictionaryGetValue(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_CFDictionaryGetValue_m3D6FA09CC32FA06C4408ABF645810A92184A83B7 (intptr_t ___handle0, intptr_t ___key1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFDictionary::GetValue(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_GetValue_m947C063E75C13525FD1214A89F23C5B05469891B (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_inline (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, const RuntimeMethod*))Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline)(__this, method); } // T System.Collections.Generic.Queue`1::Dequeue() inline GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * Queue_1_Dequeue_m65345311D772C8F883BF459148836EDBAA874284 (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, const RuntimeMethod* method) { return (( GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, const RuntimeMethod*))Queue_1_Dequeue_m68EC2DECAF6CF6D92F2E2BDB5AD1CD84EB52AFC2_gshared)(__this, method); } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScriptSequential(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptSequential_mF5E0C26C1FB958681172AF27BF556EAF09AC5108 (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.Void Mono.Net.CFNetwork/GetProxyData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetProxyData__ctor_m4EF170D9F1F5318953CE2A71DC027ECE787F8DB5 (GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549 (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, const RuntimeMethod*))Queue_1__ctor_m065613451660A1479E4D6D00878FB7630AFE4E11_gshared)(__this, method); } // System.Void System.Threading.AutoResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * __this, bool ___initialState0, const RuntimeMethod* method); // System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * ___start0, const RuntimeMethod* method); // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Threading.Thread::Start() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(T) inline void Queue_1_Enqueue_m86F5D92F30A412FC62C43CBF26BA809DF2F91D72 (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * __this, GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *, GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 *, const RuntimeMethod*))Queue_1_Enqueue_m569423674869D1BC83C295B8D0F156855406FA4E_gshared)(__this, ___item0, method); } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScript(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScript_m9314BA7D062428E5CE8C477FBC7821BB6A6E7F1E (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, 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); // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForAutoConfigurationScript_m93CE8361E63E9736DE24E93725455F0B062F371C (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, 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.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); // System.String System.Uri::get_AbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // Mono.Net.CFUrl Mono.Net.CFUrl::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * CFUrl_Create_m4D63DAD21AD9658FD227D0E0385AA0745D8DFE0D (String_t* ___absolute0, const RuntimeMethod* method); // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForAutoConfigurationScript_mDBFDE88606946A7922CF3A4862B7DF061AC6C327 (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, const RuntimeMethod* method); // 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); // Mono.Net.CFRunLoop Mono.Net.CFRunLoop::get_CurrentRunLoop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * CFRunLoop_get_CurrentRunLoop_m74A218C71BAB62C4747A1C08FC363AFE7B0FA45E (const RuntimeMethod* method); // 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); // System.IntPtr Mono.Net.CFNetwork::CFNetworkExecuteProxyAutoConfigurationURL(System.IntPtr,System.IntPtr,Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback,Mono.Net.CFStreamClientContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkExecuteProxyAutoConfigurationURL_m28FF1C6817B460A7A8015CC3D79A5274C2FC4640 (intptr_t ___proxyAutoConfigURL0, intptr_t ___targetURL1, CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * ___cb2, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF * ___clientContext3, const RuntimeMethod* method); // Mono.Net.CFString Mono.Net.CFString::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * CFString_Create_m8F699B4DDDEE345AEC650353CB5755B6EADC12D6 (String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::AddSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_AddSource_m15D6017176B691ABD72806F93C6D5D39FBC42245 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method); // System.Int32 Mono.Net.CFRunLoop::RunInMode(Mono.Net.CFString,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_RunInMode_mC4178D0FA7C7CD3F5E89CF17C172811C732FAE8E (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::RemoveSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_RemoveSource_m9F692D2493BC9B1F1E148C2CDA0C81A68D7D5CFE (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForURL(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForURL_mC84B9BC0607B0BA6A78253B8CC339C31C06E1C92 (intptr_t ___url0, intptr_t ___proxySettings1, 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.CFDictionary Mono.Net.CFProxySettings::get_Dictionary() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D_inline (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, const RuntimeMethod* method); // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForURL_m7840FF9D3C2C78638C36233FF4BF15BDB7C601EF (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___proxySettings1, const RuntimeMethod* method); // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFProxySettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForURL_mB440990304B1E584DD411A447E60309860246D72 (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * ___proxySettings1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopySystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopySystemProxySettings_m25B90339270E861C02F0CA5EB5DBADA9DA1D9106 (const RuntimeMethod* method); // System.Void Mono.Net.CFProxySettings::.ctor(Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxySettings__ctor_m5D794E284FA54939D08F650AB1F72E773E7E6069 (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings0, const RuntimeMethod* method); // System.Void Mono.Net.CFNetwork/CFWebProxy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFWebProxy__ctor_m4F5F4B6DA0F19F1C071E62625D54C20951EFFCEC (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * __this, const RuntimeMethod* method); // System.Boolean Mono.Net.CFNumber::CFNumberGetValue(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CFNumber_CFNumberGetValue_m47D6E984DEBFEE051D237F510D70F7F3DF5DEBE8 (intptr_t ___handle0, intptr_t ___type1, int32_t* ___value2, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::dlsym(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlsym_m5EC2EC3D7641B183C77B8242FDD8DDE0E8F44BD6 (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::ReadIntPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_ReadIntPtr_m5807795B5182C42EC704F0F021A5C5FEFC8A2561 (intptr_t ___ptr0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::set_Handle(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___value0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::Retain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Retain_m0F3DFD2CDD800D9BBF5543F954FD32FB3D71F989 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::CFRetain(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_CFRetain_mC8AEFDAACF6AA6F897D9FEBCD7D2612052A9A279 (intptr_t ___handle0, const RuntimeMethod* method); // System.Void Mono.Net.CFObject::CFRelease(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_CFRelease_m028686C5FAD2396EA634AA2F9BD3ADD689CD7632 (intptr_t ___handle0, 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.CFObject::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Release_m6B6128DF1AED8B5F9D3B483696C1C49D0BFA7C76 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFObject::GetCFObjectHandle(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673 (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFDictionary::get_Item(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method); // System.String Mono.Net.CFString::AsString(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFString_AsString_m8209C956CA533F61D4B5F274640C03739BD1463A (intptr_t ___handle0, const RuntimeMethod* method); // System.Int32 Mono.Net.CFNumber::AsInt32(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFNumber_AsInt32_m7CB0106AD5D5E1EDD8B1B36BA272BC7356B001B6 (intptr_t ___handle0, const RuntimeMethod* method); // Mono.Net.CFProxyType Mono.Net.CFProxy::CFProxyTypeToEnum(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_CFProxyTypeToEnum_m7A6FB42853315DD9AFB5D1600E8B8E90EB1B34A1 (intptr_t ___type0, const RuntimeMethod* method); // System.Void Mono.Net.CFRange::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49 (CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 * __this, int32_t ___loc0, int32_t ___len1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFRunLoop::CFRunLoopGetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFRunLoop_CFRunLoopGetCurrent_mD98BA5C15429671A8C8957A6FDFA33497ABAD0A1 (const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop__ctor_m9DCFB09DC63118A1A8F61BF6ECACFE71C4B26974 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::CFRunLoopAddSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopAddSource_m9110DBBA1333686B2460B32716C113F1FC84D502 (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::CFRunLoopRemoveSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopRemoveSource_m98631D2406E345952E25EFDD22740D563516FC64 (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method); // System.Int32 Mono.Net.CFRunLoop::CFRunLoopRunInMode(System.IntPtr,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_CFRunLoopRunInMode_mAA29D2730697A20E634E7064EE08A4504475CA80 (intptr_t ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method); // System.Void Mono.Net.CFRunLoop::CFRunLoopStop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopStop_m1E9A301D3BE1DBFB3B3457656EA1053A37D637A0 (intptr_t ___rl0, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42 (const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495 (void* ___value0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFString::CFStringCreateWithCharacters(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringCreateWithCharacters_mCA349EA6BFA81A58404451E5C57F75717F6F7DCE (intptr_t ___alloc0, intptr_t ___chars1, intptr_t ___length2, const RuntimeMethod* method); // System.Void Mono.Net.CFString::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFString__ctor_m6FC1151D49252BA6F14027DF6FC09D9ABBEC5140 (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFString::CFStringGetLength(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetLength_m33A40318266E7D609FB66FABF060B357CB86C0EA (intptr_t ___handle0, const RuntimeMethod* method); // System.IntPtr Mono.Net.CFString::CFStringGetCharactersPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharactersPtr_m360E6706B2B077F051E51BCA7E554433E96B7A65 (intptr_t ___handle0, 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); // System.IntPtr Mono.Net.CFString::CFStringGetCharacters(System.IntPtr,Mono.Net.CFRange,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharacters_m5139571D799842372F293519BA7EF1F2776FF883 (intptr_t ___handle0, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 ___range1, intptr_t ___buffer2, const RuntimeMethod* method); // System.Void* System.IntPtr::op_Explicit(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD (intptr_t ___value0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::FreeHGlobal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_FreeHGlobal_m53FC4846F5D3106BA25B52C321005C227E424F72 (intptr_t ___hglobal0, 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.IntPtr Mono.Net.CFUrl::CFURLCreateWithString(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFUrl_CFURLCreateWithString_mC1C1F16C817B6E31F452CA63C38E9D6E8949678D (intptr_t ___allocator0, intptr_t ___str1, intptr_t ___baseURL2, const RuntimeMethod* method); // System.Void Mono.Net.CFUrl::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFUrl__ctor_m623159BA6C864641A77B1F59C8F09D4AE364163E (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method); // 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); // System.Void Mono.Security.Interface.MonoRemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoRemoteCertificateValidationCallback__ctor_m6ED284D2291C47D34C738D3BB5E562B07A99723A (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // System.Void Mono.Security.Interface.MonoLocalCertificateSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoLocalCertificateSelectionCallback__ctor_m2C90E472414C4A3B1B1E23C123A2FF0570B94903 (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // System.Void System.Net.Security.RemoteCertificateValidationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteCertificateValidationCallback__ctor_mDBCF893D0A540CB506F5547807525625F5CBA4C4 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // 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); // System.Void System.Net.Security.LocalCertSelectionCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalCertSelectionCallback__ctor_mE564871B196549FDEA64C011A4AA00339FA0281F (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.ComponentModel.CancelEventArgs::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_m6B022AE75454050F1057E065897829364608BF40 (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, bool ___cancel0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Capture System.Text.RegularExpressions.CaptureCollection::GetCapture(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * CaptureCollection_GetCapture_m52D3C11680567CEE2196B35A76D75A7FFEBF617A (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Text.RegularExpressions.Capture System.Text.RegularExpressions.CaptureCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * CaptureCollection_get_Item_m38FB912D78566BF8D926F85ABF06770E70B87E7C (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, int32_t ___i0, 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.Text.RegularExpressions.CaptureCollection::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CaptureCollection_get_Count_mC83C2AE60F245A995ED192450BB0660E4BFC73DF_inline (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.CaptureEnumerator::.ctor(System.Text.RegularExpressions.CaptureCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureEnumerator__ctor_mA4C64A5B5D69EA1E38B87E0DCF6CC3B18670A03E (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * __this, CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ___rcc0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Capture::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Capture__ctor_m5FB71B7ADA66B2D3AD6B681BEE846F0FD62F11C3 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, String_t* ___text0, int32_t ___i1, int32_t ___l2, const RuntimeMethod* method); // System.Text.RegularExpressions.Capture System.Text.RegularExpressions.CaptureEnumerator::get_Capture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * CaptureEnumerator_get_Capture_m02F94CD692952EC04026014A1879FB058E9CB0F1 (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * __this, const RuntimeMethod* method); // System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, String_t* ___myString0, const RuntimeMethod* method); // System.Void System.Net.CaseInsensitiveAscii::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m5AD65BBE763EC356D1DC91FBFE3B546650978C3B (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Void System.ComponentModel.CategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, String_t* ___category0, const RuntimeMethod* method); // System.Void System.ComponentModel.CategoryAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_mFD8B8ED605EB6AC715B129E6FDA1BAE637D02A26 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, const RuntimeMethod* method); // System.String System.ComponentModel.CategoryAttribute::get_Category() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, 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.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Default_m5D05F4773F1CD96AE026363BC370475A0480A6ED (const RuntimeMethod* method); // 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); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * X509CertificateEnumerator_get_Current_m073AF75A4FCD3173200FF90AB6539B9D82C9EA90 (X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * __this, const RuntimeMethod* method); // System.Void Mono.Unity.CertHelper::AddCertificateToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificateToNativeChain_mE1F8AD3A6448C38C2E75A0AFD77BD0F175109CD3 (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_mD24E317796AFDCEE1C381C30AEC85B5B3A486F8C (X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * __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 Mono.Unity.UnityTls/unitytls_interface_struct/unitytls_x509list_append_der_t::Invoke(Mono.Unity.UnityTls/unitytls_x509list*,System.Byte*,System.IntPtr,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void unitytls_x509list_append_der_t_Invoke_mA432486D4A73BB7FC4DFE3DD02205FE4C0AB9066 (unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * __this, unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___list0, uint8_t* ___buffer1, intptr_t ___bufferLen2, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState3, 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.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); // 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); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Certificate__ctor_m293DBAACAD872CAEBB81381DBA39060740A8A67C (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * __this, X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * ___impl0, const RuntimeMethod* method); // System.Void Mono.Net.Security.ChainValidationHelper::.ctor(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings,System.Boolean,Mono.Net.Security.MonoTlsStream,Mono.Net.Security.ServerCertValidationCallbackWrapper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings1, bool ___cloneSettings2, MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___stream3, ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * ___callbackWrapper4, const RuntimeMethod* method); // Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::get_CertificateValidator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537 (const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CloneWithValidator(Mono.Security.Interface.ICertificateValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5 (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, RuntimeObject* ___validator0, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProvider_mFD7B472C08E54CF8D28B4EE0E4CF402F18A99E20 (const RuntimeMethod* method); // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::get_RemoteCertificateValidationCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Net.Security.RemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::MonoToPublic(Mono.Security.Interface.MonoRemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * CallbackHelpers_MonoToPublic_m425EA806EFED0B283EC06B4FB0EA471E8ACA92D4 (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___callback0, const RuntimeMethod* method); // System.Void System.Net.ServerCertValidationCallback::.ctor(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertValidationCallback__ctor_m74FA8CDC1C3AD2BAE782BFD55EC0AA62A18E7DE0 (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * __this, RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___validationCallback0, const RuntimeMethod* method); // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::get_ClientCertificateSelectionCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Net.Security.LocalCertSelectionCallback Mono.Net.Security.Private.CallbackHelpers::MonoToInternal(Mono.Security.Interface.MonoLocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * CallbackHelpers_MonoToInternal_mDDCA94EA8ECB94A1308AE1C8199F5A0B8DEAC1B0 (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___callback0, const RuntimeMethod* method); // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::get_UseServicePointManagerCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline)(__this, method); } // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::get_Request() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method); // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::get_ServerCertValidationCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * HttpWebRequest_get_ServerCertValidationCallback_mC40F344BFA88D34DBD794CDB8BD0B8A5F5D78AA6_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Net.ServerCertValidationCallback System.Net.ServicePointManager::get_ServerCertValidationCallback() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ServicePointManager_get_ServerCertValidationCallback_mB359AF486C997D8390BE6B660058A87AA177A922_inline (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.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.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertSelectionCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * LocalCertSelectionCallback_Invoke_m2869B1DB69FB6390DB8035B41C0594762111D484 (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, const RuntimeMethod* method); // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mF930C960C8EA0CFEE7AE893486A11AB96CC5A958 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.ValidationResult::get_Trusted() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.ValidationResult::get_UserDenied() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MonoTlsStream::set_CertificateValidationFailed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, bool ___value0, const RuntimeMethod* method); // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain&,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mFB4BC1CD513099E2156178A0F94663FAD1849EB2 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Chain::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Chain_Dispose_mCFA2A24CDD151F681BA0A24B2CE814696217A1E3 (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * __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::UpdateServerCertificate(System.Security.Cryptography.X509Certificates.X509Certificate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_UpdateServerCertificate_m8F8352188BACC259F5D00F3D9044E3E7F2707E29 (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate0, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.ServerCertValidationCallbackWrapper::Invoke(System.Net.ServerCertValidationCallback,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,Mono.Security.Interface.MonoSslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallbackWrapper_Invoke_mBDF485AED0434BAE86AF712D014292266AA71C0C (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * __this, ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___callback0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Boolean System.Net.ServerCertValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallback_Invoke_m88F7CC8E8BAE6F501FB49ECE5DC9026120DA3857 (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * __this, RuntimeObject * ___request0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m968C69287B96041ABEDF94074175C0CF763C0A5F (Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Mono.Security.Interface.ValidationResult::.ctor(System.Boolean,System.Boolean,System.Int32,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18 (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, bool ___trusted0, bool ___user_denied1, int32_t ___error_code2, Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 ___policy_errors3, 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.Net.ICertificatePolicy System.Net.ServicePointManager::GetLegacyCertificatePolicy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_GetLegacyCertificatePolicy_m256D5E7267BA12980E8FD08B6BE2FCBC24FDEA0A_inline (const RuntimeMethod* method); // System.Boolean Mono.Net.Security.SystemCertificateValidator::NeedsChain(Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemCertificateValidator_NeedsChain_m8BAD2594BF43C9150CD00581977B4F537C277FE3 (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings0, const RuntimeMethod* method); // System.Boolean Mono.Security.Interface.MonoTlsSettings::get_CallbackNeedsCertificateChain() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePointNoLock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePointNoLock_mAB6BB5851482B6EA1FFB3943897D7B9399795B13_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ExternalException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExternalException__ctor_mFD1CAD686E262BF4785865FA94DB20D410CF4809 (ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExternalException__ctor_m8EECD03761DA5BF9053BED993D010B63B745DA96 (ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 * __this, String_t* ___message0, int32_t ___errorCode1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExternalException__ctor_mF237400F375CB6BA1857B5C5EE7419AA59069184 (ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.CheckoutException::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CheckoutException__ctor_m3555D7B813C2B52B67383DDFDD715B3A3F4DF638 (CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * __this, String_t* ___message0, int32_t ___errorCode1, const RuntimeMethod* method); // System.Int32 System.Net.NetworkInformation.CommonUnixIPGlobalProperties::getdomainname(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonUnixIPGlobalProperties_getdomainname_m986C881DC228C76FEDFE01DDA4375990B9F312F7 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name0, int32_t ___len1, const RuntimeMethod* method); // System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_m5CDA318CAFE57C54FA19136D9CC86F34DF5F8F1C (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mF36C8A5539995AE18A947ADB16AA826FEC59526D (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, uint8_t ___value1, const RuntimeMethod* method) { return (( int32_t (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, uint8_t, const RuntimeMethod*))Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mF36C8A5539995AE18A947ADB16AA826FEC59526D_gshared)(___array0, ___value1, 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.Void System.Diagnostics.BooleanSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanSwitch__ctor_m2FF77BE99ADF4D42BA2C9062CA03367320EA37B1 (BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969 (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __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.String System.Net.Cookie::get_Domain() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Path() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveComparer::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveComparer__ctor_mD14E129C0E3097F0E076A4E04E87D5081C4E666B (CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Void System.Collections.CaseInsensitiveHashCodeProvider::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveHashCodeProvider__ctor_mA20A70E69A24912F9688675F259E538C46034D63 (CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataSource() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataSource_mC7353352E0BE0DBFA04C22B1A114B52FE0CE9F75_inline (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method); // System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataMember() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataMember_mDE5C4B1794E90741CD50FA9DC328E5CDC485B0FF_inline (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_m57997B380F8C06EC1702E5558FAAD627C135417B (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.EventHandlerList::.ctor(System.ComponentModel.Component) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList__ctor_mDF4184A831BBF85E2CCF723614579F5F39D0478D (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __this, Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * ___parent0, const RuntimeMethod* method); // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_Invoke_m0F82470611ECCEECEB93CD16EE16C4D14051EB81 (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * __this, RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, const RuntimeMethod* method); // System.Void System.Collections.ReadOnlyCollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBase__ctor_m98881DB1026C4276E4DFAB8A835E317D7F7A7E5A (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7 (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Void System.ComponentModel.ReferenceConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReferenceConverter__ctor_m2BF20339AD66B73F51C54F05BCD4C6229CECA08B (ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B * __this, Type_t * ___type0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeDescriptor_GetProperties_mCF014E81D54DC1F458B231B0343B037AFE1497C6 (RuntimeObject * ___component0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager__ctor_m0E67D18224291BA836FCBC5FC855C07506244FAA (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, Type_t * ___resourceSource0, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Inequality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Resources.ResourceManager::GetNeutralResourcesLanguage(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ResourceManager_GetNeutralResourcesLanguage_mBED054A0976FB7AAAD8BA363E0391E5F40D8B228 (Assembly_t * ___a0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentUICulture_mD9F5F20EC688B22875DCC1D543E693649EEA6B76 (const RuntimeMethod* method); // System.Collections.Generic.SortedList`2 System.ComponentModel.ComponentResourceManager::FillResources(System.Globalization.CultureInfo,System.Resources.ResourceSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * ComponentResourceManager_FillResources_m0233E819ADBFDA61525A3F715587BD0A0CC92DCD (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** ___resourceSet1, const RuntimeMethod* method); // System.Collections.Generic.IComparer`1 System.Collections.Generic.SortedList`2::get_Comparer() inline RuntimeObject* SortedList_2_get_Comparer_mF96FD52FA0A99D9251DFBDBFF33AC600FE15AFA0_inline (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B *, const RuntimeMethod*))SortedList_2_get_Comparer_mF4E1A24BA05B88E53825E59CDA40AE755EA150EA_gshared_inline)(__this, method); } // System.StringComparer System.StringComparer::get_OrdinalIgnoreCase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline (const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1> System.Collections.Generic.SortedList`2::GetEnumerator() inline RuntimeObject* SortedList_2_GetEnumerator_m3AED6602C5D6363F4A25A5F5590B9D6A9779DDF1 (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B *, const RuntimeMethod*))SortedList_2_GetEnumerator_m33BEB8E47B9123EE24005862DACA701A30451E51_gshared)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_inline (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m235536D851DC456E92886872EB685E9746CD8842 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m080D376EC2E7A0C528A440094A0DB97DFB34CD41 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, 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); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline RuntimeObject * KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3C862A51D0B10889115A9EB53CBBDC7C3883D26F (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Equality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.ComponentModel.ComponentResourceManager::get_NeutralResourcesCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ComponentResourceManager_get_NeutralResourcesCulture_mB287B9FFADD3A98C6D62E379249B86DE24FCB03A (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.SortedList`2::.ctor(System.Collections.Generic.IComparer`1) inline void SortedList_2__ctor_m4292C5CDE84E12E0A7556439C1EF986CEE72A96A (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B *, RuntimeObject*, const RuntimeMethod*))SortedList_2__ctor_m4EEBD847F9453654AF719E63B503ABEF4EE25B75_gshared)(__this, ___comparer0, method); } // System.StringComparer System.StringComparer::get_Ordinal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_Ordinal_mF3B6370BEBD77351DB5218C867DCD669C47B8812_inline (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.Void System.Collections.Generic.SortedList`2::set_Item(TKey,TValue) inline void SortedList_2_set_Item_m40A36B8A57DA0BDC94A414B332D36FD290B44D74 (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { (( void (*) (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B *, String_t*, RuntimeObject *, const RuntimeMethod*))SortedList_2_set_Item_mBBDFA0B8054728DCED4E428D38A6BC05480F5B75_gshared)(__this, ___key0, ___value1, method); } // 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); // System.Void System.ComponentModel.ComponentCollection::.ctor(System.ComponentModel.IComponent[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentCollection__ctor_m52BC0B515E5092237AF601D143D4D81331ACB8D7 (ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * __this, IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* ___components0, const RuntimeMethod* method); // System.Void System.ComponentModel.Container::Remove(System.ComponentModel.IComponent,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_m3AFE12B4E22B0FD25CFCDA463CB6FE33F61F4213 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, bool ___preserveSite1, 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.ComponentModel.InheritanceLevel System.ComponentModel.InheritanceAttribute::get_InheritanceLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InheritanceAttribute_get_InheritanceLevel_mB637DB7D7A747B7DC3C79128F4EFE1AEC4503ABD_inline (InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * __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.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.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C (const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Plain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Inequality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_mA99EAB5E3E7973D645B820DB8C29E9E5790BB13A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, 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.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_mC1E034B3799905E42ACA29F05FDBB7F651E68541 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Boolean System.Net.ValidationHelper::IsBlankString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m36C36F665203B4C29D68521575BA043C79AE6997 (String_t* ___stringValue0, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___anyOf0, const RuntimeMethod* method); // System.Net.CookieVariant System.Net.Cookie::get_Variant() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Uri::get_Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Cookie::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Net.Cookie::get_Comment() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::DomainCharsTest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m9362EEAE09B25D9B900AFB745AE9C8E15980494B (String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3A61B8C27BBED464066C9C13CB540150FEC99A3B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_m29CACE01C43B7E418347C1C4F9B19CBA6F6DEE1B (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235 (String_t* __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Net.CookieParser::CheckQuoted(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3 (String_t* ___value0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_gshared)(__this, 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.Boolean System.Int32::TryParse(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* List_1_ToArray_m465C4122ED76D75D4194915EDBD32A89F259CF8C (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, const RuntimeMethod* method) { return (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))List_1_ToArray_m465C4122ED76D75D4194915EDBD32A89F259CF8C_gshared)(__this, 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.String System.Net.Cookie::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m3B7DDACA37D03838CA3C94460AA300D4E2D81C7C (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m78788CA8B87C93C7C22828F97BA8F1AF022908B1 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m867588A59661398C9AC64EB223387B42048D280A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.Cookie::get__Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3C0E366E86DFAAB2EEA66561B74C4E8B284B854 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Void System.Net.Comparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer__ctor_mB9048FB4377C7FE872A4ACD9A0173FEDA37554F3 (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method); // System.Collections.IComparer System.Net.Cookie::GetComparer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_mF29897F68052CEE3A4277AD0DC675B6E1D4368E6_inline (const RuntimeMethod* method); // 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); // System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 * IPGlobalProperties_InternalGetIPGlobalProperties_mBA1CDC09A6DED024BEC95072550E7205C0504545 (const RuntimeMethod* method); // System.String System.Net.Cookie::get_DomainKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Void System.Net.PathList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList__ctor_mE7C40201BD66EA2737CFC92FF7B94CF442444778 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::AddRemoveDomain(System.String,System.Net.PathList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___key0, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * ___value1, const RuntimeMethod* method); // System.Int32 System.Net.PathList::GetCookiesCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_mA2216C3D1A5328BB84EA3DFB15F5D9C25FD10B0F (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Object System.Net.PathList::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Object System.Net.PathList::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_Item_mB2E15B70CA415EF1497A3AF13486AF346D25CC27 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.Void System.Net.PathList::set_Item(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList_set_Item_m30F6BF8F0651AA78DA5F709CB4E042D56944E10B (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, String_t* ___s0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Expired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___idx0, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::AgeCookies(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___domain0, const RuntimeMethod* method); // System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method); // System.Void System.Net.CookieException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4 (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Collections.ICollection System.Net.PathList::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_Values_m5199400804AF1CF37AF379160950196867314343 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m480E96EED81302CFE5C1797FD52D36712D56F53A (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cc0, 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.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection/Stamp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___how0, const RuntimeMethod* method); // System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___t21, const RuntimeMethod* method); // System.Int32 System.Net.PathList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m57AC02F4475AF70CA317B48F09B3C29E3BA9C046 (Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_mBE9F6E6F0D0A392B85447C8B8E334581EF312FC4 (RuntimeArray * ___keys0, RuntimeArray * ___items1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___d21, const RuntimeMethod* method); // System.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.String System.Net.HeaderVariantInfo::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m94033FAF3ED87FB13E9F7445D6B26A9F545C10C5_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method); // System.Net.CookieVariant System.Net.HeaderVariantInfo::get_Variant() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_m7B4EE8A87D64408629421635C393524FDA57A3E1_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method); // System.Boolean System.Net.CookieContainer::IsLocalDomain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_m3E6A57EB785514F3610FC97DF25192B80A6F0CE8 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___host0, const RuntimeMethod* method); // System.Void System.Net.CookieParser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieParser__ctor_m82AD28E0C4668A35ECE2B6707D6B81B7B7D27334 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, String_t* ___cookieString0, const RuntimeMethod* method); // System.Net.Cookie System.Net.CookieParser::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * CookieParser_Get_mAD866F9D6B48D9F5D8B12DC5B23D0C90204AAC78 (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___variant0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___throwOnError1, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::BuildCookieCollectionFromDomainMatches(System.Uri,System.Boolean,System.Int32,System.Net.CookieCollection,System.Collections.Generic.List`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies3, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Collections.IEnumerator System.Net.PathList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_mEB480CB2359B7EA7639EE292658F7AC5B17AE998 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method); // System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___destination0, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___source1, int32_t ___port2, bool ___isSecure3, bool ___isPlainOnly4, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Int32[] System.Net.Cookie::get_PortList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Cookie::get_Secure() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method); // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m45B138BEAA391F95017893AF9F91241492EB2D74 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method); // System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * CookieContainer_InternalGetCookies_mEADD88B29299A160CA2AD96B5E2C6A712DE0DFF4 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4_inline (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method); // System.Void System.Net.HeaderVariantInfo::.ctor(System.String,System.Net.CookieVariant) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderVariantInfo__ctor_mB0775C718895238F3289605480ECD66D13DE19C0 (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, String_t* ___name0, int32_t ___variant1, 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_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFArrayGetCount(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFArrayGetValueAtIndex(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFDictionaryGetValue(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkCopyProxiesForAutoConfigurationScript(intptr_t, intptr_t, intptr_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkExecuteProxyAutoConfigurationURL(intptr_t, intptr_t, Il2CppMethodPointer, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkCopyProxiesForURL(intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFNetworkCopySystemProxySettings(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C int8_t DEFAULT_CALL CFNumberGetValue(intptr_t, intptr_t, int32_t*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL dlopen(char*, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL dlsym(intptr_t, char*); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL dlclose(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFRetain(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRelease(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRunLoopAddSource(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRunLoopRemoveSource(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL CFRunLoopRunInMode(intptr_t, double, int32_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFRunLoopGetCurrent(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL CFRunLoopStop(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringCreateWithCharacters(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringGetLength(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringGetCharactersPtr(intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFStringGetCharacters(intptr_t, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 , intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL CFURLCreateWithString(intptr_t, intptr_t, intptr_t); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL getdomainname(uint8_t*, int32_t); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6 (String_t* ___s0, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___s0; if (!L_0) { goto IL_002a; } } { V_0 = ((int32_t)-2128831035); V_1 = 0; goto IL_0021; } IL_000d: { String_t* L_1 = ___s0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); uint32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_4)), (int32_t)((int32_t)16777619))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0021: { int32_t L_6 = V_1; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000d; } } IL_002a: { uint32_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 // System.Void System.ComponentModel.AddingNewEventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs__ctor_m8E9A5FBA8C91F5A0D5399B3BFB2C3A86400C0BED (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.AddingNewEventArgs::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs__ctor_mF053581A8C0EE484FF7F55D140404C007E2D6785 (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * __this, RuntimeObject * ___newObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___newObject0; __this->set_newObject_1(L_0); return; } } // System.Object System.ComponentModel.AddingNewEventArgs::get_NewObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AddingNewEventArgs_get_NewObject_mD12902AD9EC1D2F1EB4661FAB1C89DB4CBE8BE5B (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_newObject_1(); return L_0; } } // System.Void System.ComponentModel.AddingNewEventArgs::set_NewObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventArgs_set_NewObject_m0E16AC1FEE796DF01EFFB0F432040F29DC51C2B4 (AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_newObject_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.AddingNewEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler__ctor_mC25355D09BE1A6B76554381FEA9A9F70D53EE0A4 (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * __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.AddingNewEventHandler::Invoke(System.Object,System.ComponentModel.AddingNewEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler_Invoke_mEFFF44F57456600B12C3097200F7EB39F85DB861 (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * __this, RuntimeObject * ___sender0, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.AddingNewEventHandler::BeginInvoke(System.Object,System.ComponentModel.AddingNewEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AddingNewEventHandler_BeginInvoke_m8D9965D581DEF74BBF1C5904CBBA7CEBAC803A39 (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * __this, RuntimeObject * ___sender0, AddingNewEventArgs_tCCB2CB5BD088B049C136D77FB372EC172A2D2AF1 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.AddingNewEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AddingNewEventHandler_EndInvoke_m05652E6613FD52ED80AD4748AC16C62F316B9D1E (AddingNewEventHandler_tF21F6F9D1D0611177846250B5CF81B55B5F6B785 * __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.ComponentModel.AmbientValueAttribute::.ctor(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mEA08FC8774A1290AAF57D1DDEFE906AD292AD7C3 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, Type_t * ___type0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); } IL_0006: try {// begin try (depth: 1) Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1; L_1 = TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3(L_0, /*hidden argument*/NULL); String_t* L_2 = ___value1; NullCheck(L_1); RuntimeObject * L_3; L_3 = TypeConverter_ConvertFromInvariantString_mDD1D294DAE6C2E22BA53ABCC342615648686AC4E(L_1, L_2, /*hidden argument*/NULL); __this->set_value_0(L_3); goto IL_001d; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001a; } throw e; } CATCH_001a: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001d; }// end catch (depth: 1) IL_001d: { return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m680F79A47D809E6F5BB6DB9F4C4140AB0046BCDF (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Il2CppChar L_0 = ___value0; Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m291D9BC04F2CF6A50E68DB799CC08DBFC1FD64A4 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); uint8_t L_0 = ___value0; uint8_t L_1 = L_0; RuntimeObject * L_2 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m6EC1C8085429176B17689A1DD1A4F144E3041CF2 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, int16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int16_t L_0 = ___value0; int16_t L_1 = L_0; RuntimeObject * L_2 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m54534CDBAC7BF765E75502F48FB10D6C383CEBFF (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___value0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mEEB7D2DC5DA8B029823E28160EA3D0A78308BA74 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int64_t L_0 = ___value0; int64_t L_1 = L_0; RuntimeObject * L_2 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mF1F0DD8282C4A3622A6F739E899F033044E93C5A (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); float L_0 = ___value0; float L_1 = L_0; RuntimeObject * L_2 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m8554881CE877EDAF320E16994C432DC3FD516B30 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); double L_0 = ___value0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m8486A77E79C881E289BF7B485A198CB6E94BF897 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_1); __this->set_value_0(L_2); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_mA9553B084CB6496444A572DDB596C28DBFD95C00 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, String_t* ___value0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_value_0(L_0); return; } } // System.Void System.ComponentModel.AmbientValueAttribute::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbientValueAttribute__ctor_m9D8BB1E1048BC34B04AA6DB2570D8FB3978161B3 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set_value_0(L_0); return; } } // System.Object System.ComponentModel.AmbientValueAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_0(); return L_0; } } // System.Boolean System.ComponentModel.AmbientValueAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AmbientValueAttribute_Equals_m706935DE0A8BDB0086BBE3E92ABF3179E9A04570 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B *)IsInstSealed((RuntimeObject*)L_1, AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B_il2cpp_TypeInfo_var)); AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * L_2 = V_0; if (!L_2) { goto IL_0034; } } { RuntimeObject * L_3 = __this->get_value_0(); if (!L_3) { goto IL_002a; } } { RuntimeObject * L_4 = __this->get_value_0(); AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6; L_6 = AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline(L_5, /*hidden argument*/NULL); NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); return L_7; } IL_002a: { AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9; L_9 = AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline(L_8, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0034: { return (bool)0; } } // System.Int32 System.ComponentModel.AmbientValueAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AmbientValueAttribute_GetHashCode_mA7CB430BFF483773E160E271BFEEDBEE8246CEF8 (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.AppSettingsReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppSettingsReader__ctor_mF3F2C0293A3974CFB158E2DC7DDE4174F75F7877 (AppSettingsReader_t70CCECA163461752895F749D29BEFC2E50EC2C8D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppSettingsReader__ctor_mF3F2C0293A3974CFB158E2DC7DDE4174F75F7877_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AppSettingsReader__ctor_mF3F2C0293A3974CFB158E2DC7DDE4174F75F7877_RuntimeMethod_var); return; } } // System.Object System.Configuration.AppSettingsReader::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AppSettingsReader_GetValue_m8236EBC580C026EAF031C7123BB964D607B7DF7B (AppSettingsReader_t70CCECA163461752895F749D29BEFC2E50EC2C8D * __this, String_t* ___key0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AppSettingsReader_GetValue_m8236EBC580C026EAF031C7123BB964D607B7DF7B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AppSettingsReader_GetValue_m8236EBC580C026EAF031C7123BB964D607B7DF7B_RuntimeMethod_var); return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.ApplicationScopedSettingAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationScopedSettingAttribute__ctor_mBEB98A6CBEFB0CD6D5DFE3196EE73BDB36491960 (ApplicationScopedSettingAttribute_t1523E7077C3523F4D03079E35165E9FBAB9B5E0C * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.ApplicationSettingsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_mBA80C43C2F6728A529A1892DEFED254C8619A1C3 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase__ctor_mBA80C43C2F6728A529A1892DEFED254C8619A1C3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_mBA80C43C2F6728A529A1892DEFED254C8619A1C3_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::.ctor(System.ComponentModel.IComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_mA34A0EAAEC5E6174AA9B90ADD85D3CBB68A52BF1 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, RuntimeObject* ___owner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase__ctor_mA34A0EAAEC5E6174AA9B90ADD85D3CBB68A52BF1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_mA34A0EAAEC5E6174AA9B90ADD85D3CBB68A52BF1_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::.ctor(System.ComponentModel.IComponent,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_mC73571D8166AB7461F430A9F93EA9A94FE27046E (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, RuntimeObject* ___owner0, String_t* ___settingsKey1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase__ctor_mC73571D8166AB7461F430A9F93EA9A94FE27046E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_mC73571D8166AB7461F430A9F93EA9A94FE27046E_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase__ctor_m03FE8C6CC61BAD9646F012049F94A0BF07132EDF (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, String_t* ___settingsKey0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase__ctor_m03FE8C6CC61BAD9646F012049F94A0BF07132EDF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase__ctor_m03FE8C6CC61BAD9646F012049F94A0BF07132EDF_RuntimeMethod_var); return; } } // System.Configuration.SettingsContext System.Configuration.ApplicationSettingsBase::get_Context() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF * ApplicationSettingsBase_get_Context_mD9C241278D3FCBC6550AFF13F73025012B28A88A (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_get_Context_mD9C241278D3FCBC6550AFF13F73025012B28A88A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Context_mD9C241278D3FCBC6550AFF13F73025012B28A88A_RuntimeMethod_var); return (SettingsContext_tFA3A44BB61DD49BEFF0C8A07A62692555F7683CF *)NULL; } } // System.Object System.Configuration.ApplicationSettingsBase::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ApplicationSettingsBase_get_Item_m126DFA86297945236EDEDEAAC6B5A7D19D07BAE2 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_get_Item_m126DFA86297945236EDEDEAAC6B5A7D19D07BAE2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Item_m126DFA86297945236EDEDEAAC6B5A7D19D07BAE2_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.ApplicationSettingsBase::set_Item(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_set_Item_m79921F9155F91425B42486711DA77B7DCC48A959 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, String_t* ___propertyName0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_set_Item_m79921F9155F91425B42486711DA77B7DCC48A959_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_set_Item_m79921F9155F91425B42486711DA77B7DCC48A959_RuntimeMethod_var); return; } } // System.Configuration.SettingsPropertyCollection System.Configuration.ApplicationSettingsBase::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 * ApplicationSettingsBase_get_Properties_m1EAD05C722B46D6C8AC23AEF44F95AD06296F41C (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_get_Properties_m1EAD05C722B46D6C8AC23AEF44F95AD06296F41C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Properties_m1EAD05C722B46D6C8AC23AEF44F95AD06296F41C_RuntimeMethod_var); return (SettingsPropertyCollection_t8242867D222B3304B7688232FCDE5D3DAA981843 *)NULL; } } // System.Configuration.SettingsPropertyValueCollection System.Configuration.ApplicationSettingsBase::get_PropertyValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 * ApplicationSettingsBase_get_PropertyValues_mDE64A2066FEC4F95820833A090E5A86346103311 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_get_PropertyValues_mDE64A2066FEC4F95820833A090E5A86346103311_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_PropertyValues_mDE64A2066FEC4F95820833A090E5A86346103311_RuntimeMethod_var); return (SettingsPropertyValueCollection_t75B7CA0749D399914EB7A894EF753479F4164E73 *)NULL; } } // System.Configuration.SettingsProviderCollection System.Configuration.ApplicationSettingsBase::get_Providers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C * ApplicationSettingsBase_get_Providers_m03EC3FC00250D5123D64AAE36BE8DA2FDB0E63B0 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_get_Providers_m03EC3FC00250D5123D64AAE36BE8DA2FDB0E63B0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_Providers_m03EC3FC00250D5123D64AAE36BE8DA2FDB0E63B0_RuntimeMethod_var); return (SettingsProviderCollection_t1A15C7B3D41355DFB847172C2C04B29510B44D6C *)NULL; } } // System.String System.Configuration.ApplicationSettingsBase::get_SettingsKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ApplicationSettingsBase_get_SettingsKey_mDCB6BCB0266D8C70A94DA6AEC61663D9298DDFB0 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_get_SettingsKey_mDCB6BCB0266D8C70A94DA6AEC61663D9298DDFB0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_get_SettingsKey_mDCB6BCB0266D8C70A94DA6AEC61663D9298DDFB0_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Configuration.ApplicationSettingsBase::set_SettingsKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_set_SettingsKey_m745D83EA3A9786B05777E4D3EF6055780EB7D81B (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_set_SettingsKey_m745D83EA3A9786B05777E4D3EF6055780EB7D81B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_set_SettingsKey_m745D83EA3A9786B05777E4D3EF6055780EB7D81B_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::add_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_PropertyChanged_m2486D11879724ABF071CF74D6D25D2D2F4811E3B (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_add_PropertyChanged_m2486D11879724ABF071CF74D6D25D2D2F4811E3B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_PropertyChanged_m2486D11879724ABF071CF74D6D25D2D2F4811E3B_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::remove_PropertyChanged(System.ComponentModel.PropertyChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_PropertyChanged_mE30DD6DE48225863CD9638C1A169F0AB85F1BA29 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_remove_PropertyChanged_mE30DD6DE48225863CD9638C1A169F0AB85F1BA29_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_PropertyChanged_mE30DD6DE48225863CD9638C1A169F0AB85F1BA29_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::add_SettingChanging(System.Configuration.SettingChangingEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_SettingChanging_m6C4802A87B99F57DA3A825FCD437565059F01304 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_add_SettingChanging_m6C4802A87B99F57DA3A825FCD437565059F01304_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_SettingChanging_m6C4802A87B99F57DA3A825FCD437565059F01304_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::remove_SettingChanging(System.Configuration.SettingChangingEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_SettingChanging_mCA11519B58082BF090DD0C06E326B05ADDF4F68A (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, SettingChangingEventHandler_t01DF2083EA4F0D9FA9765100AC6605E352CDC73E * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_remove_SettingChanging_mCA11519B58082BF090DD0C06E326B05ADDF4F68A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_SettingChanging_mCA11519B58082BF090DD0C06E326B05ADDF4F68A_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::add_SettingsLoaded(System.Configuration.SettingsLoadedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_SettingsLoaded_m42C19C518CA06198069A626A3ECB65D710564A54 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_add_SettingsLoaded_m42C19C518CA06198069A626A3ECB65D710564A54_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_SettingsLoaded_m42C19C518CA06198069A626A3ECB65D710564A54_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::remove_SettingsLoaded(System.Configuration.SettingsLoadedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_SettingsLoaded_mDF736E5FCA38290670EE9FA498B1E271BDE42E85 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, SettingsLoadedEventHandler_t643A78251E3CF920D3B305AB63F8EA48FABD1094 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_remove_SettingsLoaded_mDF736E5FCA38290670EE9FA498B1E271BDE42E85_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_SettingsLoaded_mDF736E5FCA38290670EE9FA498B1E271BDE42E85_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::add_SettingsSaving(System.Configuration.SettingsSavingEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_add_SettingsSaving_mD4EC5B29EFBFCD423AF77B22A77A90E97FBFF76C (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_add_SettingsSaving_mD4EC5B29EFBFCD423AF77B22A77A90E97FBFF76C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_add_SettingsSaving_mD4EC5B29EFBFCD423AF77B22A77A90E97FBFF76C_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::remove_SettingsSaving(System.Configuration.SettingsSavingEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_remove_SettingsSaving_m2957CE6C2DEFAD40A9B872BDDE990A17439F0C45 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, SettingsSavingEventHandler_tAC4019FA724CE2CA1C603BCC81F1179816AC74AD * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_remove_SettingsSaving_m2957CE6C2DEFAD40A9B872BDDE990A17439F0C45_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_remove_SettingsSaving_m2957CE6C2DEFAD40A9B872BDDE990A17439F0C45_RuntimeMethod_var); return; } } // System.Object System.Configuration.ApplicationSettingsBase::GetPreviousVersion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ApplicationSettingsBase_GetPreviousVersion_m7EF1925F9137E595D0C59A34158022D355BF92B9 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_GetPreviousVersion_m7EF1925F9137E595D0C59A34158022D355BF92B9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_GetPreviousVersion_m7EF1925F9137E595D0C59A34158022D355BF92B9_RuntimeMethod_var); return NULL; } } // System.Void System.Configuration.ApplicationSettingsBase::OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnPropertyChanged_mD85315040405FC62C0602D27C157DAAC3BE4B808 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, RuntimeObject * ___sender0, PropertyChangedEventArgs_t808A113087635F3D104C8374BE1309A415BD0E22 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_OnPropertyChanged_mD85315040405FC62C0602D27C157DAAC3BE4B808_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnPropertyChanged_mD85315040405FC62C0602D27C157DAAC3BE4B808_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnSettingChanging_m2508A72525791B5E288B8EF2B1465532558720BB (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, RuntimeObject * ___sender0, SettingChangingEventArgs_tE3B8B4BAD12B210B9D596D7617B544658FEBC42A * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_OnSettingChanging_m2508A72525791B5E288B8EF2B1465532558720BB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnSettingChanging_m2508A72525791B5E288B8EF2B1465532558720BB_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnSettingsLoaded_m8218D29443893073DD4B96C3BD3AEA32FB3A6B87 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, RuntimeObject * ___sender0, SettingsLoadedEventArgs_t928A5E5B93575DFB610E3468B5C459F5E12E0FF9 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_OnSettingsLoaded_m8218D29443893073DD4B96C3BD3AEA32FB3A6B87_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnSettingsLoaded_m8218D29443893073DD4B96C3BD3AEA32FB3A6B87_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_OnSettingsSaving_m6BD2E626D089409F810FCDC6AD81D2A6C54CE649 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, RuntimeObject * ___sender0, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_OnSettingsSaving_m6BD2E626D089409F810FCDC6AD81D2A6C54CE649_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_OnSettingsSaving_m6BD2E626D089409F810FCDC6AD81D2A6C54CE649_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::Reload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Reload_m5782B05D3DE6868F86DB0ADE0A1FBCFA7B502905 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_Reload_m5782B05D3DE6868F86DB0ADE0A1FBCFA7B502905_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Reload_m5782B05D3DE6868F86DB0ADE0A1FBCFA7B502905_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Reset_mD22FF3B4DDE28B3A9A0581503442AA25B94E36A8 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_Reset_mD22FF3B4DDE28B3A9A0581503442AA25B94E36A8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Reset_mD22FF3B4DDE28B3A9A0581503442AA25B94E36A8_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Save_m777C41F29723B63123442C99D2BEC2E85A3C7331 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_Save_m777C41F29723B63123442C99D2BEC2E85A3C7331_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Save_m777C41F29723B63123442C99D2BEC2E85A3C7331_RuntimeMethod_var); return; } } // System.Void System.Configuration.ApplicationSettingsBase::Upgrade() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsBase_Upgrade_m810DF6F1CE9E07A63AC562275F38E60929BEB489 (ApplicationSettingsBase_t8C48168FDAAF682D95B25D127E4DBCF64BE29052 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsBase_Upgrade_m810DF6F1CE9E07A63AC562275F38E60929BEB489_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsBase_Upgrade_m810DF6F1CE9E07A63AC562275F38E60929BEB489_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.ApplicationSettingsGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationSettingsGroup__ctor_mB3E504720EDA3004AD0A0E1F66E2BCFFDC2892E6 (ApplicationSettingsGroup_tBAE47C1009EB22F7314E2831DEA3F062840F711D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationSettingsGroup__ctor_mB3E504720EDA3004AD0A0E1F66E2BCFFDC2892E6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ApplicationSettingsGroup__ctor_mB3E504720EDA3004AD0A0E1F66E2BCFFDC2892E6_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.ComponentModel.ArrayConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ArrayConverter_ConvertTo_m11FB7C87F7230B59AD53783B395109B783AB4EDB (ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral306A9F91AED6971FCF4CE4B198321A359DEB4A4C); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayConverter_ConvertTo_m11FB7C87F7230B59AD53783B395109B783AB4EDB_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004f; } } { RuntimeObject * L_7 = ___value2; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_7, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_004f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; RuntimeObject * L_10 = ___value2; NullCheck(L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_12); String_t* L_13; L_13 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(_stringLiteral306A9F91AED6971FCF4CE4B198321A359DEB4A4C, L_9, /*hidden argument*/NULL); return L_13; } IL_004f: { RuntimeObject* L_14 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = ___culture1; RuntimeObject * L_16 = ___value2; Type_t * L_17 = ___destinationType3; RuntimeObject * L_18; L_18 = CollectionConverter_ConvertTo_mCB069A6BEC769D4BC2A44C7ED04947DF33B08B84(__this, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ArrayConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ArrayConverter_GetProperties_m854729BDE42C03B972B9E6E14E8A2F2E75AB06B2 (ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68_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*)&RuntimeArray_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* V_0 = NULL; int32_t V_1 = 0; Type_t * V_2 = NULL; Type_t * V_3 = NULL; int32_t V_4 = 0; { V_0 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)NULL; RuntimeObject * L_0 = ___value1; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_004e; } } { RuntimeObject * L_3 = ___value1; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)), 0, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_6 = (PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75*)SZArrayNew(PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75_il2cpp_TypeInfo_var, (uint32_t)L_5); V_0 = L_6; RuntimeObject * L_7 = ___value1; NullCheck(L_7); Type_t * L_8; L_8 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_7, /*hidden argument*/NULL); V_2 = L_8; Type_t * L_9 = V_2; NullCheck(L_9); Type_t * L_10; L_10 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, L_9); V_3 = L_10; V_4 = 0; goto IL_0049; } IL_0036: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_11 = V_0; int32_t L_12 = V_4; Type_t * L_13 = V_2; Type_t * L_14 = V_3; int32_t L_15 = V_4; ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68 * L_16 = (ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68 *)il2cpp_codegen_object_new(ArrayPropertyDescriptor_t38B5226001BCE61141646E56BDD6A045DB5B5F68_il2cpp_TypeInfo_var); ArrayPropertyDescriptor__ctor_m1DCC865E59B00A460D75F13D8D4679D64F49A757(L_16, L_13, L_14, L_15, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_16); (L_11)->SetAt(static_cast(L_12), (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *)L_16); int32_t L_17 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0049: { int32_t L_18 = V_4; int32_t L_19 = V_1; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0036; } } IL_004e: { PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75* L_20 = V_0; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_21 = (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m124991BF4E348817ACCC6C4373FD66B31566E425(L_21, L_20, /*hidden argument*/NULL); return L_21; } } // System.Boolean System.ComponentModel.ArrayConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayConverter_GetPropertiesSupported_m0D9FD3C6243D3024DDE17BE370F04369668212D4 (ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.ComponentModel.ArrayConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayConverter__ctor_m3B1E6D184D835FE896DE2E83F2F5C9410E745F93 (ArrayConverter_tFBDB50F33C968783C3D43A57A7EB5FD2E7105E03 * __this, const RuntimeMethod* method) { { CollectionConverter__ctor_mA6E78367ED2C94B1B80B6E3314AB4854D275613F(__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.ArraySubsetEnumerator::.ctor(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator__ctor_m4F482539685609D13D37189E77D1E51CB0A53A28 (ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF * __this, RuntimeArray * ___array0, int32_t ___count1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeArray * L_0 = ___array0; __this->set_array_0(L_0); int32_t L_1 = ___count1; __this->set_total_1(L_1); __this->set_current_2((-1)); return; } } // System.Boolean System.ComponentModel.ArraySubsetEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArraySubsetEnumerator_MoveNext_m3D2DFDCCB90E263E2C4C043CA5C76301F986463D (ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_current_2(); int32_t L_1 = __this->get_total_1(); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))) { goto IL_0020; } } { int32_t L_2 = __this->get_current_2(); __this->set_current_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); return (bool)1; } IL_0020: { return (bool)0; } } // System.Void System.ComponentModel.ArraySubsetEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArraySubsetEnumerator_Reset_m0F4536910CB5535E94ECFB8CCAC79B9486C5F8D5 (ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF * __this, const RuntimeMethod* method) { { __this->set_current_2((-1)); return; } } // System.Object System.ComponentModel.ArraySubsetEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ArraySubsetEnumerator_get_Current_m7CD18B80F44D17F5990DA7E1553FA1FA0555AEF2 (ArraySubsetEnumerator_t6D4DAF568672443DE0F929E82C4B92C3662742BF * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_current_2(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArraySubsetEnumerator_get_Current_m7CD18B80F44D17F5990DA7E1553FA1FA0555AEF2_RuntimeMethod_var))); } IL_000f: { RuntimeArray * L_2 = __this->get_array_0(); int32_t L_3 = __this->get_current_2(); NullCheck(L_2); RuntimeObject * L_4; L_4 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(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 #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.AsnEncodedData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m0CF86C874705C96B224222BEBB6BF5703EAB29E2 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m0F04E7F12ED0BD74616EF4451F1EDDE6622E01EA (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rawData1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = ___oid0; AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rawData1; AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___value0, 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; } { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = ___value0; if (L_0) { goto IL_000b; } } { __this->set__oid_0((Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)NULL); return; } IL_000b: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_1 = ___value0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_2 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_2, L_1, /*hidden argument*/NULL); __this->set__oid_0(L_2); return; } } // System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AsnEncodedData_get_RawData_mDCA2B393570BA050D3840B2449447A2C10639278 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* 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*)&_stringLiteralF41760006700B346FE970834ED6436CD21A1330F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); RuntimeObject * L_3; L_3 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL); __this->set__raw_1(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&AsnEncodedData_CopyFrom_mA350785B8AF676AB7856E705FA2F2D20FD54CC46_RuntimeMethod_var))); } IL_000e: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_2 = ___asnEncodedData0; NullCheck(L_2); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_3 = L_2->get__oid_0(); if (L_3) { goto IL_001f; } } { AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322(__this, (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)NULL, /*hidden argument*/NULL); goto IL_0030; } IL_001f: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_4 = ___asnEncodedData0; NullCheck(L_4); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_5 = L_4->get__oid_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_6 = (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)il2cpp_codegen_object_new(Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0(L_6, L_5, /*hidden argument*/NULL); AsnEncodedData_set_Oid_mA72203D23B0F93CD9ECD507EB878502EEBA99322(__this, L_6, /*hidden argument*/NULL); } IL_0030: { AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * L_7 = ___asnEncodedData0; NullCheck(L_7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7->get__raw_1(); AsnEncodedData_set_RawData_m867F92C32F87E4D8932D17EDF21785CA0FDA3BEA(__this, L_8, /*hidden argument*/NULL); return; } } // System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_ToString_mD65B64466F8AC07960AE0AA01466D9D80F8A105E (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830B64B4254C502C612E53C83DBEE6238E710499); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = __this->get__oid_0(); NullCheck(L_0); String_t* L_1; L_1 = Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralEDDFDA94752EB5111EC566E5CAF709B7133C43DA, /*hidden argument*/NULL); if (L_3) { goto IL_005c; } } { String_t* L_4 = V_0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral5EDC47BC71D706BB11343CC890323569C143CD50, /*hidden argument*/NULL); if (L_5) { goto IL_0064; } } { String_t* L_6 = V_0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteralDEB31152738116748FADCEF38CE0C9964DACCF2F, /*hidden argument*/NULL); if (L_7) { goto IL_006c; } } { String_t* L_8 = V_0; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteral830B64B4254C502C612E53C83DBEE6238E710499, /*hidden argument*/NULL); if (L_9) { goto IL_0074; } } { String_t* L_10 = V_0; bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D, /*hidden argument*/NULL); if (L_11) { goto IL_007c; } } { String_t* L_12 = V_0; bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4, /*hidden argument*/NULL); if (L_13) { goto IL_0084; } } { goto IL_008c; } IL_005c: { bool L_14 = ___multiLine0; String_t* L_15; L_15 = AsnEncodedData_BasicConstraintsExtension_mC9DE1C0199EA0714150CAD960FD88361763DE03A(__this, L_14, /*hidden argument*/NULL); return L_15; } IL_0064: { bool L_16 = ___multiLine0; String_t* L_17; L_17 = AsnEncodedData_EnhancedKeyUsageExtension_m2ED1895CE72319E5E3B06F8BD76963BD6FF6263D(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_006c: { bool L_18 = ___multiLine0; String_t* L_19; L_19 = AsnEncodedData_KeyUsageExtension_m8F8D43DECE8B70E86FAF2B498204D3FC9E866ACD(__this, L_18, /*hidden argument*/NULL); return L_19; } IL_0074: { bool L_20 = ___multiLine0; String_t* L_21; L_21 = AsnEncodedData_SubjectKeyIdentifierExtension_mE8BF30141FD478244F98363669282B9C26F74B9A(__this, L_20, /*hidden argument*/NULL); return L_21; } IL_007c: { bool L_22 = ___multiLine0; String_t* L_23; L_23 = AsnEncodedData_SubjectAltName_m33180412765B9BC62F17B87F63964F89937C0467(__this, L_22, /*hidden argument*/NULL); return L_23; } IL_0084: { bool L_24 = ___multiLine0; String_t* L_25; L_25 = AsnEncodedData_NetscapeCertType_mBF9894A8993D137AEEC8919FEF582DF17EE5F652(__this, L_24, /*hidden argument*/NULL); return L_25; } IL_008c: { bool L_26 = ___multiLine0; String_t* L_27; L_27 = AsnEncodedData_Default_m4A9014D9B85AB114168577AD5DEE7FA2AFAB4EB6(__this, L_26, /*hidden argument*/NULL); return L_27; } } // System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_m4A9014D9B85AB114168577AD5DEE7FA2AFAB4EB6 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __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*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_0044; } IL_000a: { StringBuilder_t * L_1 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get__raw_1(); int32_t L_3 = V_1; 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_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__raw_1(); 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_0040; } } { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); } IL_0040: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0044: { int32_t L_11 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = __this->get__raw_1(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_000a; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_mC9DE1C0199EA0714150CAD960FD88361763DE03A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF * L_0 = (X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF *)il2cpp_codegen_object_new(X509BasicConstraintsExtension_t790FA4E7D9715A72A621A290FF0CDD5A647EF3CF_il2cpp_TypeInfo_var); X509BasicConstraintsExtension__ctor_m67462D9110118C82677CE42C2685C05C0767EB00(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.Object) String_t* L_3 = ((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(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; }// end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_m2ED1895CE72319E5E3B06F8BD76963BD6FF6263D (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B * L_0 = (X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B *)il2cpp_codegen_object_new(X509EnhancedKeyUsageExtension_tD53B0C2AF93C2496461F2960946C5F40A33AC82B_il2cpp_TypeInfo_var); X509EnhancedKeyUsageExtension__ctor_m64F507CB1938AA4BC20287D731B74DF5CC99A96C(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.Object) String_t* L_3 = ((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(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; }// end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m8F8D43DECE8B70E86FAF2B498204D3FC9E866ACD (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 * L_0 = (X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227 *)il2cpp_codegen_object_new(X509KeyUsageExtension_tF78A71F87AEE0E0DC54DFF837AB2880E3D9CF227_il2cpp_TypeInfo_var); X509KeyUsageExtension__ctor_m6D2F83567A69553296EB7CC93466B20C7884C54E(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.Object) String_t* L_3 = ((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(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; }// end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_mE8BF30141FD478244F98363669282B9C26F74B9A (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 * L_0 = (X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567 *)il2cpp_codegen_object_new(X509SubjectKeyIdentifierExtension_t9781D24066D84C09C7137124FBC848491BF54567_il2cpp_TypeInfo_var); X509SubjectKeyIdentifierExtension__ctor_m6D7E57ECBE71290733F6658D8197F034A615DB02(L_0, __this, (bool)0, /*hidden argument*/NULL); bool L_1 = ___multiLine0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1); V_0 = L_2; goto IL_0019; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0010; } throw e; } CATCH_0010: {// begin catch(System.Object) String_t* L_3 = ((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(); V_0 = L_3; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0019; }// end catch (depth: 1) IL_0019: { String_t* L_4 = V_0; return L_4; } } // System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m33180412765B9BC62F17B87F63964F89937C0467 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __this, bool ___multiLine0, 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*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08F78B1140DE9B7FF7C3C57BB5C1F10BBD3B15CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EE6BFCFA9B2342B9FF2A513D72A69E2065C4446); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE873DB986C802AEB50AD8FEA9D8885FC21EDE3D); s_Il2CppMethodInitialized = true; } ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; uint8_t V_6 = 0x0; String_t* V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) >= ((int32_t)5))) { goto IL_0011; } } { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_0011: { } IL_0012: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__raw_1(); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_2 = (ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 *)il2cpp_codegen_object_new(ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8_il2cpp_TypeInfo_var); ASN1__ctor_mE534D499DABEAAA35E0F30572CD295A9FCFA1C7E(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_3, /*hidden argument*/NULL); V_1 = L_3; V_2 = 0; goto IL_00ed; } IL_002b: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_4 = V_0; int32_t L_5 = V_2; NullCheck(L_4); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_6; L_6 = ASN1_get_Item_mBA4AF2346A0847038957881A98202AF8DAF09B50(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; V_4 = (String_t*)NULL; V_5 = (String_t*)NULL; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_7 = V_3; NullCheck(L_7); uint8_t L_8; L_8 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_7, /*hidden argument*/NULL); V_6 = L_8; uint8_t L_9 = V_6; if ((((int32_t)L_9) == ((int32_t)((int32_t)129)))) { goto IL_0055; } } IL_004a: { uint8_t L_10 = V_6; if ((((int32_t)L_10) == ((int32_t)((int32_t)130)))) { goto IL_0070; } } IL_0053: { goto IL_008b; } IL_0055: { V_4 = _stringLiteralDE873DB986C802AEB50AD8FEA9D8885FC21EDE3D; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_11; L_11 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_12 = V_3; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_12, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_14; L_14 = VirtualFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_11, L_13); V_5 = L_14; goto IL_00af; } IL_0070: { V_4 = _stringLiteral6EE6BFCFA9B2342B9FF2A513D72A69E2065C4446; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_15; L_15 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_16 = V_3; NullCheck(L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17; L_17 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_16, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_18; L_18 = VirtualFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_15, L_17); V_5 = L_18; goto IL_00af; } IL_008b: { ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_19 = V_3; NullCheck(L_19); uint8_t L_20; L_20 = ASN1_get_Tag_mA82F15B6EB97BF0F3EBAA69C21765909D7A675D3_inline(L_19, /*hidden argument*/NULL); uint8_t L_21 = L_20; RuntimeObject * L_22 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_21); String_t* L_23; L_23 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral08F78B1140DE9B7FF7C3C57BB5C1F10BBD3B15CB, L_22, /*hidden argument*/NULL); V_4 = L_23; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_24 = V_3; NullCheck(L_24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = ASN1_get_Value_m95545A82635424B999816713F09A224ED01DF0C2(L_24, /*hidden argument*/NULL); String_t* L_26; L_26 = CryptoConvert_ToHex_m567E8BF67E972F8A8AC9DC37BEE4F06521082EF4(L_25, /*hidden argument*/NULL); V_5 = L_26; } IL_00af: { StringBuilder_t * L_27 = V_1; String_t* L_28 = V_4; NullCheck(L_27); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_27, L_28, /*hidden argument*/NULL); StringBuilder_t * L_30 = V_1; String_t* L_31 = V_5; NullCheck(L_30); StringBuilder_t * L_32; L_32 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_30, L_31, /*hidden argument*/NULL); bool L_33 = ___multiLine0; if (!L_33) { goto IL_00d2; } } IL_00c4: { StringBuilder_t * L_34 = V_1; 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); goto IL_00e9; } IL_00d2: { int32_t L_37 = V_2; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_38 = V_0; NullCheck(L_38); int32_t L_39; L_39 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1))))) { goto IL_00e9; } } IL_00dd: { StringBuilder_t * L_40 = V_1; NullCheck(L_40); StringBuilder_t * L_41; L_41 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_40, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00e9: { int32_t L_42 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00ed: { int32_t L_43 = V_2; ASN1_tCB86B6A02250200ED166EA857DC3D1C422BD94D8 * L_44 = V_0; NullCheck(L_44); int32_t L_45; L_45 = ASN1_get_Count_mBF134B153CFA218C251FB692A25AA392DCF9F583(L_44, /*hidden argument*/NULL); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_002b; } } IL_00f9: { StringBuilder_t * L_46 = V_1; NullCheck(L_46); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); V_7 = L_47; goto IL_010d; } }// 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_0103; } throw e; } CATCH_0103: {// begin catch(System.Object) String_t* L_48 = ((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(); V_7 = L_48; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_010d; }// end catch (depth: 1) IL_010d: { String_t* L_49 = V_7; return L_49; } } // System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_mBF9894A8993D137AEEC8919FEF582DF17EE5F652 (AsnEncodedData_t88A440F72C4F1143E416540D78B910A875CC0FDA * __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*)&_stringLiteral1B9C2E56B6E7518DF358644E56A37604D9A7C17A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20BFDEE599B675B43C275E62F4062F4333B183F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D33F3CC9AFA97ECECBBF5C0881C8F9C86690251); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95E0BCC89582D0EEC7BEA5EEF50AA6E16AA82363); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBE682A549E4FD2504E5F2F69458189FB5C75139); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE2892956422830EFD61D6B1C95A865ED0BDFF66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD30CDE84D4CFDAD1992F4DD1DBC71AE0074AAA08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5FCF7BFB0603BEB0CFB789198783073B2306D9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF0046B99C0F5DFE48BFA77D6703520FE5ECEB63); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get__raw_1(); NullCheck(L_0); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))) < ((int32_t)4))) { goto IL_0021; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get__raw_1(); NullCheck(L_1); int32_t L_2 = 0; uint8_t L_3 = (L_1)->GetAt(static_cast(L_2)); if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_0021; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__raw_1(); NullCheck(L_4); int32_t L_5 = 1; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_0027; } } IL_0021: { return _stringLiteralCD32F08BAB4EE365057213BCC6332DD39C2DE46B; } IL_0027: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__raw_1(); NullCheck(L_7); int32_t L_8 = 3; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get__raw_1(); NullCheck(L_10); int32_t L_11 = 2; uint8_t L_12 = (L_10)->GetAt(static_cast(L_11)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = __this->get__raw_1(); NullCheck(L_13); int32_t L_14 = 2; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)31)))))<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31))))); StringBuilder_t * L_16 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_16, /*hidden argument*/NULL); V_1 = L_16; int32_t L_17 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128))))) { goto IL_0068; } } { StringBuilder_t * L_18 = V_1; NullCheck(L_18); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, _stringLiteralFF0046B99C0F5DFE48BFA77D6703520FE5ECEB63, /*hidden argument*/NULL); } IL_0068: { int32_t L_20 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64))))) { goto IL_0091; } } { StringBuilder_t * L_21 = V_1; NullCheck(L_21); int32_t L_22; L_22 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_0085; } } { StringBuilder_t * L_23 = V_1; NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0085: { StringBuilder_t * L_25 = V_1; NullCheck(L_25); StringBuilder_t * L_26; L_26 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, _stringLiteral20BFDEE599B675B43C275E62F4062F4333B183F9, /*hidden argument*/NULL); } IL_0091: { int32_t L_27 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_00ba; } } { StringBuilder_t * L_28 = V_1; NullCheck(L_28); int32_t L_29; L_29 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_00ae; } } { StringBuilder_t * L_30 = V_1; NullCheck(L_30); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_30, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00ae: { StringBuilder_t * L_32 = V_1; NullCheck(L_32); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_32, _stringLiteralBBE682A549E4FD2504E5F2F69458189FB5C75139, /*hidden argument*/NULL); } IL_00ba: { int32_t L_34 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_34&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_00e3; } } { StringBuilder_t * L_35 = V_1; NullCheck(L_35); int32_t L_36; L_36 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_35, /*hidden argument*/NULL); if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00d7; } } { StringBuilder_t * L_37 = V_1; NullCheck(L_37); StringBuilder_t * L_38; L_38 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_37, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00d7: { StringBuilder_t * L_39 = V_1; NullCheck(L_39); StringBuilder_t * L_40; L_40 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_39, _stringLiteralCE2892956422830EFD61D6B1C95A865ED0BDFF66, /*hidden argument*/NULL); } IL_00e3: { int32_t L_41 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_41&(int32_t)8))) == ((uint32_t)8)))) { goto IL_010a; } } { StringBuilder_t * L_42 = V_1; NullCheck(L_42); int32_t L_43; L_43 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_42, /*hidden argument*/NULL); if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_00fe; } } { StringBuilder_t * L_44 = V_1; NullCheck(L_44); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_44, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_00fe: { StringBuilder_t * L_46 = V_1; NullCheck(L_46); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_46, _stringLiteralD30CDE84D4CFDAD1992F4DD1DBC71AE0074AAA08, /*hidden argument*/NULL); } IL_010a: { int32_t L_48 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_48&(int32_t)4))) == ((uint32_t)4)))) { goto IL_0131; } } { StringBuilder_t * L_49 = V_1; NullCheck(L_49); int32_t L_50; L_50 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_49, /*hidden argument*/NULL); if ((((int32_t)L_50) <= ((int32_t)0))) { goto IL_0125; } } { StringBuilder_t * L_51 = V_1; NullCheck(L_51); StringBuilder_t * L_52; L_52 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_51, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0125: { StringBuilder_t * L_53 = V_1; NullCheck(L_53); StringBuilder_t * L_54; L_54 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_53, _stringLiteral2D33F3CC9AFA97ECECBBF5C0881C8F9C86690251, /*hidden argument*/NULL); } IL_0131: { int32_t L_55 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_55&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0158; } } { StringBuilder_t * L_56 = V_1; NullCheck(L_56); int32_t L_57; L_57 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_56, /*hidden argument*/NULL); if ((((int32_t)L_57) <= ((int32_t)0))) { goto IL_014c; } } { StringBuilder_t * L_58 = V_1; NullCheck(L_58); StringBuilder_t * L_59; L_59 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_58, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_014c: { StringBuilder_t * L_60 = V_1; NullCheck(L_60); StringBuilder_t * L_61; L_61 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_60, _stringLiteral1B9C2E56B6E7518DF358644E56A37604D9A7C17A, /*hidden argument*/NULL); } IL_0158: { int32_t L_62 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_62&(int32_t)1))) == ((uint32_t)1)))) { goto IL_017f; } } { StringBuilder_t * L_63 = V_1; NullCheck(L_63); int32_t L_64; L_64 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_63, /*hidden argument*/NULL); if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_0173; } } { StringBuilder_t * L_65 = V_1; NullCheck(L_65); StringBuilder_t * L_66; L_66 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_65, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); } IL_0173: { StringBuilder_t * L_67 = V_1; NullCheck(L_67); StringBuilder_t * L_68; L_68 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_67, _stringLiteral95E0BCC89582D0EEC7BEA5EEF50AA6E16AA82363, /*hidden argument*/NULL); } IL_017f: { StringBuilder_t * L_69 = V_1; String_t* L_70; L_70 = Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184((int32_t*)(&V_0), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, /*hidden argument*/NULL); NullCheck(L_69); StringBuilder_t * L_71; L_71 = StringBuilder_AppendFormat_mA3A12EF6C7AC4C5EBC41FCA633F4FC036205669E(L_69, _stringLiteralF5FCF7BFB0603BEB0CFB789198783073B2306D9D, L_70, /*hidden argument*/NULL); StringBuilder_t * L_72 = V_1; NullCheck(L_72); String_t* L_73; L_73 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_72); return L_73; } } #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.AsyncCompletedEventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs__ctor_mD7DCBAEC63E80AE54C5237A07B49EA4CBE26A830 (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.AsyncCompletedEventArgs::.ctor(System.Exception,System.Boolean,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs__ctor_m39C81176D8510231B101EAB918B77E22D768C9CE (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, Exception_t * ___error0, bool ___cancelled1, RuntimeObject * ___userState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); Exception_t * L_0 = ___error0; __this->set_error_1(L_0); bool L_1 = ___cancelled1; __this->set_cancelled_2(L_1); RuntimeObject * L_2 = ___userState2; __this->set_userState_3(L_2); return; } } // System.Boolean System.ComponentModel.AsyncCompletedEventArgs::get_Cancelled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_m263C1888CC5F7F68A2BEE0FF6950781B22E21198 (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_cancelled_2(); return L_0; } } // System.Exception System.ComponentModel.AsyncCompletedEventArgs::get_Error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * AsyncCompletedEventArgs_get_Error_m119E53BDA22A48C3D82BCEF3CDB32BD0D1762CFD (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_error_1(); return L_0; } } // System.Object System.ComponentModel.AsyncCompletedEventArgs::get_UserState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AsyncCompletedEventArgs_get_UserState_m965C17F78A68704D06317F25D665543CACBB34FA (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_userState_3(); return L_0; } } // System.Void System.ComponentModel.AsyncCompletedEventArgs::RaiseExceptionIfNecessary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mCE7B3950F9FA77F8E8CED40108A2CDBF11C9C133 (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { { Exception_t * L_0; L_0 = AsyncCompletedEventArgs_get_Error_m119E53BDA22A48C3D82BCEF3CDB32BD0D1762CFD_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001e; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20682669B023ECE328769A4DE26211F74F992A1C)), /*hidden argument*/NULL); Exception_t * L_2; L_2 = AsyncCompletedEventArgs_get_Error_m119E53BDA22A48C3D82BCEF3CDB32BD0D1762CFD_inline(__this, /*hidden argument*/NULL); TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C * L_3 = (TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t30F4C50D323F448CD2E08BDB8F47694B08EB354C_il2cpp_TypeInfo_var))); TargetInvocationException__ctor_m5436E5EE63CBC376FADE4422FDC24067402E42A9(L_3, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mCE7B3950F9FA77F8E8CED40108A2CDBF11C9C133_RuntimeMethod_var))); } IL_001e: { bool L_4; L_4 = AsyncCompletedEventArgs_get_Cancelled_m263C1888CC5F7F68A2BEE0FF6950781B22E21198_inline(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0036; } } { String_t* L_5; L_5 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8BDAEFC099BD1D0B714E8C424CC8A8C88A463B6E)), /*hidden argument*/NULL); 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_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncCompletedEventArgs_RaiseExceptionIfNecessary_mCE7B3950F9FA77F8E8CED40108A2CDBF11C9C133_RuntimeMethod_var))); } IL_0036: { 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.AsyncCompletedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler__ctor_m2744689585A9DCF273A805BCC8F4296836198A90 (AsyncCompletedEventHandler_tD9F94F4F60197796A2017D2F196A8D0026B14F16 * __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.AsyncCompletedEventHandler::Invoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler_Invoke_m7C690F93A15224C966D7FF789689C37DD2502D35 (AsyncCompletedEventHandler_tD9F94F4F60197796A2017D2F196A8D0026B14F16 * __this, RuntimeObject * ___sender0, AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.AsyncCompletedEventHandler::BeginInvoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AsyncCompletedEventHandler_BeginInvoke_m8558DCBE195CFD8FF78FDBA75887933B648832FF (AsyncCompletedEventHandler_tD9F94F4F60197796A2017D2F196A8D0026B14F16 * __this, RuntimeObject * ___sender0, AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.AsyncCompletedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCompletedEventHandler_EndInvoke_mA6EC1CD086B981871A0631AE2DA8ACA02C4FE346 (AsyncCompletedEventHandler_tD9F94F4F60197796A2017D2F196A8D0026B14F16 * __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.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) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncHandshakeRequest::Run(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncHandshakeRequest_Run_m8FD00688379160E2E4FAB61C83A5023DC623F7A1 (AsyncHandshakeRequest_t62360F9C188072629CE59F0FDB937B96A5882222 * __this, int32_t ___status0, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0; L_0 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(__this, /*hidden argument*/NULL); int32_t L_1 = ___status0; NullCheck(L_0); int32_t L_2; L_2 = MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5(L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.AsyncOperation::.ctor(System.Object,System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_mB1A3F2A7FDD34F0D26FDE74FAF1BD4AE2C6C19C5 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, RuntimeObject * ___userSuppliedState0, SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___syncContext1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___userSuppliedState0; __this->set_userSuppliedState_1(L_0); SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_1 = ___syncContext1; __this->set_syncContext_0(L_1); __this->set_alreadyCompleted_2((bool)0); SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_2 = __this->get_syncContext_0(); NullCheck(L_2); VirtualActionInvoker0::Invoke(6 /* System.Void System.Threading.SynchronizationContext::OperationStarted() */, L_2); return; } } // System.Void System.ComponentModel.AsyncOperation::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_Finalize_m6787FF0D2ED42ED7BBB1B5F559387EE91E26D1EB (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { bool L_0 = __this->get_alreadyCompleted_2(); if (L_0) { goto IL_001b; } } IL_0008: { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_1 = __this->get_syncContext_0(); if (!L_1) { goto IL_001b; } } IL_0010: { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_2 = __this->get_syncContext_0(); NullCheck(L_2); VirtualActionInvoker0::Invoke(7 /* System.Void System.Threading.SynchronizationContext::OperationCompleted() */, L_2); } IL_001b: { IL2CPP_LEAVE(0x24, FINALLY_001d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) }// end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x24, IL_0024) } IL_0024: { return; } } // System.Object System.ComponentModel.AsyncOperation::get_UserSuppliedState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AsyncOperation_get_UserSuppliedState_mE2C77F4FC7B6148AFF67CB66BE3071E46CD50F2E (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_userSuppliedState_1(); return L_0; } } // System.Threading.SynchronizationContext System.ComponentModel.AsyncOperation::get_SynchronizationContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * AsyncOperation_get_SynchronizationContext_m988549C070D6C09A4DD77919FC492EE34E8191C9 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method) { { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_0 = __this->get_syncContext_0(); return L_0; } } // System.Void System.ComponentModel.AsyncOperation::Post(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_Post_m56D63BC1F6073DC13B487177F65FCC47B66D62A1 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method) { { AsyncOperation_VerifyNotCompleted_m226225D0BA19E177E46EB1B9BA079AC2C6CFB32F(__this, /*hidden argument*/NULL); SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_0 = ___d0; AsyncOperation_VerifyDelegateNotNull_m48FA4F9AFAE4A43BCD8E76E4D9AA847647CE592C(__this, L_0, /*hidden argument*/NULL); SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_1 = __this->get_syncContext_0(); SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_2 = ___d0; RuntimeObject * L_3 = ___arg1; NullCheck(L_1); VirtualActionInvoker2< SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C *, RuntimeObject * >::Invoke(5 /* System.Void System.Threading.SynchronizationContext::Post(System.Threading.SendOrPostCallback,System.Object) */, L_1, L_2, L_3); return; } } // System.Void System.ComponentModel.AsyncOperation::PostOperationCompleted(System.Threading.SendOrPostCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_PostOperationCompleted_m8F838947359C66BBB7177BF2E0810746E4045233 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___d0, RuntimeObject * ___arg1, const RuntimeMethod* method) { { SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_0 = ___d0; RuntimeObject * L_1 = ___arg1; AsyncOperation_Post_m56D63BC1F6073DC13B487177F65FCC47B66D62A1(__this, L_0, L_1, /*hidden argument*/NULL); AsyncOperation_OperationCompletedCore_mDD91CF050572E26615180FCE6154D052CD0296EA(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.AsyncOperation::OperationCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_OperationCompleted_mDE04C04E928758B5C2DB2B22542639A26DA0D2EC (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method) { { AsyncOperation_VerifyNotCompleted_m226225D0BA19E177E46EB1B9BA079AC2C6CFB32F(__this, /*hidden argument*/NULL); AsyncOperation_OperationCompletedCore_mDD91CF050572E26615180FCE6154D052CD0296EA(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.AsyncOperation::OperationCompletedCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_OperationCompletedCore_mDD91CF050572E26615180FCE6154D052CD0296EA (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __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; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_0 = __this->get_syncContext_0(); NullCheck(L_0); VirtualActionInvoker0::Invoke(7 /* System.Void System.Threading.SynchronizationContext::OperationCompleted() */, L_0); IL2CPP_LEAVE(0x1B, FINALLY_000d); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: {// begin finally (depth: 1) __this->set_alreadyCompleted_2((bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) }// end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1B, IL_001b) } IL_001b: { return; } } // System.Void System.ComponentModel.AsyncOperation::VerifyNotCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyNotCompleted_m226225D0BA19E177E46EB1B9BA079AC2C6CFB32F (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_alreadyCompleted_2(); 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*)&_stringLiteral24293ADD654DC532E7939018AFC261D3E7022129)), /*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*)&AsyncOperation_VerifyNotCompleted_m226225D0BA19E177E46EB1B9BA079AC2C6CFB32F_RuntimeMethod_var))); } IL_0018: { return; } } // System.Void System.ComponentModel.AsyncOperation::VerifyDelegateNotNull(System.Threading.SendOrPostCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_VerifyDelegateNotNull_m48FA4F9AFAE4A43BCD8E76E4D9AA847647CE592C (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___d0, const RuntimeMethod* method) { { SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_0 = ___d0; 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*)&_stringLiteralCDA774B1943F6389324E9494E80F757922CBA48A)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncOperation_VerifyDelegateNotNull_m48FA4F9AFAE4A43BCD8E76E4D9AA847647CE592C_RuntimeMethod_var))); } IL_0018: { return; } } // System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperation::CreateOperation(System.Object,System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * AsyncOperation_CreateOperation_m4C66EDC8839EF21AF1BE3C28F58450C67AFB4F89 (RuntimeObject * ___userSuppliedState0, SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___syncContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___userSuppliedState0; SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_1 = ___syncContext1; AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * L_2 = (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA *)il2cpp_codegen_object_new(AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA_il2cpp_TypeInfo_var); AsyncOperation__ctor_mB1A3F2A7FDD34F0D26FDE74FAF1BD4AE2C6C19C5(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.AsyncOperation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation__ctor_mAAFD86E38C91DE1674E3599820DD1D668EC93077 (AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncOperation__ctor_mAAFD86E38C91DE1674E3599820DD1D668EC93077_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AsyncOperation__ctor_mAAFD86E38C91DE1674E3599820DD1D668EC93077_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.AsyncOperation System.ComponentModel.AsyncOperationManager::CreateOperation(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * AsyncOperationManager_CreateOperation_m682FEB96FC82619D4FD61A18BFA590E7F040DAC1 (RuntimeObject * ___userSuppliedState0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___userSuppliedState0; SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_1; L_1 = AsyncOperationManager_get_SynchronizationContext_m3B691B8823C4112A3087A9C03093847F3FF3D5F6(/*hidden argument*/NULL); AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * L_2; L_2 = AsyncOperation_CreateOperation_m4C66EDC8839EF21AF1BE3C28F58450C67AFB4F89(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Threading.SynchronizationContext System.ComponentModel.AsyncOperationManager::get_SynchronizationContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * AsyncOperationManager_get_SynchronizationContext_m3B691B8823C4112A3087A9C03093847F3FF3D5F6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_0; L_0 = SynchronizationContext_get_Current_m4841CFFADFD0F0D82CE91800EE1225926440B942(/*hidden argument*/NULL); if (L_0) { goto IL_0011; } } { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_1 = (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 *)il2cpp_codegen_object_new(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_il2cpp_TypeInfo_var); SynchronizationContext__ctor_mBFA5A0DA5DAD6FD0001098E970759A1F90A03391(L_1, /*hidden argument*/NULL); SynchronizationContext_SetSynchronizationContext_m0307B8FDCDC2A4D2C25B7DB20CF60B00E72CE04B(L_1, /*hidden argument*/NULL); } IL_0011: { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_2; L_2 = SynchronizationContext_get_Current_m4841CFFADFD0F0D82CE91800EE1225926440B942(/*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.AsyncOperationManager::set_SynchronizationContext(System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperationManager_set_SynchronizationContext_m02758C83F341CEB2C7D373356C37663CD4F8089C (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___value0, const RuntimeMethod* method) { { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * L_0 = ___value0; SynchronizationContext_SetSynchronizationContext_m0307B8FDCDC2A4D2C25B7DB20CF60B00E72CE04B(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 #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 // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.AsyncProtocolRequest::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_U3CParentU3Ek__BackingField_0(); return L_0; } } // System.Boolean Mono.Net.Security.AsyncProtocolRequest::get_RunSynchronously() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncProtocolRequest_get_RunSynchronously_m7733AC14F1950CD534E7CC150E42561B1C839638 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CRunSynchronouslyU3Ek__BackingField_1(); return L_0; } } // 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) { { Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); return L_1; } } // System.Int32 Mono.Net.Security.AsyncProtocolRequest::get_UserResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncProtocolRequest_get_UserResult_mC442C9E965AE3D70B0DFECF862583217C20031FF (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUserResultU3Ek__BackingField_2(); return L_0; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::set_UserResult(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CUserResultU3Ek__BackingField_2(L_0); return; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_locker_6(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_1 = ___parent0; __this->set_U3CParentU3Ek__BackingField_0(L_1); bool L_2 = ___sync1; __this->set_U3CRunSynchronouslyU3Ek__BackingField_1(L_2); return; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::RequestRead(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_RequestRead_mD0C4C34F3D1602E8F138D93D6CF39A1CF89CB25A (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___size0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_locker_6(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_2 = __this->get_RequestedSize_4(); int32_t L_3 = ___size0; __this->set_RequestedSize_4(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); IL2CPP_LEAVE(0x2B, FINALLY_0021); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_002a; } } IL_0024: { RuntimeObject * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_002a: { IL2CPP_END_FINALLY(33) } }// end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2B, IL_002b) } IL_002b: { return; } } // System.Void Mono.Net.Security.AsyncProtocolRequest::RequestWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_RequestWrite_m75F0A9A2A611CC2BB267ADE4FF36E98148F413E7 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { { __this->set_WriteRequested_5(1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mD48D35EC14C2043A3BC7869A77E5E3DB20966F5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_mC376A2D780876115DFBD6E194071E32BD486107C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mFF456E0362A4DCB51F0CD37D0BD893ACE79F9201_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = ___cancellationToken0; (&V_0)->set_cancellationToken_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 L_1; L_1 = AsyncTaskMethodBuilder_1_Create_mD48D35EC14C2043A3BC7869A77E5E3DB20966F5C(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mD48D35EC14C2043A3BC7869A77E5E3DB20966F5C_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_1); (&V_0)->set_U3CU3E1__state_0((-1)); U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F L_2 = V_0; AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 L_3 = L_2.get_U3CU3Et__builder_1(); V_1 = L_3; AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_mC376A2D780876115DFBD6E194071E32BD486107C((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)(&V_1), (U3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__23_tF6825615E6B92AF1D665233C22BC49D1AA8EB73F_mC376A2D780876115DFBD6E194071E32BD486107C_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 * L_4 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * L_5; L_5 = AsyncTaskMethodBuilder_1_get_Task_mFF456E0362A4DCB51F0CD37D0BD893ACE79F9201((AsyncTaskMethodBuilder_1_t0D79C79DD2E3D1948C8BDD072648EB64DCCB2F50 *)L_4, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_mFF456E0362A4DCB51F0CD37D0BD893ACE79F9201_RuntimeMethod_var); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m8B85054E75E86295673AB867E931E86B25810999_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_3(__this); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = ___cancellationToken0; (&V_0)->set_cancellationToken_2(L_0); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_1; L_1 = AsyncTaskMethodBuilder_Create_mFF3A436623D0A24B2063FDB41694EDFDA7783DE8(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_1); (&V_0)->set_U3CU3E1__state_0((-1)); U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F L_2 = V_0; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_3 = L_2.get_U3CU3Et__builder_1(); V_1 = L_3; AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m8B85054E75E86295673AB867E931E86B25810999((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(&V_1), (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m8B85054E75E86295673AB867E931E86B25810999_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_4 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5; L_5 = AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_4, /*hidden argument*/NULL); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0F301C6EAD4D3E8A7C61394C296D4C436F30ADA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_m36EC0D1A3AFBB3A6B8C5B56FF483C5967B0FA779_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m981D0F6B1943246B2678843E66BED42A92AFF7EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_0 = ___cancellationToken0; (&V_0)->set_cancellationToken_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 L_1; L_1 = AsyncTaskMethodBuilder_1_Create_m0F301C6EAD4D3E8A7C61394C296D4C436F30ADA4(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m0F301C6EAD4D3E8A7C61394C296D4C436F30ADA4_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_1); (&V_0)->set_U3CU3E1__state_0((-1)); U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B L_2 = V_0; AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 L_3 = L_2.get_U3CU3Et__builder_1(); V_1 = L_3; AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_m36EC0D1A3AFBB3A6B8C5B56FF483C5967B0FA779((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)(&V_1), (U3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__25_t474D8C129C23806C3B32A6A53360FEFF22787E1B_m36EC0D1A3AFBB3A6B8C5B56FF483C5967B0FA779_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 * L_4 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * L_5; L_5 = AsyncTaskMethodBuilder_1_get_Task_m981D0F6B1943246B2678843E66BED42A92AFF7EC((AsyncTaskMethodBuilder_1_tBA2DEDFD95A036CCECE5487C0CF97713B8579EB8 *)L_4, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m981D0F6B1943246B2678843E66BED42A92AFF7EC_RuntimeMethod_var); return L_5; } } // System.String Mono.Net.Security.AsyncProtocolRequest::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsyncProtocolRequest_ToString_m69F3FEBD3DE453E4CEC99DB49D1AD99B7AAC4260 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE4BEC9969079A1DA2F65E0F044E4FF1AF5EEAE); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168(__this, /*hidden argument*/NULL); String_t* L_1; L_1 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralCEE4BEC9969079A1DA2F65E0F044E4FF1AF5EEAE, 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.Int32 Mono.Net.Security.AsyncProtocolResult::get_UserResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncProtocolResult_get_UserResult_m1CD0222DFEFC2B0738DF69529AE2C70E21AE54CC (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CUserResultU3Ek__BackingField_0(); return L_0; } } // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.AsyncProtocolResult::get_Error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * AsyncProtocolResult_get_Error_mB3036D4EFA6404019E91C7500B2F52EBBCBB9315 (AsyncProtocolResult_t579F15FE84431F144090E59046DCC5341EFF9970 * __this, const RuntimeMethod* method) { { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = __this->get_U3CErrorU3Ek__BackingField_1(); return L_0; } } // 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___result0; __this->set_U3CUserResultU3Ek__BackingField_0(L_0); return; } } // 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = ___error0; __this->set_U3CErrorU3Ek__BackingField_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Net.Security.BufferOffsetSize Mono.Net.Security.AsyncReadOrWriteRequest::get_UserBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_0 = __this->get_U3CUserBufferU3Ek__BackingField_7(); return L_0; } } // System.Int32 Mono.Net.Security.AsyncReadOrWriteRequest::get_CurrentSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416 (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentSizeU3Ek__BackingField_8(); return L_0; } } // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::set_CurrentSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89 (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentSizeU3Ek__BackingField_8(L_0); return; } } // System.Void Mono.Net.Security.AsyncReadOrWriteRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; AsyncProtocolRequest__ctor_m5ABB63E835263B21871583924C03A4568EBB67CF(__this, L_0, L_1, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer2; int32_t L_3 = ___offset3; int32_t L_4 = ___size4; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_5 = (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)il2cpp_codegen_object_new(BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD_il2cpp_TypeInfo_var); BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE(L_5, L_2, L_3, L_4, /*hidden argument*/NULL); __this->set_U3CUserBufferU3Ek__BackingField_7(L_5); return; } } // System.String Mono.Net.Security.AsyncReadOrWriteRequest::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AsyncReadOrWriteRequest_ToString_mD23C1D8B20669DBBA820AD426B0CB745E96D694B (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBED4027F29BEC5EF843DEDD9DB6073C6DA60B8B4); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = AsyncProtocolRequest_get_Name_m07178E170DEB686F0F161446E8629B520E1DC168(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_1; L_1 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteralBED4027F29BEC5EF843DEDD9DB6073C6DA60B8B4, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.AsyncReadRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer2; int32_t L_3 = ___offset3; int32_t L_4 = ___size4; AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncReadRequest::Run(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncReadRequest_Run_m4C8492D18242E1B7B2D27E61E3E7747F81118632 (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * __this, int32_t ___status0, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0; L_0 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_1; L_1 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_2; L_2 = MobileAuthenticatedStream_ProcessRead_m2DA627144AF178A8F0F54F58E6630C2F68202D12(L_0, L_1, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_3 = L_2; int32_t L_4 = L_3.get_Item1_0(); V_0 = L_4; bool L_5 = L_3.get_Item2_1(); V_1 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002b; } } { AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, (-1), /*hidden argument*/NULL); return (int32_t)(3); } IL_002b: { int32_t L_7; L_7 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); int32_t L_8 = V_0; AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_9; L_9 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_10 = L_9; NullCheck(L_10); int32_t L_11 = L_10->get_Offset_1(); int32_t L_12 = V_0; NullCheck(L_10); L_10->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_13; L_13 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_14 = L_13; NullCheck(L_14); int32_t L_15 = L_14->get_Size_2(); int32_t L_16 = V_0; NullCheck(L_14); L_14->set_Size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16))); bool L_17 = V_1; if (!L_17) { goto IL_006c; } } { int32_t L_18; L_18 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); if (L_18) { goto IL_006c; } } { return (int32_t)(1); } IL_006c: { int32_t L_19; L_19 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, L_19, /*hidden argument*/NULL); return (int32_t)(3); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.AsyncStreamReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncStreamReader_Close_mE1B809F568B3045520145113BDE96D9F1F6AF570 (AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * __this, const RuntimeMethod* method) { { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Diagnostics.AsyncStreamReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Diagnostics.AsyncStreamReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncStreamReader_Dispose_mEF9A84F476A7EEAFE91672EE4693805020051A40 (AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * __this, bool ___disposing0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_syncObject_7(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); bool L_2 = ___disposing0; if (!L_2) { goto IL_0027; } } IL_0014: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_stream_0(); if (!L_3) { goto IL_0027; } } IL_001c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = __this->get_stream_0(); NullCheck(L_4); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_4); } IL_0027: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_stream_0(); if (!L_5) { goto IL_0052; } } IL_002f: { __this->set_stream_0((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); __this->set_encoding_1((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL); __this->set_decoder_2((Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 *)NULL); __this->set_byteBuffer_3((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); __this->set_charBuffer_4((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL); } IL_0052: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_6 = __this->get_eofEvent_6(); if (!L_6) { goto IL_006c; } } IL_005a: { ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_7 = __this->get_eofEvent_6(); NullCheck(L_7); VirtualActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_7); __this->set_eofEvent_6((ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)NULL); } IL_006c: { IL2CPP_LEAVE(0x78, 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) { bool L_8 = V_1; if (!L_8) { goto IL_0077; } } IL_0071: { RuntimeObject * L_9 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_0077: { IL2CPP_END_FINALLY(110) } }// end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { return; } } // System.Void System.Diagnostics.AsyncStreamReader::CancelOperation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncStreamReader_CancelOperation_mDF444FD80CA28A94785CA434D453A2AA24080AA0 (AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * __this, const RuntimeMethod* method) { { __this->set_cancelOperation_5((bool)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 Mono.Net.Security.AsyncWriteRequest::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416 (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___sync1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; bool L_1 = ___sync1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer2; int32_t L_3 = ___offset3; int32_t L_4 = ___size4; AsyncReadOrWriteRequest__ctor_mB8BE7F0A1951FA42FE17EE113C7BA54D71EFEAFB(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncWriteRequest::Run(Mono.Net.Security.AsyncOperationStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncWriteRequest_Run_mACE37924F3AD1DC8D721789F1A59EF5894B8D3F5 (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * __this, int32_t ___status0, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_0; L_0 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = L_0->get_Size_2(); if (L_1) { goto IL_001b; } } { int32_t L_2; L_2 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, L_2, /*hidden argument*/NULL); return (int32_t)(3); } IL_001b: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_3; L_3 = AsyncProtocolRequest_get_Parent_mA503BE9C5CE0D06A001902DD63B892B8B86275CC_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_4; L_4 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_5; L_5 = MobileAuthenticatedStream_ProcessWrite_m26B164259C3550E33F5CDF2C4CB491CFF3F4C9B9(L_3, L_4, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_6 = L_5; int32_t L_7 = L_6.get_Item1_0(); V_0 = L_7; bool L_8 = L_6.get_Item2_1(); V_1 = L_8; int32_t L_9 = V_0; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0046; } } { AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, (-1), /*hidden argument*/NULL); return (int32_t)(3); } IL_0046: { int32_t L_10; L_10 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); int32_t L_11 = V_0; AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_12; L_12 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_13 = L_12; NullCheck(L_13); int32_t L_14 = L_13->get_Offset_1(); int32_t L_15 = V_0; NullCheck(L_13); L_13->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_16; L_16 = AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline(__this, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_17 = L_16; NullCheck(L_17); int32_t L_18 = L_17->get_Size_2(); int32_t L_19 = V_0; NullCheck(L_17); L_17->set_Size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))); bool L_20 = V_1; if (!L_20) { goto IL_007f; } } { return (int32_t)(1); } IL_007f: { int32_t L_21; L_21 = AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline(__this, /*hidden argument*/NULL); AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline(__this, L_21, /*hidden argument*/NULL); return (int32_t)(3); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0 = ___attributes0; if (L_0) { goto IL_0011; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)0); ___attributes0 = L_1; } IL_0011: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___attributes0; __this->set__attributes_2(L_2); V_0 = 0; goto IL_0030; } IL_001c: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = ___attributes0; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_6 = (L_3)->GetAt(static_cast(L_5)); if (L_6) { goto IL_002c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25C69590D313E80E32DAF839FFE871D0B53E5EB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32_RuntimeMethod_var))); } IL_002c: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0030: { int32_t L_9 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_10 = ___attributes0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_001c; } } { return; } } // System.Void System.ComponentModel.AttributeCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m28E8D95DEF6C4E11EB80FCF495F98CEB8A9BE019 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::FromExisting(System.ComponentModel.AttributeCollection,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * AttributeCollection_FromExisting_mE72139C2CF394853E644E46A79E3D35E9FDF75E7 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___existing0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___newAttributes1, 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); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_0 = NULL; int32_t V_1 = 0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = ___existing0; 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*)&_stringLiteral1A906C4097284E7E6BC5456B74BF6035F8275CE7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeCollection_FromExisting_mE72139C2CF394853E644E46A79E3D35E9FDF75E7_RuntimeMethod_var))); } IL_000e: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___newAttributes1; if (L_2) { goto IL_0019; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)0); ___newAttributes1 = L_3; } IL_0019: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_4 = ___existing0; NullCheck(L_4); int32_t L_5; L_5 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_4, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_6 = ___newAttributes1; NullCheck(L_6); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_7 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))); V_0 = L_7; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_8 = ___existing0; NullCheck(L_8); int32_t L_9; L_9 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_8, /*hidden argument*/NULL); V_1 = L_9; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_10 = ___existing0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_11 = V_0; NullCheck(L_10); AttributeCollection_CopyTo_m239A34E1B2C3FB3CE90C5210332BFE1EB795849E(L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, /*hidden argument*/NULL); V_3 = 0; goto IL_009a; } IL_003c: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_12 = ___newAttributes1; int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = L_13; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_15 = (L_12)->GetAt(static_cast(L_14)); if (L_15) { goto IL_004c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_16 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB9D6EF70BFDFD0A6B805DD7506C17E5EB39FCBC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeCollection_FromExisting_mE72139C2CF394853E644E46A79E3D35E9FDF75E7_RuntimeMethod_var))); } IL_004c: { V_4 = (bool)0; V_5 = 0; goto IL_007e; } IL_0054: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_17 = V_0; int32_t L_18 = V_5; NullCheck(L_17); int32_t L_19 = L_18; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); RuntimeObject * L_21; L_21 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_20); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_22 = ___newAttributes1; int32_t L_23 = V_3; NullCheck(L_22); int32_t L_24 = L_23; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); RuntimeObject * L_26; L_26 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_25); NullCheck(L_21); bool L_27; L_27 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_21, L_26); if (!L_27) { goto IL_0078; } } { V_4 = (bool)1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_28 = V_0; int32_t L_29 = V_5; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_30 = ___newAttributes1; int32_t L_31 = V_3; NullCheck(L_30); int32_t L_32 = L_31; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_33 = (L_30)->GetAt(static_cast(L_32)); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_33); (L_28)->SetAt(static_cast(L_29), (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)L_33); goto IL_0088; } IL_0078: { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_007e: { int32_t L_35 = V_5; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_36 = ___existing0; NullCheck(L_36); int32_t L_37; L_37 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_36, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_0054; } } IL_0088: { bool L_38 = V_4; if (L_38) { goto IL_0096; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_39 = V_0; int32_t L_40 = V_1; int32_t L_41 = L_40; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_42 = ___newAttributes1; int32_t L_43 = V_3; NullCheck(L_42); int32_t L_44 = L_43; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_45); (L_39)->SetAt(static_cast(L_41), (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)L_45); } IL_0096: { int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_009a: { int32_t L_47 = V_3; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_48 = ___newAttributes1; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_003c; } } { V_2 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL; int32_t L_49 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_50 = V_0; NullCheck(L_50); if ((((int32_t)L_49) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))))) { goto IL_00bb; } } { int32_t L_51 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_52 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_51); V_2 = L_52; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_53 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_54 = V_2; int32_t L_55 = V_1; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_53, 0, (RuntimeArray *)(RuntimeArray *)L_54, 0, L_55, /*hidden argument*/NULL); goto IL_00bd; } IL_00bb: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_56 = V_0; V_2 = L_56; } IL_00bd: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_57 = V_2; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_58 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_58, L_57, /*hidden argument*/NULL); return L_58; } } // System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* AttributeCollection_get_Attributes_m981C671DC8B6601E686C49B992EA8D968E3639EF (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method) { { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0 = __this->get__attributes_2(); return L_0; } } // 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) { { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck(L_0); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * AttributeCollection_get_Item_m5CCE614AF36B61B9C4FA179CC0CE9588BBD121B4 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, int32_t ___index0, const RuntimeMethod* method) { { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * AttributeCollection_get_Item_m2AE36C2CD612EEE12D129C0B14999036A2C5F53A (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Type_t * ___attributeType0, 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*)&AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_8 = NULL; int32_t V_9 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_10 = NULL; Type_t * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get_internalSyncObject_3(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_2 = __this->get__foundAttributeTypes_5(); if (L_2) { goto IL_0024; } } IL_0018: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_3 = (AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735*)(AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735*)SZArrayNew(AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735_il2cpp_TypeInfo_var, (uint32_t)5); __this->set__foundAttributeTypes_5(L_3); } IL_0024: { V_2 = 0; goto IL_0094; } IL_0028: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_4 = __this->get__foundAttributeTypes_5(); int32_t L_5 = V_2; NullCheck(L_4); Type_t * L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_type_0(); Type_t * L_7 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0077; } } IL_0041: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_9 = __this->get__foundAttributeTypes_5(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->get_index_1(); V_4 = L_11; int32_t L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0069; } } IL_0059: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_13; L_13 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_14 = V_4; NullCheck(L_13); int32_t L_15 = L_14; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_16 = (L_13)->GetAt(static_cast(L_15)); V_5 = L_16; IL2CPP_LEAVE(0x189, FINALLY_017f); } IL_0069: { Type_t * L_17 = ___attributeType0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_18; L_18 = AttributeCollection_GetDefaultAttribute_m2062E0BDB58B7E794505DB168CCFBC244944B70B(__this, L_17, /*hidden argument*/NULL); V_5 = L_18; IL2CPP_LEAVE(0x189, FINALLY_017f); } IL_0077: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_19 = __this->get__foundAttributeTypes_5(); int32_t L_20 = V_2; NullCheck(L_19); Type_t * L_21 = ((L_19)->GetAddressAt(static_cast(L_20)))->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_21, (Type_t *)NULL, /*hidden argument*/NULL); if (L_22) { goto IL_0098; } } IL_0090: { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0094: { int32_t L_24 = V_2; if ((((int32_t)L_24) < ((int32_t)5))) { goto IL_0028; } } IL_0098: { int32_t L_25 = __this->get__index_6(); V_6 = L_25; int32_t L_26 = V_6; __this->set__index_6(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); int32_t L_27 = V_6; V_2 = L_27; int32_t L_28 = __this->get__index_6(); if ((((int32_t)L_28) < ((int32_t)5))) { goto IL_00bd; } } IL_00b6: { __this->set__index_6(0); } IL_00bd: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_29 = __this->get__foundAttributeTypes_5(); int32_t L_30 = V_2; NullCheck(L_29); Type_t * L_31 = ___attributeType0; ((L_29)->GetAddressAt(static_cast(L_30)))->set_type_0(L_31); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_32; L_32 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck(L_32); V_3 = ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))); V_7 = 0; goto IL_0116; } IL_00dd: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_33; L_33 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_34 = V_7; NullCheck(L_33); int32_t L_35 = L_34; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_36 = (L_33)->GetAt(static_cast(L_35)); V_8 = L_36; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_37 = V_8; NullCheck(L_37); Type_t * L_38; L_38 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_37, /*hidden argument*/NULL); Type_t * L_39 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_40; L_40 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0110; } } IL_00f7: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_41 = __this->get__foundAttributeTypes_5(); int32_t L_42 = V_2; NullCheck(L_41); int32_t L_43 = V_7; ((L_41)->GetAddressAt(static_cast(L_42)))->set_index_1(L_43); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_44 = V_8; V_5 = L_44; IL2CPP_LEAVE(0x189, FINALLY_017f); } IL_0110: { int32_t L_45 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0116: { int32_t L_46 = V_7; int32_t L_47 = V_3; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_00dd; } } IL_011b: { V_9 = 0; goto IL_015d; } IL_0120: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_48; L_48 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_49 = V_9; NullCheck(L_48); int32_t L_50 = L_49; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_51 = (L_48)->GetAt(static_cast(L_50)); V_10 = L_51; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_52 = V_10; NullCheck(L_52); Type_t * L_53; L_53 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_52, /*hidden argument*/NULL); V_11 = L_53; Type_t * L_54 = ___attributeType0; Type_t * L_55 = V_11; NullCheck(L_54); bool L_56; L_56 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_54, L_55); if (!L_56) { goto IL_0157; } } IL_013e: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_57 = __this->get__foundAttributeTypes_5(); int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = V_9; ((L_57)->GetAddressAt(static_cast(L_58)))->set_index_1(L_59); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_60 = V_10; V_5 = L_60; IL2CPP_LEAVE(0x189, FINALLY_017f); } IL_0157: { int32_t L_61 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_015d: { int32_t L_62 = V_9; int32_t L_63 = V_3; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_0120; } } IL_0162: { AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735* L_64 = __this->get__foundAttributeTypes_5(); int32_t L_65 = V_2; NullCheck(L_64); ((L_64)->GetAddressAt(static_cast(L_65)))->set_index_1((-1)); Type_t * L_66 = ___attributeType0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_67; L_67 = AttributeCollection_GetDefaultAttribute_m2062E0BDB58B7E794505DB168CCFBC244944B70B(__this, L_66, /*hidden argument*/NULL); V_5 = L_67; IL2CPP_LEAVE(0x189, FINALLY_017f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_017f; } FINALLY_017f: {// begin finally (depth: 1) { bool L_68 = V_1; if (!L_68) { goto IL_0188; } } IL_0182: { RuntimeObject * L_69 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_69, /*hidden argument*/NULL); } IL_0188: { IL2CPP_END_FINALLY(383) } }// end finally (depth: 1) IL2CPP_CLEANUP(383) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x189, IL_0189) } IL_0189: { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_70 = V_5; return L_70; } } // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m7CDBEC7DA244F5D7D1BE5E066B84DA66C82DE874 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * ___attribute0, const RuntimeMethod* method) { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_0 = NULL; { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_0 = ___attribute0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_2; L_2 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, __this, L_1); V_0 = L_2; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3 = V_0; if (!L_3) { goto IL_001b; } } { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4 = V_0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_5 = ___attribute0; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5); if (!L_6) { goto IL_001b; } } { return (bool)1; } IL_001b: { return (bool)0; } } // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m0CDDD477816BF3F9B175D2D258169B91210F19AC (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method) { int32_t V_0 = 0; { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0 = ___attributes0; if (L_0) { goto IL_0005; } } { return (bool)1; } IL_0005: { V_0 = 0; goto IL_001a; } IL_0009: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes0; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4 = (L_1)->GetAt(static_cast(L_3)); bool L_5; L_5 = AttributeCollection_Contains_m7CDBEC7DA244F5D7D1BE5E066B84DA66C82DE874(__this, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0016; } } { return (bool)0; } IL_0016: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001a: { int32_t L_7 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_8 = ___attributes0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0009; } } { return (bool)1; } } // System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * AttributeCollection_GetDefaultAttribute_m2062E0BDB58B7E794505DB168CCFBC244944B70B (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Type_t * ___attributeType0, 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*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_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*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_2 = NULL; Type_t * V_3 = NULL; FieldInfo_t * V_4 = NULL; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_5 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get_internalSyncObject_3(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get__defaultAttributes_1(); if (L_2) { goto IL_0021; } } IL_0017: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->set__defaultAttributes_1(L_3); } IL_0021: { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get__defaultAttributes_1(); Type_t * L_5 = ___attributeType0; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_4, L_5); if (!L_6) { goto IL_0045; } } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get__defaultAttributes_1(); Type_t * L_8 = ___attributeType0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); V_5 = ((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_9, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0xD8, FINALLY_00ce); } IL_0045: { V_2 = (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)NULL; Type_t * L_10 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = TypeDescriptor_GetReflectionType_m849C672877A3FFEA4A20B965B2412D2AFBA982C4(L_10, /*hidden argument*/NULL); V_3 = L_11; Type_t * L_12 = V_3; NullCheck(L_12); FieldInfo_t * L_13; L_13 = VirtualFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(45 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_12, _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E, ((int32_t)1048)); V_4 = L_13; FieldInfo_t * L_14 = V_4; bool L_15; L_15 = FieldInfo_op_Inequality_m5E2B5FF4334B861A92933D078C4B06FA11AA731A(L_14, (FieldInfo_t *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0083; } } IL_006a: { FieldInfo_t * L_16 = V_4; NullCheck(L_16); bool L_17; L_17 = FieldInfo_get_IsStatic_mE36F3A5B2DFF613C704AA56989D90D72760391EB(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0083; } } IL_0073: { FieldInfo_t * L_18 = V_4; NullCheck(L_18); RuntimeObject * L_19; L_19 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_18, NULL); V_2 = ((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_19, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)); goto IL_00bd; } IL_0083: { Type_t * L_20 = V_3; NullCheck(L_20); Type_t * L_21; L_21 = VirtualFuncInvoker0< Type_t * >::Invoke(118 /* System.Type System.Type::get_UnderlyingSystemType() */, L_20); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_22 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_21); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_23; L_23 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_21, L_22, /*hidden argument*/NULL); V_6 = L_23; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_24 = V_6; IL2CPP_RUNTIME_CLASS_INIT(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_il2cpp_TypeInfo_var); bool L_25; L_25 = ConstructorInfo_op_Inequality_m14EF5800ABCDCE484FEC9C73ED6D84E8343442CC(L_24, (ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_00bd; } } IL_00a0: { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_26 = V_6; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_26); RuntimeObject * L_28; L_28 = ConstructorInfo_Invoke_m8DF5D6F53038C7B6443EEA82D922724F39CD2906(L_26, L_27, /*hidden argument*/NULL); V_2 = ((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_28, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_29 = V_2; NullCheck(L_29); bool L_30; L_30 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_29); if (L_30) { goto IL_00bd; } } IL_00bb: { V_2 = (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)NULL; } IL_00bd: { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_31 = ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->get__defaultAttributes_1(); Type_t * L_32 = ___attributeType0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_33 = V_2; NullCheck(L_31); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_32, L_33); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_34 = V_2; V_5 = L_34; IL2CPP_LEAVE(0xD8, FINALLY_00ce); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ce; } FINALLY_00ce: {// begin finally (depth: 1) { bool L_35 = V_1; if (!L_35) { goto IL_00d7; } } IL_00d1: { RuntimeObject * L_36 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_36, /*hidden argument*/NULL); } IL_00d7: { IL2CPP_END_FINALLY(206) } }// end finally (depth: 1) IL2CPP_CLEANUP(206) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD8, IL_00d8) } IL_00d8: { Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_37 = V_5; return L_37; } } // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method) { { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck((RuntimeArray *)(RuntimeArray *)L_0); RuntimeObject* L_1; L_1 = Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.AttributeCollection::Matches(System.Attribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Matches_m006D3878426FB18555E3FA220E9D6A062873BC1A (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * ___attribute0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0004: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3 = (L_0)->GetAt(static_cast(L_2)); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4 = ___attribute0; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(5 /* System.Boolean System.Attribute::Match(System.Object) */, L_3, L_4); if (!L_5) { goto IL_0016; } } { return (bool)1; } IL_0016: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001a: { int32_t L_7 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_8; L_8 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0004; } } { return (bool)0; } } // System.Boolean System.ComponentModel.AttributeCollection::Matches(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_Matches_mDB3FB7B73069D524704A8E5DC0B1DA94D0D00236 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0015; } IL_0004: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0 = ___attributes0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3 = (L_0)->GetAt(static_cast(L_2)); bool L_4; L_4 = AttributeCollection_Matches_m006D3878426FB18555E3FA220E9D6A062873BC1A(__this, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0011; } } { return (bool)0; } IL_0011: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0015: { int32_t L_6 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_7 = ___attributes0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_0004; } } { return (bool)1; } } // System.Int32 System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AttributeCollection_System_Collections_ICollection_get_Count_mD1A32A4B1751FE992825606C77018784401165A7 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttributeCollection_System_Collections_ICollection_get_IsSynchronized_m737456E67223CF7B72DB26DEE8D3AA7AB81F8EBF (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AttributeCollection_System_Collections_ICollection_get_SyncRoot_mA395EAA3B7D13E75DF3348ED2DAC0767A1EEEA27 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method) { { return NULL; } } // 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) { { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3; L_3 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(9 /* System.Attribute[] System.ComponentModel.AttributeCollection::get_Attributes() */, __this); NullCheck(L_3); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_0, 0, L_1, L_2, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_System_Collections_IEnumerable_GetEnumerator_m92F40948F1803E5C4267B9786953B68FD4D7A0B0 (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.AttributeCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeCollection__cctor_m97C85EA360E3DA82B3E4DE49CE1D97A7539F243D (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*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_0, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->set_Empty_0(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); ((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var))->set_internalSyncObject_3(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.ComponentModel.AttributeProviderAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProviderAttribute__ctor_m4B1244353EE440295514C443E213C2863E158215 (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, String_t* ___typeName0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___typeName0; 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*)&_stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeProviderAttribute__ctor_m4B1244353EE440295514C443E213C2863E158215_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___typeName0; __this->set__typeName_0(L_2); return; } } // System.Void System.ComponentModel.AttributeProviderAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProviderAttribute__ctor_mE0D924B0827D3BA9B6925DF314D2BE9AE086BD92 (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, String_t* ___typeName0, String_t* ___propertyName1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___typeName0; 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*)&_stringLiteralA3B1A234DAEC9756BFB527FA949CDAD5E7BF48EA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeProviderAttribute__ctor_mE0D924B0827D3BA9B6925DF314D2BE9AE086BD92_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___propertyName1; if (L_2) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36D254F59ED91804C13D501446692D41472D96E2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeProviderAttribute__ctor_mE0D924B0827D3BA9B6925DF314D2BE9AE086BD92_RuntimeMethod_var))); } IL_0022: { String_t* L_4 = ___typeName0; __this->set__typeName_0(L_4); String_t* L_5 = ___propertyName1; __this->set__propertyName_1(L_5); return; } } // System.Void System.ComponentModel.AttributeProviderAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeProviderAttribute__ctor_m869C1B5677C197E0DC4FF2C3E1D17D77813E1890 (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { 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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AttributeProviderAttribute__ctor_m869C1B5677C197E0DC4FF2C3E1D17D77813E1890_RuntimeMethod_var))); } IL_001a: { Type_t * L_3 = ___type0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3); __this->set__typeName_0(L_4); return; } } // System.String System.ComponentModel.AttributeProviderAttribute::get_TypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_TypeName_mD1BFD3A4CAE619F04B4CB8A6715D3B699C91C58E (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__typeName_0(); return L_0; } } // System.String System.ComponentModel.AttributeProviderAttribute::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeProviderAttribute_get_PropertyName_m57BDC4AF0609B0D118C6B729B6D5EF2E510419F4 (AttributeProviderAttribute_t9C0CBDDAEF6F22A9AEA2BEDA8214C0E93DC333B0 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__propertyName_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509 (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___innerStream0; if (!L_0) { goto IL_0011; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___innerStream0; IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))->get_Null_1(); if ((!(((RuntimeObject*)(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_1) == ((RuntimeObject*)(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_2)))) { goto IL_001c; } } IL_0011: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509_RuntimeMethod_var))); } IL_001c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___innerStream0; NullCheck(L_4); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4); if (!L_5) { goto IL_002c; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = ___innerStream0; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_6); if (L_7) { goto IL_0041; } } IL_002c: { String_t* L_8; L_8 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F40F39B9F659411903AC93DF93E8658291E5522)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6EAFAF4139980ACB770E237272125EB9180B7A6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509_RuntimeMethod_var))); } IL_0041: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ___innerStream0; __this->set__InnerStream_5(L_10); bool L_11 = ___leaveInnerStreamOpen1; __this->set__LeaveStreamOpen_6(L_11); return; } } // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__InnerStream_5(); return L_0; } } // System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m922381D0775D8A14FF01E106A47EAEF318EA982E (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_0023; } } IL_0003: { bool L_1 = __this->get__LeaveStreamOpen_6(); if (!L_1) { goto IL_0018; } } IL_000b: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get__InnerStream_5(); NullCheck(L_2); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_2); IL2CPP_LEAVE(0x2D, FINALLY_0025); } IL_0018: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get__InnerStream_5(); NullCheck(L_3); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_3); } IL_0023: { IL2CPP_LEAVE(0x2D, FINALLY_0025); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: {// begin finally (depth: 1) bool L_4 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(37) }// end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Authentication.AuthenticationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationException__ctor_mCD04EFFAE657FB7E895429E7EA6DCBDF76947E6C (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BBF32E37A38CB4C85C7D8C51BE0820F8937DA43); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(_stringLiteral0BBF32E37A38CB4C85C7D8C51BE0820F8937DA43, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Authentication.AuthenticationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationException__ctor_mA0752219534B87AA44CA1F8F65920A91F2D5E513 (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Authentication.AuthenticationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationException__ctor_m3AC884A3C280888AA0385F2B9CF77A4F095616EB (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.AuthenticationManager::EnsureModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_mC239A7262317E37634854CF88A801D8276961299 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); if (!L_2) { goto IL_0019; } } IL_0017: { IL2CPP_LEAVE(0x5F, FINALLY_0055); } IL_0019: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->set_modules_0(L_3); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * L_5 = (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 *)il2cpp_codegen_object_new(NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8_il2cpp_TypeInfo_var); NtlmClient__ctor_m42061F6AD56B23AB8052A7B2536ADDD16C65ACFC(L_5, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_6; L_6 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D * L_8 = (DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D *)il2cpp_codegen_object_new(DigestClient_t6B275C24C1FDA89AFBC6F463EED0F8F731A6312D_il2cpp_TypeInfo_var); DigestClient__ctor_m6EBFE2A034C1CDF5AB71D23C5A1FDFD10D5866D9(L_8, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_9; L_9 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * L_11 = (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE *)il2cpp_codegen_object_new(BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE_il2cpp_TypeInfo_var); BasicClient__ctor_mF4468AD89FE190EC24CB05F677D56F6F5CF845A6(L_11, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_12; L_12 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_10, L_11); IL2CPP_LEAVE(0x5F, FINALLY_0055); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: {// begin finally (depth: 1) { bool L_13 = V_1; if (!L_13) { goto IL_005e; } } IL_0058: { RuntimeObject * L_14 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_005e: { IL2CPP_END_FINALLY(85) } }// end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5F, IL_005f) } IL_005f: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___request1; 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*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_m792A86EEA6DF3516B8538EA3DCF2D740735EEF79_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___credentials2; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52AE60C5690C0906F0A7072E3B98398AFF25C9C5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_m792A86EEA6DF3516B8538EA3DCF2D740735EEF79_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___challenge0; if (L_4) { goto IL_002a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDBBCE96E30F14D67FEFB0589C89F7A48EDA7C50)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_m792A86EEA6DF3516B8538EA3DCF2D740735EEF79_RuntimeMethod_var))); } IL_002a: { String_t* L_6 = ___challenge0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_7 = ___request1; RuntimeObject* L_8 = ___credentials2; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_9; L_9 = AuthenticationManager_DoAuthenticate_m47085E3232A36C8A83BB2EB61E5075F2E3ACB69C(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_DoAuthenticate_m47085E3232A36C8A83BB2EB61E5075F2E3ACB69C (String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request1, RuntimeObject* ___credentials2, 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*)&IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_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; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_4 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_mC239A7262317E37634854CF88A801D8276961299(/*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_0; V_1 = (bool)0; } IL_000d: try {// begin try (depth: 1) { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_2 = L_3; } IL_0020: try {// begin try (depth: 2) { goto IL_0050; } IL_0022: { RuntimeObject* L_4 = V_2; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_3; String_t* L_7 = ___challenge0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_8 = ___request1; RuntimeObject* L_9 = ___credentials2; NullCheck(L_6); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_10; L_10 = InterfaceFuncInvoker3< Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *, String_t*, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E *, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_6, L_7, L_8, L_9); V_4 = L_10; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_11 = V_4; if (!L_11) { goto IL_0050; } } IL_003d: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_12 = V_4; RuntimeObject* L_13 = V_3; NullCheck(L_13); String_t* L_14; L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_13); NullCheck(L_12); L_12->set_ModuleAuthenticationType_2(L_14); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_15 = V_4; V_5 = L_15; IL2CPP_LEAVE(0x7A, FINALLY_005a); } IL_0050: { RuntimeObject* L_16 = V_2; 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_0022; } } IL_0058: { IL2CPP_LEAVE(0x78, FINALLY_005a); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: {// begin finally (depth: 2) { RuntimeObject* L_18 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_6; if (!L_19) { goto IL_006d; } } IL_0066: { RuntimeObject* L_20 = V_6; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_006d: { IL2CPP_END_FINALLY(90) } }// end finally (depth: 2) IL2CPP_CLEANUP(90) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x7A, FINALLY_006e); IL2CPP_END_CLEANUP(0x78, 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) { bool L_21 = V_1; if (!L_21) { goto IL_0077; } } IL_0071: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_22 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_22, /*hidden argument*/NULL); } IL_0077: { IL2CPP_END_FINALLY(110) } }// end finally (depth: 1) IL2CPP_CLEANUP(110) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7A, IL_007a) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_007a: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_23 = V_5; return L_23; } } // System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * AuthenticationManager_PreAuthenticate_m5C036738DC30669FB5CC79CEFBA53AFC7411BA88 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___request0, RuntimeObject* ___credentials1, 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*)&IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_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; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_4 = NULL; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___request0; 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*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_PreAuthenticate_m5C036738DC30669FB5CC79CEFBA53AFC7411BA88_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0013; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_mC239A7262317E37634854CF88A801D8276961299(/*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_3; V_1 = (bool)0; } IL_0020: try {// begin try (depth: 1) { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5); V_2 = L_6; } IL_0033: try {// begin try (depth: 2) { goto IL_0062; } IL_0035: { RuntimeObject* L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_3; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_10 = ___request0; RuntimeObject* L_11 = ___credentials1; NullCheck(L_9); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_12; L_12 = InterfaceFuncInvoker2< Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E *, RuntimeObject* >::Invoke(1 /* System.Net.Authorization System.Net.IAuthenticationModule::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_9, L_10, L_11); V_4 = L_12; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_13 = V_4; if (!L_13) { goto IL_0062; } } IL_004f: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_14 = V_4; RuntimeObject* L_15 = V_3; NullCheck(L_15); String_t* L_16; L_16 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var, L_15); NullCheck(L_14); L_14->set_ModuleAuthenticationType_2(L_16); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_17 = V_4; V_5 = L_17; IL2CPP_LEAVE(0x8C, FINALLY_006c); } IL_0062: { RuntimeObject* L_18 = V_2; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0035; } } IL_006a: { IL2CPP_LEAVE(0x8A, FINALLY_006c); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: {// begin finally (depth: 2) { RuntimeObject* L_20 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (!L_21) { goto IL_007f; } } IL_0078: { RuntimeObject* L_22 = V_6; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_007f: { IL2CPP_END_FINALLY(108) } }// end finally (depth: 2) IL2CPP_CLEANUP(108) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x8C, FINALLY_0080); IL2CPP_END_CLEANUP(0x8A, FINALLY_0080); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: {// begin finally (depth: 1) { bool L_23 = V_1; if (!L_23) { goto IL_0089; } } IL_0083: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_24, /*hidden argument*/NULL); } IL_0089: { IL2CPP_END_FINALLY(128) } }// end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8C, IL_008c) IL2CPP_JUMP_TBL(0x8A, IL_008a) } IL_008a: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_008c: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_25 = V_5; return L_25; } } // System.Void System.Net.AuthenticationManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager__cctor_m7F97917F51C5588A1BE7C13CCACAF7686A013A30 (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*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->set_locker_1(L_0); ((AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t12B1063A3B3145FC13818CAB49FEB75164840AAA_il2cpp_TypeInfo_var))->set_credential_policy_2((RuntimeObject*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.AuthenticationModuleElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElement__ctor_m84E40681462B05C2100A4B6CE2FE30EDCC957F44 (AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElement__ctor_m84E40681462B05C2100A4B6CE2FE30EDCC957F44_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement__ctor_m84E40681462B05C2100A4B6CE2FE30EDCC957F44_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.AuthenticationModuleElement::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElement__ctor_mE946C0B94A7B79A3719FC12ED313BC2ABA8AF509 (AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * __this, String_t* ___typeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElement__ctor_mE946C0B94A7B79A3719FC12ED313BC2ABA8AF509_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement__ctor_mE946C0B94A7B79A3719FC12ED313BC2ABA8AF509_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModuleElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * AuthenticationModuleElement_get_Properties_m61531A7FA54C9C48660B721041439D0DE1F590F1 (AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElement_get_Properties_m61531A7FA54C9C48660B721041439D0DE1F590F1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement_get_Properties_m61531A7FA54C9C48660B721041439D0DE1F590F1_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.String System.Net.Configuration.AuthenticationModuleElement::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthenticationModuleElement_get_Type_m2FC82A846AE9CD3D4C3E693DD371A86FFAD3DD87 (AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElement_get_Type_m2FC82A846AE9CD3D4C3E693DD371A86FFAD3DD87_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement_get_Type_m2FC82A846AE9CD3D4C3E693DD371A86FFAD3DD87_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.AuthenticationModuleElement::set_Type(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElement_set_Type_m65008AB8523CE4868A194484B4D468BAA8A39310 (AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElement_set_Type_m65008AB8523CE4868A194484B4D468BAA8A39310_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElement_set_Type_m65008AB8523CE4868A194484B4D468BAA8A39310_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection__ctor_m0BDD517698772F3DF7DA9871A70707B92C1E2D18 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection__ctor_m0BDD517698772F3DF7DA9871A70707B92C1E2D18_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection__ctor_m0BDD517698772F3DF7DA9871A70707B92C1E2D18_RuntimeMethod_var); return; } } // System.Net.Configuration.AuthenticationModuleElement System.Net.Configuration.AuthenticationModuleElementCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * AuthenticationModuleElementCollection_get_Item_mDA9FE54DE3F68BC94C3D2BF9FCD932F1D6C8F11C (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_get_Item_mDA9FE54DE3F68BC94C3D2BF9FCD932F1D6C8F11C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_get_Item_mDA9FE54DE3F68BC94C3D2BF9FCD932F1D6C8F11C_RuntimeMethod_var); return (AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB *)NULL; } } // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::set_Item(System.Int32,System.Net.Configuration.AuthenticationModuleElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_set_Item_m5FB54AC91C1058DCBFAF64BA1EACEC6337D39ADA (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, int32_t ___index0, AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_set_Item_m5FB54AC91C1058DCBFAF64BA1EACEC6337D39ADA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_set_Item_m5FB54AC91C1058DCBFAF64BA1EACEC6337D39ADA_RuntimeMethod_var); return; } } // System.Net.Configuration.AuthenticationModuleElement System.Net.Configuration.AuthenticationModuleElementCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * AuthenticationModuleElementCollection_get_Item_m1600A616B5E13C1D48C44B60AF710CA1F7479362 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_get_Item_m1600A616B5E13C1D48C44B60AF710CA1F7479362_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_get_Item_m1600A616B5E13C1D48C44B60AF710CA1F7479362_RuntimeMethod_var); return (AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB *)NULL; } } // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::set_Item(System.String,System.Net.Configuration.AuthenticationModuleElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_set_Item_mE4C61EB5342DFDD82390674510A9280735B46567 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, String_t* ___name0, AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_set_Item_mE4C61EB5342DFDD82390674510A9280735B46567_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_set_Item_mE4C61EB5342DFDD82390674510A9280735B46567_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Add(System.Net.Configuration.AuthenticationModuleElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Add_mB4A08795988BB24585FF08529EE8F332E91E89EF (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_Add_mB4A08795988BB24585FF08529EE8F332E91E89EF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Add_mB4A08795988BB24585FF08529EE8F332E91E89EF_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Clear_m5E2FE49A63F181FC530E952A937FE54D1960D911 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_Clear_m5E2FE49A63F181FC530E952A937FE54D1960D911_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Clear_m5E2FE49A63F181FC530E952A937FE54D1960D911_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationElement System.Net.Configuration.AuthenticationModuleElementCollection::CreateNewElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * AuthenticationModuleElementCollection_CreateNewElement_m8AC965578852F3C98539F2FC505C7755EE180475 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_CreateNewElement_m8AC965578852F3C98539F2FC505C7755EE180475_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_CreateNewElement_m8AC965578852F3C98539F2FC505C7755EE180475_RuntimeMethod_var); return (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA *)NULL; } } // System.Object System.Net.Configuration.AuthenticationModuleElementCollection::GetElementKey(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AuthenticationModuleElementCollection_GetElementKey_m461F9E12302663A67F596AAA27468E637AA2881F (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_GetElementKey_m461F9E12302663A67F596AAA27468E637AA2881F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_GetElementKey_m461F9E12302663A67F596AAA27468E637AA2881F_RuntimeMethod_var); return NULL; } } // System.Int32 System.Net.Configuration.AuthenticationModuleElementCollection::IndexOf(System.Net.Configuration.AuthenticationModuleElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AuthenticationModuleElementCollection_IndexOf_m919FDBE8F8AFB75B0B111320D772F4405C728CB9 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_IndexOf_m919FDBE8F8AFB75B0B111320D772F4405C728CB9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_IndexOf_m919FDBE8F8AFB75B0B111320D772F4405C728CB9_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Remove(System.Net.Configuration.AuthenticationModuleElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Remove_m27D34DF8C8F9EE3F443F4984C4B28734FDBFC867 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, AuthenticationModuleElement_tB6ADE13341823A28D23F1586C4DE371536CEE3AB * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_Remove_m27D34DF8C8F9EE3F443F4984C4B28734FDBFC867_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Remove_m27D34DF8C8F9EE3F443F4984C4B28734FDBFC867_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Remove_m45DB6E0E75DFDB481ED3DC6C1FBD213BE5FFB886 (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_Remove_m45DB6E0E75DFDB481ED3DC6C1FBD213BE5FFB886_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Remove_m45DB6E0E75DFDB481ED3DC6C1FBD213BE5FFB886_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.AuthenticationModuleElementCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_RemoveAt_m45B5BA50FB4BCC64D2414BEB61C4AD74181CB00C (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModuleElementCollection_RemoveAt_m45B5BA50FB4BCC64D2414BEB61C4AD74181CB00C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_RemoveAt_m45B5BA50FB4BCC64D2414BEB61C4AD74181CB00C_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.AuthenticationModulesSection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModulesSection__ctor_m097EA5702EFA9C9E817F75CAFA3992B78D9323CA (AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModulesSection__ctor_m097EA5702EFA9C9E817F75CAFA3992B78D9323CA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection__ctor_m097EA5702EFA9C9E817F75CAFA3992B78D9323CA_RuntimeMethod_var); return; } } // System.Net.Configuration.AuthenticationModuleElementCollection System.Net.Configuration.AuthenticationModulesSection::get_AuthenticationModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 * AuthenticationModulesSection_get_AuthenticationModules_m741C301830B722E8DEAE9831FCF51DFE825BB7B5 (AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModulesSection_get_AuthenticationModules_m741C301830B722E8DEAE9831FCF51DFE825BB7B5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_get_AuthenticationModules_m741C301830B722E8DEAE9831FCF51DFE825BB7B5_RuntimeMethod_var); return (AuthenticationModuleElementCollection_t57C0732A2CCD2FD24434F10B256B095AE70E6A31 *)NULL; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModulesSection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * AuthenticationModulesSection_get_Properties_mAD656A141B9495938805B1D11A043F60B4EC5DF0 (AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModulesSection_get_Properties_mAD656A141B9495938805B1D11A043F60B4EC5DF0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_get_Properties_mAD656A141B9495938805B1D11A043F60B4EC5DF0_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Void System.Net.Configuration.AuthenticationModulesSection::InitializeDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModulesSection_InitializeDefault_mE546F9972C2D27BD7A1F58A0424D8B53440EDE72 (AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModulesSection_InitializeDefault_mE546F9972C2D27BD7A1F58A0424D8B53440EDE72_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_InitializeDefault_mE546F9972C2D27BD7A1F58A0424D8B53440EDE72_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.AuthenticationModulesSection::PostDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModulesSection_PostDeserialize_m21B9EA3D112DA5EDE0778E88A3C1DE1444123445 (AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationModulesSection_PostDeserialize_m21B9EA3D112DA5EDE0778E88A3C1DE1444123445_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_PostDeserialize_m21B9EA3D112DA5EDE0778E88A3C1DE1444123445_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Authorization::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1 (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = ValidationHelper_MakeStringNull_m1B543969D0680F39DA26ED8ED30A8C9BD477E172(L_0, /*hidden argument*/NULL); __this->set_m_Message_0(L_1); __this->set_m_Complete_1((bool)1); return; } } // System.Void System.Net.Authorization::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m17BCE19AB822863CDBA3CE2AECAC97FF2F53426A (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, bool ___finished1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = ValidationHelper_MakeStringNull_m1B543969D0680F39DA26ED8ED30A8C9BD477E172(L_0, /*hidden argument*/NULL); __this->set_m_Message_0(L_1); bool L_2 = ___finished1; __this->set_m_Complete_1(L_2); return; } } // System.String System.Net.Authorization::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_mA648F467F28DCD3ECBE3C8505B719519BD803C2A (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_Message_0(); return L_0; } } // System.Boolean System.Net.Authorization::get_Complete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m5FDBC830DCD378023365B0E8E6F64C2B9FD7D7AF (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Complete_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m37C7A2CAEB8CD280B45518559965B518519D007F (AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___destination0, RuntimeObject** ___proxyList1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___destination0; RuntimeObject** L_1 = ___proxyList1; bool L_2; L_2 = AutoWebProxyScriptEngine_GetProxies_mE4E0E75E060B5347A17D354889CF1613F3A7FD19(__this, L_0, (RuntimeObject**)L_1, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_mE4E0E75E060B5347A17D354889CF1613F3A7FD19 (AutoWebProxyScriptEngine_t66B44494A6732AF45DEE0D36F5B6D15D0D497D4A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___destination0, RuntimeObject** ___proxyList1, int32_t* ___syncStatus2, const RuntimeMethod* method) { { RuntimeObject** L_0 = ___proxyList1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BackgroundWorker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker__ctor_mAD73A47B4C45771A1475ACFFC226DC66719E8A20 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_AsyncOperationCompleted_m45102185AB4805E509881079BE4C4A53AF6C6711_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_ProgressReporter_mC6178BFEBBA1BC0CB15FA5FF2708017ED5285255_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_WorkerThreadStart_m77081C5885A6E5AF51AC68E94720B0434EE4802D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); Component__ctor_m840837E8F38EF7547938BF0E23F7D5847B8C4F48(__this, /*hidden argument*/NULL); WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * L_0 = (WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 *)il2cpp_codegen_object_new(WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5_il2cpp_TypeInfo_var); WorkerThreadStartDelegate__ctor_mA694A75C3DF01E38AFB866253E5670B80075B261(L_0, __this, (intptr_t)((intptr_t)BackgroundWorker_WorkerThreadStart_m77081C5885A6E5AF51AC68E94720B0434EE4802D_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_threadStart_12(L_0); SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_1 = (SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C *)il2cpp_codegen_object_new(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C_il2cpp_TypeInfo_var); SendOrPostCallback__ctor_m68774F2BDC46DE2BA6C3D61D66481FD4D994F6A4(L_1, __this, (intptr_t)((intptr_t)BackgroundWorker_AsyncOperationCompleted_m45102185AB4805E509881079BE4C4A53AF6C6711_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_operationCompleted_13(L_1); SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_2 = (SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C *)il2cpp_codegen_object_new(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C_il2cpp_TypeInfo_var); SendOrPostCallback__ctor_m68774F2BDC46DE2BA6C3D61D66481FD4D994F6A4(L_2, __this, (intptr_t)((intptr_t)BackgroundWorker_ProgressReporter_mC6178BFEBBA1BC0CB15FA5FF2708017ED5285255_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_progressReporter_14(L_2); return; } } // System.Void System.ComponentModel.BackgroundWorker::AsyncOperationCompleted(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_AsyncOperationCompleted_m45102185AB4805E509881079BE4C4A53AF6C6711 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RuntimeObject * ___arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_isRunning_10((bool)0); __this->set_cancellationPending_9((bool)0); RuntimeObject * L_0 = ___arg0; VirtualActionInvoker1< RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * >::Invoke(17 /* System.Void System.ComponentModel.BackgroundWorker::OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs) */, __this, ((RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 *)CastclassClass((RuntimeObject*)L_0, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.ComponentModel.BackgroundWorker::get_CancellationPending() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_CancellationPending_m182A26A58CFFF9BB7C6D35926674BD521BD5BCE5 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_cancellationPending_9(); return L_0; } } // System.Void System.ComponentModel.BackgroundWorker::CancelAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_CancelAsync_m51B6219C2C4C00281641134F778C17DFF5223957 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { bool L_0; L_0 = BackgroundWorker_get_WorkerSupportsCancellation_mE5375383BC5FE7BDEEE3449E4B2CF5FCEF450085_inline(__this, /*hidden argument*/NULL); 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*)&_stringLiteral453BA4F1123B1D7A9CD0C88FD777DCF8938A1F1B)), /*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*)&BackgroundWorker_CancelAsync_m51B6219C2C4C00281641134F778C17DFF5223957_RuntimeMethod_var))); } IL_0018: { __this->set_cancellationPending_9((bool)1); return; } } // System.Void System.ComponentModel.BackgroundWorker::add_DoWork(System.ComponentModel.DoWorkEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_add_DoWork_m209D3297AFC638974AC48F6604DB1BBA3E82FAA0 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_doWorkKey_4(); DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * L_2 = ___value0; NullCheck(L_0); EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::remove_DoWork(System.ComponentModel.DoWorkEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_remove_DoWork_mD7D1E6230DE0729DDBDFB3DFC8BEC30CE90A6FCC (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_doWorkKey_4(); DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * L_2 = ___value0; NullCheck(L_0); EventHandlerList_RemoveHandler_m8E4AA68A893AE552BF2311DDC7E20998DDA2B1DA(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.BackgroundWorker::get_IsBusy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_IsBusy_m305CB45AE182B240F29F5353F9F380AFFF45B633 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isRunning_10(); return L_0; } } // System.Void System.ComponentModel.BackgroundWorker::OnDoWork(System.ComponentModel.DoWorkEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_OnDoWork_m6EE0BB82173AC3B256E6FA5C757C57C8E60F4BE9 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * V_0 = NULL; { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_doWorkKey_4(); NullCheck(L_0); Delegate_t * L_2; L_2 = EventHandlerList_get_Item_mC9E8B2F3D48DB323CA19FB87B2DBB7240AE03334(L_0, L_1, /*hidden argument*/NULL); V_0 = ((DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 *)CastclassSealed((RuntimeObject*)L_2, DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60_il2cpp_TypeInfo_var)); DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * L_3 = V_0; if (!L_3) { goto IL_0021; } } { DoWorkEventHandler_t1F393DBD98DDD77BAADD6F58DB83C690560C0B60 * L_4 = V_0; DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * L_5 = ___e0; NullCheck(L_4); DoWorkEventHandler_Invoke_m3F4F333894C93E5EB6005963C6CF0C0E5EF99199(L_4, __this, L_5, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void System.ComponentModel.BackgroundWorker::OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_OnRunWorkerCompleted_m5C9595EC84D8B05C244A08B1E34521D350BE7184 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * V_0 = NULL; { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_runWorkerCompletedKey_5(); NullCheck(L_0); Delegate_t * L_2; L_2 = EventHandlerList_get_Item_mC9E8B2F3D48DB323CA19FB87B2DBB7240AE03334(L_0, L_1, /*hidden argument*/NULL); V_0 = ((RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 *)CastclassSealed((RuntimeObject*)L_2, RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174_il2cpp_TypeInfo_var)); RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * L_3 = V_0; if (!L_3) { goto IL_0021; } } { RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * L_4 = V_0; RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * L_5 = ___e0; NullCheck(L_4); RunWorkerCompletedEventHandler_Invoke_m076636EA2F731D53CC651448FC13B85F8890542A(L_4, __this, L_5, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void System.ComponentModel.BackgroundWorker::OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_OnProgressChanged_mAD631E3ABF5BC312F4615BF69D293E37C5BECFBB (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * V_0 = NULL; { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_progressChangedKey_6(); NullCheck(L_0); Delegate_t * L_2; L_2 = EventHandlerList_get_Item_mC9E8B2F3D48DB323CA19FB87B2DBB7240AE03334(L_0, L_1, /*hidden argument*/NULL); V_0 = ((ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 *)CastclassSealed((RuntimeObject*)L_2, ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20_il2cpp_TypeInfo_var)); ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * L_3 = V_0; if (!L_3) { goto IL_0021; } } { ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * L_4 = V_0; ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * L_5 = ___e0; NullCheck(L_4); ProgressChangedEventHandler_Invoke_m901F5BEA14514519C03222B57AF1F8110F57345C(L_4, __this, L_5, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void System.ComponentModel.BackgroundWorker::add_ProgressChanged(System.ComponentModel.ProgressChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_add_ProgressChanged_m6CFDB5406384AB47982E3CD53A31A76B07CEFCA9 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_progressChangedKey_6(); ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * L_2 = ___value0; NullCheck(L_0); EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::remove_ProgressChanged(System.ComponentModel.ProgressChangedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_remove_ProgressChanged_mE755ED1FE80BC04905A629C3D8459DE0BE7F7B86 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_progressChangedKey_6(); ProgressChangedEventHandler_tDD3FF1A4306CCFA37AD3AB0FE1A0D93D9DBE6D20 * L_2 = ___value0; NullCheck(L_0); EventHandlerList_RemoveHandler_m8E4AA68A893AE552BF2311DDC7E20998DDA2B1DA(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::ProgressReporter(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ProgressReporter_mC6178BFEBBA1BC0CB15FA5FF2708017ED5285255 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RuntimeObject * ___arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___arg0; VirtualActionInvoker1< ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * >::Invoke(18 /* System.Void System.ComponentModel.BackgroundWorker::OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs) */, __this, ((ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 *)CastclassClass((RuntimeObject*)L_0, ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684_il2cpp_TypeInfo_var))); return; } } // System.Void System.ComponentModel.BackgroundWorker::ReportProgress(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ReportProgress_m36B50C7D6D26EFE952115C1EF2D75ABF8987BEAB (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, int32_t ___percentProgress0, const RuntimeMethod* method) { { int32_t L_0 = ___percentProgress0; BackgroundWorker_ReportProgress_m7C7EE93D8237B55B67A6FFD18270EAB98395BD2B(__this, L_0, NULL, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::ReportProgress(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_ReportProgress_m7C7EE93D8237B55B67A6FFD18270EAB98395BD2B (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, int32_t ___percentProgress0, RuntimeObject * ___userState1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * V_0 = NULL; { bool L_0; L_0 = BackgroundWorker_get_WorkerReportsProgress_mDED490AAF8485387748646866B4D75FDD9715361_inline(__this, /*hidden argument*/NULL); 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*)&_stringLiteralEF538EEB28741E18541812F5201958D92F6BB837)), /*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*)&BackgroundWorker_ReportProgress_m7C7EE93D8237B55B67A6FFD18270EAB98395BD2B_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___percentProgress0; RuntimeObject * L_4 = ___userState1; ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * L_5 = (ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 *)il2cpp_codegen_object_new(ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684_il2cpp_TypeInfo_var); ProgressChangedEventArgs__ctor_mFB2485C77F9FEF8EFCEA2D5D37AD51A74EB84C66(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * L_6 = __this->get_asyncOperation_11(); if (!L_6) { goto IL_003b; } } { AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * L_7 = __this->get_asyncOperation_11(); SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_8 = __this->get_progressReporter_14(); ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * L_9 = V_0; NullCheck(L_7); AsyncOperation_Post_m56D63BC1F6073DC13B487177F65FCC47B66D62A1(L_7, L_8, L_9, /*hidden argument*/NULL); return; } IL_003b: { SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_10 = __this->get_progressReporter_14(); ProgressChangedEventArgs_tEA83DA014FC5B9B6430E31EC4D9EE792F80F7684 * L_11 = V_0; NullCheck(L_10); SendOrPostCallback_Invoke_m352534ED0E61440A793944CC44809F666BBC1461(L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::RunWorkerAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_RunWorkerAsync_m2ED44AA9E97141B12C23A7F478A1D82D84B0D7FD (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { BackgroundWorker_RunWorkerAsync_m8FC5FA136A025102ED6B4CAAF5D32D6FEA879058(__this, NULL, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::RunWorkerAsync(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_RunWorkerAsync_m8FC5FA136A025102ED6B4CAAF5D32D6FEA879058 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RuntimeObject * ___argument0, const RuntimeMethod* method) { { bool L_0 = __this->get_isRunning_10(); 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*)&_stringLiteralB7AA19420065E3F09B085DF6F736FA5BAA75ED45)), /*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*)&BackgroundWorker_RunWorkerAsync_m8FC5FA136A025102ED6B4CAAF5D32D6FEA879058_RuntimeMethod_var))); } IL_0018: { __this->set_isRunning_10((bool)1); __this->set_cancellationPending_9((bool)0); AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * L_3; L_3 = AsyncOperationManager_CreateOperation_m682FEB96FC82619D4FD61A18BFA590E7F040DAC1(NULL, /*hidden argument*/NULL); __this->set_asyncOperation_11(L_3); WorkerThreadStartDelegate_tA64864F11F43AD59C5B54C998F274E07AA0260E5 * L_4 = __this->get_threadStart_12(); RuntimeObject * L_5 = ___argument0; NullCheck(L_4); RuntimeObject* L_6; L_6 = WorkerThreadStartDelegate_BeginInvoke_m44421BA4C34207C6599790EC5D6CA511585D3952(L_4, L_5, (AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *)NULL, NULL, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::add_RunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_add_RunWorkerCompleted_m1A36C8ED090A6955F1A273E301717234DF2E932E (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_runWorkerCompletedKey_5(); RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * L_2 = ___value0; NullCheck(L_0); EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::remove_RunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_remove_RunWorkerCompleted_mC6684F9C9031A7626570FCFB70B322046B535601 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->get_runWorkerCompletedKey_5(); RunWorkerCompletedEventHandler_t8ACC6D7A18A4B9EF0072B25FF7CE29860DB54174 * L_2 = ___value0; NullCheck(L_0); EventHandlerList_RemoveHandler_m8E4AA68A893AE552BF2311DDC7E20998DDA2B1DA(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerReportsProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerReportsProgress_mDED490AAF8485387748646866B4D75FDD9715361 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_workerReportsProgress_8(); return L_0; } } // System.Void System.ComponentModel.BackgroundWorker::set_WorkerReportsProgress(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_set_WorkerReportsProgress_mD90815EBBDE78F4C4CA7BD8C5FEFD823ACF29DE9 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_workerReportsProgress_8(L_0); return; } } // System.Boolean System.ComponentModel.BackgroundWorker::get_WorkerSupportsCancellation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerSupportsCancellation_mE5375383BC5FE7BDEEE3449E4B2CF5FCEF450085 (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_canCancelWorker_7(); return L_0; } } // System.Void System.ComponentModel.BackgroundWorker::set_WorkerSupportsCancellation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_set_WorkerSupportsCancellation_mCD63A7D49B49DEE5267A142B3981DE3BB05EDD4B (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_canCancelWorker_7(L_0); return; } } // System.Void System.ComponentModel.BackgroundWorker::WorkerThreadStart(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker_WorkerThreadStart_m77081C5885A6E5AF51AC68E94720B0434EE4802D (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, RuntimeObject * ___argument0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; bool V_2 = false; RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * V_3 = NULL; DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = NULL; V_1 = (Exception_t *)NULL; V_2 = (bool)0; } IL_0006: try {// begin try (depth: 1) { RuntimeObject * L_0 = ___argument0; DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * L_1 = (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 *)il2cpp_codegen_object_new(DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16_il2cpp_TypeInfo_var); DoWorkEventArgs__ctor_m4F4439DB93D80E45B50383BEE195D674313EB9FC(L_1, L_0, /*hidden argument*/NULL); V_4 = L_1; DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * L_2 = V_4; VirtualActionInvoker1< DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * >::Invoke(16 /* System.Void System.ComponentModel.BackgroundWorker::OnDoWork(System.ComponentModel.DoWorkEventArgs) */, __this, L_2); DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * L_3 = V_4; NullCheck(L_3); bool L_4; L_4 = CancelEventArgs_get_Cancel_m9561866ADE48FF514E607CCA5B1F201C735F57BE_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0023; } } IL_001f: { V_2 = (bool)1; goto IL_002b; } IL_0023: { DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * L_5 = V_4; NullCheck(L_5); RuntimeObject * L_6; L_6 = DoWorkEventArgs_get_Result_m739E34B8E71B654ED0FEC3E3652FDD21770083CB_inline(L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_002b: { goto IL_0030; } }// 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_002d; } throw e; } CATCH_002d: {// begin catch(System.Exception) V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0030; }// end catch (depth: 1) IL_0030: { RuntimeObject * L_7 = V_0; Exception_t * L_8 = V_1; bool L_9 = V_2; RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * L_10 = (RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 *)il2cpp_codegen_object_new(RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9_il2cpp_TypeInfo_var); RunWorkerCompletedEventArgs__ctor_m66848DC0CBC14603793F071F623532FADF4507DE(L_10, L_7, L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; AsyncOperation_t2E11AE3AF59FA3AD79CC10CFA2DB6F7F038F2CCA * L_11 = __this->get_asyncOperation_11(); SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * L_12 = __this->get_operationCompleted_13(); RunWorkerCompletedEventArgs_t64676E4B6CB89223D9485E6EF3C0A402608B6FE9 * L_13 = V_3; NullCheck(L_11); AsyncOperation_PostOperationCompleted_m8F838947359C66BBB7177BF2E0810746E4045233(L_11, L_12, L_13, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BackgroundWorker::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BackgroundWorker__cctor_m4649B8C84707CD28133743F5C1F7EC2D74B7E3A6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->set_doWorkKey_4(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->set_runWorkerCompletedKey_5(L_1); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); ((BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_StaticFields*)il2cpp_codegen_static_fields_for(BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA_il2cpp_TypeInfo_var))->set_progressChangedKey_6(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_get_AllowHex_m76E2BD1BC781B8433E76D1BF5BB037E6498ED27F (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Exception System.ComponentModel.BaseNumberConverter::FromStringError(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * BaseNumberConverter_FromStringError_m82F89BC90E1B466CBFBDE63D49BC72A7E17C6283 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, String_t* ___failedText0, Exception_t * ___innerException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; String_t* L_2 = ___failedText0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_1; Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.BaseNumberConverter::get_TargetType() */, __this); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_5); String_t* L_6; L_6 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D, L_3, /*hidden argument*/NULL); Exception_t * L_7 = ___innerException1; Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertFrom_mCB78DFDF5A16C4DF155C1E7809F93DCE9F28897A (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.BaseNumberConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertFrom_m644B6DF9826E73D226401BF6A97C0DEBF80BE780 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral560CE32CCB2E83414A2CD4A1B19EF5BFF9BF9AC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DE41C3F2AB85C70288F79C15EB58F9E3BEAA999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1E8CA5DECC37EB14B0549BE75A11DF6068F6887); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_00c2; } } { RuntimeObject * L_1 = ___value2; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; } IL_0017: try {// begin try (depth: 1) { bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() */, __this); if (!L_3) { goto IL_003f; } } IL_001f: { String_t* L_4 = V_0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)35))))) { goto IL_003f; } } IL_002a: { String_t* L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_6, 1, /*hidden argument*/NULL); RuntimeObject * L_8; L_8 = VirtualFuncInvoker2< RuntimeObject *, String_t*, int32_t >::Invoke(18 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Int32) */, __this, L_7, ((int32_t)16)); V_1 = L_8; goto IL_00cc; } IL_003f: { bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(16 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_AllowHex() */, __this); if (!L_9) { goto IL_0054; } } IL_0047: { String_t* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_10, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, /*hidden argument*/NULL); if (L_11) { goto IL_007b; } } IL_0054: { String_t* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_12, _stringLiteral5DE41C3F2AB85C70288F79C15EB58F9E3BEAA999, /*hidden argument*/NULL); if (L_13) { goto IL_007b; } } IL_0061: { String_t* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_14, _stringLiteral560CE32CCB2E83414A2CD4A1B19EF5BFF9BF9AC2, /*hidden argument*/NULL); if (L_15) { goto IL_007b; } } IL_006e: { String_t* L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_16, _stringLiteralA1E8CA5DECC37EB14B0549BE75A11DF6068F6887, /*hidden argument*/NULL); if (!L_17) { goto IL_008d; } } IL_007b: { String_t* L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_18, 2, /*hidden argument*/NULL); RuntimeObject * L_20; L_20 = VirtualFuncInvoker2< RuntimeObject *, String_t*, int32_t >::Invoke(18 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Int32) */, __this, L_19, ((int32_t)16)); V_1 = L_20; goto IL_00cc; } IL_008d: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21 = ___culture1; if (L_21) { goto IL_0097; } } IL_0090: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22; L_22 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); ___culture1 = L_22; } IL_0097: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23 = ___culture1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_24, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject * L_26; L_26 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_23, L_25); V_2 = ((NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *)CastclassSealed((RuntimeObject*)L_26, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var)); String_t* L_27 = V_0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_28 = V_2; RuntimeObject * L_29; L_29 = VirtualFuncInvoker2< RuntimeObject *, String_t*, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(19 /* System.Object System.ComponentModel.BaseNumberConverter::FromString(System.String,System.Globalization.NumberFormatInfo) */, __this, L_27, L_28); V_1 = L_29; goto IL_00cc; } }// 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_00b8; } throw e; } CATCH_00b8: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_30 = V_0; Exception_t * L_31 = V_3; Exception_t * L_32; L_32 = VirtualFuncInvoker2< Exception_t *, String_t*, Exception_t * >::Invoke(21 /* System.Exception System.ComponentModel.BaseNumberConverter::FromStringError(System.String,System.Exception) */, __this, L_30, L_31); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseNumberConverter_ConvertFrom_m644B6DF9826E73D226401BF6A97C0DEBF80BE780_RuntimeMethod_var))); }// end catch (depth: 1) IL_00c2: { RuntimeObject* L_33 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34 = ___culture1; RuntimeObject * L_35 = ___value2; RuntimeObject * L_36; L_36 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_33, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_00cc: { RuntimeObject * L_37 = V_1; return L_37; } } // System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertTo_mB4DCE000CB9B5BC5191C7EAA4B7693B07550C12B (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * V_0 = NULL; { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseNumberConverter_ConvertTo_mB4DCE000CB9B5BC5191C7EAA4B7693B07550C12B_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0062; } } { RuntimeObject * L_7 = ___value2; if (!L_7) { goto IL_0062; } } { Type_t * L_8; L_8 = VirtualFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.ComponentModel.BaseNumberConverter::get_TargetType() */, __this); RuntimeObject * L_9 = ___value2; NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_8, L_9); if (!L_10) { goto IL_0062; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = ___culture1; if (L_11) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); ___culture1 = L_12; } IL_0043: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13 = ___culture1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_16; L_16 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(19 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_13, L_15); V_0 = ((NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *)CastclassSealed((RuntimeObject*)L_16, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var)); RuntimeObject * L_17 = ___value2; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_18 = V_0; String_t* L_19; L_19 = VirtualFuncInvoker2< String_t*, RuntimeObject *, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(22 /* System.String System.ComponentModel.BaseNumberConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) */, __this, L_17, L_18); return L_19; } IL_0062: { Type_t * L_20 = ___destinationType3; NullCheck(L_20); bool L_21; L_21 = Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0075; } } { RuntimeObject * L_22 = ___value2; Type_t * L_23 = ___destinationType3; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_25; L_25 = Convert_ChangeType_m6AA3DE3E595A2AABA33B5046BD6CF2AB46466C05(L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } IL_0075: { RuntimeObject* L_26 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27 = ___culture1; RuntimeObject * L_28 = ___value2; Type_t * L_29 = ___destinationType3; RuntimeObject * L_30; L_30 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_m05CFD2E523F23CB74C9CC847024B571201ABA14D (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, RuntimeObject* ___context0, Type_t * ___t1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___context0; Type_t * L_1 = ___t1; bool L_2; L_2 = TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28(__this, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0012; } } { Type_t * L_3 = ___t1; NullCheck(L_3); bool L_4; L_4 = Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0014; } } IL_0012: { return (bool)1; } IL_0014: { return (bool)0; } } // System.Void System.ComponentModel.BaseNumberConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3 (BaseNumberConverter_t6CA2001CE79249FCF74FC888710AAD5CA23B748C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Authorization System.Net.BasicClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_Authenticate_m37A62495D4778CACB7219A67BF608F918EEB86DF (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___credentials2; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___challenge0; if (L_1) { goto IL_0008; } } IL_0006: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0008: { String_t* L_2 = ___challenge0; NullCheck(L_2); String_t* L_3; L_3 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_mD99F5378A4220A0DA0D5097007417E777722ABDA(L_4, _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6, 4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0023; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0023: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_6 = ___webRequest1; RuntimeObject* L_7 = ___credentials2; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_8; L_8 = BasicClient_InternalAuthenticate_m5D6A6E1F6A34E5475140829CA1771CF96D19A0C8(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Byte[] System.Net.BasicClient::GetBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BasicClient_GetBytes_m07771D492E2A4D3BBF58D7A9BB69E33BC5856D96 (String_t* ___str0, 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; { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); goto IL_0023; } IL_0014: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_1; int32_t L_6 = V_0; String_t* L_7 = ___str0; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (uint8_t)((int32_t)((uint8_t)L_9))); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0023: { int32_t L_11 = V_0; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0014; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; return L_12; } } // System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_InternalAuthenticate_m5D6A6E1F6A34E5475140829CA1771CF96D19A0C8 (WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_0 = NULL; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest0; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = V_0; if (!L_1) { goto IL_000d; } } { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_000f; } } IL_000d: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000f: { RuntimeObject* L_3 = ___credentials1; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_4 = V_0; NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = HttpWebRequest_get_AuthUri_m73CE601DCC9A4F368AEA6186CDC4FFBA20D3A11A_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_6; L_6 = InterfaceFuncInvoker2< NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48_il2cpp_TypeInfo_var, L_3, L_5, _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6); V_1 = L_6; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_7 = V_1; if (L_7) { goto IL_0026; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0026: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473(L_8, /*hidden argument*/NULL); V_2 = L_9; String_t* L_10 = V_2; if (!L_10) { goto IL_003d; } } { String_t* L_11 = V_2; bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_12) { goto IL_003f; } } IL_003d: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_003f: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB(L_13, /*hidden argument*/NULL); V_3 = L_14; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC(L_15, /*hidden argument*/NULL); V_4 = L_16; String_t* L_17 = V_4; if (!L_17) { goto IL_0073; } } { String_t* L_18 = V_4; bool L_19; L_19 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_18, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_19) { goto IL_0073; } } { String_t* L_20 = V_4; NullCheck(L_20); String_t* L_21; L_21 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_20, /*hidden argument*/NULL); bool L_22; L_22 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_21, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_22) { goto IL_0088; } } IL_0073: { String_t* L_23 = V_2; String_t* L_24 = V_3; String_t* L_25; L_25 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_23, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_24, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = BasicClient_GetBytes_m07771D492E2A4D3BBF58D7A9BB69E33BC5856D96(L_25, /*hidden argument*/NULL); V_5 = L_26; goto IL_00b7; } IL_0088: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_27; String_t* L_29 = V_4; NullCheck(L_28); ArrayElementTypeCheck (L_28, L_29); (L_28)->SetAt(static_cast(0), (String_t*)L_29); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = L_28; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); (L_30)->SetAt(static_cast(1), (String_t*)_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = L_30; String_t* L_32 = V_2; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(2), (String_t*)L_32); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = L_31; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); (L_33)->SetAt(static_cast(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = L_33; String_t* L_35 = V_3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(4), (String_t*)L_35); String_t* L_36; L_36 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_34, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37; L_37 = BasicClient_GetBytes_m07771D492E2A4D3BBF58D7A9BB69E33BC5856D96(L_36, /*hidden argument*/NULL); V_5 = L_37; } IL_00b7: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_39; L_39 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_38, /*hidden argument*/NULL); String_t* L_40; L_40 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C, L_39, /*hidden argument*/NULL); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_41 = (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)il2cpp_codegen_object_new(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); Authorization__ctor_m09795C30F4FE3B67923A303F198A8DE21E9E43A1(L_41, L_40, /*hidden argument*/NULL); return L_41; } } // System.Net.Authorization System.Net.BasicClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * BasicClient_PreAuthenticate_m7B6366BC72437E8FD1CC7CFEC6467923D47E7095 (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest0; RuntimeObject* L_1 = ___credentials1; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_2; L_2 = BasicClient_InternalAuthenticate_m5D6A6E1F6A34E5475140829CA1771CF96D19A0C8(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Net.BasicClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BasicClient_get_AuthenticationType_m69022B7CF8143DCE86B33E4AD445B87FBC35A5CF (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194); s_Il2CppMethodInitialized = true; } { return _stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194; } } // System.Void System.Net.BasicClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mF4468AD89FE190EC24CB05F677D56F6F5CF845A6 (BasicClient_t6B0DEEF640DCAD7AD1C2DE24FA4B5FCF090C8DEE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.BindIPEndPoint::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindIPEndPoint__ctor_m08EDDE8CB0B988B134F5F90C48D9216FCF2B63EF (BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * __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.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * BindIPEndPoint_Invoke_m8462120A7C738076E374FB6ADE447C611DBFD00C (BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * __this, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint0, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method) { IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * 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 == 3) { // open typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else { // closed typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (void*, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, 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< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtualFuncInvoker2< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtualFuncInvoker2< IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } else { typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else { // closed if (targetThis == NULL) { typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } else { typedef IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E * (*FunctionPointerType) (void*, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, IPEndPoint_t41C675C79A8B4EA6D5211D9B907137A2C015EA3E *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, 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.ComponentModel.BindableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_mB391CB9B5302886D200F868D5A55FBC4381D12BB (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, bool ___bindable0, const RuntimeMethod* method) { { bool L_0 = ___bindable0; BindableAttribute__ctor_m1C352C6D2F460A00A140B88246B433DD6C6423C2(__this, L_0, 0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BindableAttribute::.ctor(System.Boolean,System.ComponentModel.BindingDirection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m1C352C6D2F460A00A140B88246B433DD6C6423C2 (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, bool ___bindable0, int32_t ___direction1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___bindable0; __this->set_bindable_3(L_0); int32_t L_1 = ___direction1; __this->set_direction_5(L_1); return; } } // System.Void System.ComponentModel.BindableAttribute::.ctor(System.ComponentModel.BindableSupport) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_mBC49C54324BE199ABF94AE9E72828ADCB763632C (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, int32_t ___flags0, const RuntimeMethod* method) { { int32_t L_0 = ___flags0; BindableAttribute__ctor_m0FCB5791D761C8964352B669FA2C5F615216EED5(__this, L_0, 0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.BindableAttribute::.ctor(System.ComponentModel.BindableSupport,System.ComponentModel.BindingDirection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__ctor_m0FCB5791D761C8964352B669FA2C5F615216EED5 (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, int32_t ___flags0, int32_t ___direction1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___flags0; __this->set_bindable_3((bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0)); int32_t L_1 = ___flags0; __this->set_isDefault_4((bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0)); int32_t L_2 = ___direction1; __this->set_direction_5(L_2); return; } } // System.Boolean System.ComponentModel.BindableAttribute::get_Bindable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindableAttribute_get_Bindable_m64BDABFB0DF878C77D4F1DF49EBFB3C2E9E12066 (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bindable_3(); return L_0; } } // System.ComponentModel.BindingDirection System.ComponentModel.BindableAttribute::get_Direction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindableAttribute_get_Direction_mE493D64177779975745E212C7D3073D44C6753C0 (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_direction_5(); return L_0; } } // System.Boolean System.ComponentModel.BindableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindableAttribute_Equals_mE8941B68184CE9758B7F77A0754B6D4BC0FC2E02 (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; if (!L_1) { goto IL_0025; } } { RuntimeObject * L_2 = ___obj0; if (!((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 *)IsInstSealed((RuntimeObject*)L_2, BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_3 = ___obj0; NullCheck(((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 *)CastclassSealed((RuntimeObject*)L_3, BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var))); bool L_4; L_4 = BindableAttribute_get_Bindable_m64BDABFB0DF878C77D4F1DF49EBFB3C2E9E12066_inline(((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 *)CastclassSealed((RuntimeObject*)L_3, BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_5 = __this->get_bindable_3(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_0025: { return (bool)0; } } // System.Int32 System.ComponentModel.BindableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindableAttribute_GetHashCode_m2E721D44757876F24A2F1E03FA628278BC330F0B (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, const RuntimeMethod* method) { { bool* L_0 = __this->get_address_of_bindable_3(); int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.BindableAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindableAttribute_IsDefaultAttribute_m801B653314B2E7247A39E53230ADEF6E9A3D0F5E (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var); BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * L_0 = ((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var))->get_Default_2(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); if (L_1) { goto IL_0014; } } { bool L_2 = __this->get_isDefault_4(); return L_2; } IL_0014: { return (bool)1; } } // System.Void System.ComponentModel.BindableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindableAttribute__cctor_m91B95AD1EA5DE3780849372AC4EB8D901168F00E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * L_0 = (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 *)il2cpp_codegen_object_new(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var); BindableAttribute__ctor_mB391CB9B5302886D200F868D5A55FBC4381D12BB(L_0, (bool)1, /*hidden argument*/NULL); ((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var))->set_Yes_0(L_0); BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * L_1 = (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 *)il2cpp_codegen_object_new(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var); BindableAttribute__ctor_mB391CB9B5302886D200F868D5A55FBC4381D12BB(L_1, (bool)0, /*hidden argument*/NULL); ((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var))->set_No_1(L_1); BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * L_2 = ((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var))->get_No_1(); ((BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_StaticFields*)il2cpp_codegen_static_fields_for(BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61_il2cpp_TypeInfo_var))->set_Default_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Collections.Specialized.BitVector32::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, int32_t ___bit0, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_data_0(); int32_t L_1 = ___bit0; int32_t L_2 = ___bit0; return (bool)((((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_0))&(int64_t)((int64_t)((int64_t)L_1))))) == ((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)L_2))))))? 1 : 0); } } IL2CPP_EXTERN_C bool BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2_AdjustorThunk (RuntimeObject * __this, int32_t ___bit0, const RuntimeMethod* method) { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2(_thisAdjusted, ___bit0, method); return _returnValue; } // System.Void System.Collections.Specialized.BitVector32::set_Item(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, int32_t ___bit0, bool ___value1, const RuntimeMethod* method) { { bool L_0 = ___value1; if (!L_0) { goto IL_0012; } } { uint32_t L_1 = __this->get_data_0(); int32_t L_2 = ___bit0; __this->set_data_0(((int32_t)((int32_t)L_1|(int32_t)L_2))); return; } IL_0012: { uint32_t L_3 = __this->get_data_0(); int32_t L_4 = ___bit0; __this->set_data_0(((int32_t)((int32_t)L_3&(int32_t)((~L_4))))); return; } } IL2CPP_EXTERN_C void BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6_AdjustorThunk (RuntimeObject * __this, int32_t ___bit0, bool ___value1, const RuntimeMethod* method) { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6(_thisAdjusted, ___bit0, ___value1, method); } // System.Int32 System.Collections.Specialized.BitVector32::CreateMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mCFD5B8A436EEAEBEB0F91F930F86E69578B8EE90 (const RuntimeMethod* method) { { int32_t L_0; L_0 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(0, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Collections.Specialized.BitVector32::CreateMask(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C (int32_t ___previous0, const RuntimeMethod* method) { { int32_t L_0 = ___previous0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { int32_t L_1 = ___previous0; if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_001d; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15375DE6C2C6723E0BF14A945F98D2277708A5A7)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___previous0; return ((int32_t)((int32_t)L_4<<(int32_t)1)); } } // System.Boolean System.Collections.Specialized.BitVector32::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitVector32_Equals_mCCBC3D8FD9017BE6B3DE89D5997D9B40CCBDC8E9 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { uint32_t L_1 = __this->get_data_0(); RuntimeObject * L_2 = ___o0; uint32_t L_3 = ((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)UnBox(L_2, BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968_il2cpp_TypeInfo_var))->get_data_0(); return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0); } } IL2CPP_EXTERN_C bool BitVector32_Equals_mCCBC3D8FD9017BE6B3DE89D5997D9B40CCBDC8E9_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = BitVector32_Equals_mCCBC3D8FD9017BE6B3DE89D5997D9B40CCBDC8E9(_thisAdjusted, ___o0, method); return _returnValue; } // System.Int32 System.Collections.Specialized.BitVector32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_GetHashCode_m2598C86EB680DEAE15711C03E26666C26023C573 (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 L_0 = (*(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)__this); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 L_1 = L_0; RuntimeObject * L_2 = Box(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968_il2cpp_TypeInfo_var, &L_1); NullCheck((ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 *)L_2); int32_t L_3; L_3 = ValueType_GetHashCode_mE3FC55FA0D7099043434B9F8F0A4B30C8B63BFF4((ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 *)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t BitVector32_GetHashCode_m2598C86EB680DEAE15711C03E26666C26023C573_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = BitVector32_GetHashCode_m2598C86EB680DEAE15711C03E26666C26023C573(_thisAdjusted, method); return _returnValue; } // System.String System.Collections.Specialized.BitVector32::ToString(System.Collections.Specialized.BitVector32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_m4D16F2FC54FD8465107742A0569B17BB5EBC17FE (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 ___value0, 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*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84F70A03D9BE22135962B657D18E18C094CC4003); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_0, ((int32_t)45), /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; NullCheck(L_1); StringBuilder_t * L_2; L_2 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, _stringLiteral84F70A03D9BE22135962B657D18E18C094CC4003, /*hidden argument*/NULL); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 L_3 = ___value0; uint32_t L_4 = L_3.get_data_0(); V_1 = L_4; V_2 = 0; goto IL_004c; } IL_001f: { int32_t L_5 = V_1; if (!((int64_t)((int64_t)((int64_t)((int64_t)L_5))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))) { goto IL_0038; } } { StringBuilder_t * L_6 = V_0; NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_6, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); goto IL_0044; } IL_0038: { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); } IL_0044: { int32_t L_10 = V_1; V_1 = ((int32_t)((int32_t)L_10<<(int32_t)1)); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004c: { int32_t L_12 = V_2; if ((((int32_t)L_12) < ((int32_t)((int32_t)32)))) { goto IL_001f; } } { StringBuilder_t * L_13 = V_0; NullCheck(L_13); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_13, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); return L_16; } } // System.String System.Collections.Specialized.BitVector32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BitVector32_ToString_mB496D2484344F329FEC2D7732FADFBFE0413A8BE (BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * __this, const RuntimeMethod* method) { { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 L_0 = (*(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)__this); String_t* L_1; L_1 = BitVector32_ToString_m4D16F2FC54FD8465107742A0569B17BB5EBC17FE(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* BitVector32_ToString_mB496D2484344F329FEC2D7732FADFBFE0413A8BE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = BitVector32_ToString_mB496D2484344F329FEC2D7732FADFBFE0413A8BE(_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 // System.Boolean System.ComponentModel.BooleanConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_CanConvertFrom_mD1DF34867B01ED7BE26AE6AEAC77BE0035D885BE (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.BooleanConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BooleanConverter_ConvertFrom_m37C41CF7CFFF1CCA5B3E22B7FFD1B8CAE9088413 (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_004b; } } { RuntimeObject * L_1 = ___value2; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); bool L_4; L_4 = Boolean_Parse_m97AFBD113AE4629041678100C5A595F3529C7F7D(L_3, /*hidden argument*/NULL); bool L_5 = L_4; RuntimeObject * L_6 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_5); V_1 = L_6; goto IL_0055; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0022; } throw e; } CATCH_0022: {// begin catch(System.FormatException) V_2 = ((FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; RuntimeObject * L_9 = ___value2; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((String_t*)CastclassSealed((RuntimeObject*)L_9, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); (L_8)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)CastclassSealed((RuntimeObject*)L_9, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_8; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); (L_10)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); String_t* L_11; L_11 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_10, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_12 = V_2; FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_13 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mF8CFF64B9AB9A6B4AD5B33FC72E6EA7F6631FD51(L_13, L_11, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BooleanConverter_ConvertFrom_m37C41CF7CFFF1CCA5B3E22B7FFD1B8CAE9088413_RuntimeMethod_var))); }// end catch (depth: 1) IL_004b: { RuntimeObject* L_14 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = ___culture1; RuntimeObject * L_16 = ___value2; RuntimeObject * L_17; L_17 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } IL_0055: { RuntimeObject * L_18 = V_1; return L_18; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.BooleanConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * BooleanConverter_GetStandardValues_mD8F4884FCCFF27EBF398BDF0FDDCE7B3EF51024C (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_0 = ((BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_il2cpp_TypeInfo_var))->get_values_2(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_002d; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = L_1; bool L_3 = ((bool)1); RuntimeObject * L_4 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_3); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_2; bool L_6 = ((bool)0); RuntimeObject * L_7 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_7); StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_8 = (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *)il2cpp_codegen_object_new(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF(L_8, (RuntimeObject*)(RuntimeObject*)L_5, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_il2cpp_TypeInfo_var))->set_values_2(L_8); } IL_002d: { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_9 = ((BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_StaticFields*)il2cpp_codegen_static_fields_for(BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D_il2cpp_TypeInfo_var))->get_values_2(); il2cpp_codegen_memory_barrier(); return L_9; } } // System.Boolean System.ComponentModel.BooleanConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_GetStandardValuesExclusive_m2DE9C75D47FD557376DD3C4A345F88DDAF009536 (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.BooleanConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanConverter_GetStandardValuesSupported_m85956C7ABE5EFE8BB559E000BA867426E04703C3 (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.ComponentModel.BooleanConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanConverter__ctor_m9F0A8757BAD0E551843A5A6FCC3366842A6C6D2C (BooleanConverter_t890553DE6E939FADC5ACEBC1AAF2758C9AD4364D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.BooleanSwitch::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanSwitch__ctor_m2FF77BE99ADF4D42BA2C9062CA03367320EA37B1 (BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * __this, String_t* ___displayName0, String_t* ___description1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___displayName0; String_t* L_1 = ___description1; IL2CPP_RUNTIME_CLASS_INIT(Switch_t058E484440C26BA04C7B500114EAD6E5951E09BC_il2cpp_TypeInfo_var); Switch__ctor_mA2A930BF2A6548BBF83C409D583650F7CC9C9E4A(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BrowsableAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__ctor_m67F6E4C4B28C23E90D4C0527D1BA41555D1B0DDE (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, bool ___browsable0, const RuntimeMethod* method) { { __this->set_browsable_3((bool)1); Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___browsable0; __this->set_browsable_3(L_0); return; } } // System.Boolean System.ComponentModel.BrowsableAttribute::get_Browsable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288 (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_browsable_3(); return L_0; } } // System.Boolean System.ComponentModel.BrowsableAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_Equals_mC10C854D4D59E13FDF9DB3CF45FC08F213BABF05 (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)IsInstSealed((RuntimeObject*)L_1, BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var)); BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline(L_3, /*hidden argument*/NULL); bool L_5 = __this->get_browsable_3(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.BrowsableAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BrowsableAttribute_GetHashCode_mBDD907C2D06C6BD998999FE77F6A621DE620F308 (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method) { { bool* L_0 = __this->get_address_of_browsable_3(); int32_t L_1; L_1 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.BrowsableAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BrowsableAttribute_IsDefaultAttribute_mD2F3C38A2C1B0612D17B1394C0FE6102C74D5777 (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_0 = ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var))->get_Default_2(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.BrowsableAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BrowsableAttribute__cctor_mA1B6BC963AE85B374EE6FDB96CAFC555319FD89B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_0 = (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)il2cpp_codegen_object_new(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); BrowsableAttribute__ctor_m67F6E4C4B28C23E90D4C0527D1BA41555D1B0DDE(L_0, (bool)1, /*hidden argument*/NULL); ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var))->set_Yes_0(L_0); BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_1 = (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)il2cpp_codegen_object_new(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); BrowsableAttribute__ctor_m67F6E4C4B28C23E90D4C0527D1BA41555D1B0DDE(L_1, (bool)0, /*hidden argument*/NULL); ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var))->set_No_1(L_1); BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * L_2 = ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var))->get_Yes_0(); ((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields*)il2cpp_codegen_static_fields_for(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var))->set_Default_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.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) { { int32_t L_0 = __this->get_Offset_1(); int32_t L_1 = __this->get_Size_2(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } // 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) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_Buffer_0(); NullCheck(L_0); int32_t L_1 = __this->get_Offset_1(); int32_t L_2 = __this->get_Size_2(); return ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)L_1)), (int32_t)L_2)); } } // System.Void Mono.Net.Security.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { 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*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var))); } IL_0023: { int32_t L_4 = ___size2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_002f; } } { int32_t L_5 = ___offset1; int32_t L_6 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; NullCheck(L_7); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_003a; } } IL_002f: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE_RuntimeMethod_var))); } IL_003a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; __this->set_Buffer_0(L_9); int32_t L_10 = ___offset1; __this->set_Offset_1(L_10); int32_t L_11 = ___size2; __this->set_Size_2(L_11); __this->set_Complete_4((bool)0); return; } } // System.String Mono.Net.Security.BufferOffsetSize::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BufferOffsetSize_ToString_mFB8CD5C4E6108A0C5B4717CFE1DF3A8E59138771 (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F9806FFE6F4A87C47B8928195094F3727EF549C); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_Offset_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_1); int32_t L_3 = __this->get_Size_2(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); String_t* L_6; L_6 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(_stringLiteral9F9806FFE6F4A87C47B8928195094F3727EF549C, L_2, 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 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___copyBuffer3; if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6 = ___size2; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, L_6, /*hidden argument*/NULL); ___offset1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; ___buffer0 = L_7; } IL_0021: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___buffer0; __this->set_Buffer_0(L_8); int32_t L_9 = ___offset1; __this->set_Offset_1(L_9); int32_t L_10 = ___size2; __this->set_Size_2(L_10); return; } } // System.Void System.Net.BufferOffsetSize::.ctor(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_m57DD63EDCC7C4DD3350B00DF86B3F69C8850D996 (BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, bool ___copyBuffer1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; NullCheck(L_1); bool L_2 = ___copyBuffer1; BufferOffsetSize__ctor_m34DF650AB658A85943BBEDBB22887D2C3209D9E3(__this, L_0, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), L_2, /*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.BufferOffsetSize2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2__ctor_mE4644CFB0D6AC7297E01282C7B898D119E18E8D2 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, int32_t ___size0, 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 L_0 = ___size0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_0); BufferOffsetSize__ctor_mB7C0B812CB8178BA614001251D5C5905C08029BE(__this, L_1, 0, 0, /*hidden argument*/NULL); int32_t L_2 = ___size0; __this->set_InitialSize_5(L_2); return; } } // System.Void Mono.Net.Security.BufferOffsetSize2::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = 0; V_0 = L_0; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Size_2(L_0); int32_t L_1 = V_0; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Offset_1(L_1); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_TotalBytes_3(0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); NullCheck(L_2); int32_t L_3 = __this->get_InitialSize_5(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) > ((int32_t)L_3))) { goto IL_003d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); NullCheck(L_5); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); goto IL_004e; } IL_003d: { int32_t L_6 = __this->get_InitialSize_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Buffer_0(L_7); } IL_004e: { ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Complete_4((bool)0); return; } } // System.Void Mono.Net.Security.BufferOffsetSize2::MakeRoom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_MakeRoom_mBFDBCE08404ECEECBDDB499ED991000ED3A1F35B (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, int32_t ___size0, 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 L_0; L_0 = BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D(__this, /*hidden argument*/NULL); int32_t L_1 = ___size0; if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_000a; } } { return; } IL_000a: { int32_t L_2 = ___size0; int32_t L_3; L_3 = BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D(__this, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Offset_1(); if (L_4) { goto IL_0030; } } { int32_t L_5 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Size_2(); if (L_5) { goto IL_0030; } } { int32_t L_6 = ___size0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_6); ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Buffer_0(L_7); return; } IL_0030: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); NullCheck(L_8); int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (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_8)->max_length))), (int32_t)L_9))); V_1 = L_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck((RuntimeArray *)(RuntimeArray *)L_11); Array_CopyTo_m6AF950973942E09BAB1F21B055BBD2CD58C980B2((RuntimeArray *)(RuntimeArray *)L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Buffer_0(L_13); return; } } // System.Void Mono.Net.Security.BufferOffsetSize2::AppendData(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_AppendData_m5AFEF21E75273C3BF7FCD4B4433A49D088587F29 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = ___size2; BufferOffsetSize2_MakeRoom_mBFDBCE08404ECEECBDDB499ED991000ED3A1F35B(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Buffer_0(); int32_t L_4; L_4 = BufferOffsetSize_get_EndOffset_m9EED7B6B6EF1F2518A735AF875F88A5E03F0881F(__this, /*hidden argument*/NULL); int32_t L_5 = ___size2; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_1, L_2, (RuntimeArray *)(RuntimeArray *)L_3, L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->get_Size_2(); int32_t L_7 = ___size2; ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)__this)->set_Size_2(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.BypassElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElement__ctor_m7C2E67CFC192C02626CCB553A641F76D71140E98 (BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElement__ctor_m7C2E67CFC192C02626CCB553A641F76D71140E98_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElement__ctor_m7C2E67CFC192C02626CCB553A641F76D71140E98_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.BypassElement::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElement__ctor_mA1270B637BAB8DC9D201721981CB21C15FD7BD04 (BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * __this, String_t* ___address0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElement__ctor_mA1270B637BAB8DC9D201721981CB21C15FD7BD04_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElement__ctor_mA1270B637BAB8DC9D201721981CB21C15FD7BD04_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.BypassElement::get_Address() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BypassElement_get_Address_m3D46E61781D49107639D796971462BA577EBB816 (BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElement_get_Address_m3D46E61781D49107639D796971462BA577EBB816_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElement_get_Address_m3D46E61781D49107639D796971462BA577EBB816_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.BypassElement::set_Address(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElement_set_Address_m3810E889102977DF684E5813AC6C978D35C09FAE (BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElement_set_Address_m3810E889102977DF684E5813AC6C978D35C09FAE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElement_set_Address_m3810E889102977DF684E5813AC6C978D35C09FAE_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.BypassElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * BypassElement_get_Properties_mDE75CC6393C0FA1A225D56D7090F8154B690CCE0 (BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElement_get_Properties_mDE75CC6393C0FA1A225D56D7090F8154B690CCE0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElement_get_Properties_mDE75CC6393C0FA1A225D56D7090F8154B690CCE0_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.BypassElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection__ctor_m2047F6046437B6101F59D781474BF71CF5650979_RuntimeMethod_var); return; } } // System.Net.Configuration.BypassElement System.Net.Configuration.BypassElementCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * BypassElementCollection_get_Item_m0BDE506248B0632396289F15A86DBB2A6B6ACB05 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_get_Item_m0BDE506248B0632396289F15A86DBB2A6B6ACB05_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_get_Item_m0BDE506248B0632396289F15A86DBB2A6B6ACB05_RuntimeMethod_var); return (BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 *)NULL; } } // System.Void System.Net.Configuration.BypassElementCollection::set_Item(System.Int32,System.Net.Configuration.BypassElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_set_Item_m37E12651CEE853AFB521E68E1BA3BA9956A37639 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, int32_t ___index0, BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_set_Item_m37E12651CEE853AFB521E68E1BA3BA9956A37639_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_set_Item_m37E12651CEE853AFB521E68E1BA3BA9956A37639_RuntimeMethod_var); return; } } // System.Net.Configuration.BypassElement System.Net.Configuration.BypassElementCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * BypassElementCollection_get_Item_m85F11131E7A56594CDBF7C2720DAB55BFB72D0FB (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_get_Item_m85F11131E7A56594CDBF7C2720DAB55BFB72D0FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_get_Item_m85F11131E7A56594CDBF7C2720DAB55BFB72D0FB_RuntimeMethod_var); return (BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 *)NULL; } } // System.Void System.Net.Configuration.BypassElementCollection::set_Item(System.String,System.Net.Configuration.BypassElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_set_Item_m64E0BBC19AD029B628678F43E92EA9D556D4F07F (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, String_t* ___name0, BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_set_Item_m64E0BBC19AD029B628678F43E92EA9D556D4F07F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_set_Item_m64E0BBC19AD029B628678F43E92EA9D556D4F07F_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.BypassElementCollection::get_ThrowOnDuplicate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BypassElementCollection_get_ThrowOnDuplicate_m354310DE5DEC6B3D97962C38562021F148968B7B (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_get_ThrowOnDuplicate_m354310DE5DEC6B3D97962C38562021F148968B7B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(BypassElementCollection_get_ThrowOnDuplicate_m354310DE5DEC6B3D97962C38562021F148968B7B_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.BypassElementCollection::Add(System.Net.Configuration.BypassElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Add_m0B71259409027382F228A2C4CCC774FA5DD035A8 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_Add_m0B71259409027382F228A2C4CCC774FA5DD035A8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_Add_m0B71259409027382F228A2C4CCC774FA5DD035A8_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.BypassElementCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Clear_m9DCAA05D696C3F398B8240E31B1792D03EFF257A (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_Clear_m9DCAA05D696C3F398B8240E31B1792D03EFF257A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_Clear_m9DCAA05D696C3F398B8240E31B1792D03EFF257A_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationElement System.Net.Configuration.BypassElementCollection::CreateNewElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * BypassElementCollection_CreateNewElement_m2968DDE4C71780912DDEBBC33C6F0A4E270E8AF8 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_CreateNewElement_m2968DDE4C71780912DDEBBC33C6F0A4E270E8AF8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_CreateNewElement_m2968DDE4C71780912DDEBBC33C6F0A4E270E8AF8_RuntimeMethod_var); return (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA *)NULL; } } // System.Object System.Net.Configuration.BypassElementCollection::GetElementKey(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BypassElementCollection_GetElementKey_m9325815C3E5E1BF9A5CE1C386F9FDE6919F401AC (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_GetElementKey_m9325815C3E5E1BF9A5CE1C386F9FDE6919F401AC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_GetElementKey_m9325815C3E5E1BF9A5CE1C386F9FDE6919F401AC_RuntimeMethod_var); return NULL; } } // System.Int32 System.Net.Configuration.BypassElementCollection::IndexOf(System.Net.Configuration.BypassElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BypassElementCollection_IndexOf_m00B7D43440DB7B9AA27E50A9F61C6990A063D7C7 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_IndexOf_m00B7D43440DB7B9AA27E50A9F61C6990A063D7C7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(BypassElementCollection_IndexOf_m00B7D43440DB7B9AA27E50A9F61C6990A063D7C7_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.BypassElementCollection::Remove(System.Net.Configuration.BypassElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Remove_mD9CCB9C4EFFD950B4A43F9812A91AB0B84254427 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, BypassElement_t037DE5FD6BD20EA2527F030909858B6CF3602D96 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_Remove_mD9CCB9C4EFFD950B4A43F9812A91AB0B84254427_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_Remove_mD9CCB9C4EFFD950B4A43F9812A91AB0B84254427_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.BypassElementCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Remove_mF75F14E29BF4C2CC2D6979170A6D014F820F552A (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_Remove_mF75F14E29BF4C2CC2D6979170A6D014F820F552A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_Remove_mF75F14E29BF4C2CC2D6979170A6D014F820F552A_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.BypassElementCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_RemoveAt_mB434E200791AF77999AF412633B5E904E92785B9 (BypassElementCollection_tEF6F2A241127EE6E50D3C7C47A2A14A028ED5C91 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BypassElementCollection_RemoveAt_mB434E200791AF77999AF412633B5E904E92785B9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(BypassElementCollection_RemoveAt_mB434E200791AF77999AF412633B5E904E92785B9_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type System.ComponentModel.ByteConverter::get_TargetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ByteConverter_get_TargetType_mE6C6D51879BE6EBC248505E25CAB21ADD7598715 (ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.ComponentModel.ByteConverter::FromString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_FromString_m9B0DE24B7A5C8BC901C8927844409CE67A5E54DA (ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653 * __this, String_t* ___value0, int32_t ___radix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___radix1; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = Convert_ToByte_m298B9FFE6B1E972663E69CD6542967C92C730D2A(L_0, L_1, /*hidden argument*/NULL); uint8_t L_3 = L_2; RuntimeObject * L_4 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.ByteConverter::FromString(System.String,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_FromString_m82A38DF6943AE44FAC6920021977CB59E86DB27F (ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653 * __this, String_t* ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; uint8_t L_2; L_2 = Byte_Parse_mF76F61376430ABB970C07DDCAE08C6EB73127A18(L_0, 7, L_1, /*hidden argument*/NULL); uint8_t L_3 = L_2; RuntimeObject * L_4 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.ByteConverter::FromString(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_FromString_mAC528DA9DA1A73E71E8A4E5FBA38F7D952EB7F7A (ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653 * __this, String_t* ___value0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; uint8_t L_2; L_2 = Byte_Parse_mAFD1DF914F83659BB284CECF45CC9289F9B6E862(L_0, L_1, /*hidden argument*/NULL); uint8_t L_3 = L_2; RuntimeObject * L_4 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.String System.ComponentModel.ByteConverter::ToString(System.Object,System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteConverter_ToString_mD756B15AD89085FEB833906261A3DAF06C811EB5 (ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653 * __this, RuntimeObject * ___value0, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___formatInfo1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_0, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___formatInfo1; String_t* L_2; L_2 = Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8((uint8_t*)(&V_0), _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.ByteConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteConverter__ctor_mF5B8145B462A3F3E625ED6C655B574BC1F297600 (ByteConverter_t4E8CBEAA386EC5ABA62EF232D11504F0B9AB8653 * __this, const RuntimeMethod* method) { { BaseNumberConverter__ctor_m18967D5B511402093936893A249438FB94D5BDA3(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B31027F164515A1950B5D7471AE7856BE543763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19088A5D4151B71A0151316584575959251E5B35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EABD487498F0EB91EB77895338816266FA44C98); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BF96667530EA67F66934684E21D80177D05462F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64260D9444D15A6248926D7B01F965DB0406844C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683A95818280F9859694F418A2FD0A817678C9DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B188360294349CD1D94164DB9AE487200C503EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80A61DF74E3132BFF8AB81A0843B4B50F8BD99B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80F21D50E32EC9084847997A0C258C6A529DAC47); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A12021E1E1850DBED762F93F651DB311B213542); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA006FCB4201934135FE5378132B66888869CBF16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8BCDFB664ED95346DE4342A8E251772B519ECDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___key0; uint32_t L_1; L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6(L_0, /*hidden argument*/NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-2058824195))))) { goto IL_013b; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)668701924))))) { goto IL_00ac; } } { uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)587661398))))) { goto IL_0063; } } { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)510574318))))) { goto IL_0048; } } { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)489691311)))) { goto IL_041d; } } { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)510574318)))) { goto IL_02cd; } } { goto IL_0612; } IL_0048: { uint32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)523246549)))) { goto IL_0471; } } { uint32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)587661398)))) { goto IL_0447; } } { goto IL_0612; } IL_0063: { uint32_t L_10 = V_0; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)604439017))))) { goto IL_0086; } } { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)601591448)))) { goto IL_0264; } } { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)604439017)))) { goto IL_0432; } } { goto IL_0612; } IL_0086: { uint32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)618369067)))) { goto IL_02a3; } } { uint32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)637994255)))) { goto IL_045c; } } { uint32_t L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)668701924)))) { goto IL_0486; } } { goto IL_0612; } IL_00ac: { uint32_t L_16 = V_0; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)858759237))))) { goto IL_00f2; } } { uint32_t L_17 = V_0; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)719034781))))) { goto IL_00d7; } } { uint32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)702257162)))) { goto IL_0321; } } { uint32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)719034781)))) { goto IL_02f7; } } { goto IL_0612; } IL_00d7: { uint32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)841981618)))) { goto IL_0336; } } { uint32_t L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)858759237)))) { goto IL_0360; } } { goto IL_0612; } IL_00f2: { uint32_t L_22 = V_0; if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)1746622805))))) { goto IL_0115; } } { uint32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)875536856)))) { goto IL_0279; } } { uint32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)((int32_t)1746622805)))) { goto IL_034b; } } { goto IL_0612; } IL_0115: { uint32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)((int32_t)1775291187)))) { goto IL_0519; } } { uint32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)2095896238)))) { goto IL_049b; } } { uint32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)-2058824195)))) { goto IL_04ef; } } { goto IL_0612; } IL_013b: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1354032441))))) { goto IL_01d5; } } { uint32_t L_29 = V_0; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1783935371))))) { goto IL_018c; } } { uint32_t L_30 = V_0; if ((!(((uint32_t)L_30) <= ((uint32_t)((int32_t)-1817490609))))) { goto IL_0171; } } { uint32_t L_31 = V_0; if ((((int32_t)L_31) == ((int32_t)((int32_t)-1834268228)))) { goto IL_0408; } } { uint32_t L_32 = V_0; if ((((int32_t)L_32) == ((int32_t)((int32_t)-1817490609)))) { goto IL_03c9; } } { goto IL_0612; } IL_0171: { uint32_t L_33 = V_0; if ((((int32_t)L_33) == ((int32_t)((int32_t)-1800712990)))) { goto IL_03de; } } { uint32_t L_34 = V_0; if ((((int32_t)L_34) == ((int32_t)((int32_t)-1783935371)))) { goto IL_03f3; } } { goto IL_0612; } IL_018c: { uint32_t L_35 = V_0; if ((!(((uint32_t)L_35) <= ((uint32_t)((int32_t)-1665226315))))) { goto IL_01af; } } { uint32_t L_36 = V_0; if ((((int32_t)L_36) == ((int32_t)((int32_t)-1770759074)))) { goto IL_02b8; } } { uint32_t L_37 = V_0; if ((((int32_t)L_37) == ((int32_t)((int32_t)-1665226315)))) { goto IL_052e; } } { goto IL_0612; } IL_01af: { uint32_t L_38 = V_0; if ((((int32_t)L_38) == ((int32_t)((int32_t)-1411364208)))) { goto IL_04da; } } { uint32_t L_39 = V_0; if ((((int32_t)L_39) == ((int32_t)((int32_t)-1394586589)))) { goto IL_04c5; } } { uint32_t L_40 = V_0; if ((((int32_t)L_40) == ((int32_t)((int32_t)-1354032441)))) { goto IL_030c; } } { goto IL_0612; } IL_01d5: { uint32_t L_41 = V_0; if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)-787859709))))) { goto IL_021b; } } { uint32_t L_42 = V_0; if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)-1104663471))))) { goto IL_0200; } } { uint32_t L_43 = V_0; if ((((int32_t)L_43) == ((int32_t)((int32_t)-1310698494)))) { goto IL_04b0; } } { uint32_t L_44 = V_0; if ((((int32_t)L_44) == ((int32_t)((int32_t)-1104663471)))) { goto IL_02e2; } } { goto IL_0612; } IL_0200: { uint32_t L_45 = V_0; if ((((int32_t)L_45) == ((int32_t)((int32_t)-1071108233)))) { goto IL_028e; } } { uint32_t L_46 = V_0; if ((((int32_t)L_46) == ((int32_t)((int32_t)-787859709)))) { goto IL_0504; } } { goto IL_0612; } IL_021b: { uint32_t L_47 = V_0; if ((!(((uint32_t)L_47) <= ((uint32_t)((int32_t)-594425425))))) { goto IL_023e; } } { uint32_t L_48 = V_0; if ((((int32_t)L_48) == ((int32_t)((int32_t)-603578290)))) { goto IL_0543; } } { uint32_t L_49 = V_0; if ((((int32_t)L_49) == ((int32_t)((int32_t)-594425425)))) { goto IL_038a; } } { goto IL_0612; } IL_023e: { uint32_t L_50 = V_0; if ((((int32_t)L_50) == ((int32_t)((int32_t)-577647806)))) { goto IL_039f; } } { uint32_t L_51 = V_0; if ((((int32_t)L_51) == ((int32_t)((int32_t)-560870187)))) { goto IL_03b4; } } { uint32_t L_52 = V_0; if ((((int32_t)L_52) == ((int32_t)((int32_t)-534435840)))) { goto IL_0375; } } { goto IL_0612; } IL_0264: { String_t* L_53 = ___key0; bool L_54; L_54 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_53, _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82, /*hidden argument*/NULL); if (L_54) { goto IL_0558; } } { goto IL_0612; } IL_0279: { String_t* L_55 = ___key0; bool L_56; L_56 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_55, _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715, /*hidden argument*/NULL); if (L_56) { goto IL_0558; } } { goto IL_0612; } IL_028e: { String_t* L_57 = ___key0; bool L_58; L_58 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_57, _stringLiteralA8BCDFB664ED95346DE4342A8E251772B519ECDB, /*hidden argument*/NULL); if (L_58) { goto IL_0558; } } { goto IL_0612; } IL_02a3: { String_t* L_59 = ___key0; bool L_60; L_60 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_59, _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8, /*hidden argument*/NULL); if (L_60) { goto IL_055e; } } { goto IL_0612; } IL_02b8: { String_t* L_61 = ___key0; bool L_62; L_62 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_61, _stringLiteral9A12021E1E1850DBED762F93F651DB311B213542, /*hidden argument*/NULL); if (L_62) { goto IL_055e; } } { goto IL_0612; } IL_02cd: { String_t* L_63 = ___key0; bool L_64; L_64 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_63, _stringLiteralA006FCB4201934135FE5378132B66888869CBF16, /*hidden argument*/NULL); if (L_64) { goto IL_0564; } } { goto IL_0612; } IL_02e2: { String_t* L_65 = ___key0; bool L_66; L_66 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_65, _stringLiteral80A61DF74E3132BFF8AB81A0843B4B50F8BD99B3, /*hidden argument*/NULL); if (L_66) { goto IL_0564; } } { goto IL_0612; } IL_02f7: { String_t* L_67 = ___key0; bool L_68; L_68 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_67, _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E, /*hidden argument*/NULL); if (L_68) { goto IL_056a; } } { goto IL_0612; } IL_030c: { String_t* L_69 = ___key0; bool L_70; L_70 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_69, _stringLiteral80F21D50E32EC9084847997A0C258C6A529DAC47, /*hidden argument*/NULL); if (L_70) { goto IL_056a; } } { goto IL_0612; } IL_0321: { String_t* L_71 = ___key0; bool L_72; L_72 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_71, _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05, /*hidden argument*/NULL); if (L_72) { goto IL_0570; } } { goto IL_0612; } IL_0336: { String_t* L_73 = ___key0; bool L_74; L_74 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_73, _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD, /*hidden argument*/NULL); if (L_74) { goto IL_0576; } } { goto IL_0612; } IL_034b: { String_t* L_75 = ___key0; bool L_76; L_76 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_75, _stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826, /*hidden argument*/NULL); if (L_76) { goto IL_057c; } } { goto IL_0612; } IL_0360: { String_t* L_77 = ___key0; bool L_78; L_78 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_77, _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94, /*hidden argument*/NULL); if (L_78) { goto IL_0582; } } { goto IL_0612; } IL_0375: { String_t* L_79 = ___key0; bool L_80; L_80 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_79, _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86, /*hidden argument*/NULL); if (L_80) { goto IL_0588; } } { goto IL_0612; } IL_038a: { String_t* L_81 = ___key0; bool L_82; L_82 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_81, _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763, /*hidden argument*/NULL); if (L_82) { goto IL_058e; } } { goto IL_0612; } IL_039f: { String_t* L_83 = ___key0; bool L_84; L_84 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_83, _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4, /*hidden argument*/NULL); if (L_84) { goto IL_0594; } } { goto IL_0612; } IL_03b4: { String_t* L_85 = ___key0; bool L_86; L_86 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_85, _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB, /*hidden argument*/NULL); if (L_86) { goto IL_059a; } } { goto IL_0612; } IL_03c9: { String_t* L_87 = ___key0; bool L_88; L_88 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_87, _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE, /*hidden argument*/NULL); if (L_88) { goto IL_05a0; } } { goto IL_0612; } IL_03de: { String_t* L_89 = ___key0; bool L_90; L_90 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_89, _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF, /*hidden argument*/NULL); if (L_90) { goto IL_05a6; } } { goto IL_0612; } IL_03f3: { String_t* L_91 = ___key0; bool L_92; L_92 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_91, _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C, /*hidden argument*/NULL); if (L_92) { goto IL_05ac; } } { goto IL_0612; } IL_0408: { String_t* L_93 = ___key0; bool L_94; L_94 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_93, _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D, /*hidden argument*/NULL); if (L_94) { goto IL_05b2; } } { goto IL_0612; } IL_041d: { String_t* L_95 = ___key0; bool L_96; L_96 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_95, _stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF, /*hidden argument*/NULL); if (L_96) { goto IL_05b8; } } { goto IL_0612; } IL_0432: { String_t* L_97 = ___key0; bool L_98; L_98 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_97, _stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295, /*hidden argument*/NULL); if (L_98) { goto IL_05be; } } { goto IL_0612; } IL_0447: { String_t* L_99 = ___key0; bool L_100; L_100 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_99, _stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B, /*hidden argument*/NULL); if (L_100) { goto IL_05c4; } } { goto IL_0612; } IL_045c: { String_t* L_101 = ___key0; bool L_102; L_102 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_101, _stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B, /*hidden argument*/NULL); if (L_102) { goto IL_05ca; } } { goto IL_0612; } IL_0471: { String_t* L_103 = ___key0; bool L_104; L_104 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_103, _stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C, /*hidden argument*/NULL); if (L_104) { goto IL_05d0; } } { goto IL_0612; } IL_0486: { String_t* L_105 = ___key0; bool L_106; L_106 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_105, _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8, /*hidden argument*/NULL); if (L_106) { goto IL_05d6; } } { goto IL_0612; } IL_049b: { String_t* L_107 = ___key0; bool L_108; L_108 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_107, _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410, /*hidden argument*/NULL); if (L_108) { goto IL_05dc; } } { goto IL_0612; } IL_04b0: { String_t* L_109 = ___key0; bool L_110; L_110 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_109, _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7, /*hidden argument*/NULL); if (L_110) { goto IL_05e2; } } { goto IL_0612; } IL_04c5: { String_t* L_111 = ___key0; bool L_112; L_112 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_111, _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31, /*hidden argument*/NULL); if (L_112) { goto IL_05e8; } } { goto IL_0612; } IL_04da: { String_t* L_113 = ___key0; bool L_114; L_114 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_113, _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741, /*hidden argument*/NULL); if (L_114) { goto IL_05ee; } } { goto IL_0612; } IL_04ef: { String_t* L_115 = ___key0; bool L_116; L_116 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_115, _stringLiteral19088A5D4151B71A0151316584575959251E5B35, /*hidden argument*/NULL); if (L_116) { goto IL_05f4; } } { goto IL_0612; } IL_0504: { String_t* L_117 = ___key0; bool L_118; L_118 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_117, _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D, /*hidden argument*/NULL); if (L_118) { goto IL_05fa; } } { goto IL_0612; } IL_0519: { String_t* L_119 = ___key0; bool L_120; L_120 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_119, _stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38, /*hidden argument*/NULL); if (L_120) { goto IL_0600; } } { goto IL_0612; } IL_052e: { String_t* L_121 = ___key0; bool L_122; L_122 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_121, _stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575, /*hidden argument*/NULL); if (L_122) { goto IL_0606; } } { goto IL_0612; } IL_0543: { String_t* L_123 = ___key0; bool L_124; L_124 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_123, _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4, /*hidden argument*/NULL); if (L_124) { goto IL_060c; } } { goto IL_0612; } IL_0558: { return _stringLiteral64260D9444D15A6248926D7B01F965DB0406844C; } IL_055e: { return _stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854; } IL_0564: { return _stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19; } IL_056a: { return _stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6; } IL_0570: { return _stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA; } IL_0576: { return _stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7; } IL_057c: { return _stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823; } IL_0582: { return _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55; } IL_0588: { return _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; } IL_058e: { return _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868; } IL_0594: { return _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1; } IL_059a: { return _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8; } IL_05a0: { return _stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743; } IL_05a6: { return _stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF; } IL_05ac: { return _stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604; } IL_05b2: { return _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8; } IL_05b8: { return _stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F; } IL_05be: { return _stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B; } IL_05c4: { return _stringLiteral5BF96667530EA67F66934684E21D80177D05462F; } IL_05ca: { return _stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA; } IL_05d0: { return _stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03; } IL_05d6: { return _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; } IL_05dc: { return _stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478; } IL_05e2: { return _stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0; } IL_05e8: { return _stringLiteral3EABD487498F0EB91EB77895338816266FA44C98; } IL_05ee: { return _stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0; } IL_05f4: { return _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7; } IL_05fa: { return _stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855; } IL_0600: { return _stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D; } IL_0606: { return _stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD; } IL_060c: { return _stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5; } IL_0612: { return (String_t*)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B31027F164515A1950B5D7471AE7856BE543763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19088A5D4151B71A0151316584575959251E5B35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EABD487498F0EB91EB77895338816266FA44C98); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BF96667530EA67F66934684E21D80177D05462F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64260D9444D15A6248926D7B01F965DB0406844C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683A95818280F9859694F418A2FD0A817678C9DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B188360294349CD1D94164DB9AE487200C503EE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85ED0BE3A863D3289C6B8C92A26E016A40E584F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA006FCB4201934135FE5378132B66888869CBF16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___name0; uint32_t L_1; L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6(L_0, /*hidden argument*/NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-1825079426))))) { goto IL_0125; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)1500038902))))) { goto IL_00a1; } } { uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)611118286))))) { goto IL_0063; } } { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)294650258))))) { goto IL_0048; } } { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)149012944)))) { goto IL_0346; } } { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)294650258)))) { goto IL_046c; } } { goto IL_0595; } IL_0048: { uint32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)561569601)))) { goto IL_0274; } } { uint32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)611118286)))) { goto IL_03af; } } { goto IL_0595; } IL_0063: { uint32_t L_10 = V_0; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)1066307707))))) { goto IL_0086; } } { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)738683793)))) { goto IL_03d9; } } { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)1066307707)))) { goto IL_0370; } } { goto IL_0595; } IL_0086: { uint32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)1440264225)))) { goto IL_0418; } } { uint32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)((int32_t)1500038902)))) { goto IL_0235; } } { goto IL_0595; } IL_00a1: { uint32_t L_15 = V_0; if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)2070555668))))) { goto IL_00e7; } } { uint32_t L_16 = V_0; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1698200840))))) { goto IL_00cc; } } { uint32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)1597341437)))) { goto IL_0457; } } { uint32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)1698200840)))) { goto IL_025f; } } { goto IL_0595; } IL_00cc: { uint32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)1813874674)))) { goto IL_03c4; } } { uint32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)2070555668)))) { goto IL_02dd; } } { goto IL_0595; } IL_00e7: { uint32_t L_21 = V_0; if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)-2068409175))))) { goto IL_010a; } } { uint32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)-2136374743)))) { goto IL_0496; } } { uint32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)-2068409175)))) { goto IL_0403; } } { goto IL_0595; } IL_010a: { uint32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)((int32_t)-1901412621)))) { goto IL_02f2; } } { uint32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)((int32_t)-1825079426)))) { goto IL_02b3; } } { goto IL_0595; } IL_0125: { uint32_t L_26 = V_0; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)-1280346470))))) { goto IL_01b4; } } { uint32_t L_27 = V_0; if ((!(((uint32_t)L_27) <= ((uint32_t)((int32_t)-1663814150))))) { goto IL_0176; } } { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1791286730))))) { goto IL_015b; } } { uint32_t L_29 = V_0; if ((((int32_t)L_29) == ((int32_t)((int32_t)-1801340232)))) { goto IL_0289; } } { uint32_t L_30 = V_0; if ((((int32_t)L_30) == ((int32_t)((int32_t)-1791286730)))) { goto IL_042d; } } { goto IL_0595; } IL_015b: { uint32_t L_31 = V_0; if ((((int32_t)L_31) == ((int32_t)((int32_t)-1789275109)))) { goto IL_03ee; } } { uint32_t L_32 = V_0; if ((((int32_t)L_32) == ((int32_t)((int32_t)-1663814150)))) { goto IL_0307; } } { goto IL_0595; } IL_0176: { uint32_t L_33 = V_0; if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)-1600917909))))) { goto IL_0199; } } { uint32_t L_34 = V_0; if ((((int32_t)L_34) == ((int32_t)((int32_t)-1647370188)))) { goto IL_04c0; } } { uint32_t L_35 = V_0; if ((((int32_t)L_35) == ((int32_t)((int32_t)-1600917909)))) { goto IL_0331; } } { goto IL_0595; } IL_0199: { uint32_t L_36 = V_0; if ((((int32_t)L_36) == ((int32_t)((int32_t)-1594352554)))) { goto IL_031c; } } { uint32_t L_37 = V_0; if ((((int32_t)L_37) == ((int32_t)((int32_t)-1280346470)))) { goto IL_029e; } } { goto IL_0595; } IL_01b4: { uint32_t L_38 = V_0; if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-673001411))))) { goto IL_01fa; } } { uint32_t L_39 = V_0; if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)-979851719))))) { goto IL_01df; } } { uint32_t L_40 = V_0; if ((((int32_t)L_40) == ((int32_t)((int32_t)-1271916957)))) { goto IL_0481; } } { uint32_t L_41 = V_0; if ((((int32_t)L_41) == ((int32_t)((int32_t)-979851719)))) { goto IL_02c8; } } { goto IL_0595; } IL_01df: { uint32_t L_42 = V_0; if ((((int32_t)L_42) == ((int32_t)((int32_t)-860668236)))) { goto IL_0442; } } { uint32_t L_43 = V_0; if ((((int32_t)L_43) == ((int32_t)((int32_t)-673001411)))) { goto IL_0385; } } { goto IL_0595; } IL_01fa: { uint32_t L_44 = V_0; if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-534226701))))) { goto IL_021a; } } { uint32_t L_45 = V_0; if ((((int32_t)L_45) == ((int32_t)((int32_t)-663808412)))) { goto IL_035b; } } { uint32_t L_46 = V_0; if ((((int32_t)L_46) == ((int32_t)((int32_t)-534226701)))) { goto IL_024a; } } { goto IL_0595; } IL_021a: { uint32_t L_47 = V_0; if ((((int32_t)L_47) == ((int32_t)((int32_t)-394545035)))) { goto IL_04ab; } } { uint32_t L_48 = V_0; if ((((int32_t)L_48) == ((int32_t)((int32_t)-267759772)))) { goto IL_039a; } } { goto IL_0595; } IL_0235: { String_t* L_49 = ___name0; bool L_50; L_50 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_49, _stringLiteral64260D9444D15A6248926D7B01F965DB0406844C, /*hidden argument*/NULL); if (L_50) { goto IL_04d5; } } { goto IL_0595; } IL_024a: { String_t* L_51 = ___name0; bool L_52; L_52 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_51, _stringLiteral88B2EBB8B15244DE5EB3E8CCA28A8967EA0B6854, /*hidden argument*/NULL); if (L_52) { goto IL_04db; } } { goto IL_0595; } IL_025f: { String_t* L_53 = ___name0; bool L_54; L_54 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_53, _stringLiteralA49C6C2328B9D2556E2655623DAC4AA452304C19, /*hidden argument*/NULL); if (L_54) { goto IL_04e1; } } { goto IL_0595; } IL_0274: { String_t* L_55 = ___name0; bool L_56; L_56 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_55, _stringLiteral85ED0BE3A863D3289C6B8C92A26E016A40E584F4, /*hidden argument*/NULL); if (L_56) { goto IL_04e7; } } { goto IL_0595; } IL_0289: { String_t* L_57 = ___name0; bool L_58; L_58 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_57, _stringLiteral83344570C78814D060F98E8A28B9C1804B6D79F6, /*hidden argument*/NULL); if (L_58) { goto IL_04ed; } } { goto IL_0595; } IL_029e: { String_t* L_59 = ___name0; bool L_60; L_60 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_59, _stringLiteral79286C46F128302EE9B397D1B2EE804CA3E182BA, /*hidden argument*/NULL); if (L_60) { goto IL_04f3; } } { goto IL_0595; } IL_02b3: { String_t* L_61 = ___name0; bool L_62; L_62 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_61, _stringLiteral963C37A58017767387FAD1CB7CBC89AB1B6144B7, /*hidden argument*/NULL); if (L_62) { goto IL_04f9; } } { goto IL_0595; } IL_02c8: { String_t* L_63 = ___name0; bool L_64; L_64 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_63, _stringLiteral25118FE7F36A19FBB74A9C6C22FCB9831E89F823, /*hidden argument*/NULL); if (L_64) { goto IL_04ff; } } { goto IL_0595; } IL_02dd: { String_t* L_65 = ___name0; bool L_66; L_66 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_65, _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55, /*hidden argument*/NULL); if (L_66) { goto IL_0505; } } { goto IL_0595; } IL_02f2: { String_t* L_67 = ___name0; bool L_68; L_68 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_67, _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6, /*hidden argument*/NULL); if (L_68) { goto IL_050b; } } { goto IL_0595; } IL_0307: { String_t* L_69 = ___name0; bool L_70; L_70 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_69, _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868, /*hidden argument*/NULL); if (L_70) { goto IL_0511; } } { goto IL_0595; } IL_031c: { String_t* L_71 = ___name0; bool L_72; L_72 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_71, _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1, /*hidden argument*/NULL); if (L_72) { goto IL_0517; } } { goto IL_0595; } IL_0331: { String_t* L_73 = ___name0; bool L_74; L_74 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_73, _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8, /*hidden argument*/NULL); if (L_74) { goto IL_051d; } } { goto IL_0595; } IL_0346: { String_t* L_75 = ___name0; bool L_76; L_76 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_75, _stringLiteral26E994D822B48484B04399E5FFCFF2F3C1D25743, /*hidden argument*/NULL); if (L_76) { goto IL_0523; } } { goto IL_0595; } IL_035b: { String_t* L_77 = ___name0; bool L_78; L_78 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_77, _stringLiteral81EB86A368F960F3D9C1CECA4B8419FF90C9C1EF, /*hidden argument*/NULL); if (L_78) { goto IL_0529; } } { goto IL_0595; } IL_0370: { String_t* L_79 = ___name0; bool L_80; L_80 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_79, _stringLiteral412993E49B10AEBEAAF97A839FB0FFFFBE635604, /*hidden argument*/NULL); if (L_80) { goto IL_052f; } } { goto IL_0595; } IL_0385: { String_t* L_81 = ___name0; bool L_82; L_82 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_81, _stringLiteral6F23583CEF03BB7DDB3E4BEFF341EA1FC85AB4D8, /*hidden argument*/NULL); if (L_82) { goto IL_0535; } } { goto IL_0595; } IL_039a: { String_t* L_83 = ___name0; bool L_84; L_84 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_83, _stringLiteral62C9A18CEF6E803000E9D0C74D3984F48861921F, /*hidden argument*/NULL); if (L_84) { goto IL_053b; } } { goto IL_0595; } IL_03af: { String_t* L_85 = ___name0; bool L_86; L_86 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_85, _stringLiteral83516AD985761BA568B2C46FFF23091999ACF73B, /*hidden argument*/NULL); if (L_86) { goto IL_0541; } } { goto IL_0595; } IL_03c4: { String_t* L_87 = ___name0; bool L_88; L_88 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_87, _stringLiteral5BF96667530EA67F66934684E21D80177D05462F, /*hidden argument*/NULL); if (L_88) { goto IL_0547; } } { goto IL_0595; } IL_03d9: { String_t* L_89 = ___name0; bool L_90; L_90 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_89, _stringLiteralDD93AF8A205AE54D6AE755FEEBC6B6221D3251CA, /*hidden argument*/NULL); if (L_90) { goto IL_054d; } } { goto IL_0595; } IL_03ee: { String_t* L_91 = ___name0; bool L_92; L_92 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_91, _stringLiteralA6A5FD7DF379E08BFFCC99E567489352CB086B03, /*hidden argument*/NULL); if (L_92) { goto IL_0553; } } { goto IL_0595; } IL_0403: { String_t* L_93 = ___name0; bool L_94; L_94 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_93, _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78, /*hidden argument*/NULL); if (L_94) { goto IL_0559; } } { goto IL_0595; } IL_0418: { String_t* L_95 = ___name0; bool L_96; L_96 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_95, _stringLiteral9E1FB4D86910BF7A7E7519E39C812966ABC68478, /*hidden argument*/NULL); if (L_96) { goto IL_055f; } } { goto IL_0595; } IL_042d: { String_t* L_97 = ___name0; bool L_98; L_98 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_97, _stringLiteralCF0CD765ACF4809502136C53ACFA60970F9AF5C0, /*hidden argument*/NULL); if (L_98) { goto IL_0565; } } { goto IL_0595; } IL_0442: { String_t* L_99 = ___name0; bool L_100; L_100 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_99, _stringLiteral3EABD487498F0EB91EB77895338816266FA44C98, /*hidden argument*/NULL); if (L_100) { goto IL_056b; } } { goto IL_0595; } IL_0457: { String_t* L_101 = ___name0; bool L_102; L_102 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_101, _stringLiteral5B0AF7CA322B18CA0314E932B2A0B25258ABD0B0, /*hidden argument*/NULL); if (L_102) { goto IL_0571; } } { goto IL_0595; } IL_046c: { String_t* L_103 = ___name0; bool L_104; L_104 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_103, _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7, /*hidden argument*/NULL); if (L_104) { goto IL_0577; } } { goto IL_0595; } IL_0481: { String_t* L_105 = ___name0; bool L_106; L_106 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_105, _stringLiteralC470D48C046CBFF46DA268680C29701BDFF88855, /*hidden argument*/NULL); if (L_106) { goto IL_057d; } } { goto IL_0595; } IL_0496: { String_t* L_107 = ___name0; bool L_108; L_108 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_107, _stringLiteral9B6EDF60999707E0620839BD57BDCF5CA110596D, /*hidden argument*/NULL); if (L_108) { goto IL_0583; } } { goto IL_0595; } IL_04ab: { String_t* L_109 = ___name0; bool L_110; L_110 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_109, _stringLiteralF4765352B67DACFC92B948B6D33BEDE083E987BD, /*hidden argument*/NULL); if (L_110) { goto IL_0589; } } { goto IL_0595; } IL_04c0: { String_t* L_111 = ___name0; bool L_112; L_112 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_111, _stringLiteralE53FA8AE3620EED75A6DF3DDD631B0AB54CF04A5, /*hidden argument*/NULL); if (L_112) { goto IL_058f; } } { goto IL_0595; } IL_04d5: { return _stringLiteral14766905080A42A4E1B372AB68C4494ECC1FEE82; } IL_04db: { return _stringLiteralD252B930E829E7C8274E97CAA92250DE3E9543A8; } IL_04e1: { return _stringLiteralA006FCB4201934135FE5378132B66888869CBF16; } IL_04e7: { return _stringLiteralE7F2002E39D5228A8496A82B1F7CAC32E1BD0715; } IL_04ed: { return _stringLiteralA25B69026A70D534621843E13AD9FBEBC01B0B2E; } IL_04f3: { return _stringLiteralE2554AA2E0C9DC24A5C7C498FC582750C82FEF05; } IL_04f9: { return _stringLiteral0CBADE8543F92DF670C549BE1A3C836260EAD8FD; } IL_04ff: { return _stringLiteral75A224C696F223AD77F7C80741DBF005DA84E826; } IL_0505: { return _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; } IL_050b: { return _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; } IL_0511: { return _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763; } IL_0517: { return _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4; } IL_051d: { return _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB; } IL_0523: { return _stringLiteral6B188360294349CD1D94164DB9AE487200C503EE; } IL_0529: { return _stringLiteral8E264486DFD68F8D2AC59C629355E7337C6392BF; } IL_052f: { return _stringLiteralACA7E3D2770ADAB061CBEB4B68128A012D6BA80C; } IL_0535: { return _stringLiteralFA254D4D1C509C2DFAEF4A34A32CEC0963B5152D; } IL_053b: { return _stringLiteral1EC47CDC551021DF3F33288308AB1FEBAD868FBF; } IL_0541: { return _stringLiteral59035792B7DAA31AEB540EB87E38CA344825D295; } IL_0547: { return _stringLiteral3D33D0610C7091655B30CCDF62ABD943C3D6E36B; } IL_054d: { return _stringLiteral7453478D5DA9E53E5ECCD0865A2CD6927BAD940B; } IL_0553: { return _stringLiteralB3B6FD28E314D30A8A29C4DF4D44104A679F811C; } IL_0559: { return _stringLiteral2A7F604AA53E605CA5A4D06ADF4F5C4B6FCBD8E8; } IL_055f: { return _stringLiteralE64E6B72E9C44522A1D99B5C6A7F27EF33B44410; } IL_0565: { return _stringLiteral416683232C98B46D3CB67F7E22FF1BE125144CB7; } IL_056b: { return _stringLiteral244C3A134C2AC035AB58EF188A0D0B4BA1CEFA31; } IL_0571: { return _stringLiteral38A29F0742E6F746BEAE82B7874F2F4A23D91741; } IL_0577: { return _stringLiteral19088A5D4151B71A0151316584575959251E5B35; } IL_057d: { return _stringLiteral0E0E07FBC53FA8C48B097E23C1F51253713BFE1D; } IL_0583: { return _stringLiteral3BB5322B02815376D2BC2E8BD2E9EF61131FBD38; } IL_0589: { return _stringLiteral6B4F856E69D6E5B45A94AEE42FC8722881CEB575; } IL_058f: { return _stringLiteral50ED994EAB5E4B5A327FC8D974EAB06E7CFA83A4; } IL_0595: { return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFArray::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFArray__cctor_m44C24E5900506C7778F9E6F6E674A644388178CE (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*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B3475F606CB107F33CBA1170D1704C3465E95FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { intptr_t L_0; L_0 = CFObject_dlopen_m29EB69AF02B241D923032648A7963DEF4D8E4CC5(_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7, 0, /*hidden argument*/NULL); V_0 = (intptr_t)L_0; intptr_t L_1 = V_0; bool L_2; L_2 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { return; } IL_001a: { } IL_001b: try {// begin try (depth: 1) intptr_t L_3 = V_0; intptr_t L_4; L_4 = CFObject_GetIndirect_m9DB824A82AFC5912132B005B866C357C3AA89244((intptr_t)L_3, _stringLiteral9B3475F606CB107F33CBA1170D1704C3465E95FB, /*hidden argument*/NULL); ((CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_StaticFields*)il2cpp_codegen_static_fields_for(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var))->set_kCFTypeArrayCallbacks_1((intptr_t)L_4); IL2CPP_LEAVE(0x34, FINALLY_002d); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) intptr_t L_5 = V_0; CFObject_dlclose_mBE0671E0D3F7AEA620BADFD6488143977569FE61((intptr_t)L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(45) }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { return; } } // System.IntPtr Mono.Net.CFArray::CFArrayGetCount(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetCount_m320E2F1C9FFF2159AD31A8C13A6A4FBC1C30280D (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFArrayGetCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFArrayGetCount)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = CFArray_CFArrayGetCount_m320E2F1C9FFF2159AD31A8C13A6A4FBC1C30280D((intptr_t)L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_1, /*hidden argument*/NULL); return L_2; } } // System.IntPtr Mono.Net.CFArray::CFArrayGetValueAtIndex(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFArray_CFArrayGetValueAtIndex_m99879F463DD339CC249B87EC9962A4D2E08DED7D (intptr_t ___handle0, intptr_t ___index1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFArrayGetValueAtIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFArrayGetValueAtIndex)(___handle0, ___index1); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ___index1); #endif return returnValue; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; intptr_t L_2; L_2 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = CFArray_CFArrayGetValueAtIndex_m99879F463DD339CC249B87EC9962A4D2E08DED7D((intptr_t)L_0, (intptr_t)L_2, /*hidden argument*/NULL); return (intptr_t)L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.CFDictionary::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFDictionary__cctor_m7646C880CEFBCA5694B34C74F8294A8D526D0669 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE45673D09966C2FFF170C231DEE0C171C1B3282); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE80573AC4DA94767D02B7DC6B37BCEF57872131); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { intptr_t L_0; L_0 = CFObject_dlopen_m29EB69AF02B241D923032648A7963DEF4D8E4CC5(_stringLiteralF1D4D5F6BD432588D11051164BC8602DF21B8DA7, 0, /*hidden argument*/NULL); V_0 = (intptr_t)L_0; intptr_t L_1 = V_0; bool L_2; L_2 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { return; } IL_001a: { } IL_001b: try {// begin try (depth: 1) intptr_t L_3 = V_0; intptr_t L_4; L_4 = CFObject_GetIndirect_m9DB824A82AFC5912132B005B866C357C3AA89244((intptr_t)L_3, _stringLiteralCE45673D09966C2FFF170C231DEE0C171C1B3282, /*hidden argument*/NULL); ((CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields*)il2cpp_codegen_static_fields_for(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var))->set_KeyCallbacks_1((intptr_t)L_4); intptr_t L_5 = V_0; intptr_t L_6; L_6 = CFObject_GetIndirect_m9DB824A82AFC5912132B005B866C357C3AA89244((intptr_t)L_5, _stringLiteralCE80573AC4DA94767D02B7DC6B37BCEF57872131, /*hidden argument*/NULL); ((CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_StaticFields*)il2cpp_codegen_static_fields_for(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var))->set_ValueCallbacks_2((intptr_t)L_6); IL2CPP_LEAVE(0x44, FINALLY_003d); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: {// begin finally (depth: 1) intptr_t L_7 = V_0; CFObject_dlclose_mBE0671E0D3F7AEA620BADFD6488143977569FE61((intptr_t)L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(61) }// end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x44, IL_0044) } IL_0044: { return; } } // 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) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.IntPtr Mono.Net.CFDictionary::CFDictionaryGetValue(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_CFDictionaryGetValue_m3D6FA09CC32FA06C4408ABF645810A92184A83B7 (intptr_t ___handle0, intptr_t ___key1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFDictionaryGetValue", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFDictionaryGetValue)(___handle0, ___key1); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ___key1); #endif return returnValue; } // System.IntPtr Mono.Net.CFDictionary::GetValue(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_GetValue_m947C063E75C13525FD1214A89F23C5B05469891B (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = CFDictionary_CFDictionaryGetValue_m3D6FA09CC32FA06C4408ABF645810A92184A83B7((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.IntPtr Mono.Net.CFDictionary::get_Item(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * __this, intptr_t ___key0, const RuntimeMethod* method) { { intptr_t L_0 = ___key0; intptr_t L_1; L_1 = CFDictionary_GetValue_m947C063E75C13525FD1214A89F23C5B05469891B(__this, (intptr_t)L_0, /*hidden argument*/NULL); return (intptr_t)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.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScriptSequential(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptSequential_mF5E0C26C1FB958681172AF27BF556EAF09AC5108 (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkCopyProxiesForAutoConfigurationScript", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkCopyProxiesForAutoConfigurationScript)(___proxyAutoConfigurationScript0, ___targetURL1, ___error2); #else intptr_t returnValue = il2cppPInvokeFunc(___proxyAutoConfigurationScript0, ___targetURL1, ___error2); #endif return returnValue; } // System.IntPtr Mono.Net.CFNetwork::CFNetworkExecuteProxyAutoConfigurationURL(System.IntPtr,System.IntPtr,Mono.Net.CFNetwork/CFProxyAutoConfigurationResultCallback,Mono.Net.CFStreamClientContext&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkExecuteProxyAutoConfigurationURL_m28FF1C6817B460A7A8015CC3D79A5274C2FC4640 (intptr_t ___proxyAutoConfigURL0, intptr_t ___targetURL1, CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * ___cb2, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF * ___clientContext3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, Il2CppMethodPointer, CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(void*) + sizeof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkExecuteProxyAutoConfigurationURL", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___cb2' to native representation Il2CppMethodPointer ____cb2_marshaled = NULL; ____cb2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___cb2)); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkExecuteProxyAutoConfigurationURL)(___proxyAutoConfigURL0, ___targetURL1, ____cb2_marshaled, ___clientContext3); #else intptr_t returnValue = il2cppPInvokeFunc(___proxyAutoConfigURL0, ___targetURL1, ____cb2_marshaled, ___clientContext3); #endif return returnValue; } // System.Void Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScriptThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m4177739109AA2E77BBE4B66CFF44EC6181221F6A (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*)&Queue_1_Dequeue_m65345311D772C8F883BF459148836EDBAA874284_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * V_0 = NULL; bool V_1 = false; RuntimeObject * V_2 = NULL; bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_1 = (bool)1; } IL_0002: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_0 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_proxy_event_2(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_0); } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_lock_obj_0(); V_2 = L_2; V_3 = (bool)0; } IL_0015: try {// begin try (depth: 1) { RuntimeObject * L_3 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_4 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); NullCheck(L_4); int32_t L_5; L_5 = Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_inline(L_4, /*hidden argument*/Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var); if (L_5) { goto IL_002b; } } IL_0029: { IL2CPP_LEAVE(0x2, FINALLY_0046); } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_6 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); NullCheck(L_6); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_7; L_7 = Queue_1_Dequeue_m65345311D772C8F883BF459148836EDBAA874284(L_6, /*hidden argument*/Queue_1_Dequeue_m65345311D772C8F883BF459148836EDBAA874284_RuntimeMethod_var); V_0 = L_7; Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_8 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); NullCheck(L_8); int32_t L_9; L_9 = Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_inline(L_8, /*hidden argument*/Queue_1_get_Count_mEA54A0FB2D708557BA0743ED774B5C572CDD05DA_RuntimeMethod_var); V_1 = (bool)((((int32_t)L_9) > ((int32_t)0))? 1 : 0); IL2CPP_LEAVE(0x50, FINALLY_0046); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0046; } FINALLY_0046: {// begin finally (depth: 1) { bool L_10 = V_3; if (!L_10) { goto IL_004f; } } IL_0049: { RuntimeObject * L_11 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_11, /*hidden argument*/NULL); } IL_004f: { IL2CPP_END_FINALLY(70) } }// end finally (depth: 1) IL2CPP_CLEANUP(70) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2, IL_0002) IL2CPP_JUMP_TBL(0x50, IL_0050) } IL_0050: { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_12 = V_0; GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_13 = V_0; NullCheck(L_13); intptr_t L_14 = L_13->get_script_0(); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_15 = V_0; NullCheck(L_15); intptr_t L_16 = L_15->get_targetUri_1(); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_17 = V_0; NullCheck(L_17); intptr_t* L_18 = L_17->get_address_of_error_2(); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_19; L_19 = CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptSequential_mF5E0C26C1FB958681172AF27BF556EAF09AC5108((intptr_t)L_14, (intptr_t)L_16, (intptr_t*)L_18, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_result_3((intptr_t)L_19); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_20 = V_0; NullCheck(L_20); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_21 = L_20->get_evt_4(); NullCheck(L_21); bool L_22; L_22 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_21, /*hidden argument*/NULL); bool L_23 = V_1; if (L_23) { goto IL_000d; } } { goto IL_0002; } } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForAutoConfigurationScript(System.IntPtr,System.IntPtr,System.IntPtr&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScript_m9314BA7D062428E5CE8C477FBC7821BB6A6E7F1E (intptr_t ___proxyAutoConfigurationScript0, intptr_t ___targetURL1, intptr_t* ___error2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m4177739109AA2E77BBE4B66CFF44EC6181221F6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m86F5D92F30A412FC62C43CBF26BA809DF2F91D72_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; intptr_t V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_0 = (GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 *)il2cpp_codegen_object_new(GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16_il2cpp_TypeInfo_var); GetProxyData__ctor_m4EF170D9F1F5318953CE2A71DC027ECE787F8DB5(L_0, /*hidden argument*/NULL); V_0 = L_0; } IL_0006: try {// begin try (depth: 1) { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_1 = V_0; intptr_t L_2 = ___proxyAutoConfigurationScript0; NullCheck(L_1); L_1->set_script_0((intptr_t)L_2); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_3 = V_0; intptr_t L_4 = ___targetURL1; NullCheck(L_3); L_3->set_targetUri_1((intptr_t)L_4); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); RuntimeObject * L_5 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_lock_obj_0(); V_1 = L_5; V_2 = (bool)0; } IL_001c: try {// begin try (depth: 2) { RuntimeObject * L_6 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_6, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_7 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); if (L_7) { goto IL_005d; } } IL_002b: { Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_8 = (Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 *)il2cpp_codegen_object_new(Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8_il2cpp_TypeInfo_var); Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549(L_8, /*hidden argument*/Queue_1__ctor_m3F92F39284A76AF95F4839FC16C299CC34C97549_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->set_get_proxy_queue_1(L_8); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_9 = (AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D *)il2cpp_codegen_object_new(AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D_il2cpp_TypeInfo_var); AutoResetEvent__ctor_m72D2A390415B58E10CA21E260881C88E50D9F35C(L_9, (bool)0, /*hidden argument*/NULL); ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->set_proxy_event_2(L_9); ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 * L_10 = (ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687 *)il2cpp_codegen_object_new(ThreadStart_tA13019555BA3CB2B0128F0880760196BF790E687_il2cpp_TypeInfo_var); ThreadStart__ctor_m360F4EED0AD96A27D6A9612BF79671F26B30411F(L_10, NULL, (intptr_t)((intptr_t)CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread_m4177739109AA2E77BBE4B66CFF44EC6181221F6A_RuntimeMethod_var), /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_11 = (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 *)il2cpp_codegen_object_new(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_il2cpp_TypeInfo_var); Thread__ctor_mF22465F0D0E47C11EF25DB552D1047402750BE90(L_11, L_10, /*hidden argument*/NULL); Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_12 = L_11; NullCheck(L_12); Thread_set_IsBackground_m8CAEC157A236A574FE83FDB22D693AB1681B01B0(L_12, (bool)1, /*hidden argument*/NULL); NullCheck(L_12); Thread_Start_m490124B23F5EFD0BB2BED8CA12C77195B9CD9E1B(L_12, /*hidden argument*/NULL); } IL_005d: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); Queue_1_t65A81E62054D0DF80CF2E3C831EB61635B6E97A8 * L_13 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_get_proxy_queue_1(); GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_14 = V_0; NullCheck(L_13); Queue_1_Enqueue_m86F5D92F30A412FC62C43CBF26BA809DF2F91D72(L_13, L_14, /*hidden argument*/Queue_1_Enqueue_m86F5D92F30A412FC62C43CBF26BA809DF2F91D72_RuntimeMethod_var); AutoResetEvent_t3B012223F0DE760BF0D282C5F7B9084C6D3AF53D * L_15 = ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->get_proxy_event_2(); NullCheck(L_15); bool L_16; L_16 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_15, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7F, FINALLY_0075); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: {// begin finally (depth: 2) { bool L_17 = V_2; if (!L_17) { goto IL_007e; } } IL_0078: { RuntimeObject * L_18 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_18, /*hidden argument*/NULL); } IL_007e: { IL2CPP_END_FINALLY(117) } }// end finally (depth: 2) IL2CPP_CLEANUP(117) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7F, IL_007f) } IL_007f: { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_19 = V_0; NullCheck(L_19); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_20 = L_19->get_evt_4(); NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_20); intptr_t* L_22 = ___error2; GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_23 = V_0; NullCheck(L_23); intptr_t L_24 = L_23->get_error_2(); *((intptr_t*)L_22) = (intptr_t)L_24; GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_25 = V_0; NullCheck(L_25); intptr_t L_26 = L_25->get_result_3(); V_3 = (intptr_t)L_26; IL2CPP_LEAVE(0xA6, FINALLY_009c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: {// begin finally (depth: 1) { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_27 = V_0; if (!L_27) { goto IL_00a5; } } IL_009f: { GetProxyData_t822056EF522ED32E6FD4D36581FAAC8E03460E16 * L_28 = V_0; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_28); } IL_00a5: { IL2CPP_END_FINALLY(156) } }// end finally (depth: 1) IL2CPP_CLEANUP(156) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA6, IL_00a6) } IL_00a6: { intptr_t L_29 = V_3; return (intptr_t)L_29; } } // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForAutoConfigurationScript_m93CE8361E63E9736DE24E93725455F0B062F371C (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, 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*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = (intptr_t)(0); intptr_t L_0 = ___proxyAutoConfigurationScript0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_1 = ___targetURL1; NullCheck(L_1); intptr_t L_2; L_2 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScript_m9314BA7D062428E5CE8C477FBC7821BB6A6E7F1E((intptr_t)L_0, (intptr_t)L_2, (intptr_t*)(&V_0), /*hidden argument*/NULL); V_1 = (intptr_t)L_3; intptr_t L_4 = V_1; bool L_5; L_5 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_4, (intptr_t)(0), /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } { return (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)NULL; } IL_0024: { intptr_t L_6 = V_1; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_7 = (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)il2cpp_codegen_object_new(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB(L_7, (intptr_t)L_6, (bool)1, /*hidden argument*/NULL); return L_7; } } // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForAutoConfigurationScript(System.IntPtr,Mono.Net.CFUrl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForAutoConfigurationScript_mDBFDE88606946A7922CF3A4862B7DF061AC6C327 (intptr_t ___proxyAutoConfigurationScript0, CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___targetURL1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_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; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* V_1 = NULL; int32_t V_2 = 0; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * V_3 = NULL; { intptr_t L_0 = ___proxyAutoConfigurationScript0; bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*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*)&_stringLiteral0246E74AA05549B9148D32B5DCE40C7071F4F190)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_mDBFDE88606946A7922CF3A4862B7DF061AC6C327_RuntimeMethod_var))); } IL_0018: { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_3 = ___targetURL1; if (L_3) { goto IL_0026; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA35F26C374625DBD9273208668D8592F3196E763)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_mDBFDE88606946A7922CF3A4862B7DF061AC6C327_RuntimeMethod_var))); } IL_0026: { intptr_t L_5 = ___proxyAutoConfigurationScript0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_6 = ___targetURL1; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_7; L_7 = CFNetwork_CopyProxiesForAutoConfigurationScript_m93CE8361E63E9736DE24E93725455F0B062F371C((intptr_t)L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_8 = V_0; if (L_8) { goto IL_0033; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_0033: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5(L_9, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_11 = (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)SZArrayNew(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var, (uint32_t)L_10); V_1 = L_11; V_2 = 0; goto IL_005e; } IL_0043: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_12 = V_0; int32_t L_13 = V_2; NullCheck(L_12); intptr_t L_14; L_14 = CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C(L_12, L_13, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_15 = (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D *)il2cpp_codegen_object_new(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92(L_15, (intptr_t)L_14, (bool)0, /*hidden argument*/NULL); V_3 = L_15; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_16 = V_1; int32_t L_17 = V_2; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_18 = V_3; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_19 = (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)il2cpp_codegen_object_new(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5(L_19, L_18, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(L_17), (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)L_19); int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_005e: { int32_t L_21 = V_2; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_22 = V_1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0043; } } { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_23 = V_0; NullCheck(L_23); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_23, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_24 = V_1; return L_24; } } // 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) { 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*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * V_0 = NULL; { intptr_t L_0 = ___proxyAutoConfigurationScript0; bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*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*)&_stringLiteral0246E74AA05549B9148D32B5DCE40C7071F4F190)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_m037C5BEDCF1AF085AA65B014AA5A607A44863890_RuntimeMethod_var))); } IL_0018: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___targetUri1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_4; L_4 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_3, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_002c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D2737372EFFA3B130DEF547A47746A1D1930E9F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForAutoConfigurationScript_m037C5BEDCF1AF085AA65B014AA5A607A44863890_RuntimeMethod_var))); } IL_002c: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___targetUri1; NullCheck(L_6); String_t* L_7; L_7 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_6, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_8; L_8 = CFUrl_Create_m4D63DAD21AD9658FD227D0E0385AA0745D8DFE0D(L_7, /*hidden argument*/NULL); V_0 = L_8; intptr_t L_9 = ___proxyAutoConfigurationScript0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_11; L_11 = CFNetwork_GetProxiesForAutoConfigurationScript_mDBFDE88606946A7922CF3A4862B7DF061AC6C327((intptr_t)L_9, L_10, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_12 = V_0; NullCheck(L_12); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_12, /*hidden argument*/NULL); return L_11; } } // 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) { 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*)&CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_U3CExecuteProxyAutoConfigurationURLU3Eb__0_m760B8D058BD2000E464142609711A90FAA7D71F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC44D888DF1DDE5EE5ECAE96833551C7FA2470A1); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * V_0 = NULL; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * V_1 = NULL; CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * V_2 = NULL; CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF V_3; memset((&V_3), 0, sizeof(V_3)); intptr_t V_4; memset((&V_4), 0, sizeof(V_4)); CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * V_5 = NULL; { U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_0 = (U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_0__ctor_m0CC4FFF2BBFF2126104AAFAC94D0F6266AA40867(L_0, /*hidden argument*/NULL); V_0 = L_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___targetURL1; NullCheck(L_1); String_t* L_2; L_2 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_1, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_3; L_3 = CFUrl_Create_m4D63DAD21AD9658FD227D0E0385AA0745D8DFE0D(L_2, /*hidden argument*/NULL); V_1 = L_3; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_4 = V_1; if (L_4) { goto IL_0017; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_0017: { U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_5 = V_0; NullCheck(L_5); L_5->set_proxies_0((CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_6 = V_0; CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_7; L_7 = CFRunLoop_get_CurrentRunLoop_m74A218C71BAB62C4747A1C08FC363AFE7B0FA45E(/*hidden argument*/NULL); NullCheck(L_6); L_6->set_runLoop_1(L_7); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_8 = V_0; CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * L_9 = (CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 *)il2cpp_codegen_object_new(CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3_il2cpp_TypeInfo_var); CFProxyAutoConfigurationResultCallback__ctor_mDFCC8D01E93178E2BA5E5CF392FBC96E4DD6CDC7(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_0_U3CExecuteProxyAutoConfigurationURLU3Eb__0_m760B8D058BD2000E464142609711A90FAA7D71F7_RuntimeMethod_var), /*hidden argument*/NULL); V_2 = L_9; il2cpp_codegen_initobj((&V_3), sizeof(CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF )); intptr_t L_10 = ___proxyAutoConfigURL0; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_11 = V_1; NullCheck(L_11); intptr_t L_12; L_12 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_11, /*hidden argument*/NULL); CFProxyAutoConfigurationResultCallback_t40C553E1C3912D66973408630C89C87EE7CB44F3 * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_14; L_14 = CFNetwork_CFNetworkExecuteProxyAutoConfigurationURL_m28FF1C6817B460A7A8015CC3D79A5274C2FC4640((intptr_t)L_10, (intptr_t)L_12, L_13, (CFStreamClientContext_tD698D0C602DF2C5C5E8DBE51CDB6C3CDCE6B11EF *)(&V_3), /*hidden argument*/NULL); V_4 = (intptr_t)L_14; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_15; L_15 = CFString_Create_m8F699B4DDDEE345AEC650353CB5755B6EADC12D6(_stringLiteralFC44D888DF1DDE5EE5ECAE96833551C7FA2470A1, /*hidden argument*/NULL); V_5 = L_15; U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_16 = V_0; NullCheck(L_16); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_17 = L_16->get_runLoop_1(); intptr_t L_18 = V_4; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_19 = V_5; NullCheck(L_17); CFRunLoop_AddSource_m15D6017176B691ABD72806F93C6D5D39FBC42245(L_17, (intptr_t)L_18, L_19, /*hidden argument*/NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_20 = V_0; NullCheck(L_20); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_21 = L_20->get_runLoop_1(); CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_22 = V_5; NullCheck(L_21); int32_t L_23; L_23 = CFRunLoop_RunInMode_mC4178D0FA7C7CD3F5E89CF17C172811C732FAE8E(L_21, L_22, (1.7976931348623157E+308), (bool)0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_24 = V_0; NullCheck(L_24); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_25 = L_24->get_runLoop_1(); intptr_t L_26 = V_4; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_27 = V_5; NullCheck(L_25); CFRunLoop_RemoveSource_m9F692D2493BC9B1F1E148C2CDA0C81A68D7D5CFE(L_25, (intptr_t)L_26, L_27, /*hidden argument*/NULL); U3CU3Ec__DisplayClass13_0_t853C8FE47FB295B2DC46A8069E44A95CED02E675 * L_28 = V_0; NullCheck(L_28); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_29 = L_28->get_proxies_0(); return L_29; } } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopyProxiesForURL(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopyProxiesForURL_mC84B9BC0607B0BA6A78253B8CC339C31C06E1C92 (intptr_t ___url0, intptr_t ___proxySettings1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkCopyProxiesForURL", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkCopyProxiesForURL)(___url0, ___proxySettings1); #else intptr_t returnValue = il2cppPInvokeFunc(___url0, ___proxySettings1); #endif return returnValue; } // Mono.Net.CFArray Mono.Net.CFNetwork::CopyProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * CFNetwork_CopyProxiesForURL_m7840FF9D3C2C78638C36233FF4BF15BDB7C601EF (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___proxySettings1, 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*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); intptr_t G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); intptr_t G_B1_0; memset((&G_B1_0), 0, sizeof(G_B1_0)); intptr_t G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); intptr_t G_B3_1; memset((&G_B3_1), 0, sizeof(G_B3_1)); { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_0 = ___url0; NullCheck(L_0); intptr_t L_1; L_1 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_0, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = ___proxySettings1; G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_0010; } } { G_B3_0 = (0); G_B3_1 = G_B1_0; goto IL_0016; } IL_0010: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_3 = ___proxySettings1; NullCheck(L_3); intptr_t L_4; L_4 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_5; L_5 = CFNetwork_CFNetworkCopyProxiesForURL_mC84B9BC0607B0BA6A78253B8CC339C31C06E1C92((intptr_t)G_B3_1, (intptr_t)G_B3_0, /*hidden argument*/NULL); V_0 = (intptr_t)L_5; intptr_t L_6 = V_0; bool L_7; L_7 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_6, (intptr_t)(0), /*hidden argument*/NULL); if (!L_7) { goto IL_002b; } } { return (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)NULL; } IL_002b: { intptr_t L_8 = V_0; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_9 = (CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C *)il2cpp_codegen_object_new(CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C_il2cpp_TypeInfo_var); CFArray__ctor_mC4C9002848DD6098638622BFDA52BB77E8A021FB(L_9, (intptr_t)L_8, (bool)1, /*hidden argument*/NULL); return L_9; } } // Mono.Net.CFProxy[] Mono.Net.CFNetwork::GetProxiesForURL(Mono.Net.CFUrl,Mono.Net.CFProxySettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* CFNetwork_GetProxiesForURL_mB440990304B1E584DD411A447E60309860246D72 (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * ___url0, CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * ___proxySettings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_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; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* V_1 = NULL; int32_t V_2 = 0; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * V_3 = NULL; { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_0 = ___url0; if (!L_0) { goto IL_0015; } } { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_1 = ___url0; NullCheck(L_1); intptr_t L_2; L_2 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_1, /*hidden argument*/NULL); bool L_3; L_3 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_2, (intptr_t)(0), /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } IL_0015: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0458562336F91AC3F0C3FE71A886E75CE5C8F84A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForURL_mB440990304B1E584DD411A447E60309860246D72_RuntimeMethod_var))); } IL_0020: { CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_5 = ___proxySettings1; if (L_5) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_6; L_6 = CFNetwork_GetSystemProxySettings_mB550E25184FC94D96FD5247AFB3398232C177EA9(/*hidden argument*/NULL); ___proxySettings1 = L_6; } IL_002a: { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_7 = ___url0; CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_8 = ___proxySettings1; NullCheck(L_8); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_9; L_9 = CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D_inline(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_10; L_10 = CFNetwork_CopyProxiesForURL_m7840FF9D3C2C78638C36233FF4BF15BDB7C601EF(L_7, L_9, /*hidden argument*/NULL); V_0 = L_10; CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_11 = V_0; if (L_11) { goto IL_003c; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_003c: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = CFArray_get_Count_m200F3F3339CF874AE95DE987CB2AC3CFF6D40DE5(L_12, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_14 = (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)SZArrayNew(CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26_il2cpp_TypeInfo_var, (uint32_t)L_13); V_1 = L_14; V_2 = 0; goto IL_0067; } IL_004c: { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_15 = V_0; int32_t L_16 = V_2; NullCheck(L_15); intptr_t L_17; L_17 = CFArray_get_Item_m18A8672B778744594ADDB29DFFB96224A686FE7C(L_15, L_16, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_18 = (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D *)il2cpp_codegen_object_new(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92(L_18, (intptr_t)L_17, (bool)0, /*hidden argument*/NULL); V_3 = L_18; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_19 = V_1; int32_t L_20 = V_2; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_21 = V_3; CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D * L_22 = (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)il2cpp_codegen_object_new(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); CFProxy__ctor_m72AC01D0D722DB785752D822053E30566CC7F9F5(L_22, L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(L_20), (CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D *)L_22); int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0067: { int32_t L_24 = V_2; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_25 = V_1; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_004c; } } { CFArray_t239510B177C5178FF9B8B490411DBC36FD8B3A0C * L_26 = V_0; NullCheck(L_26); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_26, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_27 = V_1; return L_27; } } // 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) { 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; } CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * V_0 = NULL; CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* V_1 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; 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*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CFNetwork_GetProxiesForUri_mEBE40342DA8B590C0BC306ADAB65DBC3A11D16CF_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri0; NullCheck(L_3); String_t* L_4; L_4 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_3, /*hidden argument*/NULL); CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_5; L_5 = CFUrl_Create_m4D63DAD21AD9658FD227D0E0385AA0745D8DFE0D(L_4, /*hidden argument*/NULL); V_0 = L_5; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_6 = V_0; if (L_6) { goto IL_0025; } } { return (CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26*)NULL; } IL_0025: { CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_7 = V_0; CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_8 = ___proxySettings1; IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_9; L_9 = CFNetwork_GetProxiesForURL_mB440990304B1E584DD411A447E60309860246D72(L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_10 = V_0; NullCheck(L_10); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_10, /*hidden argument*/NULL); CFProxyU5BU5D_t6BF6F892949185472362D99799D6650BB6DE5E26* L_11 = V_1; return L_11; } } // System.IntPtr Mono.Net.CFNetwork::CFNetworkCopySystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFNetwork_CFNetworkCopySystemProxySettings_m25B90339270E861C02F0CA5EB5DBADA9DA1D9106 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CFNetwork_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork"), "CFNetworkCopySystemProxySettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CFNetwork_INTERNAL intptr_t returnValue = reinterpret_cast(CFNetworkCopySystemProxySettings)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // Mono.Net.CFProxySettings Mono.Net.CFNetwork::GetSystemProxySettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * CFNetwork_GetSystemProxySettings_mB550E25184FC94D96FD5247AFB3398232C177EA9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = CFNetwork_CFNetworkCopySystemProxySettings_m25B90339270E861C02F0CA5EB5DBADA9DA1D9106(/*hidden argument*/NULL); V_0 = (intptr_t)L_0; intptr_t L_1 = V_0; bool L_2; L_2 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_1, (intptr_t)(0), /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { return (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB *)NULL; } IL_0015: { intptr_t L_3 = V_0; CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_4 = (CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D *)il2cpp_codegen_object_new(CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D_il2cpp_TypeInfo_var); CFDictionary__ctor_mE147DDB550455913714118F199EA136AB5FE2F92(L_4, (intptr_t)L_3, (bool)1, /*hidden argument*/NULL); CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * L_5 = (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB *)il2cpp_codegen_object_new(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var); CFProxySettings__ctor_m5D794E284FA54939D08F650AB1F72E773E7E6069(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Net.IWebProxy Mono.Net.CFNetwork::GetDefaultProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CFNetwork_GetDefaultProxy_mFF7890FE61056CC8FBA25505A40D7B8FBE7D4AE4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 * L_0 = (CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1 *)il2cpp_codegen_object_new(CFWebProxy_t24CAB4BCE5840486EDF98B4788300392B556F9E1_il2cpp_TypeInfo_var); CFWebProxy__ctor_m4F5F4B6DA0F19F1C071E62625D54C20951EFFCEC(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void Mono.Net.CFNetwork::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFNetwork__cctor_mFE21CC2A0DC13CB075483F1DF1A164CA691A6A8F (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*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_StaticFields*)il2cpp_codegen_static_fields_for(CFNetwork_t029EF2D83321D95F5A4DC9C5E36F10115FBDC3AC_il2cpp_TypeInfo_var))->set_lock_obj_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.Boolean Mono.Net.CFNumber::CFNumberGetValue(System.IntPtr,System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CFNumber_CFNumberGetValue_m47D6E984DEBFEE051D237F510D70F7F3DF5DEBE8 (intptr_t ___handle0, intptr_t ___type1, int32_t* ___value2, const RuntimeMethod* method) { typedef int8_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFNumberGetValue", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL int8_t returnValue = reinterpret_cast(CFNumberGetValue)(___handle0, ___type1, ___value2); #else int8_t returnValue = il2cppPInvokeFunc(___handle0, ___type1, ___value2); #endif return static_cast(returnValue); } // System.Int32 Mono.Net.CFNumber::AsInt32(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFNumber_AsInt32_m7CB0106AD5D5E1EDD8B1B36BA272BC7356B001B6 (intptr_t ___handle0, 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; } int32_t V_0 = 0; { intptr_t L_0 = ___handle0; bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { return 0; } IL_000f: { intptr_t L_2 = ___handle0; intptr_t L_3; L_3 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(((int32_t)9), /*hidden argument*/NULL); bool L_4; L_4 = CFNumber_CFNumberGetValue_m47D6E984DEBFEE051D237F510D70F7F3DF5DEBE8((intptr_t)L_2, (intptr_t)L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_5 = V_0; 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.IntPtr Mono.Net.CFObject::dlopen(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlopen_m29EB69AF02B241D923032648A7963DEF4D8E4CC5 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (char*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSystem_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(char*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/usr/lib/libSystem.dylib"), "dlopen", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___path0' to native representation char* ____path0_marshaled = NULL; ____path0_marshaled = il2cpp_codegen_marshal_string(___path0); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL intptr_t returnValue = reinterpret_cast(dlopen)(____path0_marshaled, ___mode1); #else intptr_t returnValue = il2cppPInvokeFunc(____path0_marshaled, ___mode1); #endif // Marshaling cleanup of parameter '___path0' native representation il2cpp_codegen_marshal_free(____path0_marshaled); ____path0_marshaled = NULL; return returnValue; } // System.IntPtr Mono.Net.CFObject::dlsym(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_dlsym_m5EC2EC3D7641B183C77B8242FDD8DDE0E8F44BD6 (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, char*); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSystem_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(char*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/usr/lib/libSystem.dylib"), "dlsym", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___symbol1' to native representation char* ____symbol1_marshaled = NULL; ____symbol1_marshaled = il2cpp_codegen_marshal_string(___symbol1); // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL intptr_t returnValue = reinterpret_cast(dlsym)(___handle0, ____symbol1_marshaled); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ____symbol1_marshaled); #endif // Marshaling cleanup of parameter '___symbol1' native representation il2cpp_codegen_marshal_free(____symbol1_marshaled); ____symbol1_marshaled = NULL; return returnValue; } // System.Void Mono.Net.CFObject::dlclose(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_dlclose_mBE0671E0D3F7AEA620BADFD6488143977569FE61 (intptr_t ___handle0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libSystem_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/usr/lib/libSystem.dylib"), "dlclose", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libSystem_INTERNAL reinterpret_cast(dlclose)(___handle0); #else il2cppPInvokeFunc(___handle0); #endif } // System.IntPtr Mono.Net.CFObject::GetIndirect(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetIndirect_m9DB824A82AFC5912132B005B866C357C3AA89244 (intptr_t ___handle0, String_t* ___symbol1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; String_t* L_1 = ___symbol1; intptr_t L_2; L_2 = CFObject_dlsym_m5EC2EC3D7641B183C77B8242FDD8DDE0E8F44BD6((intptr_t)L_0, L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.IntPtr Mono.Net.CFObject::GetCFObjectHandle(System.IntPtr,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673 (intptr_t ___handle0, String_t* ___symbol1, 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_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { intptr_t L_0 = ___handle0; String_t* L_1 = ___symbol1; intptr_t L_2; L_2 = CFObject_dlsym_m5EC2EC3D7641B183C77B8242FDD8DDE0E8F44BD6((intptr_t)L_0, L_1, /*hidden argument*/NULL); V_0 = (intptr_t)L_2; intptr_t L_3 = V_0; bool L_4; L_4 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_3, (intptr_t)(0), /*hidden argument*/NULL); if (!L_4) { goto IL_001b; } } { return (intptr_t)(0); } IL_001b: { intptr_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_6; L_6 = Marshal_ReadIntPtr_m5807795B5182C42EC704F0F021A5C5FEFC8A2561((intptr_t)L_5, /*hidden argument*/NULL); return (intptr_t)L_6; } } // System.Void Mono.Net.CFObject::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); intptr_t L_0 = ___handle0; CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline(__this, (intptr_t)L_0, /*hidden argument*/NULL); bool L_1 = ___own1; if (L_1) { goto IL_0016; } } { CFObject_Retain_m0F3DFD2CDD800D9BBF5543F954FD32FB3D71F989(__this, /*hidden argument*/NULL); } IL_0016: { return; } } // System.Void Mono.Net.CFObject::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Finalize_m643133D3B8DFAD68EF8A086BE25B3652563FA7C3 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __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(6 /* System.Void Mono.Net.CFObject::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.IntPtr Mono.Net.CFObject::get_Handle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_U3CHandleU3Ek__BackingField_0(); return (intptr_t)L_0; } } // System.Void Mono.Net.CFObject::set_Handle(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; __this->set_U3CHandleU3Ek__BackingField_0((intptr_t)L_0); return; } } // System.IntPtr Mono.Net.CFObject::CFRetain(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFObject_CFRetain_mC8AEFDAACF6AA6F897D9FEBCD7D2612052A9A279 (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRetain", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFRetain)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // System.Void Mono.Net.CFObject::Retain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Retain_m0F3DFD2CDD800D9BBF5543F954FD32FB3D71F989 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1; L_1 = CFObject_CFRetain_mC8AEFDAACF6AA6F897D9FEBCD7D2612052A9A279((intptr_t)L_0, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFObject::CFRelease(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_CFRelease_m028686C5FAD2396EA634AA2F9BD3ADD689CD7632 (intptr_t ___handle0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRelease", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRelease)(___handle0); #else il2cppPInvokeFunc(___handle0); #endif } // System.Void Mono.Net.CFObject::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Release_m6B6128DF1AED8B5F9D3B483696C1C49D0BFA7C76 (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); CFObject_CFRelease_m028686C5FAD2396EA634AA2F9BD3ADD689CD7632((intptr_t)L_0, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFObject::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Dispose_mF350A1FD7D3BA6BE7F0511B5EF9EB9F383940EBC (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, bool ___disposing0, 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; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); bool L_1; L_1 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { CFObject_Release_m6B6128DF1AED8B5F9D3B483696C1C49D0BFA7C76(__this, /*hidden argument*/NULL); CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline(__this, (intptr_t)(0), /*hidden argument*/NULL); } IL_0023: { return; } } // System.Void Mono.Net.CFObject::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __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(6 /* System.Void Mono.Net.CFObject::Dispose(System.Boolean) */, __this, (bool)1); 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.Void Mono.Net.CFProxy::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxy__cctor_m736522ABB3F0DEA804B54E911190E43B00A03746 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral089BF4912AA97AB767C677F0D767EC88070AE76B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DB56F6483E4C975A262FF33820A6BA3F49926F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A70C72C2EAB7DF012A9B747C7C9C67D128B6E63); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B0CDD9AFCF0A454D6D7D30AA3F6F64830D74F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45C8D8D10E743A7498EA69AC9A2A779D48FEFD0C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral500D21E7233C4C01FF927BFDAC48F0106A82DAD3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74020BD9A892F9A7B8EBEEC52F4F89FE02752B31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96E3756A772051F16CB6BFE9F426BDEF724B74D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBB7B93A4D6667142D44F718736C9B14950ECE0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEFBB4C5FFC612E2462C0247CA58B1A032269A00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE88DB4E2D9745BEEC1DC889BE603917DB0C37033); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE89A071ACB0713806DCC26E25CC3CC60C7AFAD95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEC39E47345915D0F0F4BAB0D5236A4320B93BDF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_dlopen_m29EB69AF02B241D923032648A7963DEF4D8E4CC5(_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C, 0, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)L_0; intptr_t L_2; L_2 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_1, _stringLiteralE89A071ACB0713806DCC26E25CC3CC60C7AFAD95, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyAutoConfigurationJavaScriptKey_0((intptr_t)L_2); intptr_t L_3 = (intptr_t)L_1; intptr_t L_4; L_4 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_3, _stringLiteral1A70C72C2EAB7DF012A9B747C7C9C67D128B6E63, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyAutoConfigurationURLKey_1((intptr_t)L_4); intptr_t L_5 = (intptr_t)L_3; intptr_t L_6; L_6 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_5, _stringLiteralEEC39E47345915D0F0F4BAB0D5236A4320B93BDF, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyHostNameKey_2((intptr_t)L_6); intptr_t L_7 = (intptr_t)L_5; intptr_t L_8; L_8 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_7, _stringLiteral37B0CDD9AFCF0A454D6D7D30AA3F6F64830D74F8, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyPasswordKey_3((intptr_t)L_8); intptr_t L_9 = (intptr_t)L_7; intptr_t L_10; L_10 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_9, _stringLiteral500D21E7233C4C01FF927BFDAC48F0106A82DAD3, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyPortNumberKey_4((intptr_t)L_10); intptr_t L_11 = (intptr_t)L_9; intptr_t L_12; L_12 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_11, _stringLiteral96E3756A772051F16CB6BFE9F426BDEF724B74D6, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeKey_5((intptr_t)L_12); intptr_t L_13 = (intptr_t)L_11; intptr_t L_14; L_14 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_13, _stringLiteralE88DB4E2D9745BEEC1DC889BE603917DB0C37033, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyUsernameKey_6((intptr_t)L_14); intptr_t L_15 = (intptr_t)L_13; intptr_t L_16; L_16 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_15, _stringLiteral0DB56F6483E4C975A262FF33820A6BA3F49926F6, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeAutoConfigurationURL_7((intptr_t)L_16); intptr_t L_17 = (intptr_t)L_15; intptr_t L_18; L_18 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_17, _stringLiteral089BF4912AA97AB767C677F0D767EC88070AE76B, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeAutoConfigurationJavaScript_8((intptr_t)L_18); intptr_t L_19 = (intptr_t)L_17; intptr_t L_20; L_20 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_19, _stringLiteral45C8D8D10E743A7498EA69AC9A2A779D48FEFD0C, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeFTP_9((intptr_t)L_20); intptr_t L_21 = (intptr_t)L_19; intptr_t L_22; L_22 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_21, _stringLiteralDEFBB4C5FFC612E2462C0247CA58B1A032269A00, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeHTTP_10((intptr_t)L_22); intptr_t L_23 = (intptr_t)L_21; intptr_t L_24; L_24 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_23, _stringLiteral74020BD9A892F9A7B8EBEEC52F4F89FE02752B31, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeHTTPS_11((intptr_t)L_24); intptr_t L_25 = (intptr_t)L_23; intptr_t L_26; L_26 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_25, _stringLiteralCBB7B93A4D6667142D44F718736C9B14950ECE0D, /*hidden argument*/NULL); ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->set_kCFProxyTypeSOCKS_12((intptr_t)L_26); CFObject_dlclose_mBE0671E0D3F7AEA620BADFD6488143977569FE61((intptr_t)L_25, /*hidden argument*/NULL); return; } } // 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = ___settings0; __this->set_settings_13(L_0); return; } } // Mono.Net.CFProxyType Mono.Net.CFProxy::CFProxyTypeToEnum(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFProxy_CFProxyTypeToEnum_m7A6FB42853315DD9AFB5D1600E8B8E90EB1B34A1 (intptr_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_1 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeAutoConfigurationJavaScript_8(); bool L_2; L_2 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000f; } } { return (int32_t)(2); } IL_000f: { intptr_t L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_4 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeAutoConfigurationURL_7(); bool L_5; L_5 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_3, (intptr_t)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001e; } } { return (int32_t)(1); } IL_001e: { intptr_t L_6 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_7 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeFTP_9(); bool L_8; L_8 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_6, (intptr_t)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002d; } } { return (int32_t)(3); } IL_002d: { intptr_t L_9 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_10 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeHTTP_10(); bool L_11; L_11 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_9, (intptr_t)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003c; } } { return (int32_t)(4); } IL_003c: { intptr_t L_12 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_13 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeHTTPS_11(); bool L_14; L_14 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_12, (intptr_t)L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_004b; } } { return (int32_t)(5); } IL_004b: { intptr_t L_15 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_16 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeSOCKS_12(); bool L_17; L_17 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_15, (intptr_t)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_005a; } } { return (int32_t)(6); } IL_005a: { return (int32_t)(0); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationJavaScriptKey_0(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { return (intptr_t)(0); } IL_0017: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationJavaScriptKey_0(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); return (intptr_t)L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationURLKey_1(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { return (intptr_t)(0); } IL_0017: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyAutoConfigurationURLKey_1(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); return (intptr_t)L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyHostNameKey_2(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyHostNameKey_2(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = CFString_AsString_m8209C956CA533F61D4B5F274640C03739BD1463A((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPasswordKey_3(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPasswordKey_3(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = CFString_AsString_m8209C956CA533F61D4B5F274640C03739BD1463A((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPortNumberKey_4(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return 0; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyPortNumberKey_4(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = CFNumber_AsInt32_m7CB0106AD5D5E1EDD8B1B36BA272BC7356B001B6((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeKey_5(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (int32_t)(0); } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyTypeKey_5(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = CFProxy_CFProxyTypeToEnum_m7A6FB42853315DD9AFB5D1600E8B8E90EB1B34A1((intptr_t)L_4, /*hidden argument*/NULL); return L_5; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; } { IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_0 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyUsernameKey_6(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (String_t*)NULL; } IL_0013: { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_2 = __this->get_settings_13(); IL2CPP_RUNTIME_CLASS_INIT(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var); intptr_t L_3 = ((CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_StaticFields*)il2cpp_codegen_static_fields_for(CFProxy_t2A52C79EE9B5BC0CB18D5B40A2859C0F8CC1B04D_il2cpp_TypeInfo_var))->get_kCFProxyUsernameKey_6(); NullCheck(L_2); intptr_t L_4; L_4 = CFDictionary_get_Item_m53003799E29C3F41B9C51927762F1D5921A5517F(L_2, (intptr_t)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = CFString_AsString_m8209C956CA533F61D4B5F274640C03739BD1463A((intptr_t)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.CFProxySettings::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxySettings__cctor_m6E4B0654C5E24D20A536ED4A707D0111B276E2E9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F702D5B2C301BDBB6CE19F28860C6E51A6572FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC5FAB34CAFD1687727018F461EDF8300F449933); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7588330FD95920648414F0647540140E161ED03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF206C6C8A315911695CAF8C633BEB02D35FCD459); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF208C1B404E187D47E94AA2BE77C385BE6E7DF62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF48CBC363A61060125D8F8BF4E335BDCF8405F25); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFObject_dlopen_m29EB69AF02B241D923032648A7963DEF4D8E4CC5(_stringLiteralF1EEACFA3A7160DE8DF3C291D3A7AAFEFA11673C, 0, /*hidden argument*/NULL); intptr_t L_1 = (intptr_t)L_0; intptr_t L_2; L_2 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_1, _stringLiteralF48CBC363A61060125D8F8BF4E335BDCF8405F25, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesHTTPEnable_0((intptr_t)L_2); intptr_t L_3 = (intptr_t)L_1; intptr_t L_4; L_4 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_3, _stringLiteralF208C1B404E187D47E94AA2BE77C385BE6E7DF62, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesHTTPPort_1((intptr_t)L_4); intptr_t L_5 = (intptr_t)L_3; intptr_t L_6; L_6 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_5, _stringLiteral2F702D5B2C301BDBB6CE19F28860C6E51A6572FA, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesHTTPProxy_2((intptr_t)L_6); intptr_t L_7 = (intptr_t)L_5; intptr_t L_8; L_8 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_7, _stringLiteralF206C6C8A315911695CAF8C633BEB02D35FCD459, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesProxyAutoConfigEnable_3((intptr_t)L_8); intptr_t L_9 = (intptr_t)L_7; intptr_t L_10; L_10 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_9, _stringLiteralE7588330FD95920648414F0647540140E161ED03, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesProxyAutoConfigJavaScript_4((intptr_t)L_10); intptr_t L_11 = (intptr_t)L_9; intptr_t L_12; L_12 = CFObject_GetCFObjectHandle_m1D3B736481788AD65F9EF54BF8223C21B7405673((intptr_t)L_11, _stringLiteralAC5FAB34CAFD1687727018F461EDF8300F449933, /*hidden argument*/NULL); ((CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_StaticFields*)il2cpp_codegen_static_fields_for(CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB_il2cpp_TypeInfo_var))->set_kCFNetworkProxiesProxyAutoConfigURLString_5((intptr_t)L_12); CFObject_dlclose_mBE0671E0D3F7AEA620BADFD6488143977569FE61((intptr_t)L_11, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFProxySettings::.ctor(Mono.Net.CFDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFProxySettings__ctor_m5D794E284FA54939D08F650AB1F72E773E7E6069 (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * ___settings0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = ___settings0; __this->set_settings_6(L_0); return; } } // Mono.Net.CFDictionary Mono.Net.CFProxySettings::get_Dictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, const RuntimeMethod* method) { { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = __this->get_settings_6(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.CFRange::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49 (CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 * __this, int32_t ___loc0, int32_t ___len1, const RuntimeMethod* method) { { int32_t L_0 = ___loc0; intptr_t L_1; L_1 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(L_0, /*hidden argument*/NULL); __this->set_Location_0((intptr_t)L_1); int32_t L_2 = ___len1; intptr_t L_3; L_3 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(L_2, /*hidden argument*/NULL); __this->set_Length_1((intptr_t)L_3); return; } } IL2CPP_EXTERN_C void CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49_AdjustorThunk (RuntimeObject * __this, int32_t ___loc0, int32_t ___len1, const RuntimeMethod* method) { CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49(_thisAdjusted, ___loc0, ___len1, 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.CFRunLoop::CFRunLoopAddSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopAddSource_m9110DBBA1333686B2460B32716C113F1FC84D502 (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopAddSource", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRunLoopAddSource)(___rl0, ___source1, ___mode2); #else il2cppPInvokeFunc(___rl0, ___source1, ___mode2); #endif } // System.Void Mono.Net.CFRunLoop::CFRunLoopRemoveSource(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopRemoveSource_m98631D2406E345952E25EFDD22740D563516FC64 (intptr_t ___rl0, intptr_t ___source1, intptr_t ___mode2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopRemoveSource", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRunLoopRemoveSource)(___rl0, ___source1, ___mode2); #else il2cppPInvokeFunc(___rl0, ___source1, ___mode2); #endif } // System.Int32 Mono.Net.CFRunLoop::CFRunLoopRunInMode(System.IntPtr,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_CFRunLoopRunInMode_mAA29D2730697A20E634E7064EE08A4504475CA80 (intptr_t ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, double, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(double) + 4; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopRunInMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL int32_t returnValue = reinterpret_cast(CFRunLoopRunInMode)(___mode0, ___seconds1, static_cast(___returnAfterSourceHandled2)); #else int32_t returnValue = il2cppPInvokeFunc(___mode0, ___seconds1, static_cast(___returnAfterSourceHandled2)); #endif return returnValue; } // System.IntPtr Mono.Net.CFRunLoop::CFRunLoopGetCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFRunLoop_CFRunLoopGetCurrent_mD98BA5C15429671A8C8957A6FDFA33497ABAD0A1 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopGetCurrent", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFRunLoopGetCurrent)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void Mono.Net.CFRunLoop::CFRunLoopStop(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_CFRunLoopStop_m1E9A301D3BE1DBFB3B3457656EA1053A37D637A0 (intptr_t ___rl0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRunLoopStop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL reinterpret_cast(CFRunLoopStop)(___rl0); #else il2cppPInvokeFunc(___rl0); #endif } // System.Void Mono.Net.CFRunLoop::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop__ctor_m9DCFB09DC63118A1A8F61BF6ECACFE71C4B26974 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // Mono.Net.CFRunLoop Mono.Net.CFRunLoop::get_CurrentRunLoop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * CFRunLoop_get_CurrentRunLoop_m74A218C71BAB62C4747A1C08FC363AFE7B0FA45E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = CFRunLoop_CFRunLoopGetCurrent_mD98BA5C15429671A8C8957A6FDFA33497ABAD0A1(/*hidden argument*/NULL); CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * L_1 = (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 *)il2cpp_codegen_object_new(CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910_il2cpp_TypeInfo_var); CFRunLoop__ctor_m9DCFB09DC63118A1A8F61BF6ECACFE71C4B26974(L_1, (intptr_t)L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Void Mono.Net.CFRunLoop::AddSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_AddSource_m15D6017176B691ABD72806F93C6D5D39FBC42245 (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1 = ___source0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_2 = ___mode1; NullCheck(L_2); intptr_t L_3; L_3 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_2, /*hidden argument*/NULL); CFRunLoop_CFRunLoopAddSource_m9110DBBA1333686B2460B32716C113F1FC84D502((intptr_t)L_0, (intptr_t)L_1, (intptr_t)L_3, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.CFRunLoop::RemoveSource(System.IntPtr,Mono.Net.CFString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_RemoveSource_m9F692D2493BC9B1F1E148C2CDA0C81A68D7D5CFE (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, intptr_t ___source0, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode1, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); intptr_t L_1 = ___source0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_2 = ___mode1; NullCheck(L_2); intptr_t L_3; L_3 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_2, /*hidden argument*/NULL); CFRunLoop_CFRunLoopRemoveSource_m98631D2406E345952E25EFDD22740D563516FC64((intptr_t)L_0, (intptr_t)L_1, (intptr_t)L_3, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Net.CFRunLoop::RunInMode(Mono.Net.CFString,System.Double,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CFRunLoop_RunInMode_mC4178D0FA7C7CD3F5E89CF17C172811C732FAE8E (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * ___mode0, double ___seconds1, bool ___returnAfterSourceHandled2, const RuntimeMethod* method) { { CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_0 = ___mode0; NullCheck(L_0); intptr_t L_1; L_1 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_0, /*hidden argument*/NULL); double L_2 = ___seconds1; bool L_3 = ___returnAfterSourceHandled2; int32_t L_4; L_4 = CFRunLoop_CFRunLoopRunInMode_mAA29D2730697A20E634E7064EE08A4504475CA80((intptr_t)L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void Mono.Net.CFRunLoop::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFRunLoop_Stop_mA22B6E86795862E3BDE3A80D20C147EA6693076F (CFRunLoop_tB92B1C628048832B18DAC593B53E1C5B45FAC910 * __this, const RuntimeMethod* method) { { intptr_t L_0; L_0 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); CFRunLoop_CFRunLoopStop_m1E9A301D3BE1DBFB3B3457656EA1053A37D637A0((intptr_t)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 #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.CFString::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFString__ctor_m6FC1151D49252BA6F14027DF6FC09D9ABBEC5140 (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.IntPtr Mono.Net.CFString::CFStringCreateWithCharacters(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringCreateWithCharacters_mCA349EA6BFA81A58404451E5C57F75717F6F7DCE (intptr_t ___alloc0, intptr_t ___chars1, intptr_t ___length2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringCreateWithCharacters", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringCreateWithCharacters)(___alloc0, ___chars1, ___length2); #else intptr_t returnValue = il2cppPInvokeFunc(___alloc0, ___chars1, ___length2); #endif return returnValue; } // Mono.Net.CFString Mono.Net.CFString::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * CFString_Create_m8F699B4DDDEE345AEC650353CB5755B6EADC12D6 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFString_tF284B68954B98D6C4A067BB348539B00C5D28920_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; { String_t* L_0 = ___value0; V_2 = L_0; String_t* L_1 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_1; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_1; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { Il2CppChar* L_5 = V_1; intptr_t L_6; L_6 = IntPtr_op_Explicit_mBD40223EE90BDDF40A24C0F321D3398DEA300495((void*)(void*)L_5, /*hidden argument*/NULL); String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); intptr_t L_9; L_9 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(L_8, /*hidden argument*/NULL); intptr_t L_10; L_10 = CFString_CFStringCreateWithCharacters_mCA349EA6BFA81A58404451E5C57F75717F6F7DCE((intptr_t)(0), (intptr_t)L_6, (intptr_t)L_9, /*hidden argument*/NULL); V_0 = (intptr_t)L_10; V_2 = (String_t*)NULL; intptr_t L_11 = V_0; bool L_12; L_12 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_11, (intptr_t)(0), /*hidden argument*/NULL); if (!L_12) { goto IL_003d; } } { return (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 *)NULL; } IL_003d: { intptr_t L_13 = V_0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_14 = (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 *)il2cpp_codegen_object_new(CFString_tF284B68954B98D6C4A067BB348539B00C5D28920_il2cpp_TypeInfo_var); CFString__ctor_m6FC1151D49252BA6F14027DF6FC09D9ABBEC5140(L_14, (intptr_t)L_13, (bool)1, /*hidden argument*/NULL); return L_14; } } // System.IntPtr Mono.Net.CFString::CFStringGetLength(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetLength_m33A40318266E7D609FB66FABF060B357CB86C0EA (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringGetLength", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringGetLength)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // System.IntPtr Mono.Net.CFString::CFStringGetCharactersPtr(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharactersPtr_m360E6706B2B077F051E51BCA7E554433E96B7A65 (intptr_t ___handle0, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringGetCharactersPtr", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringGetCharactersPtr)(___handle0); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0); #endif return returnValue; } // System.IntPtr Mono.Net.CFString::CFStringGetCharacters(System.IntPtr,Mono.Net.CFRange,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFString_CFStringGetCharacters_m5139571D799842372F293519BA7EF1F2776FF883 (intptr_t ___handle0, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 ___range1, intptr_t ___buffer2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 , intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 ) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFStringGetCharacters", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFStringGetCharacters)(___handle0, ___range1, ___buffer2); #else intptr_t returnValue = il2cppPInvokeFunc(___handle0, ___range1, ___buffer2); #endif return returnValue; } // System.String Mono.Net.CFString::AsString(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFString_AsString_m8209C956CA533F61D4B5F274640C03739BD1463A (intptr_t ___handle0, 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_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 V_3; memset((&V_3), 0, sizeof(V_3)); String_t* G_B8_0 = NULL; String_t* G_B7_0 = NULL; { intptr_t L_0 = ___handle0; bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { return (String_t*)NULL; } IL_000f: { intptr_t L_2 = ___handle0; intptr_t L_3; L_3 = CFString_CFStringGetLength_m33A40318266E7D609FB66FABF060B357CB86C0EA((intptr_t)L_2, /*hidden argument*/NULL); int32_t L_4; L_4 = IntPtr_op_Explicit_m9C2CBDF65A4D7B2C0DCF4D38A4174A2CC07A18E3((intptr_t)L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if (L_5) { goto IL_0024; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } IL_0024: { intptr_t L_7 = ___handle0; intptr_t L_8; L_8 = CFString_CFStringGetCharactersPtr_m360E6706B2B077F051E51BCA7E554433E96B7A65((intptr_t)L_7, /*hidden argument*/NULL); V_1 = (intptr_t)L_8; V_2 = (intptr_t)(0); intptr_t L_9 = V_1; bool L_10; L_10 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_9, (intptr_t)(0), /*hidden argument*/NULL); if (!L_10) { goto IL_005b; } } { int32_t L_11 = V_0; CFRange__ctor_m47A3FC3DC70D9A9685171D0A666C21E9522EDC49((CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 *)(&V_3), 0, L_11, /*hidden argument*/NULL); int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_13; L_13 = Marshal_AllocHGlobal_mED1B623D229DB8FAB58D187E4E73D3DA2E8AE6EC(((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2)), /*hidden argument*/NULL); V_2 = (intptr_t)L_13; intptr_t L_14 = ___handle0; CFRange_t31445C4C61701011D7F2E3EC104FC43DC1BC7186 L_15 = V_3; intptr_t L_16 = V_2; intptr_t L_17; L_17 = CFString_CFStringGetCharacters_m5139571D799842372F293519BA7EF1F2776FF883((intptr_t)L_14, L_15, (intptr_t)L_16, /*hidden argument*/NULL); intptr_t L_18 = V_2; V_1 = (intptr_t)L_18; } IL_005b: { intptr_t L_19 = V_1; void* L_20; L_20 = IntPtr_op_Explicit_mE8B472FDC632CBD121F7ADF4F94546D6610BACDD((intptr_t)L_19, /*hidden argument*/NULL); int32_t L_21 = V_0; String_t* L_22; L_22 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_20, 0, L_21, /*hidden argument*/NULL); intptr_t L_23 = V_2; bool L_24; L_24 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_23, (intptr_t)(0), /*hidden argument*/NULL); G_B7_0 = L_22; if (!L_24) { G_B8_0 = L_22; goto IL_007b; } } { intptr_t L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_m53FC4846F5D3106BA25B52C321005C227E424F72((intptr_t)L_25, /*hidden argument*/NULL); G_B8_0 = G_B7_0; } IL_007b: { return G_B8_0; } } // System.String Mono.Net.CFString::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CFString_ToString_mC3C3C20058C738903A5A783ED91E0D8A6694D876 (CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_str_1(); if (L_0) { goto IL_0019; } } { intptr_t L_1; L_1 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = CFString_AsString_m8209C956CA533F61D4B5F274640C03739BD1463A((intptr_t)L_1, /*hidden argument*/NULL); __this->set_str_1(L_2); } IL_0019: { String_t* L_3 = __this->get_str_1(); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.CFUrl::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CFUrl__ctor_m623159BA6C864641A77B1F59C8F09D4AE364163E (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * __this, intptr_t ___handle0, bool ___own1, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; bool L_1 = ___own1; CFObject__ctor_m07A15746456C8DD8E6E52905DFE5289178F079FD(__this, (intptr_t)L_0, L_1, /*hidden argument*/NULL); return; } } // System.IntPtr Mono.Net.CFUrl::CFURLCreateWithString(System.IntPtr,System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CFUrl_CFURLCreateWithString_mC1C1F16C817B6E31F452CA63C38E9D6E8949678D (intptr_t ___allocator0, intptr_t ___str1, intptr_t ___baseURL2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_CoreFoundation_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFURLCreateWithString", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_CoreFoundation_INTERNAL intptr_t returnValue = reinterpret_cast(CFURLCreateWithString)(___allocator0, ___str1, ___baseURL2); #else intptr_t returnValue = il2cppPInvokeFunc(___allocator0, ___str1, ___baseURL2); #endif return returnValue; } // Mono.Net.CFUrl Mono.Net.CFUrl::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * CFUrl_Create_m4D63DAD21AD9658FD227D0E0385AA0745D8DFE0D (String_t* ___absolute0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * V_0 = NULL; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___absolute0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { return (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF *)NULL; } IL_000a: { String_t* L_2 = ___absolute0; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_3; L_3 = CFString_Create_m8F699B4DDDEE345AEC650353CB5755B6EADC12D6(L_2, /*hidden argument*/NULL); V_0 = L_3; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_4 = V_0; NullCheck(L_4); intptr_t L_5; L_5 = CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline(L_4, /*hidden argument*/NULL); intptr_t L_6; L_6 = CFUrl_CFURLCreateWithString_mC1C1F16C817B6E31F452CA63C38E9D6E8949678D((intptr_t)(0), (intptr_t)L_5, (intptr_t)(0), /*hidden argument*/NULL); V_1 = (intptr_t)L_6; CFString_tF284B68954B98D6C4A067BB348539B00C5D28920 * L_7 = V_0; NullCheck(L_7); CFObject_Dispose_m87063A0C278026A8E9B40F0FFE8E453A270CF73A(L_7, /*hidden argument*/NULL); intptr_t L_8 = V_1; bool L_9; L_9 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_8, (intptr_t)(0), /*hidden argument*/NULL); if (!L_9) { goto IL_003c; } } { return (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF *)NULL; } IL_003c: { intptr_t L_10 = V_1; CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF * L_11 = (CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF *)il2cpp_codegen_object_new(CFUrl_t831BA0EC4D5FFC6C80108F77DAAB9414D4046FFF_il2cpp_TypeInfo_var); CFUrl__ctor_m623159BA6C864641A77B1F59C8F09D4AE364163E(L_11, (intptr_t)L_10, (bool)1, /*hidden argument*/NULL); return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.CachedCodeEntry::.ctor(System.String,System.Collections.Hashtable,System.String[],System.Text.RegularExpressions.RegexCode,System.Collections.Hashtable,System.Int32,System.Text.RegularExpressions.ExclusiveReference,System.Text.RegularExpressions.SharedReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedCodeEntry__ctor_mFBEEE67EEFD35764488134D428A6BCABE54E52FC (CachedCodeEntry_tFB2B7B36D8DB46F8538DC70C3B1616ED9D43CD95 * __this, String_t* ___key0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist2, RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code3, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps4, int32_t ___capsize5, ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runner6, SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___repl7, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___key0; __this->set__key_0(L_0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = ___capnames1; __this->set__capnames_3(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___capslist2; __this->set__capslist_4(L_2); RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * L_3 = ___code3; __this->set__code_1(L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = ___caps4; __this->set__caps_2(L_4); int32_t L_5 = ___capsize5; __this->set__capsize_5(L_5); ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * L_6 = ___runner6; __this->set__runnerref_7(L_6); SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * L_7 = ___repl7; __this->set__replref_8(L_7); 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 // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::PublicToMono(System.Net.Security.RemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * CallbackHelpers_PublicToMono_m6C0B8C1BD4F6F0B5D659EBA0F5F4684CD94D5BA0 (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass0_0_U3CPublicToMonoU3Eb__0_m2434134460D6262E13729DBFC73A7979A853A124_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E * V_0 = NULL; { U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E * L_0 = (U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass0_0__ctor_m6432BE359B16F9AEA43A219271C3D713A37F2C48(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E * L_1 = V_0; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_2 = ___callback0; NullCheck(L_1); L_1->set_callback_0(L_2); U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E * L_3 = V_0; NullCheck(L_3); RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_4 = L_3->get_callback_0(); if (L_4) { goto IL_0017; } } { return (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF *)NULL; } IL_0017: { U3CU3Ec__DisplayClass0_0_tE7605504344FA2926CD01BCDB2DB1F49B2E1671E * L_5 = V_0; MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_6 = (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF *)il2cpp_codegen_object_new(MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF_il2cpp_TypeInfo_var); MonoRemoteCertificateValidationCallback__ctor_m6ED284D2291C47D34C738D3BB5E562B07A99723A(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass0_0_U3CPublicToMonoU3Eb__0_m2434134460D6262E13729DBFC73A7979A853A124_RuntimeMethod_var), /*hidden argument*/NULL); return L_6; } } // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Net.Security.Private.CallbackHelpers::PublicToMono(System.Net.Security.LocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * CallbackHelpers_PublicToMono_mE700B0266ACF37490525C3DB61D82213755E1113 (LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_U3CPublicToMonoU3Eb__0_mB302EB6C9C5D2CEBE5A5618881A70E771DD66759_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 * V_0 = NULL; { U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 * L_0 = (U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass1_0__ctor_m81E66E68C0029B2836844D352E7EB324135CCCAC(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 * L_1 = V_0; LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * L_2 = ___callback0; NullCheck(L_1); L_1->set_callback_0(L_2); U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 * L_3 = V_0; NullCheck(L_3); LocalCertificateSelectionCallback_t4115D8E729443BDCD5A5207B9ED63F2A6621D0E1 * L_4 = L_3->get_callback_0(); if (L_4) { goto IL_0017; } } { return (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A *)NULL; } IL_0017: { U3CU3Ec__DisplayClass1_0_t2BFEAE46986B9A19E667296B3701C503F8706249 * L_5 = V_0; MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_6 = (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A *)il2cpp_codegen_object_new(MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A_il2cpp_TypeInfo_var); MonoLocalCertificateSelectionCallback__ctor_m2C90E472414C4A3B1B1E23C123A2FF0570B94903(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass1_0_U3CPublicToMonoU3Eb__0_mB302EB6C9C5D2CEBE5A5618881A70E771DD66759_RuntimeMethod_var), /*hidden argument*/NULL); return L_6; } } // System.Net.Security.RemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::MonoToPublic(Mono.Security.Interface.MonoRemoteCertificateValidationCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * CallbackHelpers_MonoToPublic_m425EA806EFED0B283EC06B4FB0EA471E8ACA92D4 (MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CMonoToPublicU3Eb__0_m4103265ECFA6558EE594E7BC847723EB97443018_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * V_0 = NULL; { U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_0 = (U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass5_0__ctor_m7807CD991EC4D16395E1278477E3317868E18200(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_1 = V_0; MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_2 = ___callback0; NullCheck(L_1); L_1->set_callback_0(L_2); U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_3 = V_0; NullCheck(L_3); MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_4 = L_3->get_callback_0(); if (L_4) { goto IL_0017; } } { return (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 *)NULL; } IL_0017: { U3CU3Ec__DisplayClass5_0_tECB9F6864770F83E5C39FCA9CF069471EFB1A0C9 * L_5 = V_0; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_6 = (RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 *)il2cpp_codegen_object_new(RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947_il2cpp_TypeInfo_var); RemoteCertificateValidationCallback__ctor_mDBCF893D0A540CB506F5547807525625F5CBA4C4(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass5_0_U3CMonoToPublicU3Eb__0_m4103265ECFA6558EE594E7BC847723EB97443018_RuntimeMethod_var), /*hidden argument*/NULL); return L_6; } } // System.Net.Security.LocalCertSelectionCallback Mono.Net.Security.Private.CallbackHelpers::MonoToInternal(Mono.Security.Interface.MonoLocalCertificateSelectionCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * CallbackHelpers_MonoToInternal_mDDCA94EA8ECB94A1308AE1C8199F5A0B8DEAC1B0 (MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___callback0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_U3CMonoToInternalU3Eb__0_m3AE731A20AB6B949B0584AB838DF089C80602F4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * V_0 = NULL; { U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_0 = (U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass8_0__ctor_mB77347EF574C2C51BBD1A7B1AF673B3D92B056E2(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_1 = V_0; MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_2 = ___callback0; NullCheck(L_1); L_1->set_callback_0(L_2); U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_3 = V_0; NullCheck(L_3); MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_4 = L_3->get_callback_0(); if (L_4) { goto IL_0017; } } { return (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C *)NULL; } IL_0017: { U3CU3Ec__DisplayClass8_0_t335DACEBC3242E64023415D9C3D3AA6AE78633A1 * L_5 = V_0; LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_6 = (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C *)il2cpp_codegen_object_new(LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); LocalCertSelectionCallback__ctor_mE564871B196549FDEA64C011A4AA00339FA0281F(L_6, L_5, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass8_0_U3CMonoToInternalU3Eb__0_m3AE731A20AB6B949B0584AB838DF089C80602F4C_RuntimeMethod_var), /*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 System.ComponentModel.CancelEventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_mA664958ECD1378D6BC282832D48B483F7BD3E369 (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, const RuntimeMethod* method) { { CancelEventArgs__ctor_m6B022AE75454050F1057E065897829364608BF40(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.CancelEventArgs::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs__ctor_m6B022AE75454050F1057E065897829364608BF40 (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, bool ___cancel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); bool L_0 = ___cancel0; __this->set_cancel_1(L_0); return; } } // System.Boolean System.ComponentModel.CancelEventArgs::get_Cancel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancelEventArgs_get_Cancel_m9561866ADE48FF514E607CCA5B1F201C735F57BE (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_cancel_1(); return L_0; } } // System.Void System.ComponentModel.CancelEventArgs::set_Cancel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventArgs_set_Cancel_mC65457B96BA4046B8E08F5BEE75DDC3E40E3097B (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_cancel_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.CancelEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventHandler__ctor_m431186C891153BF7836574428916652D33FB7A5F (CancelEventHandler_t483EAAF6BEE7C054B05327030DCC883C62AAEA1D * __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.CancelEventHandler::Invoke(System.Object,System.ComponentModel.CancelEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventHandler_Invoke_mCC3AAE574F8FF5EBE51A262D6B1368393A381988 (CancelEventHandler_t483EAAF6BEE7C054B05327030DCC883C62AAEA1D * __this, RuntimeObject * ___sender0, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.CancelEventHandler::BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CancelEventHandler_BeginInvoke_m9D6234F0AD55335B26A498628D61820DBADA36C4 (CancelEventHandler_t483EAAF6BEE7C054B05327030DCC883C62AAEA1D * __this, RuntimeObject * ___sender0, CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.CancelEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancelEventHandler_EndInvoke_m381E668764570FAC63D9A744F712CE3E7C7433BE (CancelEventHandler_t483EAAF6BEE7C054B05327030DCC883C62AAEA1D * __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 System.Text.RegularExpressions.Capture::.ctor(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Capture__ctor_m5FB71B7ADA66B2D3AD6B681BEE846F0FD62F11C3 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, String_t* ___text0, int32_t ___i1, int32_t ___l2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___text0; __this->set__text_0(L_0); int32_t L_1 = ___i1; __this->set__index_1(L_1); int32_t L_2 = ___l2; __this->set__length_2(L_2); return; } } // System.Int32 System.Text.RegularExpressions.Capture::get_Index() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m2CAB876E4DE6099F9696D76176BA7539FA0D5EE7 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } // System.Int32 System.Text.RegularExpressions.Capture::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Capture_get_Length_m3D1F26419BF69FEA9EE1AE0DB46069686C53A6DF (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__length_2(); return L_0; } } // System.String System.Text.RegularExpressions.Capture::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); int32_t L_1 = __this->get__index_1(); int32_t L_2 = __this->get__length_2(); NullCheck(L_0); String_t* L_3; L_3 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.Text.RegularExpressions.Capture::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_ToString_mA44E5E7488551081E648C851ABFFB796430EE5C1 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Text.RegularExpressions.Capture::GetOriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetOriginalString_mBC838C19CCFF585AA3C797AEA21A51CE0911E8B3 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); return L_0; } } // System.String System.Text.RegularExpressions.Capture::GetLeftSubstring() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetLeftSubstring_m514D11C56BC032F7317285FE6E22C522A879E1AA (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); int32_t L_1 = __this->get__index_1(); NullCheck(L_0); String_t* L_2; L_2 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_0, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Text.RegularExpressions.Capture::GetRightSubstring() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_GetRightSubstring_m5AA1B92DA426764A6919117B3F9FF9416E4D7776 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__text_0(); int32_t L_1 = __this->get__index_1(); int32_t L_2 = __this->get__length_2(); String_t* L_3 = __this->get__text_0(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); int32_t L_5 = __this->get__index_1(); int32_t L_6 = __this->get__length_2(); NullCheck(L_0); String_t* L_7; L_7 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6)), /*hidden argument*/NULL); return L_7; } } // System.Void System.Text.RegularExpressions.Capture::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1 (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(Capture__ctor_m72C4D0A93638E338515B280A289285A064F064C1_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Text.RegularExpressions.CaptureCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CaptureCollection_get_SyncRoot_m6E9AD5A5F870020F1F278897056D3FC8B13582FF (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, const RuntimeMethod* method) { { Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_0 = __this->get__group_0(); return L_0; } } // System.Boolean System.Text.RegularExpressions.CaptureCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CaptureCollection_get_IsSynchronized_mC977AFC32D3D3CC4F11F61AD477AB2061705904A (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Text.RegularExpressions.CaptureCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaptureCollection_get_Count_mC83C2AE60F245A995ED192450BB0660E4BFC73DF (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__capcount_1(); return L_0; } } // System.Text.RegularExpressions.Capture System.Text.RegularExpressions.CaptureCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * CaptureCollection_get_Item_m38FB912D78566BF8D926F85ABF06770E70B87E7C (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * L_1; L_1 = CaptureCollection_GetCapture_m52D3C11680567CEE2196B35A76D75A7FFEBF617A(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Text.RegularExpressions.CaptureCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCollection_CopyTo_m9066DD9E35382427D284FF3F9E35BD2C99160108 (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { 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*)&CaptureCollection_CopyTo_m9066DD9E35382427D284FF3F9E35BD2C99160108_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___arrayIndex1; V_0 = L_2; V_1 = 0; goto IL_002a; } IL_0014: { RuntimeArray * L_3 = ___array0; int32_t L_4 = V_1; Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * L_5; L_5 = CaptureCollection_get_Item_m38FB912D78566BF8D926F85ABF06770E70B87E7C(__this, L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; NullCheck(L_3); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_3, L_5, L_6, /*hidden argument*/NULL); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002a: { int32_t L_9 = V_1; int32_t L_10; L_10 = CaptureCollection_get_Count_mC83C2AE60F245A995ED192450BB0660E4BFC73DF_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0014; } } { return; } } // System.Collections.IEnumerator System.Text.RegularExpressions.CaptureCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CaptureCollection_GetEnumerator_mE3F6547C20D9A0EEA8C201DE903E1828F2CC6F8C (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * L_0 = (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE *)il2cpp_codegen_object_new(CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE_il2cpp_TypeInfo_var); CaptureEnumerator__ctor_mA4C64A5B5D69EA1E38B87E0DCF6CC3B18670A03E(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Text.RegularExpressions.Capture System.Text.RegularExpressions.CaptureCollection::GetCapture(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * CaptureCollection_GetCapture_m52D3C11680567CEE2196B35A76D75A7FFEBF617A (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___i0; int32_t L_1 = __this->get__capcount_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))))) { goto IL_0016; } } { int32_t L_2 = ___i0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_3 = __this->get__group_0(); return L_3; } IL_0016: { int32_t L_4 = ___i0; int32_t L_5 = __this->get__capcount_1(); if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0023; } } { int32_t L_6 = ___i0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002e; } } IL_0023: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CaptureCollection_GetCapture_m52D3C11680567CEE2196B35A76D75A7FFEBF617A_RuntimeMethod_var))); } IL_002e: { CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51* L_8 = __this->get__captures_2(); if (L_8) { goto IL_0092; } } { int32_t L_9 = __this->get__capcount_1(); CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51* L_10 = (CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51*)(CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51*)SZArrayNew(CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51_il2cpp_TypeInfo_var, (uint32_t)L_9); __this->set__captures_2(L_10); V_0 = 0; goto IL_0087; } IL_004b: { CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51* L_11 = __this->get__captures_2(); int32_t L_12 = V_0; Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_13 = __this->get__group_0(); NullCheck(L_13); String_t* L_14 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)L_13)->get__text_0(); Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_15 = __this->get__group_0(); NullCheck(L_15); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15->get__caps_4(); int32_t L_17 = V_0; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)); int32_t L_19 = (L_16)->GetAt(static_cast(L_18)); Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * L_20 = __this->get__group_0(); NullCheck(L_20); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = L_20->get__caps_4(); int32_t L_22 = V_0; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)2)), (int32_t)1)); int32_t L_24 = (L_21)->GetAt(static_cast(L_23)); Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * L_25 = (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)il2cpp_codegen_object_new(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6_il2cpp_TypeInfo_var); Capture__ctor_m5FB71B7ADA66B2D3AD6B681BEE846F0FD62F11C3(L_25, L_14, L_19, L_24, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_25); (L_11)->SetAt(static_cast(L_12), (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)L_25); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0087: { int32_t L_27 = V_0; int32_t L_28 = __this->get__capcount_1(); if ((((int32_t)L_27) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1))))) { goto IL_004b; } } IL_0092: { CaptureU5BU5D_tB69FAE66BAF857B6A1CA22EED6141C40DCFE9B51* L_29 = __this->get__captures_2(); int32_t L_30 = ___i0; NullCheck(L_29); int32_t L_31 = L_30; Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * L_32 = (L_29)->GetAt(static_cast(L_31)); return L_32; } } // System.Void System.Text.RegularExpressions.CaptureCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCollection__ctor_m99E1DDC528A7C23B30B7BD3557C3044CBC7E6043 (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaptureCollection__ctor_m99E1DDC528A7C23B30B7BD3557C3044CBC7E6043_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(CaptureCollection__ctor_m99E1DDC528A7C23B30B7BD3557C3044CBC7E6043_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Text.RegularExpressions.CaptureEnumerator::.ctor(System.Text.RegularExpressions.CaptureCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureEnumerator__ctor_mA4C64A5B5D69EA1E38B87E0DCF6CC3B18670A03E (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * __this, CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ___rcc0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set__curindex_1((-1)); CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * L_0 = ___rcc0; __this->set__rcc_0(L_0); return; } } // System.Boolean System.Text.RegularExpressions.CaptureEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CaptureEnumerator_MoveNext_m24B6099142A5DC82DCF5711D2F6FE9252C9603E6 (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * L_0 = __this->get__rcc_0(); NullCheck(L_0); int32_t L_1; L_1 = CaptureCollection_get_Count_mC83C2AE60F245A995ED192450BB0660E4BFC73DF_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = __this->get__curindex_1(); int32_t L_3 = V_0; if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0017; } } { return (bool)0; } IL_0017: { int32_t L_4 = __this->get__curindex_1(); __this->set__curindex_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = __this->get__curindex_1(); int32_t L_6 = V_0; return (bool)((((int32_t)L_5) < ((int32_t)L_6))? 1 : 0); } } // System.Object System.Text.RegularExpressions.CaptureEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CaptureEnumerator_get_Current_m9C74AA50A043E53A02EF56778A97BD3498D312E8 (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * __this, const RuntimeMethod* method) { { Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * L_0; L_0 = CaptureEnumerator_get_Capture_m02F94CD692952EC04026014A1879FB058E9CB0F1(__this, /*hidden argument*/NULL); return L_0; } } // System.Text.RegularExpressions.Capture System.Text.RegularExpressions.CaptureEnumerator::get_Capture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * CaptureEnumerator_get_Capture_m02F94CD692952EC04026014A1879FB058E9CB0F1 (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__curindex_1(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_1 = __this->get__curindex_1(); CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * L_2 = __this->get__rcc_0(); NullCheck(L_2); int32_t L_3; L_3 = CaptureCollection_get_Count_mC83C2AE60F245A995ED192450BB0660E4BFC73DF_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_002c; } } IL_001c: { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CaptureEnumerator_get_Capture_m02F94CD692952EC04026014A1879FB058E9CB0F1_RuntimeMethod_var))); } IL_002c: { CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * L_6 = __this->get__rcc_0(); int32_t L_7 = __this->get__curindex_1(); NullCheck(L_6); Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * L_8; L_8 = CaptureCollection_get_Item_m38FB912D78566BF8D926F85ABF06770E70B87E7C(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Text.RegularExpressions.CaptureEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureEnumerator_Reset_m8513DDF2EFB58C87469D6159F825DD162A60AA14 (CaptureEnumerator_t01CA51647A86F89619AA1CEA7D043328D9323FCE * __this, const RuntimeMethod* method) { { __this->set__curindex_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 // System.Int32 System.Net.CaseInsensitiveAscii::GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_GetHashCode_m2EE81D1BD0AC3190BAA74A8D4868F92462ABB003 (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, RuntimeObject * ___myObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { RuntimeObject * L_0 = ___myObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___myObject0; if (L_1) { goto IL_000c; } } { return 0; } IL_000c: { String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if (L_4) { goto IL_0018; } } { return 0; } IL_0018: { int32_t L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_7 = V_0; NullCheck(L_7); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, 0, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_9 = ((int32_t)((uint8_t)L_8)); uint8_t L_10 = (L_6)->GetAt(static_cast(L_9)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_11); int32_t L_15 = ((int32_t)((uint8_t)L_14)); uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); V_1 = ((int32_t)((int32_t)L_5^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_16<<(int32_t)((int32_t)16))))))); int32_t L_17 = V_1; return L_17; } } // System.Int32 System.Net.CaseInsensitiveAscii::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_Compare_mB139A59D797F341DD9ADFF052699317DE534431B (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_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; int32_t G_B9_0 = 0; { RuntimeObject * L_0 = ___firstObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___secondObject1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0018; } } { String_t* L_3 = V_1; if (!L_3) { goto IL_0016; } } { return (-1); } IL_0016: { return 0; } IL_0018: { String_t* L_4 = V_1; if (L_4) { goto IL_001d; } } { return 1; } IL_001d: { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_8)); int32_t L_9 = V_2; if ((((int32_t)L_9) > ((int32_t)0))) { goto IL_0037; } } { String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); G_B9_0 = L_11; goto IL_003d; } IL_0037: { String_t* L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); G_B9_0 = L_13; } IL_003d: { V_3 = G_B9_0; V_5 = 0; goto IL_0071; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_15 = V_0; int32_t L_16 = V_5; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); Il2CppChar L_18 = L_17; uint8_t L_19 = (L_14)->GetAt(static_cast(L_18)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_21 = V_1; int32_t L_22 = V_5; NullCheck(L_21); Il2CppChar L_23; L_23 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_21, L_22, /*hidden argument*/NULL); NullCheck(L_20); Il2CppChar L_24 = L_23; uint8_t L_25 = (L_20)->GetAt(static_cast(L_24)); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_25)); int32_t L_26 = V_4; if (!L_26) { goto IL_006b; } } { int32_t L_27 = V_4; V_2 = L_27; goto IL_0076; } IL_006b: { int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0071: { int32_t L_29 = V_5; int32_t L_30 = V_3; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0043; } } IL_0076: { int32_t L_31 = V_2; return L_31; } } // System.Int32 System.Net.CaseInsensitiveAscii::FastGetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, String_t* ___myString0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___myString0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0032; } } { int32_t L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_5 = ___myString0; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_7 = ((int32_t)((uint8_t)L_6)); uint8_t L_8 = (L_4)->GetAt(static_cast(L_7)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_10 = ___myString0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_9); int32_t L_13 = ((int32_t)((uint8_t)L_12)); uint8_t L_14 = (L_9)->GetAt(static_cast(L_13)); V_0 = ((int32_t)((int32_t)L_3^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)24)))^(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16))))))); } IL_0032: { int32_t L_15 = V_0; return L_15; } } // System.Boolean System.Net.CaseInsensitiveAscii::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CaseInsensitiveAscii_Equals_m23F3B8CBE2DD24C2240CDB8523A21D63129BAE3E (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, RuntimeObject * ___firstObject0, RuntimeObject * ___secondObject1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_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; { RuntimeObject * L_0 = ___firstObject0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___secondObject1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0016; } } { String_t* L_3 = V_1; return (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0016: { String_t* L_4 = V_1; if (!L_4) { goto IL_006a; } } { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; String_t* L_8 = V_1; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_006a; } } { String_t* L_10 = V_0; int32_t L_11; L_11 = CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D(__this, L_10, /*hidden argument*/NULL); String_t* L_12 = V_1; int32_t L_13; L_13 = CaseInsensitiveAscii_FastGetHashCode_m306A0F307E96AA75691B6E4EC161157798931F2D(__this, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_006a; } } { String_t* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); goto IL_0064; } IL_0042: { int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_18 = V_0; int32_t L_19 = V_2; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); NullCheck(L_17); Il2CppChar L_21 = L_20; uint8_t L_22 = (L_17)->GetAt(static_cast(L_21)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->get_AsciiToLower_1(); String_t* L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); Il2CppChar L_26; L_26 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_24, L_25, /*hidden argument*/NULL); NullCheck(L_23); Il2CppChar L_27 = L_26; uint8_t L_28 = (L_23)->GetAt(static_cast(L_27)); if ((((int32_t)L_22) == ((int32_t)L_28))) { goto IL_0064; } } { return (bool)0; } IL_0064: { int32_t L_29 = V_2; if ((((int32_t)L_29) > ((int32_t)0))) { goto IL_0042; } } { return (bool)1; } IL_006a: { return (bool)0; } } // System.Void System.Net.CaseInsensitiveAscii::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__ctor_m5AD65BBE763EC356D1DC91FBFE3B546650978C3B (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.CaseInsensitiveAscii::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaseInsensitiveAscii__cctor_m340B757F0D6162CEB972A564BC2585722C5B5824 (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*)&CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____EEAFE8C6E1AB017237567305EE925C976CDB6458_16_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA * L_0 = (CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA *)il2cpp_codegen_object_new(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var); CaseInsensitiveAscii__ctor_m5AD65BBE763EC356D1DC91FBFE3B546650978C3B(L_0, /*hidden argument*/NULL); ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->set_StaticInstance_0(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____EEAFE8C6E1AB017237567305EE925C976CDB6458_16_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tE8AAF0B896B91D60F4A8569A7DB4C668204E16EA_il2cpp_TypeInfo_var))->set_AsciiToLower_1(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Action() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Action_m2C0AB012C224EAEE0CCA0B25CB2153EBFCC55CF1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_action_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_action_5(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_action_5(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Appearance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Appearance_mBD42B2DA660F3C0AEC7F0A270F5C51EBC00DC45E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_appearance_0(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_appearance_0(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_appearance_0(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Asynchronous() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Asynchronous_m058033BA335D9E5A0E230177174FEF997337C23C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC627B84D388D2C76B8D3F47B9219AAF7240C11CE); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_asynchronous_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteralC627B84D388D2C76B8D3F47B9219AAF7240C11CE, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_asynchronous_1(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_asynchronous_1(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Behavior() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Behavior_m554272B0095245AC7EB254130FF71000CA212907 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_behavior_2(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_behavior_2(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_behavior_2(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Data_mA1F4062AF62BC17E576F703F784B47AB91A9865D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_data_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_data_3(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_data_3(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Default_m5D05F4773F1CD96AE026363BC370475A0480A6ED (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_defAttr_13(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0015; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_mFD8B8ED605EB6AC715B129E6FDA1BAE637D02A26(L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_defAttr_13(L_1); } IL_0015: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_defAttr_13(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Design() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Design_m224DA597C35562CEB4BAC6AD1C8D2EF3521E9885 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_design_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_design_4(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_design_4(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_DragDrop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_DragDrop_m11E2705EF7FB7EB5B763A41918879FCD15E6A150 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE60C7407BB0FC2EC3924B9755760504EB386E16); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_dragDrop_12(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteralCE60C7407BB0FC2EC3924B9755760504EB386E16, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_dragDrop_12(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_dragDrop_12(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Focus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Focus_m1631DFDCAD7647C0AAA74E2626A10BC8D2148814 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_focus_10(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_focus_10(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_focus_10(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Format_mF17DA0BFB8E5D42AC23C3A0C63CEEA1D019DC1B5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B07F5EDF87ACC1F2BD4653FA600C1D9B73139B); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_format_6(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteral37B07F5EDF87ACC1F2BD4653FA600C1D9B73139B, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_format_6(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_format_6(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Key() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Key_m5AA7C78FE5CB8CBEE48FB1FDBC78DEB471BCBEA5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_key_9(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_key_9(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_key_9(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Layout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Layout_m4BBFCF85C0C8A15D7D7E64D675957EAE8BE062A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_layout_7(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_layout_7(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_layout_7(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_Mouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_Mouse_m8733FCF1843EACCE032526D7193C0C0E0392BD9B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_mouse_8(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_mouse_8(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_mouse_8(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.ComponentModel.CategoryAttribute System.ComponentModel.CategoryAttribute::get_WindowStyle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * CategoryAttribute_get_WindowStyle_m6EE3BE2149F92E47A1105D57621DC0ABC6F8F7B8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CAA837D43A6D5218506C4B8A9CA2E51F7EF693D); s_Il2CppMethodInitialized = true; } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_0 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_windowStyle_11(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1 = (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)il2cpp_codegen_object_new(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(L_1, _stringLiteral7CAA837D43A6D5218506C4B8A9CA2E51F7EF693D, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->set_windowStyle_11(L_1); } IL_001a: { CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_2 = ((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_StaticFields*)il2cpp_codegen_static_fields_for(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))->get_windowStyle_11(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.Void System.ComponentModel.CategoryAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_mFD8B8ED605EB6AC715B129E6FDA1BAE637D02A26 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E); s_Il2CppMethodInitialized = true; } { CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706(__this, _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.CategoryAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CategoryAttribute__ctor_m0E9177ECFA96BBB3A2716039CB4A9F2E2149E706 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, String_t* ___category0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___category0; __this->set_categoryValue_15(L_0); __this->set_localized_14((bool)0); return; } } // System.String System.ComponentModel.CategoryAttribute::get_Category() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0 = __this->get_localized_14(); if (L_0) { goto IL_0026; } } { __this->set_localized_14((bool)1); String_t* L_1 = __this->get_categoryValue_15(); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.ComponentModel.CategoryAttribute::GetLocalizedString(System.String) */, __this, L_1); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_0026; } } { String_t* L_4 = V_0; __this->set_categoryValue_15(L_4); } IL_0026: { String_t* L_5 = __this->get_categoryValue_15(); return L_5; } } // System.Boolean System.ComponentModel.CategoryAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CategoryAttribute_Equals_m044A2C25BA905793AC32FF56B71ACC3D9E5919E3 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; if (!((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)IsInstClass((RuntimeObject*)L_1, CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))) { goto IL_0025; } } { String_t* L_2; L_2 = CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39(__this, /*hidden argument*/NULL); RuntimeObject * L_3 = ___obj0; NullCheck(((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)CastclassClass((RuntimeObject*)L_3, CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39(((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)CastclassClass((RuntimeObject*)L_3, CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_2); bool L_5; L_5 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { return (bool)0; } } // System.Int32 System.ComponentModel.CategoryAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CategoryAttribute_GetHashCode_m97FE93C13D77F55B642C14CF200206655EC445CF (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39(__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; } } // System.String System.ComponentModel.CategoryAttribute::GetLocalizedString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CategoryAttribute_GetLocalizedString_m05A2661BFCDD8951D57FA3A2B4C76B482893FC02 (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral138938A63672EEB2629F899313126D92DFB6DE16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F85BE44F7DC01CA0EC942D07BDDFEA8EF186252); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7F7BBA3AABC787815F5A83054BA163D213D1763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { String_t* L_0 = ___value0; uint32_t L_1; L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6(L_0, /*hidden argument*/NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)1762750224))))) { goto IL_0096; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)723360612))))) { goto IL_0058; } } { uint32_t L_4 = V_0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)521774151))))) { goto IL_003d; } } { uint32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)175614239)))) { goto IL_0117; } } { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)521774151)))) { goto IL_0141; } } { goto IL_02b2; } IL_003d: { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)676498961)))) { goto IL_0234; } } { uint32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)723360612)))) { goto IL_01fe; } } { goto IL_02b2; } IL_0058: { uint32_t L_9 = V_0; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)1041509726))))) { goto IL_007b; } } { uint32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)822184863)))) { goto IL_012c; } } { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)1041509726)))) { goto IL_0225; } } { goto IL_02b2; } IL_007b: { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)1062369733)))) { goto IL_0156; } } { uint32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)1762750224)))) { goto IL_016b; } } { goto IL_02b2; } IL_0096: { uint32_t L_14 = V_0; if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)-1135103565))))) { goto IL_00dc; } } { uint32_t L_15 = V_0; if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)-1926678623))))) { goto IL_00c1; } } { uint32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)1779622119)))) { goto IL_0243; } } { uint32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)-1926678623)))) { goto IL_01d4; } } { goto IL_02b2; } IL_00c1: { uint32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)-1485152592)))) { goto IL_01aa; } } { uint32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)((int32_t)-1135103565)))) { goto IL_0195; } } { goto IL_02b2; } IL_00dc: { uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)-494980054))))) { goto IL_00ff; } } { uint32_t L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)-853882612)))) { goto IL_01bf; } } { uint32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)-494980054)))) { goto IL_0213; } } { goto IL_02b2; } IL_00ff: { uint32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)-393411857)))) { goto IL_0180; } } { uint32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)((int32_t)-142065121)))) { goto IL_01e9; } } { goto IL_02b2; } IL_0117: { String_t* L_25 = ___value0; bool L_26; L_26 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_25, _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD, /*hidden argument*/NULL); if (L_26) { goto IL_0252; } } { goto IL_02b2; } IL_012c: { String_t* L_27 = ___value0; bool L_28; L_28 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_27, _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645, /*hidden argument*/NULL); if (L_28) { goto IL_0258; } } { goto IL_02b2; } IL_0141: { String_t* L_29 = ___value0; bool L_30; L_30 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_29, _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6, /*hidden argument*/NULL); if (L_30) { goto IL_025e; } } { goto IL_02b2; } IL_0156: { String_t* L_31 = ___value0; bool L_32; L_32 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_31, _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F, /*hidden argument*/NULL); if (L_32) { goto IL_0264; } } { goto IL_02b2; } IL_016b: { String_t* L_33 = ___value0; bool L_34; L_34 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_33, _stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9, /*hidden argument*/NULL); if (L_34) { goto IL_026a; } } { goto IL_02b2; } IL_0180: { String_t* L_35 = ___value0; bool L_36; L_36 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_35, _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299, /*hidden argument*/NULL); if (L_36) { goto IL_0270; } } { goto IL_02b2; } IL_0195: { String_t* L_37 = ___value0; bool L_38; L_38 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_37, _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779, /*hidden argument*/NULL); if (L_38) { goto IL_0276; } } { goto IL_02b2; } IL_01aa: { String_t* L_39 = ___value0; bool L_40; L_40 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_39, _stringLiteral138938A63672EEB2629F899313126D92DFB6DE16, /*hidden argument*/NULL); if (L_40) { goto IL_027c; } } { goto IL_02b2; } IL_01bf: { String_t* L_41 = ___value0; bool L_42; L_42 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_41, _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07, /*hidden argument*/NULL); if (L_42) { goto IL_0282; } } { goto IL_02b2; } IL_01d4: { String_t* L_43 = ___value0; bool L_44; L_44 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_43, _stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC, /*hidden argument*/NULL); if (L_44) { goto IL_0288; } } { goto IL_02b2; } IL_01e9: { String_t* L_45 = ___value0; bool L_46; L_46 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_45, _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8, /*hidden argument*/NULL); if (L_46) { goto IL_028e; } } { goto IL_02b2; } IL_01fe: { String_t* L_47 = ___value0; bool L_48; L_48 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_47, _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7, /*hidden argument*/NULL); if (L_48) { goto IL_0294; } } { goto IL_02b2; } IL_0213: { String_t* L_49 = ___value0; bool L_50; L_50 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_49, _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F, /*hidden argument*/NULL); if (L_50) { goto IL_029a; } } { goto IL_02b2; } IL_0225: { String_t* L_51 = ___value0; bool L_52; L_52 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_51, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, /*hidden argument*/NULL); if (L_52) { goto IL_02a0; } } { goto IL_02b2; } IL_0234: { String_t* L_53 = ___value0; bool L_54; L_54 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_53, _stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103, /*hidden argument*/NULL); if (L_54) { goto IL_02a6; } } { goto IL_02b2; } IL_0243: { String_t* L_55 = ___value0; bool L_56; L_56 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_55, _stringLiteralA7F7BBA3AABC787815F5A83054BA163D213D1763, /*hidden argument*/NULL); if (L_56) { goto IL_02ac; } } { goto IL_02b2; } IL_0252: { return _stringLiteralDD86881DBA7E6B755DFE2849A5B0579CC3D828CD; } IL_0258: { return _stringLiteralC1E3C16C9C1A5D04CF77B335EB6F14AD0DCC7645; } IL_025e: { return _stringLiteral8F87426D22AEE44544168F0CDC2ECCEE865ABCA6; } IL_0264: { return _stringLiteralB4D8750C59CE123025990AD22F8E27C3459AF91F; } IL_026a: { return _stringLiteral8CDA7C69956AC5A33C80AA1964D740023C8C99F9; } IL_0270: { return _stringLiteral5CC2FEA880A089FA5B6DB02498B4783DC9BDA299; } IL_0276: { return _stringLiteral71C0C5D6DEFFF553F1A16F55E32CB5DD206B4779; } IL_027c: { return _stringLiteral138938A63672EEB2629F899313126D92DFB6DE16; } IL_0282: { return _stringLiteralB720A9AE58815DFF5576319E5228D318E7899C07; } IL_0288: { return _stringLiteral7E726DA69119456565965AD4A7E41D2FD45369DC; } IL_028e: { return _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8; } IL_0294: { return _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7; } IL_029a: { return _stringLiteral570A8C820BD3B01A870C767E1B234057A3ABC60F; } IL_02a0: { return _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; } IL_02a6: { return _stringLiteral0970CF2FD3560786B3DFD69BC3EE83E1A9521103; } IL_02ac: { return _stringLiteral2F85BE44F7DC01CA0EC942D07BDDFEA8EF186252; } IL_02b2: { String_t* L_57 = ___value0; return L_57; } } // System.Boolean System.ComponentModel.CategoryAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CategoryAttribute_IsDefaultAttribute_mE8290D2C1B177716403DDBB2232954099D06B47B (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39(__this, /*hidden argument*/NULL); CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 * L_1; L_1 = CategoryAttribute_get_Default_m5D05F4773F1CD96AE026363BC370475A0480A6ED(/*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39(L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3; L_3 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_0, L_2, /*hidden argument*/NULL); return L_3; } } #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.CertHelper::AddCertificatesToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509CertificateCollection,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificatesToNativeChain_m821130EC2637BAFE16F607F366A82EF24E067BE3 (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * V_0 = NULL; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = ___certificates1; NullCheck(L_0); X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_1; L_1 = X509CertificateCollection_GetEnumerator_mB2D27CFCAA973ED96A90743270506B721358A29F(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0018; } IL_0009: { X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_2 = V_0; NullCheck(L_2); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3; L_3 = X509CertificateEnumerator_get_Current_m073AF75A4FCD3173200FF90AB6539B9D82C9EA90(L_2, /*hidden argument*/NULL); V_1 = L_3; unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_4 = ___nativeCertificateChain0; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5 = V_1; unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_6 = ___errorState2; CertHelper_AddCertificateToNativeChain_mE1F8AD3A6448C38C2E75A0AFD77BD0F175109CD3((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_4, L_5, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_6, /*hidden argument*/NULL); } IL_0018: { X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = X509CertificateEnumerator_MoveNext_mD24E317796AFDCEE1C381C30AEC85B5B3A486F8C(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0009; } } IL_0020: { IL2CPP_LEAVE(0x33, FINALLY_0022); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: {// begin finally (depth: 1) { X509CertificateEnumerator_t3F3CB1223F035EA2A9649F1B17102D939EB86AB2 * L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0032; } } IL_002c: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0032: { IL2CPP_END_FINALLY(34) } }// end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { return; } } // System.Void Mono.Unity.CertHelper::AddCertificateToNativeChain(Mono.Unity.UnityTls/unitytls_x509list*,System.Security.Cryptography.X509Certificates.X509Certificate,Mono.Unity.UnityTls/unitytls_errorstate*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertHelper_AddCertificateToNativeChain_mE1F8AD3A6448C38C2E75A0AFD77BD0F175109CD3 (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * ___nativeCertificateChain0, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___certificate1, unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * ___errorState2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * V_1 = NULL; uint8_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * V_4 = NULL; int32_t V_5 = 0; { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = ___certificate1; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_0); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2; V_3 = L_3; if (!L_3) { goto IL_0011; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_3; NullCheck(L_4); if (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))) { goto IL_0016; } } IL_0011: { V_2 = (uint8_t*)((uintptr_t)0); goto IL_001f; } IL_0016: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_3; NullCheck(L_5); V_2 = (uint8_t*)((uintptr_t)((L_5)->GetAddressAt(static_cast(0)))); } IL_001f: { unitytls_interface_struct_t9BF8E97D7CD1F4192F4AB101FABA97F129A07ABD * L_6; L_6 = UnityTls_get_NativeInterface_mB7773702CFA41B1DF3C6868DDCF45E814F130D58(/*hidden argument*/NULL); NullCheck(L_6); unitytls_x509list_append_der_t_t94708C9970997D4B6BA1FDDE41873240FD65DA7E * L_7 = L_6->get_unitytls_x509list_append_der_13(); unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_8 = ___nativeCertificateChain0; uint8_t* L_9 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_10); intptr_t L_11; L_11 = IntPtr_op_Explicit_m9092E57CE669E7B9CCDCF5ADD6DFB758D6545FBF(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_12 = ___errorState2; NullCheck(L_7); unitytls_x509list_append_der_t_Invoke_mA432486D4A73BB7FC4DFE3DD02205FE4C0AB9066(L_7, (unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_8, (uint8_t*)(uint8_t*)L_9, (intptr_t)L_11, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_12, /*hidden argument*/NULL); V_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_13 = ___certificate1; NullCheck(L_13); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_14; L_14 = X509Certificate_get_Impl_mB3A5A23265CEE0651F91F242B11930653C77BF83(L_13, /*hidden argument*/NULL); V_1 = ((X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B *)IsInstClass((RuntimeObject*)L_14, X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B_il2cpp_TypeInfo_var)); X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_15 = V_1; if (!L_15) { goto IL_008b; } } { X509Certificate2Impl_tDCB69D59B05B2D9BAD62CC5EE4579A17EF521A2B * L_16 = V_1; NullCheck(L_16); X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_17; L_17 = VirtualFuncInvoker0< X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * >::Invoke(21 /* System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_IntermediateCertificates() */, L_16); V_4 = L_17; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_18 = V_4; if (!L_18) { goto IL_008b; } } { X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_19 = V_4; NullCheck(L_19); int32_t L_20; L_20 = X509CertificateImplCollection_get_Count_m6C92C5AA558F2ECBD17BB5E743443FF353F1C29E(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_008b; } } { V_5 = 0; goto IL_0080; } IL_0065: { unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D * L_21 = ___nativeCertificateChain0; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_22 = V_4; int32_t L_23 = V_5; NullCheck(L_22); X509CertificateImpl_t921DFC48C47654AE30F0DABDF84567C95C0B1219 * L_24; L_24 = X509CertificateImplCollection_get_Item_m8BC2DE13F2E914AC2290C5F015A00DA0562EC628(L_22, L_23, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_25 = (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)il2cpp_codegen_object_new(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553_il2cpp_TypeInfo_var); X509Certificate__ctor_m293DBAACAD872CAEBB81381DBA39060740A8A67C(L_25, L_24, /*hidden argument*/NULL); unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 * L_26 = ___errorState2; CertHelper_AddCertificateToNativeChain_mE1F8AD3A6448C38C2E75A0AFD77BD0F175109CD3((unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)(unitytls_x509list_tB96E9D4DB410024B6BDB3865C3AD0FD1D5C0380D *)L_21, L_25, (unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)(unitytls_errorstate_t0015D496F47B84E1D98D31D5132B27FADB38F499 *)L_26, /*hidden argument*/NULL); int32_t L_27 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0080: { int32_t L_28 = V_5; X509CertificateImplCollection_t593BEACCBEF8152D23C9013272C8BD3592DDB372 * L_29 = V_4; NullCheck(L_29); int32_t L_30; L_30 = X509CertificateImplCollection_get_Count_m6C92C5AA558F2ECBD17BB5E743443FF353F1C29E(L_29, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_0065; } } IL_008b: { 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 // Mono.Security.Interface.ICertificateValidator Mono.Net.Security.ChainValidationHelper::GetInternalValidator(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ChainValidationHelper_GetInternalValidator_m8DC69A5241DDF15BB501760A626D94014DD0B394 (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = ___settings1; if (L_0) { goto IL_000e; } } { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_1 = ___provider0; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_2 = (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE *)il2cpp_codegen_object_new(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8(L_2, L_1, (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 *)NULL, (bool)0, (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 *)NULL, (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)NULL, /*hidden argument*/NULL); return L_2; } IL_000e: { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3 = ___settings1; NullCheck(L_3); RuntimeObject* L_4; L_4 = MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_5 = ___settings1; NullCheck(L_5); RuntimeObject* L_6; L_6 = MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline(L_5, /*hidden argument*/NULL); return L_6; } IL_001d: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7 = ___provider0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_8 = ___settings1; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_9 = (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE *)il2cpp_codegen_object_new(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8(L_9, L_7, L_8, (bool)0, (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 *)NULL, (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)NULL, /*hidden argument*/NULL); return L_9; } } // Mono.Net.Security.ChainValidationHelper Mono.Net.Security.ChainValidationHelper::Create(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings&,Mono.Net.Security.MonoTlsStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * ChainValidationHelper_Create_m133301B36D2C7B41D9E4571C9605E9368E977960 (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** ___settings1, MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___stream2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * V_0 = NULL; { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = ___provider0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** L_1 = ___settings1; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_2 = *((MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 **)L_1); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_3 = ___stream2; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_4 = (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE *)il2cpp_codegen_object_new(ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE_il2cpp_TypeInfo_var); ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8(L_4, L_0, L_2, (bool)1, L_3, (ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)NULL, /*hidden argument*/NULL); V_0 = L_4; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** L_5 = ___settings1; ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_6 = V_0; NullCheck(L_6); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_7 = L_6->get_settings_1(); *((RuntimeObject **)L_5) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_7); ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_8 = V_0; return L_8; } } // System.Void Mono.Net.Security.ChainValidationHelper::.ctor(Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings,System.Boolean,Mono.Net.Security.MonoTlsStream,Mono.Net.Security.ServerCertValidationCallbackWrapper) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChainValidationHelper__ctor_m28263F9E95F112572E406F1ECC7FBBE7300A6CB8 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider0, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings1, bool ___cloneSettings2, MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___stream3, ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * ___callbackWrapper4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChainValidationHelper_DefaultSelectionCallback_mE44C11E42543653003B1739AC2DEBF84E54266CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * V_1 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t G_B12_0 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = ___settings1; if (L_0) { goto IL_0010; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_1; L_1 = MonoTlsSettings_CopyDefaultSettings_mCAE63D35A1593ACEBFBEAB9C94A27493501CA537(/*hidden argument*/NULL); ___settings1 = L_1; } IL_0010: { bool L_2 = ___cloneSettings2; if (!L_2) { goto IL_001c; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3 = ___settings1; NullCheck(L_3); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_4; L_4 = MonoTlsSettings_CloneWithValidator_m2FF8E65806B460D8D1026F35F1FE122CC3BFD8F5(L_3, __this, /*hidden argument*/NULL); ___settings1 = L_4; } IL_001c: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_5 = ___provider0; if (L_5) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_6; L_6 = MonoTlsProviderFactory_GetProvider_mFD7B472C08E54CF8D28B4EE0E4CF402F18A99E20(/*hidden argument*/NULL); ___provider0 = L_6; } IL_0026: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7 = ___provider0; __this->set_provider_2(L_7); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_8 = ___settings1; __this->set_settings_1(L_8); MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_9 = ___stream3; __this->set_tlsStream_6(L_9); ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_10 = ___callbackWrapper4; __this->set_callbackWrapper_5(L_10); V_0 = (bool)0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_11 = ___settings1; if (!L_11) { goto IL_0099; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_12 = ___settings1; NullCheck(L_12); MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_13; L_13 = MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0069; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_14 = ___settings1; NullCheck(L_14); MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_15; L_15 = MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline(L_14, /*hidden argument*/NULL); RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_16; L_16 = CallbackHelpers_MonoToPublic_m425EA806EFED0B283EC06B4FB0EA471E8ACA92D4(L_15, /*hidden argument*/NULL); V_1 = L_16; RemoteCertificateValidationCallback_t69AACF4DA933279BC0F7916FB62BC05A5DC5A947 * L_17 = V_1; ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_18 = (ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA *)il2cpp_codegen_object_new(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA_il2cpp_TypeInfo_var); ServerCertValidationCallback__ctor_m74FA8CDC1C3AD2BAE782BFD55EC0AA62A18E7DE0(L_18, L_17, /*hidden argument*/NULL); __this->set_certValidationCallback_3(L_18); } IL_0069: { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_19 = ___settings1; NullCheck(L_19); MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_20; L_20 = MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017_inline(L_19, /*hidden argument*/NULL); LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_21; L_21 = CallbackHelpers_MonoToInternal_mDDCA94EA8ECB94A1308AE1C8199F5A0B8DEAC1B0(L_20, /*hidden argument*/NULL); __this->set_certSelectionCallback_4(L_21); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_22 = ___settings1; NullCheck(L_22); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_23; L_23 = MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060_inline(L_22, /*hidden argument*/NULL); V_2 = L_23; bool L_24; L_24 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_2), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_24) { goto IL_0091; } } { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_25 = ___stream3; G_B12_0 = ((!(((RuntimeObject*)(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 *)L_25) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0098; } IL_0091: { bool L_26; L_26 = Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); G_B12_0 = ((int32_t)(L_26)); } IL_0098: { V_0 = (bool)G_B12_0; } IL_0099: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_27 = ___stream3; if (!L_27) { goto IL_00ee; } } { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_28 = ___stream3; NullCheck(L_28); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_29; L_29 = MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83_inline(L_28, /*hidden argument*/NULL); __this->set_request_7(L_29); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_30 = __this->get_request_7(); __this->set_sender_0(L_30); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_31 = __this->get_certValidationCallback_3(); if (L_31) { goto IL_00cf; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_32 = __this->get_request_7(); NullCheck(L_32); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_33; L_33 = HttpWebRequest_get_ServerCertValidationCallback_mC40F344BFA88D34DBD794CDB8BD0B8A5F5D78AA6_inline(L_32, /*hidden argument*/NULL); __this->set_certValidationCallback_3(L_33); } IL_00cf: { LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_34 = __this->get_certSelectionCallback_4(); if (L_34) { goto IL_00e9; } } { LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_35 = (LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C *)il2cpp_codegen_object_new(LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C_il2cpp_TypeInfo_var); LocalCertSelectionCallback__ctor_mE564871B196549FDEA64C011A4AA00339FA0281F(L_35, NULL, (intptr_t)((intptr_t)ChainValidationHelper_DefaultSelectionCallback_mE44C11E42543653003B1739AC2DEBF84E54266CF_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_certSelectionCallback_4(L_35); } IL_00e9: { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_36 = ___settings1; if (L_36) { goto IL_00ee; } } { V_0 = (bool)1; } IL_00ee: { bool L_37 = V_0; if (!L_37) { goto IL_0104; } } { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_38 = __this->get_certValidationCallback_3(); if (L_38) { goto IL_0104; } } { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_39; L_39 = ServicePointManager_get_ServerCertValidationCallback_mB359AF486C997D8390BE6B660058A87AA177A922_inline(/*hidden argument*/NULL); __this->set_certValidationCallback_3(L_39); } IL_0104: { return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.ChainValidationHelper::DefaultSelectionCallback(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ChainValidationHelper_DefaultSelectionCallback_mE44C11E42543653003B1739AC2DEBF84E54266CF (String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, const RuntimeMethod* method) { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_0 = NULL; { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = ___localCertificates1; if (!L_0) { goto IL_000b; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_1 = ___localCertificates1; NullCheck(L_1); int32_t L_2; L_2 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } IL_000b: { V_0 = (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL; goto IL_0017; } IL_000f: { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_3 = ___localCertificates1; NullCheck(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4; L_4 = X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA(L_3, 0, /*hidden argument*/NULL); V_0 = L_4; } IL_0017: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5 = V_0; return L_5; } } // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.ChainValidationHelper::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ChainValidationHelper_get_Settings_m3531570824A98D25FD20B667975B42D72B07CE18 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_settings_1(); return L_0; } } // System.Boolean Mono.Net.Security.ChainValidationHelper::SelectClientCertificate(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.Security.Cryptography.X509Certificates.X509Certificate&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChainValidationHelper_SelectClientCertificate_mF386AA0C4CF842650473CCD90B1BA0D34695130E (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___localCertificates1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___remoteCertificate2, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** ___clientCertificate4, const RuntimeMethod* method) { { LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_0 = __this->get_certSelectionCallback_4(); if (L_0) { goto IL_000e; } } { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** L_1 = ___clientCertificate4; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_000e: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** L_2 = ___clientCertificate4; LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C * L_3 = __this->get_certSelectionCallback_4(); String_t* L_4 = ___targetHost0; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___localCertificates1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6 = ___remoteCertificate2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = ___acceptableIssuers3; NullCheck(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_8; L_8 = LocalCertSelectionCallback_Invoke_m2869B1DB69FB6390DB8035B41C0594762111D484(L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); *((RuntimeObject **)L_2) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_8); return (bool)1; } } // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateCertificate(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateCertificate_mAB6BCD3C37B1ED5CA44B0DA7E3C7FE961D1F7A0C (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___serverMode1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain3, const RuntimeMethod* method) { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_0 = NULL; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B4_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B2_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B3_0 = NULL; int32_t G_B5_0 = 0; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B5_1 = NULL; IL_0000: try {// begin try (depth: 1) { String_t* L_0 = ___host0; bool L_1 = ___serverMode1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_2 = ___leaf2; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_3 = ___chain3; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_4; L_4 = ChainValidationHelper_ValidateChain_mF930C960C8EA0CFEE7AE893486A11AB96CC5A958(__this, L_0, L_1, L_2, L_3, (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *)NULL, 0, /*hidden argument*/NULL); V_0 = L_4; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_5 = __this->get_tlsStream_6(); if (!L_5) { goto IL_0035; } } IL_0016: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_6 = __this->get_tlsStream_6(); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_7 = V_0; G_B2_0 = L_6; if (!L_7) { G_B4_0 = L_6; goto IL_002f; } } IL_001f: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline(L_8, /*hidden argument*/NULL); G_B3_0 = G_B2_0; if (!L_9) { G_B4_0 = G_B2_0; goto IL_002f; } } IL_0027: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline(L_10, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_11)); G_B5_1 = G_B3_0; goto IL_0030; } IL_002f: { G_B5_0 = 1; G_B5_1 = G_B4_0; } IL_0030: { NullCheck(G_B5_1); MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); } IL_0035: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_12 = V_0; V_1 = L_12; goto IL_0050; } }// 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_0039; } throw e; } CATCH_0039: {// begin catch(System.Object) { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_13 = __this->get_tlsStream_6(); if (!L_13) { goto IL_004e; } } IL_0042: { MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_14 = __this->get_tlsStream_6(); NullCheck(L_14); MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline(L_14, (bool)1, /*hidden argument*/NULL); } IL_004e: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ChainValidationHelper_ValidateCertificate_mAB6BCD3C37B1ED5CA44B0DA7E3C7FE961D1F7A0C_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0050: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_15 = V_1; return L_15; } } // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mF930C960C8EA0CFEE7AE893486A11AB96CC5A958 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method) { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * V_0 = NULL; bool V_1 = false; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * G_B3_0 = NULL; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * G_B2_0 = NULL; { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_0 = ___chain3; V_0 = L_0; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_1 = ___chain3; V_1 = (bool)((((RuntimeObject*)(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0009: try {// begin try (depth: 1) { String_t* L_2 = ___host0; bool L_3 = ___server1; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = ___leaf2; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___certs4; int32_t L_6 = ___errors5; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_7; L_7 = ChainValidationHelper_ValidateChain_mFB4BC1CD513099E2156178A0F94663FAD1849EB2(__this, L_2, L_3, L_4, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)(&___chain3), L_5, L_6, /*hidden argument*/NULL); X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_8 = ___chain3; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_9 = V_0; G_B2_0 = L_7; if ((((RuntimeObject*)(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)L_8) == ((RuntimeObject*)(X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)L_9))) { G_B3_0 = L_7; goto IL_001f; } } IL_001d: { V_1 = (bool)1; G_B3_0 = G_B2_0; } IL_001f: { V_2 = G_B3_0; IL2CPP_LEAVE(0x31, FINALLY_0022); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: {// begin finally (depth: 1) { bool L_10 = V_1; if (!L_10) { goto IL_0030; } } IL_0025: { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_11 = ___chain3; if (!L_11) { goto IL_0030; } } IL_0029: { X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_12 = ___chain3; NullCheck(L_12); X509Chain_Dispose_mCFA2A24CDD151F681BA0A24B2CE814696217A1E3(L_12, /*hidden argument*/NULL); } IL_0030: { IL2CPP_END_FINALLY(34) } }// end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31, IL_0031) } IL_0031: { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_13 = V_2; return L_13; } } // Mono.Security.Interface.ValidationResult Mono.Net.Security.ChainValidationHelper::ValidateChain(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain&,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Net.Security.SslPolicyErrors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * ChainValidationHelper_ValidateChain_mFB4BC1CD513099E2156178A0F94663FAD1849EB2 (ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * __this, String_t* ___host0, bool ___server1, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf2, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** ___chain3, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certs4, int32_t ___errors5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m968C69287B96041ABEDF94074175C0CF763C0A5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * V_8 = NULL; int32_t G_B3_0 = 0; int32_t G_B30_0 = 0; { V_0 = (bool)0; V_1 = (bool)0; ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_0 = __this->get_certValidationCallback_3(); if (L_0) { goto IL_0017; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_1 = __this->get_callbackWrapper_5(); G_B3_0 = ((!(((RuntimeObject*)(ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { V_2 = (bool)G_B3_0; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * L_2 = __this->get_tlsStream_6(); if (!L_2) { goto IL_0032; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = __this->get_request_7(); NullCheck(L_3); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_4; L_4 = HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567(L_3, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_5 = ___leaf2; NullCheck(L_4); ServicePoint_UpdateServerCertificate_m8F8352188BACC259F5D00F3D9044E3E7F2707E29(L_4, L_5, /*hidden argument*/NULL); } IL_0032: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6 = ___leaf2; if (L_6) { goto IL_0089; } } { int32_t L_7 = ___errors5; ___errors5 = ((int32_t)((int32_t)L_7|(int32_t)1)); bool L_8 = V_2; if (!L_8) { goto IL_0079; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_9 = __this->get_callbackWrapper_5(); if (!L_9) { goto IL_005e; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_10 = __this->get_callbackWrapper_5(); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_11 = __this->get_certValidationCallback_3(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_12 = ___leaf2; int32_t L_13 = ___errors5; NullCheck(L_10); bool L_14; L_14 = ServerCertValidationCallbackWrapper_Invoke_mBDF485AED0434BAE86AF712D014292266AA71C0C(L_10, L_11, L_12, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)NULL, L_13, /*hidden argument*/NULL); V_1 = L_14; goto IL_0074; } IL_005e: { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_15 = __this->get_certValidationCallback_3(); RuntimeObject * L_16 = __this->get_sender_0(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_17 = ___leaf2; int32_t L_18 = ___errors5; NullCheck(L_15); bool L_19; L_19 = ServerCertValidationCallback_Invoke_m88F7CC8E8BAE6F501FB49ECE5DC9026120DA3857(L_15, L_16, L_17, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 *)NULL, L_18, /*hidden argument*/NULL); V_1 = L_19; } IL_0074: { bool L_20 = V_1; V_0 = (bool)((((int32_t)L_20) == ((int32_t)0))? 1 : 0); } IL_0079: { bool L_21 = V_1; bool L_22 = V_0; int32_t L_23 = ___errors5; Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 L_24; memset((&L_24), 0, sizeof(L_24)); Nullable_1__ctor_m968C69287B96041ABEDF94074175C0CF763C0A5F((&L_24), L_23, /*hidden argument*/Nullable_1__ctor_m968C69287B96041ABEDF94074175C0CF763C0A5F_RuntimeMethod_var); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_25 = (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 *)il2cpp_codegen_object_new(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var); ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18(L_25, L_21, L_22, 0, L_24, /*hidden argument*/NULL); return L_25; } IL_0089: { String_t* L_26 = ___host0; bool L_27; L_27 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00ab; } } { String_t* L_28 = ___host0; NullCheck(L_28); int32_t L_29; L_29 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_28, ((int32_t)58), /*hidden argument*/NULL); V_7 = L_29; int32_t L_30 = V_7; if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00ab; } } { String_t* L_31 = ___host0; int32_t L_32 = V_7; NullCheck(L_31); String_t* L_33; L_33 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_31, 0, L_32, /*hidden argument*/NULL); ___host0 = L_33; } IL_00ab: { IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var); RuntimeObject* L_34; L_34 = ServicePointManager_GetLegacyCertificatePolicy_m256D5E7267BA12980E8FD08B6BE2FCBC24FDEA0A_inline(/*hidden argument*/NULL); V_3 = L_34; V_4 = 0; MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_35 = __this->get_settings_1(); IL2CPP_RUNTIME_CLASS_INIT(SystemCertificateValidator_t2C7C4B225D22259A73CDC5879CD4D4F6E5B871A5_il2cpp_TypeInfo_var); bool L_36; L_36 = SystemCertificateValidator_NeedsChain_m8BAD2594BF43C9150CD00581977B4F537C277FE3(L_35, /*hidden argument*/NULL); V_5 = L_36; bool L_37 = V_5; bool L_38 = V_2; if (!((int32_t)((int32_t)((((int32_t)L_37) == ((int32_t)0))? 1 : 0)&(int32_t)L_38))) { goto IL_00e2; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_39 = __this->get_settings_1(); if (!L_39) { goto IL_00df; } } { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_40 = __this->get_settings_1(); NullCheck(L_40); bool L_41; L_41 = MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46_inline(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00e2; } } IL_00df: { V_5 = (bool)1; } IL_00e2: { int32_t L_42 = ___errors5; V_6 = L_42; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_43 = __this->get_provider_2(); String_t* L_44 = ___host0; bool L_45 = ___server1; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_46 = ___certs4; bool L_47 = V_5; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_48 = ___chain3; NullCheck(L_43); bool L_49; L_49 = VirtualFuncInvoker8< bool, RuntimeObject*, String_t*, bool, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, bool, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **, int32_t*, int32_t* >::Invoke(12 /* System.Boolean Mono.Security.Interface.MonoTlsProvider::ValidateCertificate(Mono.Security.Interface.ICertificateValidator2,System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean,System.Security.Cryptography.X509Certificates.X509Chain&,Mono.Security.Interface.MonoSslPolicyErrors&,System.Int32&) */, L_43, __this, L_44, L_45, L_46, L_47, (X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)L_48, (int32_t*)(&V_6), (int32_t*)(&V_4)); V_1 = L_49; int32_t L_50 = V_6; ___errors5 = L_50; int32_t L_51 = V_4; if (L_51) { goto IL_0112; } } { int32_t L_52 = ___errors5; if (!L_52) { goto IL_0112; } } { V_4 = ((int32_t)-2146762485); } IL_0112: { RuntimeObject* L_53 = V_3; if (!L_53) { goto IL_0162; } } { RuntimeObject* L_54 = V_3; if (!((DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 *)IsInstClass((RuntimeObject*)L_54, DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var))) { goto IL_0125; } } { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_55 = __this->get_certValidationCallback_3(); if (L_55) { goto IL_0162; } } IL_0125: { V_8 = (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *)NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_56 = __this->get_request_7(); if (!L_56) { goto IL_013d; } } { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_57 = __this->get_request_7(); NullCheck(L_57); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_58; L_58 = HttpWebRequest_get_ServicePointNoLock_mAB6BB5851482B6EA1FFB3943897D7B9399795B13_inline(L_57, /*hidden argument*/NULL); V_8 = L_58; } IL_013d: { RuntimeObject* L_59 = V_3; ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_60 = V_8; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_61 = ___leaf2; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_62 = __this->get_request_7(); int32_t L_63 = V_4; NullCheck(L_59); bool L_64; L_64 = InterfaceFuncInvoker4< bool, ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E *, int32_t >::Invoke(0 /* System.Boolean System.Net.ICertificatePolicy::CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32) */, ICertificatePolicy_t7A9584DFA8196FE1962B2541877DB571C1FBF2C6_il2cpp_TypeInfo_var, L_59, L_60, L_61, L_62, L_63); V_1 = L_64; bool L_65 = V_1; if (L_65) { goto IL_0160; } } { RuntimeObject* L_66 = V_3; G_B30_0 = ((((int32_t)((!(((RuntimeObject*)(DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 *)((DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5 *)IsInstClass((RuntimeObject*)L_66, DefaultCertificatePolicy_tD7D2E2AFA9C5648214DC0405BF1A86F234FBFCC5_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0161; } IL_0160: { G_B30_0 = 0; } IL_0161: { V_0 = (bool)G_B30_0; } IL_0162: { bool L_67 = V_2; if (!L_67) { goto IL_01a4; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_68 = __this->get_callbackWrapper_5(); if (!L_68) { goto IL_0187; } } { ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2 * L_69 = __this->get_callbackWrapper_5(); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_70 = __this->get_certValidationCallback_3(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_71 = ___leaf2; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_72 = ___chain3; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_73 = *((X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)L_72); int32_t L_74 = ___errors5; NullCheck(L_69); bool L_75; L_75 = ServerCertValidationCallbackWrapper_Invoke_mBDF485AED0434BAE86AF712D014292266AA71C0C(L_69, L_70, L_71, L_73, L_74, /*hidden argument*/NULL); V_1 = L_75; goto IL_019f; } IL_0187: { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_76 = __this->get_certValidationCallback_3(); RuntimeObject * L_77 = __this->get_sender_0(); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_78 = ___leaf2; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 ** L_79 = ___chain3; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_80 = *((X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 **)L_79); int32_t L_81 = ___errors5; NullCheck(L_76); bool L_82; L_82 = ServerCertValidationCallback_Invoke_m88F7CC8E8BAE6F501FB49ECE5DC9026120DA3857(L_76, L_77, L_78, L_80, L_81, /*hidden argument*/NULL); V_1 = L_82; } IL_019f: { bool L_83 = V_1; V_0 = (bool)((((int32_t)L_83) == ((int32_t)0))? 1 : 0); } IL_01a4: { bool L_84 = V_1; bool L_85 = V_0; int32_t L_86 = V_4; int32_t L_87 = ___errors5; Nullable_1_tFFCA989476CA7DDFB276DC7C2A3664F6092EFE39 L_88; memset((&L_88), 0, sizeof(L_88)); Nullable_1__ctor_m968C69287B96041ABEDF94074175C0CF763C0A5F((&L_88), L_87, /*hidden argument*/Nullable_1__ctor_m968C69287B96041ABEDF94074175C0CF763C0A5F_RuntimeMethod_var); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_89 = (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 *)il2cpp_codegen_object_new(ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23_il2cpp_TypeInfo_var); ValidationResult__ctor_mC7440C9DCE339A6050A327757E3D9966638C4C18(L_89, L_84, L_85, L_86, L_88, /*hidden argument*/NULL); return L_89; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.CharConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharConverter_CanConvertFrom_mAC7B6247D19E43C668605A4266A1F5C28398A985 (CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0014; } } { return (bool)1; } IL_0014: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6; L_6 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.CharConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CharConverter_ConvertTo_mAEB7465402B230DA15563F1DEBDD24DCE1B03EBC (CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0029; } } { RuntimeObject * L_4 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var))) { goto IL_0029; } } { RuntimeObject * L_5 = ___value2; if (((*(Il2CppChar*)((Il2CppChar*)UnBox(L_5, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var))))) { goto IL_0029; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0029: { RuntimeObject* L_6 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7 = ___culture1; RuntimeObject * L_8 = ___value2; Type_t * L_9 = ___destinationType3; RuntimeObject * L_10; L_10 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Object System.ComponentModel.CharConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CharConverter_ConvertFrom_mB0723393E58E802D5E82F222E4586EE823B345B6 (CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9 * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_006a; } } { RuntimeObject * L_1 = ___value2; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_001f; } } { String_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_001f: { String_t* L_6 = V_0; if (!L_6) { goto IL_0063; } } { String_t* L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0063; } } { String_t* L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_0056; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = V_0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E))); (L_14)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E))); String_t* L_15; L_15 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral82E6092E8C7DF2F7008AC4BDF5332EAC1C3ABF3D)), L_14, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_16 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CharConverter_ConvertFrom_mB0723393E58E802D5E82F222E4586EE823B345B6_RuntimeMethod_var))); } IL_0056: { String_t* L_17 = V_0; NullCheck(L_17); Il2CppChar L_18; L_18 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, 0, /*hidden argument*/NULL); Il2CppChar L_19 = L_18; RuntimeObject * L_20 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_19); return L_20; } IL_0063: { Il2CppChar L_21 = ((Il2CppChar)0); RuntimeObject * L_22 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_21); return L_22; } IL_006a: { RuntimeObject* L_23 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = ___culture1; RuntimeObject * L_25 = ___value2; RuntimeObject * L_26; L_26 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_23, L_24, L_25, /*hidden argument*/NULL); return L_26; } } // System.Void System.ComponentModel.CharConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharConverter__ctor_mFBE1FBC938BF62E2E23B96988703AC6E1ADC5320 (CharConverter_t29DEC889E461BCFD7BD224AFB3D6DB6A9E4189A9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Design.CheckoutException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CheckoutException__ctor_m80537F1590DF418C59BBD90E9B6314E5510F5377 (CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * __this, const RuntimeMethod* method) { { ExternalException__ctor_mFD1CAD686E262BF4785865FA94DB20D410CF4809(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Design.CheckoutException::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CheckoutException__ctor_m3555D7B813C2B52B67383DDFDD715B3A3F4DF638 (CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * __this, String_t* ___message0, int32_t ___errorCode1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; int32_t L_1 = ___errorCode1; ExternalException__ctor_m8EECD03761DA5BF9053BED993D010B63B745DA96(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Design.CheckoutException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CheckoutException__ctor_m6A612BE35FB0544B19F8AF096563647FA507515B (CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; ExternalException__ctor_mF237400F375CB6BA1857B5C5EE7419AA59069184(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Design.CheckoutException::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CheckoutException__cctor_mD3F797F76D34877419E462C7A92F8C4351125471 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral857015A8E8474834EEF9D46E196C7FBA7B200E4D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral857015A8E8474834EEF9D46E196C7FBA7B200E4D, /*hidden argument*/NULL); CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C * L_1 = (CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C *)il2cpp_codegen_object_new(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var); CheckoutException__ctor_m3555D7B813C2B52B67383DDFDD715B3A3F4DF638(L_1, L_0, ((int32_t)-2147467260), /*hidden argument*/NULL); ((CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_StaticFields*)il2cpp_codegen_static_fields_for(CheckoutException_t6D4622575922C2845CA97ADEF487051E87EDD02C_il2cpp_TypeInfo_var))->set_Canceled_17(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.Configuration.ClientSettingsSection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientSettingsSection__ctor_m593E356E34574791C149082601D48AF4FF5A023A (ClientSettingsSection_tFCEB35A153A1FA1C59350D7082D96162A6B6F023 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientSettingsSection__ctor_m593E356E34574791C149082601D48AF4FF5A023A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ClientSettingsSection__ctor_m593E356E34574791C149082601D48AF4FF5A023A_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Configuration.ClientSettingsSection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ClientSettingsSection_get_Properties_m69E7F9608FC5BF2FF44661D67A0D52C2005672C4 (ClientSettingsSection_tFCEB35A153A1FA1C59350D7082D96162A6B6F023 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientSettingsSection_get_Properties_m69E7F9608FC5BF2FF44661D67A0D52C2005672C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ClientSettingsSection_get_Properties_m69E7F9608FC5BF2FF44661D67A0D52C2005672C4_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.Configuration.SettingElementCollection System.Configuration.ClientSettingsSection::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B * ClientSettingsSection_get_Settings_m9FDE186574ACECEEFE6B893C9B40B5BCED6A6ABE (ClientSettingsSection_tFCEB35A153A1FA1C59350D7082D96162A6B6F023 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientSettingsSection_get_Settings_m9FDE186574ACECEEFE6B893C9B40B5BCED6A6ABE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ClientSettingsSection_get_Settings_m9FDE186574ACECEEFE6B893C9B40B5BCED6A6ABE_RuntimeMethod_var); return (SettingElementCollection_t22D4ACD61C4CEEC84EA9283FDDB9EA6D57A1556B *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.CollectionChangeEventArgs::.ctor(System.ComponentModel.CollectionChangeAction,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventArgs__ctor_mD7AEE0B34D83BB0FE0F76951E979E9394754F452 (CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * __this, int32_t ___action0, RuntimeObject * ___element1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); int32_t L_0 = ___action0; __this->set_action_1(L_0); RuntimeObject * L_1 = ___element1; __this->set_element_2(L_1); return; } } // System.ComponentModel.CollectionChangeAction System.ComponentModel.CollectionChangeEventArgs::get_Action() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionChangeEventArgs_get_Action_m6DFD97E0C042A8C551F81CCFF2B16756E3BA0FCD (CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_action_1(); return L_0; } } // System.Object System.ComponentModel.CollectionChangeEventArgs::get_Element() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionChangeEventArgs_get_Element_m565CA72ED206D7F91D9C35976FEB2DEF33E0849D (CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_element_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.CollectionChangeEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler__ctor_m50A99D892A06CFACEA6F89EE168909BCF6D84AC2 (CollectionChangeEventHandler_t935F19010617051C6E5CA8F91D1724F0A0D61F77 * __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.CollectionChangeEventHandler::Invoke(System.Object,System.ComponentModel.CollectionChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler_Invoke_mBA11918A6ED23C340D0E527D62B0A9FC3DBF6C6F (CollectionChangeEventHandler_t935F19010617051C6E5CA8F91D1724F0A0D61F77 * __this, RuntimeObject * ___sender0, CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.ComponentModel.CollectionChangeEventHandler::BeginInvoke(System.Object,System.ComponentModel.CollectionChangeEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionChangeEventHandler_BeginInvoke_m858657BC90C04DA49BFE7524C035E5C92A7319C8 (CollectionChangeEventHandler_t935F19010617051C6E5CA8F91D1724F0A0D61F77 * __this, RuntimeObject * ___sender0, CollectionChangeEventArgs_t7AAC8CD3B11DA4689B157DCC84CC3867282B0D2B * ___e1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void System.ComponentModel.CollectionChangeEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionChangeEventHandler_EndInvoke_mBE23EC8D084FE12B3241321C9B29AC723736151D (CollectionChangeEventHandler_t935F19010617051C6E5CA8F91D1724F0A0D61F77 * __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.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionConverter_ConvertTo_mCB069A6BEC769D4BC2A44C7ED04947DF33B08B84 (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, RuntimeObject* ___context0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7131F911FD45436156733287EA93A3628FF2E11C); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionConverter_ConvertTo_mCB069A6BEC769D4BC2A44C7ED04947DF33B08B84_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003b; } } { RuntimeObject * L_7 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_7, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var))) { goto IL_003b; } } { String_t* L_8; L_8 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral7131F911FD45436156733287EA93A3628FF2E11C, /*hidden argument*/NULL); return L_8; } IL_003b: { RuntimeObject* L_9 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture1; RuntimeObject * L_11 = ___value2; Type_t * L_12 = ___destinationType3; RuntimeObject * L_13; L_13 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CollectionConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * CollectionConverter_GetProperties_m9B8E37D3972EB8FFC8F1566FFCF432C519870874 (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { { return (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)NULL; } } // System.Boolean System.ComponentModel.CollectionConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionConverter_GetPropertiesSupported_m01067EF9BF5569094A655402823B3081E5FDF00A (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.ComponentModel.CollectionConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionConverter__ctor_mA6E78367ED2C94B1B80B6E3314AB4854D275613F (CollectionConverter_t422389A535F7B690A16B943213A57E6464DDA11A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Net.NetworkInformation.CommonUnixIPGlobalProperties::getdomainname(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonUnixIPGlobalProperties_getdomainname_m986C881DC228C76FEDFE01DDA4375990B9F312F7 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___name0, int32_t ___len1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, int32_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(void*) + sizeof(int32_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libc"), "getdomainname", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Marshaling of parameter '___name0' to native representation uint8_t* ____name0_marshaled = NULL; if (___name0 != NULL) { ____name0_marshaled = reinterpret_cast((___name0)->GetAddressAtUnchecked(0)); } // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL int32_t returnValue = reinterpret_cast(getdomainname)(____name0_marshaled, ___len1); #else int32_t returnValue = il2cppPInvokeFunc(____name0_marshaled, ___len1); #endif return returnValue; } // System.String System.Net.NetworkInformation.CommonUnixIPGlobalProperties::get_DomainName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CommonUnixIPGlobalProperties_get_DomainName_m413AC21C8FCF33C473D3360DD83E0F9CFB7662D7 (CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mF36C8A5539995AE18A947ADB16AA826FEC59526D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B7_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B7_1 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B7_2 = NULL; int32_t G_B6_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B6_1 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B6_2 = NULL; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B8_2 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B8_3 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); V_0 = L_0; } IL_000b: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = V_0; int32_t L_2; L_2 = CommonUnixIPGlobalProperties_getdomainname_m986C881DC228C76FEDFE01DDA4375990B9F312F7(L_1, ((int32_t)256), /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } IL_0018: { NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * L_3 = (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF_il2cpp_TypeInfo_var))); NetworkInformationException__ctor_m5CDA318CAFE57C54FA19136D9CC86F34DF5F8F1C(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CommonUnixIPGlobalProperties_get_DomainName_m413AC21C8FCF33C473D3360DD83E0F9CFB7662D7_RuntimeMethod_var))); } IL_001e: { goto IL_0029; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_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.EntryPointNotFoundException) String_t* L_4 = ((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(); V_2 = L_4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_004a; }// end catch (depth: 1) IL_0029: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; int32_t L_6; L_6 = Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mF36C8A5539995AE18A947ADB16AA826FEC59526D(L_5, (uint8_t)0, /*hidden argument*/Array_IndexOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mF36C8A5539995AE18A947ADB16AA826FEC59526D_RuntimeMethod_var); V_1 = L_6; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_7; L_7 = Encoding_get_ASCII_mD3E8370997347A3F6822BDA50BC0A1DBC0059173(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; int32_t L_9 = V_1; G_B6_0 = 0; G_B6_1 = L_8; G_B6_2 = L_7; if ((((int32_t)L_9) < ((int32_t)0))) { G_B7_0 = 0; G_B7_1 = L_8; G_B7_2 = L_7; goto IL_003f; } } { int32_t L_10 = V_1; G_B8_0 = L_10; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; G_B8_3 = G_B6_2; goto IL_0044; } IL_003f: { G_B8_0 = ((int32_t)256); G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; G_B8_3 = G_B7_2; } IL_0044: { NullCheck(G_B8_3); String_t* L_11; L_11 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, G_B8_3, G_B8_2, G_B8_1, G_B8_0); return L_11; } IL_004a: { String_t* L_12 = V_2; return L_12; } } // System.Void System.Net.NetworkInformation.CommonUnixIPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonUnixIPGlobalProperties__ctor_m60C46E122AF76BCED16DD7F3FD5EFF74C093F83C (CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 * __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.Diagnostics.BooleanSwitch System.ComponentModel.CompModSwitches::get_CommonDesignerServices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * CompModSwitches_get_CommonDesignerServices_mBF7302DA0E7AD6158D9629D13CBAE01469FD9B69 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0646CD297CCBFE38038529366B7F53422421DA4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8768920A3D9376883BADAF7F1D5DB2C55471C612); s_Il2CppMethodInitialized = true; } { BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * L_0 = ((CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var))->get_commonDesignerServices_0(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001f; } } { BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * L_1 = (BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 *)il2cpp_codegen_object_new(BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2_il2cpp_TypeInfo_var); BooleanSwitch__ctor_m2FF77BE99ADF4D42BA2C9062CA03367320EA37B1(L_1, _stringLiteral8768920A3D9376883BADAF7F1D5DB2C55471C612, _stringLiteral0646CD297CCBFE38038529366B7F53422421DA4C, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var))->set_commonDesignerServices_0(L_1); } IL_001f: { BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * L_2 = ((CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var))->get_commonDesignerServices_0(); il2cpp_codegen_memory_barrier(); return L_2; } } // System.Diagnostics.TraceSwitch System.ComponentModel.CompModSwitches::get_EventLog() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * CompModSwitches_get_EventLog_mDA0213B9A29F0291AB96964417B9A7AEC5D8EB86 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EE1D8C7EF4342732FEAC9B1815342A087EB469C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87DD49519EF57D785689671BB43333C580C75EE0); s_Il2CppMethodInitialized = true; } { TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * L_0 = ((CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var))->get_eventLog_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001f; } } { TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * L_1 = (TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D *)il2cpp_codegen_object_new(TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D_il2cpp_TypeInfo_var); TraceSwitch__ctor_mD58DD10227C022C30F5A19C784D1E27289F9D969(L_1, _stringLiteral87DD49519EF57D785689671BB43333C580C75EE0, _stringLiteral7EE1D8C7EF4342732FEAC9B1815342A087EB469C, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var))->set_eventLog_1(L_1); } IL_001f: { TraceSwitch_tDDED47C3341F28742AE0F02339112484787F873D * L_2 = ((CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_StaticFields*)il2cpp_codegen_static_fields_for(CompModSwitches_tC60224AE0CA2EF421EFBCF1573065A0C1592ADE4_il2cpp_TypeInfo_var))->get_eventLog_1(); il2cpp_codegen_memory_barrier(); 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.Comparer::System.Collections.IComparer.Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Comparer_System_Collections_IComparer_Compare_m83E8F9A164E78CC74ADA62FF0EB4F7AEBE08B902 (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * __this, RuntimeObject * ___ol0, RuntimeObject * ___or1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___ol0; V_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_0, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___or1; V_1 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_2, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_4, /*hidden argument*/NULL); int32_t L_6; L_6 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_3, L_5, 5, /*hidden argument*/NULL); int32_t L_7 = L_6; V_2 = L_7; if (!L_7) { goto IL_0026; } } { int32_t L_8 = V_2; return L_8; } IL_0026: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(L_9, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_10, L_12, 5, /*hidden argument*/NULL); int32_t L_14 = L_13; V_2 = L_14; if (!L_14) { goto IL_003e; } } { int32_t L_15 = V_2; return L_15; } IL_003e: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_16, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_18, /*hidden argument*/NULL); int32_t L_20; L_20 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_17, L_19, 4, /*hidden argument*/NULL); int32_t L_21 = L_20; V_2 = L_21; if (!L_21) { goto IL_0056; } } { int32_t L_22 = V_2; return L_22; } IL_0056: { return 0; } } // System.Void System.Net.Comparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer__ctor_mB9048FB4377C7FE872A4ACD9A0173FEDA37554F3 (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * __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.CompatibleComparer::.ctor(System.Collections.IComparer,System.Collections.IHashCodeProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompatibleComparer__ctor_mFAA5DFD1F5D8A144CBE12E74E8557CF5653A2DB0 (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, RuntimeObject* ___comparer0, RuntimeObject* ___hashCodeProvider1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; __this->set__comparer_0(L_0); RuntimeObject* L_1 = ___hashCodeProvider1; __this->set__hcp_2(L_1); return; } } // System.Boolean System.Collections.Specialized.CompatibleComparer::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompatibleComparer_Equals_m08DCF183451A42F14345B5F615F4BE790565EB38 (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___a0; RuntimeObject * L_1 = ___b1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_2 = ___a0; if (!L_2) { goto IL_000c; } } { RuntimeObject * L_3 = ___b1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { } IL_000f: try {// begin try (depth: 1) { RuntimeObject* L_4 = __this->get__comparer_0(); if (!L_4) { goto IL_002a; } } IL_0017: { RuntimeObject* L_5 = __this->get__comparer_0(); RuntimeObject * L_6 = ___a0; RuntimeObject * L_7 = ___b1; NullCheck(L_5); int32_t L_8; L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_5, L_6, L_7); V_1 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); goto IL_0050; } IL_002a: { RuntimeObject * L_9 = ___a0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_0; if (!L_10) { goto IL_0041; } } IL_0034: { RuntimeObject* L_11 = V_0; RuntimeObject * L_12 = ___b1; NullCheck(L_11); int32_t L_13; L_13 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tFEDC50D0B9EA8DB2753CA1971AA5AB49AD3AC62C_il2cpp_TypeInfo_var, L_11, L_12); V_1 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); goto IL_0050; } IL_0041: { goto IL_0048; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0043; } throw e; } CATCH_0043: {// begin catch(System.ArgumentException) V_1 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0050; }// end catch (depth: 1) IL_0048: { RuntimeObject * L_14 = ___a0; RuntimeObject * L_15 = ___b1; NullCheck(L_14); bool L_16; L_16 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_14, L_15); return L_16; } IL_0050: { bool L_17 = V_1; return L_17; } } // System.Int32 System.Collections.Specialized.CompatibleComparer::GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompatibleComparer_GetHashCode_mEFB12FFF3B0A76548DF481D6922F2F21D31B30FA (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompatibleComparer_GetHashCode_mEFB12FFF3B0A76548DF481D6922F2F21D31B30FA_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = __this->get__hcp_2(); if (!L_2) { goto IL_0023; } } { RuntimeObject* L_3 = __this->get__hcp_2(); RuntimeObject * L_4 = ___obj0; NullCheck(L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IHashCodeProvider::GetHashCode(System.Object) */, IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var, L_3, L_4); return L_5; } IL_0023: { RuntimeObject * L_6 = ___obj0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); return L_7; } } // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79 (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__comparer_0(); return L_0; } } // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__hcp_2(); return L_0; } } // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_m3CE447550711937CB1B4012A0886F99E0719C8E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultComparer_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C * L_2 = (CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C *)il2cpp_codegen_object_new(CaseInsensitiveComparer_t6261A2A5410CBE32D356D9D93017732DF0AADC6C_il2cpp_TypeInfo_var); CaseInsensitiveComparer__ctor_mD14E129C0E3097F0E076A4E04E87D5081C4E666B(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->set_defaultComparer_1(L_2); } IL_001a: { RuntimeObject* L_3 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultComparer_1(); il2cpp_codegen_memory_barrier(); return L_3; } } // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_m97193A6E0AB462BB662CA24C0F3491CE2B950698 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultHashProvider_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA * L_2 = (CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA *)il2cpp_codegen_object_new(CaseInsensitiveHashCodeProvider_tBB49394EF70D0021AE2D095430A23CB71AD512FA_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider__ctor_mA20A70E69A24912F9688675F259E538C46034D63(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->set_defaultHashProvider_3(L_2); } IL_001a: { RuntimeObject* L_3 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_StaticFields*)il2cpp_codegen_static_fields_for(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))->get_defaultHashProvider_3(); il2cpp_codegen_memory_barrier(); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_m57997B380F8C06EC1702E5558FAAD627C135417B (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); __this->set_dataSource_0((String_t*)NULL); __this->set_dataMember_1((String_t*)NULL); return; } } // System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_mD0B6569E3A37F9A3745F8F46F031EBB6B88A8730 (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, String_t* ___dataSource0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___dataSource0; __this->set_dataSource_0(L_0); __this->set_dataMember_1((String_t*)NULL); return; } } // System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__ctor_m718F450C2F8144C6C72F7DE3DCC5185441894179 (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, String_t* ___dataSource0, String_t* ___dataMember1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___dataSource0; __this->set_dataSource_0(L_0); String_t* L_1 = ___dataMember1; __this->set_dataMember_1(L_1); return; } } // System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataSource() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataSource_mC7353352E0BE0DBFA04C22B1A114B52FE0CE9F75 (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_dataSource_0(); return L_0; } } // System.String System.ComponentModel.ComplexBindingPropertiesAttribute::get_DataMember() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataMember_mDE5C4B1794E90741CD50FA9DC328E5CDC485B0FF (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_dataMember_1(); return L_0; } } // System.Boolean System.ComponentModel.ComplexBindingPropertiesAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ComplexBindingPropertiesAttribute_Equals_m07441FB9A203CCBD5F1B669EF82EF5977647D2D4 (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E *)IsInstSealed((RuntimeObject*)L_0, ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_il2cpp_TypeInfo_var)); ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * L_1 = V_0; if (!L_1) { goto IL_002f; } } { ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = ComplexBindingPropertiesAttribute_get_DataSource_mC7353352E0BE0DBFA04C22B1A114B52FE0CE9F75_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = __this->get_dataSource_0(); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002f; } } { ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = ComplexBindingPropertiesAttribute_get_DataMember_mDE5C4B1794E90741CD50FA9DC328E5CDC485B0FF_inline(L_6, /*hidden argument*/NULL); String_t* L_8 = __this->get_dataMember_1(); bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_002f: { return (bool)0; } } // System.Int32 System.ComponentModel.ComplexBindingPropertiesAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComplexBindingPropertiesAttribute_GetHashCode_m9C8BD118FD5BB59B31C1ED266600F147C2106E6C (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.ComplexBindingPropertiesAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComplexBindingPropertiesAttribute__cctor_mD0396075BB0B2A60CB2822B5EADE3CCCB0992B0D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * L_0 = (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E *)il2cpp_codegen_object_new(ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_il2cpp_TypeInfo_var); ComplexBindingPropertiesAttribute__ctor_m57997B380F8C06EC1702E5558FAAD627C135417B(L_0, /*hidden argument*/NULL); ((ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_StaticFields*)il2cpp_codegen_static_fields_for(ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E_il2cpp_TypeInfo_var))->set_Default_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Component::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Finalize_mDBE707310C79EAC9D78A1A6B8CBC58B1D85FFD6C (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __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(14 /* System.Void System.ComponentModel.Component::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.Boolean System.ComponentModel.Component::get_CanRaiseEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEvents_m5C347D156A4E54A1DB24C045FDD43E74B66E4295 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.Component::get_CanRaiseEventsInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_CanRaiseEventsInternal_mF1CE3CBC6ECADC117635E96EA0A7316AC8361C12 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.ComponentModel.Component::get_CanRaiseEvents() */, __this); return L_0; } } // System.Void System.ComponentModel.Component::add_Disposed(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_add_Disposed_m4BF1D488DD5BBCECD10F5C77638E53F9E223209A (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields*)il2cpp_codegen_static_fields_for(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var))->get_EventDisposed_1(); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2 = ___value0; NullCheck(L_0); EventHandlerList_AddHandler_m0B42959A10FD1FB86A5E0887F39310A0D2925A82(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Component::remove_Disposed(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_remove_Disposed_m140D3D21BEB287BFD683C6F36C0001CD5FCC9887 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields*)il2cpp_codegen_static_fields_for(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var))->get_EventDisposed_1(); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2 = ___value0; NullCheck(L_0); EventHandlerList_RemoveHandler_m8E4AA68A893AE552BF2311DDC7E20998DDA2B1DA(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.ComponentModel.EventHandlerList System.ComponentModel.Component::get_Events() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * Component_get_Events_m1932F0DA258B34AD8DE1E95A88B489C4612D1140 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0 = __this->get_events_3(); if (L_0) { goto IL_0014; } } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_1 = (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 *)il2cpp_codegen_object_new(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714_il2cpp_TypeInfo_var); EventHandlerList__ctor_mDF4184A831BBF85E2CCF723614579F5F39D0478D(L_1, __this, /*hidden argument*/NULL); __this->set_events_3(L_1); } IL_0014: { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_2 = __this->get_events_3(); return L_2; } } // System.ComponentModel.ISite System.ComponentModel.Component::get_Site() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Site_m631CE2D78EF06416FF52841A120170C64E8B6301 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_site_2(); return L_0; } } // System.Void System.ComponentModel.Component::set_Site(System.ComponentModel.ISite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_set_Site_m7513C1B120CB6724089D4294469E1D809DAC814F (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_site_2(L_0); return; } } // System.Void System.ComponentModel.Component::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_mC05DA7EBB2CA50E4854BED0FC992770E81771593 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __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(14 /* System.Void System.ComponentModel.Component::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.ComponentModel.Component::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_Dispose_m41A6868E474C0937E68618E171C8169ECE2A9347 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * V_0 = NULL; bool V_1 = false; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ___disposing0; if (!L_0) { goto IL_006e; } } { V_0 = __this; V_1 = (bool)0; } IL_0007: try {// begin try (depth: 1) { Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); RuntimeObject* L_2 = __this->get_site_2(); if (!L_2) { goto IL_0035; } } IL_0017: { RuntimeObject* L_3 = __this->get_site_2(); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_0035; } } IL_0024: { RuntimeObject* L_5 = __this->get_site_2(); NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_5); NullCheck(L_6); InterfaceActionInvoker1< RuntimeObject* >::Invoke(3 /* System.Void System.ComponentModel.IContainer::Remove(System.ComponentModel.IComponent) */, IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var, L_6, __this); } IL_0035: { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_7 = __this->get_events_3(); if (!L_7) { goto IL_0062; } } IL_003d: { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_8 = __this->get_events_3(); IL2CPP_RUNTIME_CLASS_INIT(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); RuntimeObject * L_9 = ((Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields*)il2cpp_codegen_static_fields_for(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var))->get_EventDisposed_1(); NullCheck(L_8); Delegate_t * L_10; L_10 = EventHandlerList_get_Item_mC9E8B2F3D48DB323CA19FB87B2DBB7240AE03334(L_8, L_9, /*hidden argument*/NULL); V_2 = ((EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)CastclassSealed((RuntimeObject*)L_10, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var)); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_11 = V_2; if (!L_11) { goto IL_0062; } } IL_0056: { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * L_13 = ((EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var))->get_Empty_0(); NullCheck(L_12); EventHandler_Invoke_m0F82470611ECCEECEB93CD16EE16C4D14051EB81(L_12, __this, L_13, /*hidden argument*/NULL); } IL_0062: { IL2CPP_LEAVE(0x6E, FINALLY_0064); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: {// begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_006d; } } IL_0067: { Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * L_15 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_15, /*hidden argument*/NULL); } IL_006d: { IL2CPP_END_FINALLY(100) } }// end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6E, IL_006e) } IL_006e: { return; } } // System.ComponentModel.IContainer System.ComponentModel.Component::get_Container() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_get_Container_m9A6E12618541D6A7F0128B7B7165B5989DBD09DE (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->get_site_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0011; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0011: { return (RuntimeObject*)NULL; } } // System.Object System.ComponentModel.Component::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetService_mD7AC529C9E9E316E058150D360F2EF94644614F8 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, Type_t * ___service0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->get_site_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0012; } } { RuntimeObject* L_2 = V_0; Type_t * L_3 = ___service0; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_2, L_3); return L_4; } IL_0012: { return NULL; } } // System.Boolean System.ComponentModel.Component::get_DesignMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_DesignMode_m734BA2B9442EB0294B051D6DECC56272135EA36C (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->get_site_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0011; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0011: { return (bool)0; } } // System.String System.ComponentModel.Component::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_ToString_m281811936682E090CB59313B17FDD92D21C6A0DF (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = __this->get_site_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_002b; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_2); Type_t * L_4; L_4 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_4); String_t* L_6; L_6 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_3, _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5, L_5, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, /*hidden argument*/NULL); return L_6; } IL_002b: { Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_7); return L_8; } } // System.Void System.ComponentModel.Component::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__ctor_m840837E8F38EF7547938BF0E23F7D5847B8C4F48 (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Component::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component__cctor_m360744B949B028CF834E6AC1B41379460EB80FC3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields*)il2cpp_codegen_static_fields_for(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var))->set_EventDisposed_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ComponentCollection::.ctor(System.ComponentModel.IComponent[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentCollection__ctor_m52BC0B515E5092237AF601D143D4D81331ACB8D7 (ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * __this, IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* ___components0, const RuntimeMethod* method) { { ReadOnlyCollectionBase__ctor_m98881DB1026C4276E4DFAB8A835E317D7F7A7E5A(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* L_1 = ___components0; NullCheck(L_0); VirtualActionInvoker1< RuntimeObject* >::Invoke(30 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_0, (RuntimeObject*)(RuntimeObject*)L_1); return; } } // System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComponentCollection_get_Item_mC9F7A4EC9217EE881A296E40103CA0793B8626B0 (ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * __this, String_t* ___name0, 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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___name0; if (!L_0) { goto IL_0068; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1; L_1 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_000f: try {// begin try (depth: 1) { goto IL_004d; } IL_0011: { RuntimeObject* L_3 = V_0; 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_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_004d; } } IL_0020: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_6); if (!L_7) { goto IL_004d; } } IL_0028: { RuntimeObject* L_8 = V_1; NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_8); 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); if (!L_10) { goto IL_004d; } } IL_0035: { RuntimeObject* L_11 = V_1; NullCheck(L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); String_t* L_13; L_13 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_12); String_t* L_14 = ___name0; bool L_15; L_15 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_13, L_14, 5, /*hidden argument*/NULL); if (!L_15) { goto IL_004d; } } IL_0049: { RuntimeObject* L_16 = V_1; V_2 = L_16; IL2CPP_LEAVE(0x6A, FINALLY_0057); } IL_004d: { RuntimeObject* L_17 = V_0; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0011; } } IL_0055: { IL2CPP_LEAVE(0x68, FINALLY_0057); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0057; } FINALLY_0057: {// begin finally (depth: 1) { RuntimeObject* L_19 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_0067; } } IL_0061: { RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_21); } IL_0067: { IL2CPP_END_FINALLY(87) } }// end finally (depth: 1) IL2CPP_CLEANUP(87) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6A, IL_006a) IL2CPP_JUMP_TBL(0x68, IL_0068) } IL_0068: { return (RuntimeObject*)NULL; } IL_006a: { RuntimeObject* L_22 = V_2; return L_22; } } // System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ComponentCollection_get_Item_mD0244955C21984BA35EC038516E8CC761D543D54 (ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__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 ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var)); } } // System.Void System.ComponentModel.ComponentCollection::CopyTo(System.ComponentModel.IComponent[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentCollection_CopyTo_m6517D67985C8FF79F6A4038593312FEF4CACE0DF (ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * __this, IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* 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, (RuntimeArray *)(RuntimeArray *)L_1, L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ComponentConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentConverter__ctor_mDD36736AF6F3957D4E50C9F87959838DEE128D9D (ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ReferenceConverter_t0A15EAEA9B39A729BEB04E0CFE06BC5DF9C1435B_il2cpp_TypeInfo_var); ReferenceConverter__ctor_m2BF20339AD66B73F51C54F05BCD4C6229CECA08B(__this, L_0, /*hidden argument*/NULL); return; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ComponentConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * ComponentConverter_GetProperties_m454DEC4067AE7D029BF7B779B6D6A0C13B4AB445 (ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = ___attributes2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_2; L_2 = TypeDescriptor_GetProperties_mCF014E81D54DC1F458B231B0343B037AFE1497C6(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.ComponentConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ComponentConverter_GetPropertiesSupported_m7143F20D8EAB20A94669BF3BB497C999715183ED (ComponentConverter_tCF992F4191A074E0A0BABA13B29B7CA36A446854 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.ComponentEditor::EditComponent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ComponentEditor_EditComponent_mF08011D4E34D4BD465C823785CCEFFEBE04D2E9D (ComponentEditor_t7C99B4349F1404403A036BC2756DF89F734807F9 * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___component0; bool L_1; L_1 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(4 /* System.Boolean System.ComponentModel.ComponentEditor::EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, (RuntimeObject*)NULL, L_0); return L_1; } } // System.Void System.ComponentModel.ComponentEditor::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentEditor__ctor_m192C4890433B212D0136598024437EE3F08175CD (ComponentEditor_t7C99B4349F1404403A036BC2756DF89F734807F9 * __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.ComponentResourceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager__ctor_mE74288BAF4E4F56914645BFADF627A4EB07C7BFF (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); ResourceManager__ctor_m0E67D18224291BA836FCBC5FC855C07506244FAA(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.ComponentResourceManager::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager__ctor_m7A93408487F547F392204E87EA8EAE47657580FD (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, Type_t * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___t0; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25(__this, L_0, /*hidden argument*/NULL); return; } } // System.Globalization.CultureInfo System.ComponentModel.ComponentResourceManager::get_NeutralResourcesCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ComponentResourceManager_get_NeutralResourcesCulture_mB287B9FFADD3A98C6D62E379249B86DE24FCB03A (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get__neutralResourcesCulture_26(); if (L_0) { goto IL_0027; } } { Assembly_t * L_1 = ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A *)__this)->get_MainAssembly_4(); bool L_2; L_2 = Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5(L_1, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { Assembly_t * L_3 = ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A *)__this)->get_MainAssembly_4(); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = ResourceManager_GetNeutralResourcesLanguage_mBED054A0976FB7AAAD8BA363E0391E5F40D8B228(L_3, /*hidden argument*/NULL); __this->set__neutralResourcesCulture_26(L_4); } IL_0027: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = __this->get__neutralResourcesCulture_26(); return L_5; } } // System.Void System.ComponentModel.ComponentResourceManager::ApplyResources(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager_ApplyResources_m712391A62337C9C4A9325C64E6A14E8D72428C5A (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, RuntimeObject * ___value0, String_t* ___objectName1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; String_t* L_1 = ___objectName1; VirtualActionInvoker3< RuntimeObject *, String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(11 /* System.Void System.ComponentModel.ComponentResourceManager::ApplyResources(System.Object,System.String,System.Globalization.CultureInfo) */, __this, L_0, L_1, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL); return; } } // System.Void System.ComponentModel.ComponentResourceManager::ApplyResources(System.Object,System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComponentResourceManager_ApplyResources_m35F0D9E0BAA9283F0713253C63216315390B9FDC (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, RuntimeObject * ___value0, String_t* ___objectName1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, 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*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t04D882226AB7D8875E8DE1B4FEDCB5060F885EBB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_2_GetEnumerator_m3AED6602C5D6363F4A25A5F5590B9D6A9779DDF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_2_get_Comparer_mF96FD52FA0A99D9251DFBDBFF33AC600FE15AFA0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_3 = NULL; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE V_7; memset((&V_7), 0, sizeof(V_7)); String_t* V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * V_11 = NULL; PropertyInfo_t * V_12 = NULL; Type_t * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * 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*)&ComponentResourceManager_ApplyResources_m35F0D9E0BAA9283F0713253C63216315390B9FDC_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___objectName1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3334330670C2F7BB4FC547E89CC910F01344E98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComponentResourceManager_ApplyResources_m35F0D9E0BAA9283F0713253C63216315390B9FDC_RuntimeMethod_var))); } IL_001c: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___culture2; if (L_4) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_CurrentUICulture_mD9F5F20EC688B22875DCC1D543E693649EEA6B76(/*hidden argument*/NULL); ___culture2 = L_5; } IL_0026: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get__resourceSets_25(); if (L_6) { goto IL_0052; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_7, /*hidden argument*/NULL); __this->set__resourceSets_25(L_7); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = ___culture2; SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_9; L_9 = ComponentResourceManager_FillResources_m0233E819ADBFDA61525A3F715587BD0A0CC92DCD(__this, L_8, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_3), /*hidden argument*/NULL); V_0 = L_9; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = __this->get__resourceSets_25(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = ___culture2; SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_12 = V_0; NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_10, L_11, L_12); goto IL_0096; } IL_0052: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = __this->get__resourceSets_25(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = ___culture2; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14); V_0 = ((SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B *)CastclassClass((RuntimeObject*)L_15, SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B_il2cpp_TypeInfo_var)); SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_16 = V_0; if (!L_16) { goto IL_007f; } } { SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_17 = V_0; NullCheck(L_17); RuntimeObject* L_18; L_18 = SortedList_2_get_Comparer_mF96FD52FA0A99D9251DFBDBFF33AC600FE15AFA0_inline(L_17, /*hidden argument*/SortedList_2_get_Comparer_mF96FD52FA0A99D9251DFBDBFF33AC600FE15AFA0_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_19; L_19 = StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline(/*hidden argument*/NULL); NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_18, L_19); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this); if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_0096; } } IL_007f: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22 = ___culture2; SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_23; L_23 = ComponentResourceManager_FillResources_m0233E819ADBFDA61525A3F715587BD0A0CC92DCD(__this, L_22, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_4), /*hidden argument*/NULL); V_0 = L_23; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_24 = __this->get__resourceSets_25(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25 = ___culture2; SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_26 = V_0; NullCheck(L_24); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_24, L_25, L_26); } IL_0096: { V_1 = ((int32_t)4116); bool L_27; L_27 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this); if (!L_27) { goto IL_00a8; } } { int32_t L_28 = V_1; V_1 = ((int32_t)((int32_t)L_28|(int32_t)1)); } IL_00a8: { V_2 = (bool)0; RuntimeObject * L_29 = ___value0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_29, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var))) { goto IL_00ce; } } { RuntimeObject * L_30 = ___value0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_30, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var))); RuntimeObject* L_31; L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_30, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var))); V_5 = L_31; RuntimeObject* L_32 = V_5; if (!L_32) { goto IL_00ce; } } { RuntimeObject* L_33 = V_5; NullCheck(L_33); bool L_34; L_34 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.ComponentModel.ISite::get_DesignMode() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_33); if (!L_34) { goto IL_00ce; } } { V_2 = (bool)1; } IL_00ce: { SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_35 = V_0; NullCheck(L_35); RuntimeObject* L_36; L_36 = SortedList_2_GetEnumerator_m3AED6602C5D6363F4A25A5F5590B9D6A9779DDF1(L_35, /*hidden argument*/SortedList_2_GetEnumerator_m3AED6602C5D6363F4A25A5F5590B9D6A9779DDF1_RuntimeMethod_var); V_6 = L_36; } IL_00d6: try {// begin try (depth: 1) { goto IL_025b; } IL_00db: { RuntimeObject* L_37 = V_6; NullCheck(L_37); KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE L_38; L_38 = InterfaceFuncInvoker0< KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IEnumerator_1_t04D882226AB7D8875E8DE1B4FEDCB5060F885EBB_il2cpp_TypeInfo_var, L_37); V_7 = L_38; String_t* L_39; L_39 = KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Key_mFB917E6FEE708763FEAF5DE581605FFAD49E43E0_RuntimeMethod_var); V_8 = L_39; String_t* L_40 = V_8; if (!L_40) { goto IL_025b; } } IL_00f4: { bool L_41; L_41 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this); if (!L_41) { goto IL_0114; } } IL_00fc: { String_t* L_42 = V_8; String_t* L_43 = ___objectName1; String_t* L_44 = ___objectName1; NullCheck(L_44); int32_t L_45; L_45 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_44, /*hidden argument*/NULL); int32_t L_46; L_46 = String_Compare_m235536D851DC456E92886872EB685E9746CD8842(L_42, 0, L_43, 0, L_45, 5, /*hidden argument*/NULL); if (!L_46) { goto IL_0129; } } IL_010f: { goto IL_025b; } IL_0114: { String_t* L_47 = V_8; String_t* L_48 = ___objectName1; String_t* L_49 = ___objectName1; NullCheck(L_49); int32_t L_50; L_50 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_49, /*hidden argument*/NULL); int32_t L_51; L_51 = String_CompareOrdinal_m080D376EC2E7A0C528A440094A0DB97DFB34CD41(L_47, 0, L_48, 0, L_50, /*hidden argument*/NULL); if (L_51) { goto IL_025b; } } IL_0129: { String_t* L_52 = ___objectName1; NullCheck(L_52); int32_t L_53; L_53 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_52, /*hidden argument*/NULL); V_9 = L_53; String_t* L_54 = V_8; NullCheck(L_54); int32_t L_55; L_55 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_54, /*hidden argument*/NULL); int32_t L_56 = V_9; if ((((int32_t)L_55) <= ((int32_t)L_56))) { goto IL_025b; } } IL_013f: { String_t* L_57 = V_8; int32_t L_58 = V_9; NullCheck(L_57); Il2CppChar L_59; L_59 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_57, L_58, /*hidden argument*/NULL); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)46))))) { goto IL_025b; } } IL_014f: { String_t* L_60 = V_8; int32_t L_61 = V_9; NullCheck(L_60); String_t* L_62; L_62 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)), /*hidden argument*/NULL); V_10 = L_62; bool L_63 = V_2; if (!L_63) { goto IL_01bc; } } IL_015f: { RuntimeObject * L_64 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_65; L_65 = TypeDescriptor_GetProperties_m09D4200803485A1204CF062E3CC9BDC221E34ECB(L_64, /*hidden argument*/NULL); String_t* L_66 = V_10; bool L_67; L_67 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this); NullCheck(L_65); PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_68; L_68 = VirtualFuncInvoker2< PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B *, String_t*, bool >::Invoke(33 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) */, L_65, L_66, L_67); V_11 = L_68; PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_69 = V_11; if (!L_69) { goto IL_025b; } } IL_017b: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_70 = V_11; NullCheck(L_70); bool L_71; L_71 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.ComponentModel.PropertyDescriptor::get_IsReadOnly() */, L_70); if (L_71) { goto IL_025b; } } IL_0187: { RuntimeObject * L_72; L_72 = KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); if (!L_72) { goto IL_01a8; } } IL_0190: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_73 = V_11; NullCheck(L_73); Type_t * L_74; L_74 = VirtualFuncInvoker0< Type_t * >::Invoke(21 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, L_73); RuntimeObject * L_75; L_75 = KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); NullCheck(L_74); bool L_76; L_76 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_74, L_75); if (!L_76) { goto IL_025b; } } IL_01a8: { PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * L_77 = V_11; RuntimeObject * L_78 = ___value0; RuntimeObject * L_79; L_79 = KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); NullCheck(L_77); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.ComponentModel.PropertyDescriptor::SetValue(System.Object,System.Object) */, L_77, L_78, L_79); goto IL_025b; } IL_01bc: { V_12 = (PropertyInfo_t *)NULL; } IL_01bf: try {// begin try (depth: 2) RuntimeObject * L_80 = ___value0; NullCheck(L_80); Type_t * L_81; L_81 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_80, /*hidden argument*/NULL); String_t* L_82 = V_10; int32_t L_83 = V_1; NullCheck(L_81); PropertyInfo_t * L_84; L_84 = Type_GetProperty_m3C862A51D0B10889115A9EB53CBBDC7C3883D26F(L_81, L_82, L_83, /*hidden argument*/NULL); V_12 = L_84; goto IL_021a; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AmbiguousMatchException_t621C519F5B9463AC6D8771EE95D759ED6DE5C27B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01d1; } throw e; } CATCH_01d1: {// begin catch(System.Reflection.AmbiguousMatchException) { RuntimeObject * L_85 = ___value0; NullCheck(L_85); Type_t * L_86; L_86 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_85, /*hidden argument*/NULL); V_13 = L_86; } IL_01da: { Type_t * L_87 = V_13; String_t* L_88 = V_10; int32_t L_89 = V_1; NullCheck(L_87); PropertyInfo_t * L_90; L_90 = Type_GetProperty_m3C862A51D0B10889115A9EB53CBBDC7C3883D26F(L_87, L_88, ((int32_t)((int32_t)L_89|(int32_t)2)), /*hidden argument*/NULL); V_12 = L_90; Type_t * L_91 = V_13; NullCheck(L_91); Type_t * L_92; L_92 = VirtualFuncInvoker0< Type_t * >::Invoke(31 /* System.Type System.Type::get_BaseType() */, L_91); V_13 = L_92; PropertyInfo_t * L_93 = V_12; bool L_94; L_94 = PropertyInfo_op_Equality_m94A58A417AD82DA8ABCE4B0DCAA3019A586D5B16(L_93, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_94) { goto IL_0218; } } IL_01fb: { Type_t * L_95 = V_13; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); bool L_96; L_96 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_95, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_96) { goto IL_0218; } } IL_0205: { Type_t * L_97 = V_13; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_98 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_99; L_99 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_98, /*hidden argument*/NULL); bool L_100; L_100 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_97, L_99, /*hidden argument*/NULL); if (L_100) { goto IL_01da; } } IL_0218: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_021a; } }// end catch (depth: 2) IL_021a: { PropertyInfo_t * L_101 = V_12; bool L_102; L_102 = PropertyInfo_op_Inequality_mB4C6169DC83174E7712055F0973BC55469AD9962(L_101, (PropertyInfo_t *)NULL, /*hidden argument*/NULL); if (!L_102) { goto IL_025b; } } IL_0224: { PropertyInfo_t * L_103 = V_12; NullCheck(L_103); bool L_104; L_104 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, L_103); if (!L_104) { goto IL_025b; } } IL_022d: { RuntimeObject * L_105; L_105 = KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); if (!L_105) { goto IL_024b; } } IL_0236: { PropertyInfo_t * L_106 = V_12; NullCheck(L_106); Type_t * L_107; L_107 = VirtualFuncInvoker0< Type_t * >::Invoke(24 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_106); RuntimeObject * L_108; L_108 = KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); NullCheck(L_107); bool L_109; L_109 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_107, L_108); if (!L_109) { goto IL_025b; } } IL_024b: { PropertyInfo_t * L_110 = V_12; RuntimeObject * L_111 = ___value0; RuntimeObject * L_112; L_112 = KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_inline((KeyValuePair_2_tD6E57B7EAC6134DCA97F39E5E598EB43B44A5EAE *)(&V_7), /*hidden argument*/KeyValuePair_2_get_Value_mDEE1197A03F3C5639432D995EB9FE62500B29C7D_RuntimeMethod_var); NullCheck(L_110); VirtualActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(33 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, L_110, L_111, L_112, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL); } IL_025b: { RuntimeObject* L_113 = V_6; NullCheck(L_113); bool L_114; L_114 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_113); if (L_114) { goto IL_00db; } } IL_0267: { IL2CPP_LEAVE(0x275, FINALLY_0269); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0269; } FINALLY_0269: {// begin finally (depth: 1) { RuntimeObject* L_115 = V_6; if (!L_115) { goto IL_0274; } } IL_026d: { RuntimeObject* L_116 = V_6; NullCheck(L_116); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_116); } IL_0274: { IL2CPP_END_FINALLY(617) } }// end finally (depth: 1) IL2CPP_CLEANUP(617) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x275, IL_0275) } IL_0275: { return; } } // System.Collections.Generic.SortedList`2 System.ComponentModel.ComponentResourceManager::FillResources(System.Globalization.CultureInfo,System.Resources.ResourceSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * ComponentResourceManager_FillResources_m0233E819ADBFDA61525A3F715587BD0A0CC92DCD (ComponentResourceManager_t112A02EA1376E4674C830D254B59856B972FFF4A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** ___resourceSet1, 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*)&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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_2__ctor_m4292C5CDE84E12E0A7556439C1EF986CEE72A96A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_2_set_Item_m40A36B8A57DA0BDC94A414B332D36FD290B44D74_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * V_0 = NULL; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_1 = NULL; RuntimeObject* V_2 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_3; memset((&V_3), 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_1 = (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_1); if (L_2) { goto IL_002e; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3 = ___culture0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = ComponentResourceManager_get_NeutralResourcesCulture_mB287B9FFADD3A98C6D62E379249B86DE24FCB03A(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4); if (L_5) { goto IL_002e; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = ___culture0; NullCheck(L_6); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = VirtualFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_6); SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_8; L_8 = ComponentResourceManager_FillResources_m0233E819ADBFDA61525A3F715587BD0A0CC92DCD(__this, L_7, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_1), /*hidden argument*/NULL); V_0 = L_8; goto IL_004e; } IL_002e: { bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Resources.ResourceManager::get_IgnoreCase() */, __this); if (!L_9) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_10; L_10 = StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline(/*hidden argument*/NULL); SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_11 = (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B *)il2cpp_codegen_object_new(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B_il2cpp_TypeInfo_var); SortedList_2__ctor_m4292C5CDE84E12E0A7556439C1EF986CEE72A96A(L_11, L_10, /*hidden argument*/SortedList_2__ctor_m4292C5CDE84E12E0A7556439C1EF986CEE72A96A_RuntimeMethod_var); V_0 = L_11; goto IL_004e; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_12; L_12 = StringComparer_get_Ordinal_mF3B6370BEBD77351DB5218C867DCD669C47B8812_inline(/*hidden argument*/NULL); SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_13 = (SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B *)il2cpp_codegen_object_new(SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B_il2cpp_TypeInfo_var); SortedList_2__ctor_m4292C5CDE84E12E0A7556439C1EF986CEE72A96A(L_13, L_12, /*hidden argument*/SortedList_2__ctor_m4292C5CDE84E12E0A7556439C1EF986CEE72A96A_RuntimeMethod_var); V_0 = L_13; } IL_004e: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_14 = ___resourceSet1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = ___culture0; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_16; L_16 = VirtualFuncInvoker3< ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, bool, bool >::Invoke(7 /* System.Resources.ResourceSet System.Resources.ResourceManager::GetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) */, __this, L_15, (bool)1, (bool)1); *((RuntimeObject **)L_14) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_16); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_17 = ___resourceSet1; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_18 = *((ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)L_17); if (!L_18) { goto IL_00af; } } { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_19 = ___resourceSet1; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_20 = *((ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)L_19); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_21 = V_1; if ((((RuntimeObject*)(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)L_20) == ((RuntimeObject*)(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)L_21))) { goto IL_00af; } } { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_22 = ___resourceSet1; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_23 = *((ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)L_22); NullCheck(L_23); RuntimeObject* L_24; L_24 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IDictionaryEnumerator System.Resources.ResourceSet::GetEnumerator() */, L_23); V_2 = L_24; } IL_006a: try {// begin try (depth: 1) { goto IL_0091; } IL_006c: { RuntimeObject* L_25 = V_2; NullCheck(L_25); RuntimeObject * L_26; L_26 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); V_3 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_26, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_27 = V_0; RuntimeObject * L_28; L_28 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_3), /*hidden argument*/NULL); RuntimeObject * L_29; L_29 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_3), /*hidden argument*/NULL); NullCheck(L_27); SortedList_2_set_Item_m40A36B8A57DA0BDC94A414B332D36FD290B44D74(L_27, ((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)), L_29, /*hidden argument*/SortedList_2_set_Item_m40A36B8A57DA0BDC94A414B332D36FD290B44D74_RuntimeMethod_var); } IL_0091: { RuntimeObject* L_30 = V_2; NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_006c; } } IL_0099: { IL2CPP_LEAVE(0xAF, FINALLY_009b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009b; } FINALLY_009b: {// begin finally (depth: 1) { RuntimeObject* L_32 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_4; if (!L_33) { goto IL_00ae; } } IL_00a7: { RuntimeObject* L_34 = V_4; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_34); } IL_00ae: { IL2CPP_END_FINALLY(155) } }// end finally (depth: 1) IL2CPP_CLEANUP(155) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAF, IL_00af) } IL_00af: { SortedList_2_t684D6BFB4AC492E240189DF3E525A7CB53C76D7B * L_35 = V_0; return L_35; } } #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.Configuration.ConfigXmlDocument::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigXmlDocument__ctor_m4968E2B9DCCF84BC16E09E0E91B50A1BEFED8416 (ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigXmlDocument__ctor_m4968E2B9DCCF84BC16E09E0E91B50A1BEFED8416_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigXmlDocument__ctor_m4968E2B9DCCF84BC16E09E0E91B50A1BEFED8416_RuntimeMethod_var); return; } } // System.String System.Configuration.ConfigXmlDocument::get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigXmlDocument_get_Filename_m875B0C43069E5A751CCE788B62EE3939EA9F18FA (ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigXmlDocument_get_Filename_m875B0C43069E5A751CCE788B62EE3939EA9F18FA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_get_Filename_m875B0C43069E5A751CCE788B62EE3939EA9F18FA_RuntimeMethod_var); return (String_t*)NULL; } } // System.Int32 System.Configuration.ConfigXmlDocument::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigXmlDocument_get_LineNumber_m84EB49655E116CF8B3CC76D2D14C7CE28A71C4BC (ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigXmlDocument_get_LineNumber_m84EB49655E116CF8B3CC76D2D14C7CE28A71C4BC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_get_LineNumber_m84EB49655E116CF8B3CC76D2D14C7CE28A71C4BC_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.String System.Configuration.ConfigXmlDocument::System.Configuration.Internal.IConfigErrorInfo.get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_mE9C128F14EABA5696B624D5A87B439F9C4F50369 (ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_mE9C128F14EABA5696B624D5A87B439F9C4F50369_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename_mE9C128F14EABA5696B624D5A87B439F9C4F50369_RuntimeMethod_var); return (String_t*)NULL; } } // System.Int32 System.Configuration.ConfigXmlDocument::System.Configuration.Internal.IConfigErrorInfo.get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m52AE1BF5B0D3C4F164BD0D828499D421F5E2E4BF (ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m52AE1BF5B0D3C4F164BD0D828499D421F5E2E4BF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber_m52AE1BF5B0D3C4F164BD0D828499D421F5E2E4BF_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Configuration.ConfigXmlDocument::LoadSingleElement(System.String,System.Xml.XmlTextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigXmlDocument_LoadSingleElement_m0B8EC8238F2612ACA3D78B7D6AA4F4ABB5AE2343 (ConfigXmlDocument_tB885A7E6A3DD44F41F2FA375BCFBCD4A5BC0EFBD * __this, String_t* ___filename0, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * ___sourceReader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigXmlDocument_LoadSingleElement_m0B8EC8238F2612ACA3D78B7D6AA4F4ABB5AE2343_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigXmlDocument_LoadSingleElement_m0B8EC8238F2612ACA3D78B7D6AA4F4ABB5AE2343_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.ConfigurationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m5BB927039AA4611BD02B046F89F62A54B9F02F5E (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m5BB927039AA4611BD02B046F89F62A54B9F02F5E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m5BB927039AA4611BD02B046F89F62A54B9F02F5E_RuntimeMethod_var); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m2CD7D96530B99EBB36DCDEFCAEED049C8401F83D (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m2CD7D96530B99EBB36DCDEFCAEED049C8401F83D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m2CD7D96530B99EBB36DCDEFCAEED049C8401F83D_RuntimeMethod_var); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m9A1C39950F50CBE1D4064A692C99FF040C0CD240 (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m9A1C39950F50CBE1D4064A692C99FF040C0CD240_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m9A1C39950F50CBE1D4064A692C99FF040C0CD240_RuntimeMethod_var); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m46672100B4FE5AD0A120BEBB11698BD38798F60B (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m46672100B4FE5AD0A120BEBB11698BD38798F60B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m46672100B4FE5AD0A120BEBB11698BD38798F60B_RuntimeMethod_var); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m65678375150041890F94ED5B44B881B5DD33E3A1 (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, String_t* ___message0, Exception_t * ___inner1, String_t* ___filename2, int32_t ___line3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m65678375150041890F94ED5B44B881B5DD33E3A1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m65678375150041890F94ED5B44B881B5DD33E3A1_RuntimeMethod_var); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m7B93D32F96578CB8B8176ED7C5A71DC5CA7B890C (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, String_t* ___message0, Exception_t * ___inner1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m7B93D32F96578CB8B8176ED7C5A71DC5CA7B890C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m7B93D32F96578CB8B8176ED7C5A71DC5CA7B890C_RuntimeMethod_var); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m4C3E8F4B1EB4C0D141C67CAA5D6B6D44015EC373 (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, String_t* ___message0, String_t* ___filename1, int32_t ___line2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m4C3E8F4B1EB4C0D141C67CAA5D6B6D44015EC373_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m4C3E8F4B1EB4C0D141C67CAA5D6B6D44015EC373_RuntimeMethod_var); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m4EB178F6BAD21B07EAC3FB314D6CF3B4CFC855F4 (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, String_t* ___message0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException__ctor_m4EB178F6BAD21B07EAC3FB314D6CF3B4CFC855F4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException__ctor_m4EB178F6BAD21B07EAC3FB314D6CF3B4CFC855F4_RuntimeMethod_var); return; } } // System.String System.Configuration.ConfigurationException::get_BareMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationException_get_BareMessage_m161FCA40D579D53500CCB945D48AE037AC28A4CE (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException_get_BareMessage_m161FCA40D579D53500CCB945D48AE037AC28A4CE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException_get_BareMessage_m161FCA40D579D53500CCB945D48AE037AC28A4CE_RuntimeMethod_var); return (String_t*)NULL; } } // System.String System.Configuration.ConfigurationException::get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationException_get_Filename_m14C9662016B873D74F942C83E6FABC73D189DCE6 (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException_get_Filename_m14C9662016B873D74F942C83E6FABC73D189DCE6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException_get_Filename_m14C9662016B873D74F942C83E6FABC73D189DCE6_RuntimeMethod_var); return (String_t*)NULL; } } // System.Int32 System.Configuration.ConfigurationException::get_Line() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationException_get_Line_m9F847F89756E11A525E4F7338991A3E3E32B5749 (ConfigurationException_tEFA334C15E1AD5040EDCC1AB92C8710A612D54A3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException_get_Line_m9F847F89756E11A525E4F7338991A3E3E32B5749_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ConfigurationException_get_Line_m9F847F89756E11A525E4F7338991A3E3E32B5749_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.String System.Configuration.ConfigurationException::GetXmlNodeFilename(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConfigurationException_GetXmlNodeFilename_m94ADF44D7B5BF4D50C8CDCE1765C6A7495BD9D30 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException_GetXmlNodeFilename_m94ADF44D7B5BF4D50C8CDCE1765C6A7495BD9D30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationException_GetXmlNodeFilename_m94ADF44D7B5BF4D50C8CDCE1765C6A7495BD9D30_RuntimeMethod_var); return (String_t*)NULL; } } // System.Int32 System.Configuration.ConfigurationException::GetXmlNodeLineNumber(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfigurationException_GetXmlNodeLineNumber_m7C512C6EC00283719AB1A5443B72CBEC21816411 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationException_GetXmlNodeLineNumber_m7C512C6EC00283719AB1A5443B72CBEC21816411_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ConfigurationException_GetXmlNodeLineNumber_m7C512C6EC00283719AB1A5443B72CBEC21816411_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_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.Configuration.ConfigurationSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigurationSettings__ctor_m6F1E69EB0F23FB0022EB19B371C9151DBBB38749 (ConfigurationSettings_tC978A85FEF7327A00C67D7853455523CE0C80F30 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationSettings__ctor_m6F1E69EB0F23FB0022EB19B371C9151DBBB38749_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationSettings__ctor_m6F1E69EB0F23FB0022EB19B371C9151DBBB38749_RuntimeMethod_var); return; } } // System.Collections.Specialized.NameValueCollection System.Configuration.ConfigurationSettings::get_AppSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * ConfigurationSettings_get_AppSettings_mFC694951C6CEB72AE8E4BF8857E83BDE96DB5121 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationSettings_get_AppSettings_mFC694951C6CEB72AE8E4BF8857E83BDE96DB5121_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationSettings_get_AppSettings_mFC694951C6CEB72AE8E4BF8857E83BDE96DB5121_RuntimeMethod_var); return (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D *)NULL; } } // System.Object System.Configuration.ConfigurationSettings::GetConfig(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationSettings_GetConfig_mF147FC3EC6FAB1F1163598B629F1A76A17659B61 (String_t* ___sectionName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigurationSettings_GetConfig_mF147FC3EC6FAB1F1163598B629F1A76A17659B61_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConfigurationSettings_GetConfig_mF147FC3EC6FAB1F1163598B629F1A76A17659B61_RuntimeMethod_var); return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ConnectionManagementElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement__ctor_mFD7DCE907415A6F6CAAB63B75B539D4382CAC2AF (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement__ctor_mFD7DCE907415A6F6CAAB63B75B539D4382CAC2AF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElement__ctor_mFD7DCE907415A6F6CAAB63B75B539D4382CAC2AF_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.ConnectionManagementElement::.ctor(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement__ctor_mDA2E35F85064090C702BC426FAC2099BBD105B83 (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * __this, String_t* ___address0, int32_t ___maxConnection1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement__ctor_mDA2E35F85064090C702BC426FAC2099BBD105B83_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElement__ctor_mDA2E35F85064090C702BC426FAC2099BBD105B83_RuntimeMethod_var); return; } } // System.String System.Net.Configuration.ConnectionManagementElement::get_Address() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionManagementElement_get_Address_m8AD46378A9940D0CB24750C431FD0C053FCEFE93 (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement_get_Address_m8AD46378A9940D0CB24750C431FD0C053FCEFE93_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_get_Address_m8AD46378A9940D0CB24750C431FD0C053FCEFE93_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.ConnectionManagementElement::set_Address(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement_set_Address_m899524F660C743FCF42E1EA7DC9E5F63E8EE1ED4 (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement_set_Address_m899524F660C743FCF42E1EA7DC9E5F63E8EE1ED4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_set_Address_m899524F660C743FCF42E1EA7DC9E5F63E8EE1ED4_RuntimeMethod_var); return; } } // System.Int32 System.Net.Configuration.ConnectionManagementElement::get_MaxConnection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionManagementElement_get_MaxConnection_m30CC16E1A9FA7AA1F5C89ED6D4624D7D2F1CCAA1 (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement_get_MaxConnection_m30CC16E1A9FA7AA1F5C89ED6D4624D7D2F1CCAA1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_get_MaxConnection_m30CC16E1A9FA7AA1F5C89ED6D4624D7D2F1CCAA1_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ConnectionManagementElement::set_MaxConnection(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement_set_MaxConnection_m5043CEA8AC0BCE7BB5F1B0B0877BAA4213CB3CCB (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement_set_MaxConnection_m5043CEA8AC0BCE7BB5F1B0B0877BAA4213CB3CCB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_set_MaxConnection_m5043CEA8AC0BCE7BB5F1B0B0877BAA4213CB3CCB_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ConnectionManagementElement_get_Properties_m1723843403BDCE42831192BDE69914F6922458D1 (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElement_get_Properties_m1723843403BDCE42831192BDE69914F6922458D1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_get_Properties_m1723843403BDCE42831192BDE69914F6922458D1_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ConnectionManagementElementCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection__ctor_mFFAEA4E88F5C33B6DA8531C079C852A77FD04A19_RuntimeMethod_var); return; } } // System.Net.Configuration.ConnectionManagementElement System.Net.Configuration.ConnectionManagementElementCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * ConnectionManagementElementCollection_get_Item_m2F4AA69BCFCF811DFA70473D43A57EFF0FC616B8 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_get_Item_m2F4AA69BCFCF811DFA70473D43A57EFF0FC616B8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_get_Item_m2F4AA69BCFCF811DFA70473D43A57EFF0FC616B8_RuntimeMethod_var); return (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 *)NULL; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::set_Item(System.Int32,System.Net.Configuration.ConnectionManagementElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_set_Item_m34A080279B6546DFDB5849F2691E186D08320F1E (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, int32_t ___index0, ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_set_Item_m34A080279B6546DFDB5849F2691E186D08320F1E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_set_Item_m34A080279B6546DFDB5849F2691E186D08320F1E_RuntimeMethod_var); return; } } // System.Net.Configuration.ConnectionManagementElement System.Net.Configuration.ConnectionManagementElementCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * ConnectionManagementElementCollection_get_Item_m3A389BE5768DB892552A776E182D21B4A93D6229 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_get_Item_m3A389BE5768DB892552A776E182D21B4A93D6229_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_get_Item_m3A389BE5768DB892552A776E182D21B4A93D6229_RuntimeMethod_var); return (ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 *)NULL; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::set_Item(System.String,System.Net.Configuration.ConnectionManagementElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_set_Item_m1DB108462C9937E5A5CE6AF56289C1E7DA153904 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, String_t* ___name0, ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_set_Item_m1DB108462C9937E5A5CE6AF56289C1E7DA153904_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_set_Item_m1DB108462C9937E5A5CE6AF56289C1E7DA153904_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Add(System.Net.Configuration.ConnectionManagementElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Add_m2A9D7B59278FE72FC5F8FE6AD5991BBCF1275456 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_Add_m2A9D7B59278FE72FC5F8FE6AD5991BBCF1275456_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Add_m2A9D7B59278FE72FC5F8FE6AD5991BBCF1275456_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Clear_mD133657B7C0E02F6660C85D4CA73B6124687DEC7 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_Clear_mD133657B7C0E02F6660C85D4CA73B6124687DEC7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Clear_mD133657B7C0E02F6660C85D4CA73B6124687DEC7_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationElement System.Net.Configuration.ConnectionManagementElementCollection::CreateNewElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ConnectionManagementElementCollection_CreateNewElement_m9455282426958FE55A8DD9B8DB84F09265306AA5 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_CreateNewElement_m9455282426958FE55A8DD9B8DB84F09265306AA5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_CreateNewElement_m9455282426958FE55A8DD9B8DB84F09265306AA5_RuntimeMethod_var); return (ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA *)NULL; } } // System.Object System.Net.Configuration.ConnectionManagementElementCollection::GetElementKey(System.Configuration.ConfigurationElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConnectionManagementElementCollection_GetElementKey_mAD4BB22482E38B6AB6721ACFB99E01C3A103870E (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_GetElementKey_mAD4BB22482E38B6AB6721ACFB99E01C3A103870E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_GetElementKey_mAD4BB22482E38B6AB6721ACFB99E01C3A103870E_RuntimeMethod_var); return NULL; } } // System.Int32 System.Net.Configuration.ConnectionManagementElementCollection::IndexOf(System.Net.Configuration.ConnectionManagementElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionManagementElementCollection_IndexOf_mEDAD9AD3C881FB99A58597C99BA16B3BD30BB056 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_IndexOf_mEDAD9AD3C881FB99A58597C99BA16B3BD30BB056_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_IndexOf_mEDAD9AD3C881FB99A58597C99BA16B3BD30BB056_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Remove(System.Net.Configuration.ConnectionManagementElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Remove_m136F42CFB84F30674A20EB510E0A5AAB10487527 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, ConnectionManagementElement_t815959D6EEDA090A8381EA9B9D9A3A9C451E3A11 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_Remove_m136F42CFB84F30674A20EB510E0A5AAB10487527_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Remove_m136F42CFB84F30674A20EB510E0A5AAB10487527_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Remove_mFAED10E799B2D1AC292C6599A2DBB6EA764E034F (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_Remove_mFAED10E799B2D1AC292C6599A2DBB6EA764E034F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Remove_mFAED10E799B2D1AC292C6599A2DBB6EA764E034F_RuntimeMethod_var); return; } } // System.Void System.Net.Configuration.ConnectionManagementElementCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_RemoveAt_m155065684489E117A7840225B510DB28B1A527A9 (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementElementCollection_RemoveAt_m155065684489E117A7840225B510DB28B1A527A9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_RemoveAt_m155065684489E117A7840225B510DB28B1A527A9_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ConnectionManagementSection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F (ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementSection__ctor_mE885788862A7E2BC030547954BE04682B5685B0F_RuntimeMethod_var); return; } } // System.Net.Configuration.ConnectionManagementElementCollection System.Net.Configuration.ConnectionManagementSection::get_ConnectionManagement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C * ConnectionManagementSection_get_ConnectionManagement_mEEDF2DB3E39DB5130FEBCF4A424230D60301120E (ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementSection_get_ConnectionManagement_mEEDF2DB3E39DB5130FEBCF4A424230D60301120E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementSection_get_ConnectionManagement_mEEDF2DB3E39DB5130FEBCF4A424230D60301120E_RuntimeMethod_var); return (ConnectionManagementElementCollection_t6398255FE4916E59AC5841760AC6D8D28EC4728C *)NULL; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementSection::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419 (ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ConnectionManagementSection_get_Properties_m5F5D4D565489088905ADC68D61267773F96F9419_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Container::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Finalize_m646154CA3A8C9FEEDD4977852C81420544143109 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __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(12 /* System.Void System.ComponentModel.Container::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.ComponentModel.Container::Add(System.ComponentModel.IComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Add_m609E2DE02275ABD4F2B4202FF634E6A24569ACA8 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___component0; VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(10 /* System.Void System.ComponentModel.Container::Add(System.ComponentModel.IComponent,System.String) */, __this, L_0, (String_t*)NULL); return; } } // System.Void System.ComponentModel.Container::Add(System.ComponentModel.IComponent,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Add_mCF7928FD9D50CD57BBFD1B6ED135D972951DA7FD (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, String_t* ___name1, 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*)&IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* V_4 = NULL; int32_t V_5 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_syncObj_5(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); RuntimeObject* L_2 = ___component0; if (L_2) { goto IL_0019; } } IL_0014: { IL2CPP_LEAVE(0xD9, FINALLY_00cf); } IL_0019: { RuntimeObject* L_3 = ___component0; 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); V_2 = L_4; RuntimeObject* L_5 = V_2; if (!L_5) { goto IL_0031; } } IL_0023: { RuntimeObject* L_6 = V_2; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_6); if ((!(((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 *)__this)))) { goto IL_0031; } } IL_002c: { IL2CPP_LEAVE(0xD9, FINALLY_00cf); } IL_0031: { ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_8 = __this->get_sites_0(); if (L_8) { goto IL_0047; } } IL_0039: { ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_9 = (ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F*)(ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F*)SZArrayNew(ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_sites_0(L_9); goto IL_008b; } IL_0047: { RuntimeObject* L_10 = ___component0; String_t* L_11 = ___name1; VirtualActionInvoker2< RuntimeObject*, String_t* >::Invoke(16 /* System.Void System.ComponentModel.Container::ValidateName(System.ComponentModel.IComponent,System.String) */, __this, L_10, L_11); ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_12 = __this->get_sites_0(); NullCheck(L_12); int32_t L_13 = __this->get_siteCount_1(); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))) == ((uint32_t)L_13)))) { goto IL_008b; } } IL_005f: { int32_t L_14 = __this->get_siteCount_1(); ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_15 = (ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F*)(ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F*)SZArrayNew(ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2))); V_4 = L_15; ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_16 = __this->get_sites_0(); ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_17 = V_4; int32_t L_18 = __this->get_siteCount_1(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, 0, (RuntimeArray *)(RuntimeArray *)L_17, 0, L_18, /*hidden argument*/NULL); ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_19 = V_4; __this->set_sites_0(L_19); } IL_008b: { RuntimeObject* L_20 = V_2; if (!L_20) { goto IL_009a; } } IL_008e: { RuntimeObject* L_21 = V_2; NullCheck(L_21); RuntimeObject* L_22; L_22 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_21); RuntimeObject* L_23 = ___component0; NullCheck(L_22); InterfaceActionInvoker1< RuntimeObject* >::Invoke(3 /* System.Void System.ComponentModel.IContainer::Remove(System.ComponentModel.IComponent) */, IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_il2cpp_TypeInfo_var, L_22, L_23); } IL_009a: { RuntimeObject* L_24 = ___component0; String_t* L_25 = ___name1; RuntimeObject* L_26; L_26 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, String_t* >::Invoke(11 /* System.ComponentModel.ISite System.ComponentModel.Container::CreateSite(System.ComponentModel.IComponent,System.String) */, __this, L_24, L_25); V_3 = L_26; ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_27 = __this->get_sites_0(); int32_t L_28 = __this->get_siteCount_1(); V_5 = L_28; int32_t L_29 = V_5; __this->set_siteCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); int32_t L_30 = V_5; RuntimeObject* L_31 = V_3; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_31); (L_27)->SetAt(static_cast(L_30), (RuntimeObject*)L_31); RuntimeObject* L_32 = ___component0; RuntimeObject* L_33 = V_3; NullCheck(L_32); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IComponent::set_Site(System.ComponentModel.ISite) */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_32, L_33); __this->set_components_2((ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 *)NULL); IL2CPP_LEAVE(0xD9, FINALLY_00cf); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00cf; } FINALLY_00cf: {// begin finally (depth: 1) { bool L_34 = V_1; if (!L_34) { goto IL_00d8; } } IL_00d2: { RuntimeObject * L_35 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_35, /*hidden argument*/NULL); } IL_00d8: { IL2CPP_END_FINALLY(207) } }// end finally (depth: 1) IL2CPP_CLEANUP(207) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD9, IL_00d9) } IL_00d9: { return; } } // System.ComponentModel.ISite System.ComponentModel.Container::CreateSite(System.ComponentModel.IComponent,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Container_CreateSite_m8D1C297AAC41C83C7AA9B112D105987523EAF1FB (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___component0; String_t* L_1 = ___name1; Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 * L_2 = (Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859 *)il2cpp_codegen_object_new(Site_t504E5EFD572E3C90704CCC9808BAFCFF722B4859_il2cpp_TypeInfo_var); Site__ctor_m7807A7D23E14E9C09EA3DBB85D5C077C926B8CB2(L_2, L_0, __this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.Container::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m40E0850BA9244FE9C7CC16C629BBAF9A1DBED6C6 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __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(12 /* System.Void System.ComponentModel.Container::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.ComponentModel.Container::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_mEA675D40B15223A89690AD3E809754083E076935 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, bool ___disposing0, 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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ___disposing0; if (!L_0) { goto IL_0067; } } { RuntimeObject * L_1 = __this->get_syncObj_5(); V_0 = L_1; V_1 = (bool)0; } IL_000c: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); goto IL_0044; } IL_0016: { ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_3 = __this->get_sites_0(); int32_t L_4 = __this->get_siteCount_1(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_2; __this->set_siteCount_1(L_5); int32_t L_6 = V_2; NullCheck(L_3); int32_t L_7 = L_6; RuntimeObject* L_8 = (L_3)->GetAt(static_cast(L_7)); RuntimeObject* L_9 = L_8; NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_9); NullCheck(L_10); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IComponent::set_Site(System.ComponentModel.ISite) */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_10, (RuntimeObject*)NULL); NullCheck(L_9); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_9); NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0044: { int32_t L_12 = __this->get_siteCount_1(); if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0016; } } IL_004d: { __this->set_sites_0((ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F*)NULL); __this->set_components_2((ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 *)NULL); IL2CPP_LEAVE(0x67, FINALLY_005d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005d; } FINALLY_005d: {// begin finally (depth: 1) { bool L_13 = V_1; if (!L_13) { goto IL_0066; } } IL_0060: { RuntimeObject * L_14 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_0066: { IL2CPP_END_FINALLY(93) } }// end finally (depth: 1) IL2CPP_CLEANUP(93) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x67, IL_0067) } IL_0067: { return; } } // System.Object System.ComponentModel.Container::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Container_GetService_mA8FA8CE594C8CFA4EB5BF8DACA1126B0E147E92D (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, Type_t * ___service0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_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 (IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0014; } } { return NULL; } IL_0014: { return __this; } } // System.ComponentModel.ComponentCollection System.ComponentModel.Container::get_Components() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * Container_get_Components_m20BEED57A79C23A9E9BA2D97D8393631FB6DB030 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* V_2 = NULL; int32_t V_3 = 0; ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * V_4 = NULL; ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_syncObj_5(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_2 = __this->get_components_2(); if (L_2) { goto IL_0069; } } IL_0019: { int32_t L_3 = __this->get_siteCount_1(); IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* L_4 = (IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217*)(IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217*)SZArrayNew(IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217_il2cpp_TypeInfo_var, (uint32_t)L_3); V_2 = L_4; V_3 = 0; goto IL_003d; } IL_0029: { IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* L_5 = V_2; int32_t L_6 = V_3; ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_7 = __this->get_sites_0(); int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject* L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_10); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_11); (L_5)->SetAt(static_cast(L_6), (RuntimeObject*)L_11); int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003d: { int32_t L_13 = V_3; int32_t L_14 = __this->get_siteCount_1(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0029; } } IL_0046: { IComponentU5BU5D_t084E07208348D6C40A0CCD7BC3F9710ADC016217* L_15 = V_2; ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_16 = (ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 *)il2cpp_codegen_object_new(ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098_il2cpp_TypeInfo_var); ComponentCollection__ctor_m52BC0B515E5092237AF601D143D4D81331ACB8D7(L_16, L_15, /*hidden argument*/NULL); __this->set_components_2(L_16); ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * L_17 = __this->get_filter_3(); if (L_17) { goto IL_0069; } } IL_005a: { bool L_18 = __this->get_checkedFilter_4(); if (!L_18) { goto IL_0069; } } IL_0062: { __this->set_checkedFilter_4((bool)0); } IL_0069: { bool L_19 = __this->get_checkedFilter_4(); if (L_19) { goto IL_0093; } } IL_0071: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); RuntimeObject * L_22; L_22 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.ComponentModel.Container::GetService(System.Type) */, __this, L_21); __this->set_filter_3(((ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 *)IsInstClass((RuntimeObject*)L_22, ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4_il2cpp_TypeInfo_var))); __this->set_checkedFilter_4((bool)1); } IL_0093: { ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * L_23 = __this->get_filter_3(); if (!L_23) { goto IL_00ba; } } IL_009b: { ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * L_24 = __this->get_filter_3(); ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_25 = __this->get_components_2(); NullCheck(L_24); ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_26; L_26 = VirtualFuncInvoker1< ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 *, ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * >::Invoke(4 /* System.ComponentModel.ComponentCollection System.ComponentModel.ContainerFilterService::FilterComponents(System.ComponentModel.ComponentCollection) */, L_24, L_25); V_4 = L_26; ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_27 = V_4; if (!L_27) { goto IL_00ba; } } IL_00b2: { ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_28 = V_4; __this->set_components_2(L_28); } IL_00ba: { ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_29 = __this->get_components_2(); V_5 = L_29; IL2CPP_LEAVE(0xCE, FINALLY_00c4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c4; } FINALLY_00c4: {// begin finally (depth: 1) { bool L_30 = V_1; if (!L_30) { goto IL_00cd; } } IL_00c7: { RuntimeObject * L_31 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_31, /*hidden argument*/NULL); } IL_00cd: { IL2CPP_END_FINALLY(196) } }// end finally (depth: 1) IL2CPP_CLEANUP(196) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCE, IL_00ce) } IL_00ce: { ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_32 = V_5; return L_32; } } // System.Void System.ComponentModel.Container::Remove(System.ComponentModel.IComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_mBA07A8D9D337F03677CE8207EF5D9C4E85556195 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___component0; Container_Remove_m3AFE12B4E22B0FD25CFCDA463CB6FE33F61F4213(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Container::Remove(System.ComponentModel.IComponent,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Remove_m3AFE12B4E22B0FD25CFCDA463CB6FE33F61F4213 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, bool ___preserveSite1, 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; bool V_1 = false; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_syncObj_5(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); RuntimeObject* L_2 = ___component0; if (L_2) { goto IL_0019; } } IL_0014: { IL2CPP_LEAVE(0xA2, FINALLY_0098); } IL_0019: { RuntimeObject* L_3 = ___component0; 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); V_2 = L_4; RuntimeObject* L_5 = V_2; if (!L_5) { goto IL_002c; } } IL_0023: { RuntimeObject* L_6 = V_2; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.ComponentModel.IContainer System.ComponentModel.ISite::get_Container() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_6); if ((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 *)__this))) { goto IL_002e; } } IL_002c: { IL2CPP_LEAVE(0xA2, FINALLY_0098); } IL_002e: { bool L_8 = ___preserveSite1; if (L_8) { goto IL_0038; } } IL_0031: { RuntimeObject* L_9 = ___component0; NullCheck(L_9); InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.ComponentModel.IComponent::set_Site(System.ComponentModel.ISite) */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_9, (RuntimeObject*)NULL); } IL_0038: { V_3 = 0; goto IL_008d; } IL_003c: { ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_10 = __this->get_sites_0(); int32_t L_11 = V_3; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject* L_13 = (L_10)->GetAt(static_cast(L_12)); RuntimeObject* L_14 = V_2; if ((!(((RuntimeObject*)(RuntimeObject*)L_13) == ((RuntimeObject*)(RuntimeObject*)L_14)))) { goto IL_0089; } } IL_0047: { int32_t L_15 = __this->get_siteCount_1(); __this->set_siteCount_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))); ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_16 = __this->get_sites_0(); int32_t L_17 = V_3; ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_18 = __this->get_sites_0(); int32_t L_19 = V_3; int32_t L_20 = __this->get_siteCount_1(); int32_t L_21 = V_3; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_22 = __this->get_sites_0(); int32_t L_23 = __this->get_siteCount_1(); NullCheck(L_22); ArrayElementTypeCheck (L_22, NULL); (L_22)->SetAt(static_cast(L_23), (RuntimeObject*)NULL); __this->set_components_2((ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 *)NULL); IL2CPP_LEAVE(0xA2, FINALLY_0098); } IL_0089: { int32_t L_24 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_008d: { int32_t L_25 = V_3; int32_t L_26 = __this->get_siteCount_1(); if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_003c; } } IL_0096: { IL2CPP_LEAVE(0xA2, FINALLY_0098); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0098; } FINALLY_0098: {// begin finally (depth: 1) { bool L_27 = V_1; if (!L_27) { goto IL_00a1; } } IL_009b: { RuntimeObject * L_28 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_28, /*hidden argument*/NULL); } IL_00a1: { IL2CPP_END_FINALLY(152) } }// end finally (depth: 1) IL2CPP_CLEANUP(152) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA2, IL_00a2) } IL_00a2: { return; } } // System.Void System.ComponentModel.Container::RemoveWithoutUnsiting(System.ComponentModel.IComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveWithoutUnsiting_m971BFA61CC16C24C342FFD6A8DDF63FB19944A3F (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___component0; Container_Remove_m3AFE12B4E22B0FD25CFCDA463CB6FE33F61F4213(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Container::ValidateName(System.ComponentModel.IComponent,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_ValidateName_m446A21340542E180AE2F424D364537050EE22830 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, RuntimeObject* ___component0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_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; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = ___component0; 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*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Container_ValidateName_m446A21340542E180AE2F424D364537050EE22830_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name1; if (!L_2) { goto IL_00a2; } } { V_0 = 0; goto IL_0089; } IL_0018: { ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_3 = __this->get_sites_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject* L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0085; } } { RuntimeObject* L_8 = V_1; NullCheck(L_8); String_t* L_9; L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_0085; } } { RuntimeObject* L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(3 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_10); String_t* L_12 = ___name1; bool L_13; L_13 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_11, L_12, 5, /*hidden argument*/NULL); if (!L_13) { goto IL_0085; } } { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_14); RuntimeObject* L_16 = ___component0; if ((((RuntimeObject*)(RuntimeObject*)L_15) == ((RuntimeObject*)(RuntimeObject*)L_16))) { goto IL_0085; } } { RuntimeObject* L_17 = V_1; NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.ISite::get_Component() */, ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var, L_17); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_19; L_19 = TypeDescriptor_GetAttributes_m18FC8AFC9F54B18A12B5F677696EDB6D6CD5E529(L_18, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); NullCheck(L_19); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_22; L_22 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_19, L_21); NullCheck(((InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 *)CastclassSealed((RuntimeObject*)L_22, InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_il2cpp_TypeInfo_var))); int32_t L_23; L_23 = InheritanceAttribute_get_InheritanceLevel_mB637DB7D7A747B7DC3C79128F4EFE1AEC4503ABD_inline(((InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 *)CastclassSealed((RuntimeObject*)L_22, InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)2))) { goto IL_0085; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25 = L_24; String_t* L_26 = ___name1; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(0), (RuntimeObject *)L_26); String_t* L_27; L_27 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7DAD03E2407C168787EE99B9A8DA48A7A2B7E59)), L_25, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Container_ValidateName_m446A21340542E180AE2F424D364537050EE22830_RuntimeMethod_var))); } IL_0085: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0089: { int32_t L_30 = V_0; int32_t L_31 = __this->get_siteCount_1(); ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F* L_32 = __this->get_sites_0(); NullCheck(L_32); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_33; L_33 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_31, ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))), /*hidden argument*/NULL); if ((((int32_t)L_30) < ((int32_t)L_33))) { goto IL_0018; } } IL_00a2: { return; } } // System.Void System.ComponentModel.Container::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mC968D91128B24B10F70815B572FC064D4FD1C94F (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_syncObj_5(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 System.ComponentModel.ContainerFilterService::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContainerFilterService__ctor_m3974726AF4F7704BB79A15C9964BD25BF237D421 (ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.ComponentModel.ComponentCollection System.ComponentModel.ContainerFilterService::FilterComponents(System.ComponentModel.ComponentCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * ContainerFilterService_FilterComponents_m68F196A2AC0E7B6863A577031ADBB2B354621AFE (ContainerFilterService_tE08885EE31F4C6C4E312C22B4B2741CD9566D3A4 * __this, ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * ___components0, const RuntimeMethod* method) { { ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098 * L_0 = ___components0; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Cookie::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__ctor_m4C7C1E7E0DCE68AC143F44630AEE2D385480DE48 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __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*)&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_m_comment_4(L_0); __this->set_m_cookieVariant_6(1); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domain_8(L_1); __this->set_m_domain_implicit_9((bool)1); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_expires_10(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_11(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_path_12(L_4); __this->set_m_path_implicit_13((bool)1); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_port_14(L_5); __this->set_m_port_implicit_15((bool)1); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_6; L_6 = DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C(/*hidden argument*/NULL); __this->set_m_timeStamp_19(L_6); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_value_20(L_7); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domainKey_22(L_8); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.String System.Net.Cookie::get_Comment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_comment_4(); return L_0; } } // System.Void System.Net.Cookie::set_Comment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Comment_mC73FCBD37723DC9929AE7297AB98CC43F186963A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000a; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___value0 = L_1; } IL_000a: { String_t* L_2 = ___value0; __this->set_m_comment_4(L_2); return; } } // System.Void System.Net.Cookie::set_CommentUri(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m164977759148B2CC340AE701684D1E418D450EBA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; __this->set_m_commentUri_5(L_0); return; } } // System.Void System.Net.Cookie::set_HttpOnly(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_m6A2720FC01374C07DFD197379E821FB860117587 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_httpOnly_18(L_0); return; } } // System.Void System.Net.Cookie::set_Discard(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Discard_m885D993D0395C8CE0ADEF8709678E603C9A0CB89 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_discard_7(L_0); return; } } // System.String System.Net.Cookie::get_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_8(); return L_0; } } // System.Void System.Net.Cookie::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Domain_mFAA0D7FAB346C34A3ADF865A6F531A948E4E9DBA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B2_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_domain_8(G_B3_0); __this->set_m_domain_implicit_9((bool)0); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domainKey_22(L_3); return; } } // System.String System.Net.Cookie::get__Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m3B7DDACA37D03838CA3C94460AA300D4E2D81C7C (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B8_0 = NULL; String_t* G_B8_1 = NULL; String_t* G_B8_2 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B9_0 = NULL; String_t* G_B9_1 = NULL; String_t* G_B9_2 = NULL; String_t* G_B9_3 = NULL; { bool L_0; L_0 = Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0056; } } { bool L_1 = __this->get_m_domain_implicit_9(); if (L_1) { goto IL_0056; } } { String_t* L_2 = __this->get_m_domain_8(); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0056; } } { bool L_4 = __this->get_IsQuotedDomain_24(); G_B4_0 = _stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC; if (L_4) { G_B5_0 = _stringLiteral3EC6EE6DD2256DD3B8C906507025EE48AE0432AC; goto IL_0031; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_5; G_B6_1 = G_B4_0; goto IL_0036; } IL_0031: { G_B6_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B6_1 = G_B5_0; } IL_0036: { String_t* L_6 = __this->get_m_domain_8(); bool L_7 = __this->get_IsQuotedDomain_24(); G_B7_0 = L_6; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; if (L_7) { G_B8_0 = L_6; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_004b; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B9_0 = L_8; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0050; } IL_004b: { G_B9_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0050: { String_t* L_9; L_9 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(G_B9_3, G_B9_2, G_B9_1, G_B9_0, /*hidden argument*/NULL); return L_9; } IL_0056: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_10; } } // System.Boolean System.Net.Cookie::get_Expired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = __this->get_m_expires_10(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); bool L_2; L_2 = DateTime_op_Inequality_mA99EAB5E3E7973D645B820DB8C29E9E5790BB13A(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * L_3 = __this->get_address_of_m_expires_10(); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4; L_4 = DateTime_ToLocalTime_mCE92C270822E0C13C7C849BDE5DDC852A4CF0A08((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5; L_5 = DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C(/*hidden argument*/NULL); bool L_6; L_6 = DateTime_op_LessThanOrEqual_mC1E034B3799905E42ACA29F05FDBB7F651E68541(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0028: { return (bool)0; } } // System.Void System.Net.Cookie::set_Expires(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Expires_m074F513530A0F9F02E261D6B2A52DA8084AAA618 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; __this->set_m_expires_10(L_0); return; } } // System.String System.Net.Cookie::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_11(); return L_0; } } // System.Boolean System.Net.Cookie::InternalSetName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m866D7004C1F40D6F1247918DD747C08F71986B42 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_1; L_1 = ValidationHelper_IsBlankString_m36C36F665203B4C29D68521575BA043C79AE6997(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___value0; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, 0, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)36)))) { goto IL_0021; } } { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Name_1(); NullCheck(L_4); int32_t L_6; L_6 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_002e; } } IL_0021: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_11(L_7); return (bool)0; } IL_002e: { String_t* L_8 = ___value0; __this->set_m_name_11(L_8); return (bool)1; } } // System.String System.Net.Cookie::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_path_12(); return L_0; } } // System.Void System.Net.Cookie::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Path_mEA8D095CDCC6D19456E1F24C43F143080EF577E8 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B2_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_path_12(G_B3_0); __this->set_m_path_implicit_13((bool)0); return; } } // System.String System.Net.Cookie::get__Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m78788CA8B87C93C7C22828F97BA8F1AF022908B1 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B50EFF68A6BF17B8DE03339A4359AF08F480AAF); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2(__this, /*hidden argument*/NULL); if (L_0) { goto IL_002e; } } { bool L_1 = __this->get_m_path_implicit_13(); if (L_1) { goto IL_002e; } } { String_t* L_2 = __this->get_m_path_12(); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { String_t* L_4 = __this->get_m_path_12(); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral6B50EFF68A6BF17B8DE03339A4359AF08F480AAF, L_4, /*hidden argument*/NULL); return L_5; } IL_002e: { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } } // System.Boolean System.Net.Cookie::get_Plain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Plain_m640F05F7E1F4600F56769459C1FE15548512E2E2 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_m29CACE01C43B7E418347C1C4F9B19CBA6F6DEE1B (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method) { { String_t* L_0 = ___host1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___domain0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_0024; } } { String_t* L_4 = ___host1; String_t* L_5 = ___domain0; String_t* L_6 = ___host1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); int32_t L_8; L_8 = String_Compare_m235536D851DC456E92886872EB685E9746CD8842(L_4, 0, L_5, 1, L_7, 5, /*hidden argument*/NULL); if (L_8) { goto IL_0024; } } { return (bool)1; } IL_0024: { return (bool)0; } } // System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___variant0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; bool V_3 = false; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_7 = NULL; int32_t V_8 = 0; int32_t G_B14_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B14_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B14_2 = NULL; String_t* G_B14_3 = NULL; int32_t G_B13_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B13_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B13_2 = NULL; String_t* G_B13_3 = NULL; String_t* G_B15_0 = NULL; int32_t G_B15_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B15_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B15_3 = NULL; String_t* G_B15_4 = NULL; int32_t G_B25_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B25_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B25_2 = NULL; String_t* G_B25_3 = NULL; int32_t G_B24_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B24_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B24_2 = NULL; String_t* G_B24_3 = NULL; String_t* G_B26_0 = NULL; int32_t G_B26_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B26_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B26_3 = NULL; String_t* G_B26_4 = NULL; int32_t G_B52_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B52_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B52_2 = NULL; String_t* G_B52_3 = NULL; int32_t G_B51_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B51_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B51_2 = NULL; String_t* G_B51_3 = NULL; String_t* G_B53_0 = NULL; int32_t G_B53_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B53_2 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B53_3 = NULL; String_t* G_B53_4 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri1; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_0, /*hidden argument*/NULL); V_0 = L_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri1; NullCheck(L_2); int32_t L_3; L_3 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(L_2, /*hidden argument*/NULL); V_1 = L_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri1; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306(L_4, /*hidden argument*/NULL); V_2 = L_5; V_3 = (bool)1; bool L_6 = ___set_default4; if (!L_6) { goto IL_003e; } } { int32_t L_7; L_7 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); if (L_7) { goto IL_0028; } } { ___variant0 = 1; goto IL_0037; } IL_0028: { int32_t L_8; L_8 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0037; } } { int32_t L_9 = ___variant0; if (L_9) { goto IL_0037; } } { ___variant0 = 2; } IL_0037: { int32_t L_10 = ___variant0; __this->set_m_cookieVariant_6(L_10); } IL_003e: { String_t* L_11 = __this->get_m_name_11(); if (!L_11) { goto IL_0076; } } { String_t* L_12 = __this->get_m_name_11(); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0076; } } { String_t* L_14 = __this->get_m_name_11(); NullCheck(L_14); Il2CppChar L_15; L_15 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, 0, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)36)))) { goto IL_0076; } } { String_t* L_16 = __this->get_m_name_11(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Name_1(); NullCheck(L_16); int32_t L_18; L_18 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_16, L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_00b2; } } IL_0076: { bool L_19 = ___isThrow5; if (!L_19) { goto IL_00b0; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B))); (L_21)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; String_t* L_23 = __this->get_m_name_11(); G_B13_0 = 1; G_B13_1 = L_22; G_B13_2 = L_22; G_B13_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); if (!L_23) { G_B14_0 = 1; G_B14_1 = L_22; G_B14_2 = L_22; G_B14_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); goto IL_009f; } } { String_t* L_24 = __this->get_m_name_11(); G_B15_0 = L_24; G_B15_1 = G_B13_0; G_B15_2 = G_B13_1; G_B15_3 = G_B13_2; G_B15_4 = G_B13_3; goto IL_00a4; } IL_009f: { G_B15_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1)); G_B15_1 = G_B14_0; G_B15_2 = G_B14_1; G_B15_3 = G_B14_2; G_B15_4 = G_B14_3; } IL_00a4: { NullCheck(G_B15_2); ArrayElementTypeCheck (G_B15_2, G_B15_0); (G_B15_2)->SetAt(static_cast(G_B15_1), (RuntimeObject *)G_B15_0); String_t* L_25; L_25 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(G_B15_4, G_B15_3, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_26 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_00b0: { return (bool)0; } IL_00b2: { String_t* L_27 = __this->get_m_value_20(); if (!L_27) { goto IL_0107; } } { String_t* L_28 = __this->get_m_value_20(); NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)2))) { goto IL_00f4; } } { String_t* L_30 = __this->get_m_value_20(); NullCheck(L_30); Il2CppChar L_31; L_31 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_30, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)34))))) { goto IL_00f4; } } { String_t* L_32 = __this->get_m_value_20(); String_t* L_33 = __this->get_m_value_20(); NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_33, /*hidden argument*/NULL); NullCheck(L_32); Il2CppChar L_35; L_35 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_35) == ((int32_t)((int32_t)34)))) { goto IL_0143; } } IL_00f4: { String_t* L_36 = __this->get_m_value_20(); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_36); int32_t L_38; L_38 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_36, L_37, /*hidden argument*/NULL); if ((((int32_t)L_38) == ((int32_t)(-1)))) { goto IL_0143; } } IL_0107: { bool L_39 = ___isThrow5; if (!L_39) { goto IL_0141; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3))); (L_41)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = L_41; String_t* L_43 = __this->get_m_value_20(); G_B24_0 = 1; G_B24_1 = L_42; G_B24_2 = L_42; G_B24_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); if (!L_43) { G_B25_0 = 1; G_B25_1 = L_42; G_B25_2 = L_42; G_B25_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); goto IL_0130; } } { String_t* L_44 = __this->get_m_value_20(); G_B26_0 = L_44; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; G_B26_3 = G_B24_2; G_B26_4 = G_B24_3; goto IL_0135; } IL_0130: { G_B26_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1)); G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; G_B26_3 = G_B25_2; G_B26_4 = G_B25_3; } IL_0135: { NullCheck(G_B26_2); ArrayElementTypeCheck (G_B26_2, G_B26_0); (G_B26_2)->SetAt(static_cast(G_B26_1), (RuntimeObject *)G_B26_0); String_t* L_45; L_45 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(G_B26_4, G_B26_3, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_46 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0141: { return (bool)0; } IL_0143: { String_t* L_47; L_47 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_01c5; } } { String_t* L_48; L_48 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_48); int32_t L_49; L_49 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_48, /*hidden argument*/NULL); if ((((int32_t)L_49) <= ((int32_t)2))) { goto IL_0185; } } { String_t* L_50; L_50 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_50); Il2CppChar L_51; L_51 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_50, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)34))))) { goto IL_0185; } } { String_t* L_52; L_52 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); String_t* L_53; L_53 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_53); int32_t L_54; L_54 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_53, /*hidden argument*/NULL); NullCheck(L_52); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_55) == ((int32_t)((int32_t)34)))) { goto IL_01c5; } } IL_0185: { String_t* L_56; L_56 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_57 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_56); int32_t L_58; L_58 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_56, L_57, /*hidden argument*/NULL); if ((((int32_t)L_58) == ((int32_t)(-1)))) { goto IL_01c5; } } { bool L_59 = ___isThrow5; if (!L_59) { goto IL_01c3; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_60 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F))); (L_61)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_62 = L_61; String_t* L_63; L_63 = Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline(__this, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(1), (RuntimeObject *)L_63); String_t* L_64; L_64 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_62, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_65 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_65, L_64, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_01c3: { return (bool)0; } IL_01c5: { String_t* L_66; L_66 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); if (!L_66) { goto IL_0247; } } { String_t* L_67; L_67 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_67); int32_t L_68; L_68 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_67, /*hidden argument*/NULL); if ((((int32_t)L_68) <= ((int32_t)2))) { goto IL_0207; } } { String_t* L_69; L_69 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_69); Il2CppChar L_70; L_70 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_69, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)34))))) { goto IL_0207; } } { String_t* L_71; L_71 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); String_t* L_72; L_72 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_72); int32_t L_73; L_73 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_72, /*hidden argument*/NULL); NullCheck(L_71); Il2CppChar L_74; L_74 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_74) == ((int32_t)((int32_t)34)))) { goto IL_0247; } } IL_0207: { String_t* L_75; L_75 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_76 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_Reserved2Value_2(); NullCheck(L_75); int32_t L_77; L_77 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_75, L_76, /*hidden argument*/NULL); if ((((int32_t)L_77) == ((int32_t)(-1)))) { goto IL_0247; } } { bool L_78 = ___isThrow5; if (!L_78) { goto IL_0245; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_79 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_80 = L_79; NullCheck(L_80); ArrayElementTypeCheck (L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); (L_80)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_81 = L_80; String_t* L_82; L_82 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_82); (L_81)->SetAt(static_cast(1), (RuntimeObject *)L_82); String_t* L_83; L_83 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_81, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_84 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_84, L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0245: { return (bool)0; } IL_0247: { bool L_85 = ___set_default4; if (!L_85) { goto IL_025f; } } { bool L_86 = __this->get_m_domain_implicit_9(); if (!L_86) { goto IL_025f; } } { String_t* L_87 = V_0; __this->set_m_domain_8(L_87); goto IL_0414; } IL_025f: { bool L_88 = __this->get_m_domain_implicit_9(); if (L_88) { goto IL_03d3; } } { String_t* L_89 = __this->get_m_domain_8(); V_4 = L_89; String_t* L_90 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_91; L_91 = Cookie_DomainCharsTest_m9362EEAE09B25D9B900AFB745AE9C8E15980494B(L_90, /*hidden argument*/NULL); if (L_91) { goto IL_02af; } } { bool L_92 = ___isThrow5; if (!L_92) { goto IL_02ad; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_93 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_94 = L_93; NullCheck(L_94); ArrayElementTypeCheck (L_94, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); (L_94)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_95 = L_94; String_t* L_96 = V_4; G_B51_0 = 1; G_B51_1 = L_95; G_B51_2 = L_95; G_B51_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); if (!L_96) { G_B52_0 = 1; G_B52_1 = L_95; G_B52_2 = L_95; G_B52_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)); goto IL_029c; } } { String_t* L_97 = V_4; G_B53_0 = L_97; G_B53_1 = G_B51_0; G_B53_2 = G_B51_1; G_B53_3 = G_B51_2; G_B53_4 = G_B51_3; goto IL_02a1; } IL_029c: { G_B53_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1)); G_B53_1 = G_B52_0; G_B53_2 = G_B52_1; G_B53_3 = G_B52_2; G_B53_4 = G_B52_3; } IL_02a1: { NullCheck(G_B53_2); ArrayElementTypeCheck (G_B53_2, G_B53_0); (G_B53_2)->SetAt(static_cast(G_B53_1), (RuntimeObject *)G_B53_0); String_t* L_98; L_98 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(G_B53_4, G_B53_3, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_99 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_99, L_98, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_02ad: { return (bool)0; } IL_02af: { String_t* L_100 = V_4; NullCheck(L_100); Il2CppChar L_101; L_101 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_100, 0, /*hidden argument*/NULL); if ((((int32_t)L_101) == ((int32_t)((int32_t)46)))) { goto IL_02fe; } } { int32_t L_102 = ___variant0; if ((((int32_t)L_102) == ((int32_t)3))) { goto IL_02f0; } } { int32_t L_103 = ___variant0; if ((((int32_t)L_103) == ((int32_t)1))) { goto IL_02f0; } } { bool L_104 = ___isThrow5; if (!L_104) { goto IL_02ee; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_105 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_106 = L_105; NullCheck(L_106); ArrayElementTypeCheck (L_106, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); (L_106)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_107 = L_106; String_t* L_108 = __this->get_m_domain_8(); NullCheck(L_107); ArrayElementTypeCheck (L_107, L_108); (L_107)->SetAt(static_cast(1), (RuntimeObject *)L_108); String_t* L_109; L_109 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_107, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_110 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_110, L_109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_02ee: { return (bool)0; } IL_02f0: { String_t* L_111 = V_4; String_t* L_112; L_112 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_111, /*hidden argument*/NULL); V_4 = L_112; } IL_02fe: { String_t* L_113 = V_0; NullCheck(L_113); int32_t L_114; L_114 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_113, ((int32_t)46), /*hidden argument*/NULL); V_5 = L_114; bool L_115 = ___isLocalDomain2; if (!L_115) { goto IL_031e; } } { String_t* L_116 = ___localDomain3; String_t* L_117 = V_4; int32_t L_118; L_118 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_116, L_117, 5, /*hidden argument*/NULL); if (L_118) { goto IL_031e; } } { V_3 = (bool)1; goto IL_03bc; } IL_031e: { String_t* L_119 = V_4; String_t* L_120 = V_4; NullCheck(L_120); int32_t L_121; L_121 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_120, /*hidden argument*/NULL); NullCheck(L_119); int32_t L_122; L_122 = String_IndexOf_m3A61B8C27BBED464066C9C13CB540150FEC99A3B(L_119, ((int32_t)46), 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)2)), /*hidden argument*/NULL); if ((!(((uint32_t)L_122) == ((uint32_t)(-1))))) { goto IL_0342; } } { String_t* L_123 = V_4; String_t* L_124 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_125; L_125 = Cookie_IsDomainEqualToHost_m29CACE01C43B7E418347C1C4F9B19CBA6F6DEE1B(L_123, L_124, /*hidden argument*/NULL); if (L_125) { goto IL_03bc; } } { V_3 = (bool)0; goto IL_03bc; } IL_0342: { int32_t L_126 = ___variant0; if ((!(((uint32_t)L_126) == ((uint32_t)1)))) { goto IL_0384; } } { String_t* L_127 = V_4; String_t* L_128 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_129; L_129 = Cookie_IsDomainEqualToHost_m29CACE01C43B7E418347C1C4F9B19CBA6F6DEE1B(L_127, L_128, /*hidden argument*/NULL); if (L_129) { goto IL_03bc; } } { String_t* L_130 = V_0; NullCheck(L_130); int32_t L_131; L_131 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_130, /*hidden argument*/NULL); String_t* L_132 = V_4; NullCheck(L_132); int32_t L_133; L_133 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_132, /*hidden argument*/NULL); if ((((int32_t)L_131) <= ((int32_t)L_133))) { goto IL_0380; } } { String_t* L_134 = V_0; String_t* L_135 = V_0; NullCheck(L_135); int32_t L_136; L_136 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_135, /*hidden argument*/NULL); String_t* L_137 = V_4; NullCheck(L_137); int32_t L_138; L_138 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_137, /*hidden argument*/NULL); String_t* L_139 = V_4; String_t* L_140 = V_4; NullCheck(L_140); int32_t L_141; L_141 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_140, /*hidden argument*/NULL); int32_t L_142; L_142 = String_Compare_m235536D851DC456E92886872EB685E9746CD8842(L_134, ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_138)), L_139, 0, L_141, 5, /*hidden argument*/NULL); if (!L_142) { goto IL_03bc; } } IL_0380: { V_3 = (bool)0; goto IL_03bc; } IL_0384: { int32_t L_143 = V_5; if ((((int32_t)L_143) == ((int32_t)(-1)))) { goto IL_03b0; } } { String_t* L_144 = V_4; NullCheck(L_144); int32_t L_145; L_145 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_144, /*hidden argument*/NULL); String_t* L_146 = V_0; NullCheck(L_146); int32_t L_147; L_147 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_146, /*hidden argument*/NULL); int32_t L_148 = V_5; if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148)))))) { goto IL_03b0; } } { String_t* L_149 = V_0; int32_t L_150 = V_5; String_t* L_151 = V_4; String_t* L_152 = V_4; NullCheck(L_152); int32_t L_153; L_153 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_152, /*hidden argument*/NULL); int32_t L_154; L_154 = String_Compare_m235536D851DC456E92886872EB685E9746CD8842(L_149, L_150, L_151, 0, L_153, 5, /*hidden argument*/NULL); if (!L_154) { goto IL_03bc; } } IL_03b0: { String_t* L_155 = V_4; String_t* L_156 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); bool L_157; L_157 = Cookie_IsDomainEqualToHost_m29CACE01C43B7E418347C1C4F9B19CBA6F6DEE1B(L_155, L_156, /*hidden argument*/NULL); if (L_157) { goto IL_03bc; } } { V_3 = (bool)0; } IL_03bc: { bool L_158 = V_3; if (!L_158) { goto IL_03e4; } } { String_t* L_159 = V_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_160; L_160 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_159); String_t* L_161; L_161 = String_ToLower_m31AAE50F084C9F7ECE9201944F237D2310C79235(L_159, L_160, /*hidden argument*/NULL); __this->set_m_domainKey_22(L_161); goto IL_03e4; } IL_03d3: { String_t* L_162 = V_0; String_t* L_163 = __this->get_m_domain_8(); int32_t L_164; L_164 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_162, L_163, 5, /*hidden argument*/NULL); if (!L_164) { goto IL_03e4; } } { V_3 = (bool)0; } IL_03e4: { bool L_165 = V_3; if (L_165) { goto IL_0414; } } { bool L_166 = ___isThrow5; if (!L_166) { goto IL_0412; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_167 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_168 = L_167; NullCheck(L_168); ArrayElementTypeCheck (L_168, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); (L_168)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A0A3CA99318DA5D044663BE79A6F30B963858AF))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_169 = L_168; String_t* L_170 = __this->get_m_domain_8(); NullCheck(L_169); ArrayElementTypeCheck (L_169, L_170); (L_169)->SetAt(static_cast(1), (RuntimeObject *)L_170); String_t* L_171; L_171 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_169, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_172 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_172, L_171, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_172, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0412: { return (bool)0; } IL_0414: { bool L_173 = ___set_default4; if (!L_173) { goto IL_0478; } } { bool L_174 = __this->get_m_path_implicit_13(); if (!L_174) { goto IL_0478; } } { int32_t L_175 = __this->get_m_cookieVariant_6(); V_6 = L_175; int32_t L_176 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_176, (int32_t)1))) { case 0: { goto IL_043f; } case 1: { goto IL_0448; } case 2: { goto IL_045f; } } } { goto IL_045f; } IL_043f: { String_t* L_177 = V_2; __this->set_m_path_12(L_177); goto IL_04b8; } IL_0448: { String_t* L_178 = V_2; String_t* L_179 = V_2; NullCheck(L_179); int32_t L_180; L_180 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_179, ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_178); String_t* L_181; L_181 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_178, 0, L_180, /*hidden argument*/NULL); __this->set_m_path_12(L_181); goto IL_04b8; } IL_045f: { String_t* L_182 = V_2; String_t* L_183 = V_2; NullCheck(L_183); int32_t L_184; L_184 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_183, ((int32_t)47), /*hidden argument*/NULL); NullCheck(L_182); String_t* L_185; L_185 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_182, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1)), /*hidden argument*/NULL); __this->set_m_path_12(L_185); goto IL_04b8; } IL_0478: { String_t* L_186 = V_2; String_t* L_187 = __this->get_m_path_12(); String_t* L_188; L_188 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(L_187, /*hidden argument*/NULL); NullCheck(L_186); bool L_189; L_189 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_186, L_188, /*hidden argument*/NULL); if (L_189) { goto IL_04b8; } } { bool L_190 = ___isThrow5; if (!L_190) { goto IL_04b6; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_191 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_192 = L_191; NullCheck(L_192); ArrayElementTypeCheck (L_192, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); (L_192)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE366688218C4FC506EA8269E62224B37209508EB))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_193 = L_192; String_t* L_194 = __this->get_m_path_12(); NullCheck(L_193); ArrayElementTypeCheck (L_193, L_194); (L_193)->SetAt(static_cast(1), (RuntimeObject *)L_194); String_t* L_195; L_195 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_193, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_196 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_196, L_195, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_196, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_04b6: { return (bool)0; } IL_04b8: { bool L_197 = ___set_default4; if (!L_197) { goto IL_04e1; } } { bool L_198 = __this->get_m_port_implicit_15(); if (L_198) { goto IL_04e1; } } { String_t* L_199 = __this->get_m_port_14(); NullCheck(L_199); int32_t L_200; L_200 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_199, /*hidden argument*/NULL); if (L_200) { goto IL_04e1; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_201 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_202 = L_201; int32_t L_203 = V_1; NullCheck(L_202); (L_202)->SetAt(static_cast(0), (int32_t)L_203); __this->set_m_port_list_16(L_202); } IL_04e1: { bool L_204 = __this->get_m_port_implicit_15(); if (L_204) { goto IL_0542; } } { V_3 = (bool)0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_205 = __this->get_m_port_list_16(); V_7 = L_205; V_8 = 0; goto IL_050a; } IL_04f8: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_206 = V_7; int32_t L_207 = V_8; NullCheck(L_206); int32_t L_208 = L_207; int32_t L_209 = (L_206)->GetAt(static_cast(L_208)); int32_t L_210 = V_1; if ((!(((uint32_t)L_209) == ((uint32_t)L_210)))) { goto IL_0504; } } { V_3 = (bool)1; goto IL_0512; } IL_0504: { int32_t L_211 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)1)); } IL_050a: { int32_t L_212 = V_8; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_213 = V_7; NullCheck(L_213); if ((((int32_t)L_212) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_213)->max_length)))))) { goto IL_04f8; } } IL_0512: { bool L_214 = V_3; if (L_214) { goto IL_0542; } } { bool L_215 = ___isThrow5; if (!L_215) { goto IL_0540; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_216 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_217 = L_216; NullCheck(L_217); ArrayElementTypeCheck (L_217, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_217)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_218 = L_217; String_t* L_219 = __this->get_m_port_14(); NullCheck(L_218); ArrayElementTypeCheck (L_218, L_219); (L_218)->SetAt(static_cast(1), (RuntimeObject *)L_219); String_t* L_220; L_220 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_218, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_221 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_221, L_220, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_221, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4_RuntimeMethod_var))); } IL_0540: { return (bool)0; } IL_0542: { return (bool)1; } } // System.Boolean System.Net.Cookie::DomainCharsTest(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m9362EEAE09B25D9B900AFB745AE9C8E15980494B (String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; 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 (bool)0; } IL_000d: { V_0 = 0; goto IL_004c; } IL_0011: { String_t* L_3 = ___name0; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; Il2CppChar L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)48)))) { goto IL_0023; } } { Il2CppChar L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)57)))) { goto IL_0048; } } IL_0023: { Il2CppChar L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)46)))) { goto IL_0048; } } { Il2CppChar L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)45)))) { goto IL_0048; } } { Il2CppChar L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)((int32_t)97)))) { goto IL_0037; } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) <= ((int32_t)((int32_t)122)))) { goto IL_0048; } } IL_0037: { Il2CppChar L_12 = V_1; if ((((int32_t)L_12) < ((int32_t)((int32_t)65)))) { goto IL_0041; } } { Il2CppChar L_13 = V_1; if ((((int32_t)L_13) <= ((int32_t)((int32_t)90)))) { goto IL_0048; } } IL_0041: { Il2CppChar L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)95)))) { goto IL_0048; } } { return (bool)0; } IL_0048: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_0; String_t* L_17 = ___name0; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0011; } } { return (bool)1; } } // System.Void System.Net.Cookie::set_Port(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m465C4122ED76D75D4194915EDBD32A89F259CF8C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { __this->set_m_port_implicit_15((bool)0); String_t* L_0 = ___value0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001e; } } IL_0012: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_port_14(L_3); return; } IL_001e: { String_t* L_4 = ___value0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)34))))) { goto IL_003b; } } { String_t* L_6 = ___value0; String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)34)))) { goto IL_005d; } } IL_003b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_11)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = ___value0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); String_t* L_14; L_14 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_12, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_15 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var))); } IL_005d: { String_t* L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_PortSplitDelimiters_0(); NullCheck(L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18; L_18 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_19 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_19, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_1 = L_19; V_3 = 0; goto IL_00e9; } IL_0073: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; int32_t L_21 = V_3; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_25; L_25 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e5; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = V_0; int32_t L_27 = V_3; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); bool L_30; L_30 = Int32_TryParse_m748B8DB1D0C9D25C3D1812D7887411C4AFC1DDC2(L_29, (int32_t*)(&V_2), /*hidden argument*/NULL); if (L_30) { goto IL_00b0; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_32)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = L_32; String_t* L_34 = ___value0; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(1), (RuntimeObject *)L_34); String_t* L_35; L_35 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_33, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_36 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var))); } IL_00b0: { int32_t L_37 = V_2; if ((((int32_t)L_37) < ((int32_t)0))) { goto IL_00bc; } } { int32_t L_38 = V_2; if ((((int32_t)L_38) <= ((int32_t)((int32_t)65535)))) { goto IL_00de; } } IL_00bc: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); (L_40)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC98D2B8D58BCA5B86E2100FBE8FE46701D193B8F))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = L_40; String_t* L_42 = ___value0; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (RuntimeObject *)L_42); String_t* L_43; L_43 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCA80D97E823D02887E6B0876376D067564152C0B)), L_41, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_44 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cookie_set_Port_m8BA5AD268A143AE02AC42EB6457AECA645C2C298_RuntimeMethod_var))); } IL_00de: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_45 = V_1; int32_t L_46 = V_2; NullCheck(L_45); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_45, L_46, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); } IL_00e5: { int32_t L_47 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00e9: { int32_t L_48 = V_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_49 = V_0; NullCheck(L_49); if ((((int32_t)L_48) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))) { goto IL_0073; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_50 = V_1; NullCheck(L_50); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_51; L_51 = List_1_ToArray_m465C4122ED76D75D4194915EDBD32A89F259CF8C(L_50, /*hidden argument*/List_1_ToArray_m465C4122ED76D75D4194915EDBD32A89F259CF8C_RuntimeMethod_var); __this->set_m_port_list_16(L_51); String_t* L_52 = ___value0; __this->set_m_port_14(L_52); __this->set_m_version_21(1); __this->set_m_cookieVariant_6(3); return; } } // System.Int32[] System.Net.Cookie::get_PortList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_m_port_list_16(); return L_0; } } // System.String System.Net.Cookie::get__Port() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m867588A59661398C9AC64EB223387B42048D280A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC314CFCCFC2227C58A275C19171300597A034F25); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; { bool L_0 = __this->get_m_port_implicit_15(); if (L_0) { goto IL_0037; } } { String_t* L_1 = __this->get_m_port_14(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); G_B2_0 = _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25; if (!L_2) { G_B3_0 = _stringLiteralC314CFCCFC2227C58A275C19171300597A034F25; goto IL_002c; } } { String_t* L_3 = __this->get_m_port_14(); String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, L_3, /*hidden argument*/NULL); G_B4_0 = L_4; G_B4_1 = G_B2_0; goto IL_0031; } IL_002c: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_0031: { String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(G_B4_1, G_B4_0, /*hidden argument*/NULL); return L_6; } IL_0037: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_7; } } // System.Boolean System.Net.Cookie::get_Secure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_secure_17(); return L_0; } } // System.Void System.Net.Cookie::set_Secure(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Secure_m2860F0605D2A3759288640E6EC503E26AFA813C6 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_m_secure_17(L_0); return; } } // System.String System.Net.Cookie::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_20(); return L_0; } } // System.Void System.Net.Cookie::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Value_mB71BD8E33373029251A2C55533A8A4417BDB8767 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B2_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_m_value_20(G_B3_0); return; } } // System.Net.CookieVariant System.Net.Cookie::get_Variant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_cookieVariant_6(); return L_0; } } // System.String System.Net.Cookie::get_DomainKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_domain_implicit_9(); if (L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_m_domainKey_22(); return L_1; } IL_000f: { String_t* L_2; L_2 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(__this, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Net.Cookie::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_version_21(); return L_0; } } // System.Void System.Net.Cookie::set_Version(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(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*)&Cookie_set_Version_m4D43603189124EA1FDE4E8D45D65C60F1EB9B64E_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___value0; __this->set_m_version_21(L_2); int32_t L_3 = ___value0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002a; } } { int32_t L_4 = __this->get_m_cookieVariant_6(); if ((((int32_t)L_4) >= ((int32_t)2))) { goto IL_002a; } } { __this->set_m_cookieVariant_6(2); } IL_002a: { return; } } // System.String System.Net.Cookie::get__Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3C0E366E86DFAAB2EEA66561B74C4E8B284B854 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B7_3 = NULL; { int32_t L_0; L_0 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_004b; } } { bool L_1 = __this->get_IsQuotedVersion_23(); G_B2_0 = _stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC; if (L_1) { G_B3_0 = _stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC; goto IL_001c; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B4_0 = L_2; G_B4_1 = G_B2_0; goto IL_0021; } IL_001c: { G_B4_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B4_1 = G_B3_0; } IL_0021: { int32_t* L_3 = __this->get_address_of_m_version_21(); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4; L_4 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)L_3, L_4, /*hidden argument*/NULL); bool L_6 = __this->get_IsQuotedVersion_23(); G_B5_0 = L_5; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; if (L_6) { G_B6_0 = L_5; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0040; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B7_0 = L_7; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; goto IL_0045; } IL_0040: { G_B7_0 = _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; } IL_0045: { String_t* L_8; L_8 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); return L_8; } IL_004b: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_9; } } // System.Collections.IComparer System.Net.Cookie::GetComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_mF29897F68052CEE3A4277AD0DC675B6E1D4368E6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * L_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_staticComparer_3(); return L_0; } } // System.Boolean System.Net.Cookie::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_Equals_mB07B0CC36C9FA37BD7F8DE25DD5BF11BEF65B7D4 (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_0 = NULL; { RuntimeObject * L_0 = ___comparand0; if (((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)IsInstSealed((RuntimeObject*)L_0, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___comparand0; V_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); String_t* L_2; L_2 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_3, /*hidden argument*/NULL); int32_t L_5; L_5 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_2, L_4, 5, /*hidden argument*/NULL); if (L_5) { goto IL_0070; } } { String_t* L_6; L_6 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(L_7, /*hidden argument*/NULL); int32_t L_9; L_9 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_6, L_8, 4, /*hidden argument*/NULL); if (L_9) { goto IL_0070; } } { String_t* L_10; L_10 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_11, /*hidden argument*/NULL); int32_t L_13; L_13 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_10, L_12, 4, /*hidden argument*/NULL); if (L_13) { goto IL_0070; } } { String_t* L_14; L_14 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_14, L_16, 5, /*hidden argument*/NULL); if (L_17) { goto IL_0070; } } { int32_t L_18; L_18 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_19 = V_0; NullCheck(L_19); int32_t L_20; L_20 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(L_19, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0); } IL_0070: { return (bool)0; } } // System.Int32 System.Net.Cookie::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_GetHashCode_mC355FA3D045BA3A216583AEA99C8D448A45215BE (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = L_0; String_t* L_2; L_2 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_1; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); (L_3)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5; L_5 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(2), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); (L_6)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8; L_8 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(4), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_7; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); (L_9)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; String_t* L_11; L_11 = Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline(__this, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(6), (RuntimeObject *)L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); (L_12)->SetAt(static_cast(7), (RuntimeObject *)_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_12; int32_t L_14; L_14 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(__this, /*hidden argument*/NULL); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(8), (RuntimeObject *)L_16); String_t* L_17; L_17 = String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306(L_13, /*hidden argument*/NULL); NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17); return L_18; } } // System.String System.Net.Cookie::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_ToString_m50C477C29C14B822B6867B4B6F877BC0120EFC4E (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; int32_t G_B2_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_2 = NULL; int32_t G_B1_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_2 = NULL; String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_3 = NULL; int32_t G_B5_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_2 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_2 = NULL; String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_3 = NULL; int32_t G_B8_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_2 = NULL; int32_t G_B7_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_2 = NULL; String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_3 = NULL; int32_t G_B11_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_2 = NULL; int32_t G_B10_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_2 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_3 = NULL; { String_t* L_0; L_0 = Cookie_get__Domain_m3B7DDACA37D03838CA3C94460AA300D4E2D81C7C(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1; L_1 = Cookie_get__Path_m78788CA8B87C93C7C22828F97BA8F1AF022908B1(__this, /*hidden argument*/NULL); V_1 = L_1; String_t* L_2; L_2 = Cookie_get__Port_m867588A59661398C9AC64EB223387B42048D280A(__this, /*hidden argument*/NULL); V_2 = L_2; String_t* L_3; L_3 = Cookie_get__Version_mE3C0E366E86DFAAB2EEA66561B74C4E8B284B854(__this, /*hidden argument*/NULL); V_3 = L_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; String_t* L_6 = V_3; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); G_B1_0 = 0; G_B1_1 = L_5; G_B1_2 = L_5; if (!L_7) { G_B2_0 = 0; G_B2_1 = L_5; G_B2_2 = L_5; goto IL_0039; } } { String_t* L_8 = V_3; String_t* L_9; L_9 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_8, _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, /*hidden argument*/NULL); G_B3_0 = L_9; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_003e; } IL_0039: { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_10; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_003e: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (String_t*)G_B3_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = G_B3_3; String_t* L_12; L_12 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); (L_13)->SetAt(static_cast(2), (String_t*)_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; String_t* L_15; L_15 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(3), (String_t*)L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_14; String_t* L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); G_B4_0 = 4; G_B4_1 = L_16; G_B4_2 = L_16; if (!L_18) { G_B5_0 = 4; G_B5_1 = L_16; G_B5_2 = L_16; goto IL_0070; } } { String_t* L_19 = V_1; String_t* L_20; L_20 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, L_19, /*hidden argument*/NULL); G_B6_0 = L_20; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_0075; } IL_0070: { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_21; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_0075: { NullCheck(G_B6_2); ArrayElementTypeCheck (G_B6_2, G_B6_0); (G_B6_2)->SetAt(static_cast(G_B6_1), (String_t*)G_B6_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = G_B6_3; String_t* L_23 = V_0; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); G_B7_0 = 5; G_B7_1 = L_22; G_B7_2 = L_22; if (!L_24) { G_B8_0 = 5; G_B8_1 = L_22; G_B8_2 = L_22; goto IL_008d; } } { String_t* L_25 = V_0; String_t* L_26; L_26 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, L_25, /*hidden argument*/NULL); G_B9_0 = L_26; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0092; } IL_008d: { String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B9_0 = L_27; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0092: { NullCheck(G_B9_2); ArrayElementTypeCheck (G_B9_2, G_B9_0); (G_B9_2)->SetAt(static_cast(G_B9_1), (String_t*)G_B9_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = G_B9_3; String_t* L_29 = V_2; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_29, /*hidden argument*/NULL); G_B10_0 = 6; G_B10_1 = L_28; G_B10_2 = L_28; if (!L_30) { G_B11_0 = 6; G_B11_1 = L_28; G_B11_2 = L_28; goto IL_00aa; } } { String_t* L_31 = V_2; String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1, L_31, /*hidden argument*/NULL); G_B12_0 = L_32; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_00af; } IL_00aa: { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B12_0 = L_33; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_00af: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (String_t*)G_B12_0); String_t* L_34; L_34 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(G_B12_3, /*hidden argument*/NULL); V_4 = L_34; String_t* L_35 = V_4; bool L_36; L_36 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_35, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, /*hidden argument*/NULL); if (!L_36) { goto IL_00cb; } } { String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_37; } IL_00cb: { String_t* L_38 = V_4; return L_38; } } // System.Void System.Net.Cookie::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__cctor_m5D1DAACFDA2803E0ADE92204CBE5A1AA5F9C038B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_PortSplitDelimiters_0(L_1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t1267FAF6E08D720F26ABF676554E6948A7F6A2D0____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_Reserved2Name_1(L_4); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (Il2CppChar)((int32_t)59)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (Il2CppChar)((int32_t)44)); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_Reserved2Value_2(L_8); Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * L_9 = (Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F *)il2cpp_codegen_object_new(Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F_il2cpp_TypeInfo_var); Comparer__ctor_mB9048FB4377C7FE872A4ACD9A0173FEDA37554F3(L_9, /*hidden argument*/NULL); ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->set_staticComparer_3(L_9); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.CookieCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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_m_list_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_TimeStamp_2(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_m_IsReadOnly_4((bool)1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___index0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_m_list_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001d; } } IL_0012: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597_RuntimeMethod_var))); } IL_001d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get_m_list_1(); int32_t L_6 = ___index0; NullCheck(L_5); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6); return ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); } } // System.Void System.Net.CookieCollection::Add(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method) { int32_t V_0 = 0; { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_0 = ___cookie0; 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*)&_stringLiteral44B679A4FEA54FC0DBB1CECD512FC3FCFFE445F4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = __this->get_m_version_0(); __this->set_m_version_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_3 = ___cookie0; int32_t L_4; L_4 = CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0036; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get_m_list_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = ___cookie0; NullCheck(L_6); int32_t L_8; L_8 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7); return; } IL_0036: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_9 = __this->get_m_list_1(); int32_t L_10 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_11 = ___cookie0; NullCheck(L_9); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_9, L_10, L_11); return; } } // System.Void System.Net.CookieCollection::Add(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m79D156C7D15F4727B0C7936902E7D215B3E2AD5C (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = ___cookies0; 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*)&_stringLiteral89C95FB6F8086AFCCD50B1B257669F2B17C047B7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieCollection_Add_m79D156C7D15F4727B0C7936902E7D215B3E2AD5C_RuntimeMethod_var))); } IL_000e: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_2 = ___cookies0; NullCheck(L_2); RuntimeObject* L_3; L_3 = CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0015: try {// begin try (depth: 1) { goto IL_002a; } IL_0017: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_1 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_6 = V_1; CookieCollection_Add_m81852BE25115EA44DEA8AC788666350ACBFF13E9(__this, L_6, /*hidden argument*/NULL); } IL_002a: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0017; } } IL_0032: { IL2CPP_LEAVE(0x45, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_2; if (!L_10) { goto IL_0044; } } IL_003e: { RuntimeObject* L_11 = V_2; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0044: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x45, IL_0045) } IL_0045: { return; } } // 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) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_1(); 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.Net.CookieCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieCollection_get_IsSynchronized_mF0FA5ADB5DDFC0DA4FAE1D06BE5F0A28A35309DD (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Net.CookieCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CookieCollection_get_SyncRoot_m4761E1233AAB107D61A409A106A117751A42A6FF (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Net.CookieCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_CopyTo_m1C053D1F041D227716D6D7D472A31B9E65A1C871 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_1(); 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.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection/Stamp) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___how0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___how0; switch (L_0) { case 0: { goto IL_003d; } case 1: { goto IL_0018; } case 2: { goto IL_0032; } case 3: { goto IL_0025; } } } { goto IL_003d; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C(/*hidden argument*/NULL); __this->set_m_TimeStamp_2(L_1); goto IL_003d; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); __this->set_m_TimeStamp_2(L_2); goto IL_003d; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MinValue_31(); __this->set_m_TimeStamp_2(L_3); } IL_003d: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = __this->get_m_TimeStamp_2(); return L_4; } } // System.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_has_other_versions_3(); return L_0; } } // System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_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; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 1; bool L_0 = ___isStrict1; if (!L_0) { goto IL_0095; } } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = Cookie_GetComparer_mF29897F68052CEE3A4277AD0DC675B6E1D4368E6_inline(/*hidden argument*/NULL); V_1 = L_1; V_2 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_m_list_1(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_3 = L_3; } IL_001c: try {// begin try (depth: 1) { goto IL_005a; } IL_001e: { RuntimeObject* L_4 = V_3; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_4 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_1; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = ___cookie0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_8 = V_4; NullCheck(L_6); int32_t L_9; L_9 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_6, L_7, L_8); if (L_9) { goto IL_0056; } } IL_0036: { V_0 = 0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_10 = V_4; NullCheck(L_10); int32_t L_11; L_11 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(L_10, /*hidden argument*/NULL); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_12 = ___cookie0; NullCheck(L_12); int32_t L_13; L_13 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) > ((int32_t)L_13))) { goto IL_0062; } } IL_0047: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = __this->get_m_list_1(); int32_t L_15 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_16 = ___cookie0; NullCheck(L_14); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_14, L_15, L_16); IL2CPP_LEAVE(0x78, FINALLY_0064); } IL_0056: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_005a: { RuntimeObject* L_18 = V_3; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_001e; } } IL_0062: { IL2CPP_LEAVE(0x78, FINALLY_0064); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: {// begin finally (depth: 1) { RuntimeObject* L_20 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_5; if (!L_21) { goto IL_0077; } } IL_0070: { RuntimeObject* L_22 = V_5; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_0077: { IL2CPP_END_FINALLY(100) } }// end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x78, IL_0078) } IL_0078: { int32_t L_23 = V_2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = __this->get_m_list_1(); NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24); if ((!(((uint32_t)L_23) == ((uint32_t)L_25)))) { goto IL_00a2; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = __this->get_m_list_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_27 = ___cookie0; NullCheck(L_26); int32_t L_28; L_28 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_27); goto IL_00a2; } IL_0095: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_29 = __this->get_m_list_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_30 = ___cookie0; NullCheck(L_29); int32_t L_31; L_31 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_29, L_30); } IL_00a2: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_32 = ___cookie0; NullCheck(L_32); int32_t L_33; L_33 = Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)1))) { goto IL_00b2; } } { __this->set_m_has_other_versions_3((bool)1); } IL_00b2: { int32_t L_34 = V_0; return L_34; } } // System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_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; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Cookie_GetComparer_mF29897F68052CEE3A4277AD0DC675B6E1D4368E6_inline(/*hidden argument*/NULL); V_0 = L_0; V_1 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get_m_list_1(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_2 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0035; } IL_0016: { RuntimeObject* L_3 = V_2; 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_3 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_4, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_6 = ___cookie0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = V_3; NullCheck(L_5); int32_t L_8; L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, L_5, L_6, L_7); if (L_8) { goto IL_0031; } } IL_002c: { int32_t L_9 = V_1; V_4 = L_9; IL2CPP_LEAVE(0x55, FINALLY_003f); } IL_0031: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0016; } } IL_003d: { IL2CPP_LEAVE(0x53, FINALLY_003f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_5; if (!L_14) { goto IL_0052; } } IL_004b: { RuntimeObject* L_15 = V_5; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_0052: { IL2CPP_END_FINALLY(63) } }// end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { return (-1); } IL_0055: { int32_t L_16 = V_4; return L_16; } } // System.Void System.Net.CookieCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, int32_t ___idx0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_1(); int32_t L_1 = ___idx0; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9 (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 * L_0 = (CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014 *)il2cpp_codegen_object_new(CookieCollectionEnumerator_t417B0DA14C7DB2BDCD63DF9FC7CD13A643B79014_il2cpp_TypeInfo_var); CookieCollectionEnumerator__ctor_m1171DDC5103451BF97CD71F062D1D46F73A82E24(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.CookieContainer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer__ctor_m50F677B7149D3D40B4D6ADB3DA9F27CF8434ECC2 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); __this->set_m_domainTable_1(L_0); __this->set_m_maxCookieSize_2(((int32_t)4096)); __this->set_m_maxCookies_3(((int32_t)300)); __this->set_m_maxCookiesPerDomain_4(((int32_t)20)); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_fqdnMyDomain_6(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); IPGlobalProperties_tD2935E387BBC03382D35AD2B6288214CAB4095C5 * L_2; L_2 = IPGlobalProperties_InternalGetIPGlobalProperties_mBA1CDC09A6DED024BEC95072550E7205C0504545(/*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Net.NetworkInformation.IPGlobalProperties::get_DomainName() */, L_2); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0062; } } { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0062; } } { String_t* L_7 = V_0; String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_7, /*hidden argument*/NULL); __this->set_m_fqdnMyDomain_6(L_8); } IL_0062: { return; } } // System.Void System.Net.CookieContainer::AddRemoveDomain(System.String,System.Net.PathList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___key0, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * ___value1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_domainTable_1(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000e: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_3 = ___value1; if (L_3) { goto IL_0027; } } IL_0019: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get_m_domainTable_1(); String_t* L_5 = ___key0; NullCheck(L_4); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); IL2CPP_LEAVE(0x40, FINALLY_0036); } IL_0027: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_m_domainTable_1(); String_t* L_7 = ___key0; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_8 = ___value1; NullCheck(L_6); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_7, L_8); IL2CPP_LEAVE(0x40, FINALLY_0036); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: {// begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_003f; } } IL_0039: { RuntimeObject * L_10 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_10, /*hidden argument*/NULL); } IL_003f: { IL2CPP_END_FINALLY(54) } }// end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x40, IL_0040) } IL_0040: { return; } } // System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * ___cookie0, bool ___throwOnError1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * V_0 = NULL; int32_t V_1 = 0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_2 = NULL; RuntimeObject * V_3 = NULL; bool V_4 = false; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_5 = NULL; int32_t V_6 = 0; Exception_t * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_0 = ___cookie0; NullCheck(L_0); String_t* L_1; L_1 = Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = __this->get_m_maxCookieSize_2(); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0044; } } { bool L_4 = ___throwOnError1; if (!L_4) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7 = ___cookie0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_6; int32_t L_10 = __this->get_m_maxCookieSize_2(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_12); String_t* L_13; L_13 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA07008DF3C343BD1A017A72B3A935EE36D10E)), L_9, /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_14 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var))); } IL_0043: { return; } IL_0044: { } IL_0045: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = __this->get_m_domainTable_1(); NullCheck(L_15); RuntimeObject * L_16; L_16 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_15); V_3 = L_16; V_4 = (bool)0; } IL_0054: try {// begin try (depth: 2) { RuntimeObject * L_17 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_17, (bool*)(&V_4), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_m_domainTable_1(); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_19 = ___cookie0; NullCheck(L_19); String_t* L_20; L_20 = Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA(L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21; L_21 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_20); V_0 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_21, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var)); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_22 = V_0; if (L_22) { goto IL_0089; } } IL_0076: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_23 = (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)il2cpp_codegen_object_new(PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); PathList__ctor_mE7C40201BD66EA2737CFC92FF7B94CF442444778(L_23, /*hidden argument*/NULL); V_0 = L_23; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_24 = ___cookie0; NullCheck(L_24); String_t* L_25; L_25 = Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA(L_24, /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_26 = V_0; CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0(__this, L_25, L_26, /*hidden argument*/NULL); } IL_0089: { IL2CPP_LEAVE(0x96, FINALLY_008b); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008b; } FINALLY_008b: {// begin finally (depth: 2) { bool L_27 = V_4; if (!L_27) { goto IL_0095; } } IL_008f: { RuntimeObject * L_28 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_28, /*hidden argument*/NULL); } IL_0095: { IL2CPP_END_FINALLY(139) } }// end finally (depth: 2) IL2CPP_CLEANUP(139) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x96, IL_0096) } IL_0096: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_29 = V_0; NullCheck(L_29); int32_t L_30; L_30 = PathList_GetCookiesCount_mA2216C3D1A5328BB84EA3DFB15F5D9C25FD10B0F(L_29, /*hidden argument*/NULL); V_1 = L_30; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_31 = V_0; NullCheck(L_31); RuntimeObject * L_32; L_32 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(L_31, /*hidden argument*/NULL); V_3 = L_32; V_4 = (bool)0; } IL_00a7: try {// begin try (depth: 2) { RuntimeObject * L_33 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_33, (bool*)(&V_4), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_34 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_35 = ___cookie0; NullCheck(L_35); String_t* L_36; L_36 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); RuntimeObject * L_37; L_37 = PathList_get_Item_mB2E15B70CA415EF1497A3AF13486AF346D25CC27(L_34, L_36, /*hidden argument*/NULL); V_2 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_37, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_38 = V_2; if (L_38) { goto IL_00d7; } } IL_00c4: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_39 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)il2cpp_codegen_object_new(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11(L_39, /*hidden argument*/NULL); V_2 = L_39; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_40 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_41 = ___cookie0; NullCheck(L_41); String_t* L_42; L_42 = Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline(L_41, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_43 = V_2; NullCheck(L_40); PathList_set_Item_m30F6BF8F0651AA78DA5F709CB4E042D56944E10B(L_40, L_42, L_43, /*hidden argument*/NULL); } IL_00d7: { IL2CPP_LEAVE(0xE4, FINALLY_00d9); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d9; } FINALLY_00d9: {// begin finally (depth: 2) { bool L_44 = V_4; if (!L_44) { goto IL_00e3; } } IL_00dd: { RuntimeObject * L_45 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_45, /*hidden argument*/NULL); } IL_00e3: { IL2CPP_END_FINALLY(217) } }// end finally (depth: 2) IL2CPP_CLEANUP(217) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE4, IL_00e4) } IL_00e4: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_46 = ___cookie0; NullCheck(L_46); bool L_47; L_47 = Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5(L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_012d; } } IL_00ec: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_48 = V_2; V_5 = L_48; V_4 = (bool)0; } IL_00f2: try {// begin try (depth: 2) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_49 = V_5; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_49, (bool*)(&V_4), /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_50 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_51 = ___cookie0; NullCheck(L_50); int32_t L_52; L_52 = CookieCollection_IndexOf_m775D41262A22744C845245D4B6574B6AE5983DBC(L_50, L_51, /*hidden argument*/NULL); V_6 = L_52; int32_t L_53 = V_6; if ((((int32_t)L_53) == ((int32_t)(-1)))) { goto IL_011f; } } IL_0109: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_54 = V_2; int32_t L_55 = V_6; NullCheck(L_54); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(L_54, L_55, /*hidden argument*/NULL); int32_t L_56 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1))); } IL_011f: { IL2CPP_LEAVE(0x194, FINALLY_0121); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0121; } FINALLY_0121: {// begin finally (depth: 2) { bool L_57 = V_4; if (!L_57) { goto IL_012c; } } IL_0125: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_58 = V_5; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_58, /*hidden argument*/NULL); } IL_012c: { IL2CPP_END_FINALLY(289) } }// end finally (depth: 2) IL2CPP_CLEANUP(289) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x194, IL_0194) } IL_012d: { int32_t L_59 = V_1; int32_t L_60 = __this->get_m_maxCookiesPerDomain_4(); if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_0149; } } IL_0136: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_61 = ___cookie0; NullCheck(L_61); String_t* L_62; L_62 = Cookie_get_DomainKey_m4F03CD873A42A9291BB5682BD6102930C485D3BA(L_61, /*hidden argument*/NULL); bool L_63; L_63 = CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C(__this, L_62, /*hidden argument*/NULL); if (L_63) { goto IL_0149; } } IL_0144: { goto IL_01cc; } IL_0149: { int32_t L_64 = __this->get_m_count_5(); int32_t L_65 = __this->get_m_maxCookies_3(); if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_0162; } } IL_0157: { bool L_66; L_66 = CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C(__this, (String_t*)NULL, /*hidden argument*/NULL); if (L_66) { goto IL_0162; } } IL_0160: { goto IL_01cc; } IL_0162: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_67 = V_2; V_5 = L_67; V_4 = (bool)0; } IL_0168: try {// begin try (depth: 2) CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_68 = V_5; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_68, (bool*)(&V_4), /*hidden argument*/NULL); int32_t L_69 = __this->get_m_count_5(); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_70 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_71 = ___cookie0; NullCheck(L_70); int32_t L_72; L_72 = CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2(L_70, L_71, (bool)1, /*hidden argument*/NULL); __this->set_m_count_5(((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)L_72))); IL2CPP_LEAVE(0x194, FINALLY_0188); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0188; } FINALLY_0188: {// begin finally (depth: 2) { bool L_73 = V_4; if (!L_73) { goto IL_0193; } } IL_018c: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_74 = V_5; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_74, /*hidden argument*/NULL); } IL_0193: { IL2CPP_END_FINALLY(392) } }// end finally (depth: 2) IL2CPP_CLEANUP(392) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x194, IL_0194) } IL_0194: { goto IL_01cc; } }// 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_0196; } throw e; } CATCH_0196: {// begin catch(System.Exception) { V_7 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_75 = V_7; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_75, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_01b3; } } IL_01a1: { Exception_t * L_76 = V_7; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_76, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_01b3; } } IL_01aa: { Exception_t * L_77 = V_7; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_77, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_01b5; } } IL_01b3: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var))); } IL_01b5: { bool L_78 = ___throwOnError1; if (!L_78) { goto IL_01ca; } } IL_01b8: { String_t* L_79; L_79 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF36361B676EDEE11E26DBD0B02D28B4DD6FEE5)), /*hidden argument*/NULL); Exception_t * L_80 = V_7; CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_81 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4(L_81, L_79, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C_RuntimeMethod_var))); } IL_01ca: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01cc; } }// end catch (depth: 1) IL_01cc: { return; } } // System.Boolean System.Net.CookieContainer::AgeCookies(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_mAA3E14737A917A714164DA20CEAE929A192FFA9C (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___domain0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_2; memset((&V_2), 0, sizeof(V_2)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_3 = NULL; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; float V_7 = 0.0f; RuntimeObject * V_8 = NULL; bool V_9 = false; RuntimeObject* V_10 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; RuntimeObject * V_13 = NULL; bool V_14 = false; RuntimeObject* V_15 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_16 = NULL; RuntimeObject* V_17 = NULL; RuntimeArray * V_18 = NULL; RuntimeArray * V_19 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_20 = NULL; int32_t V_21 = 0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_22 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_23 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_m_maxCookies_3(); if (!L_0) { goto IL_0010; } } { int32_t L_1 = __this->get_m_maxCookiesPerDomain_4(); if (L_1) { goto IL_0024; } } IL_0010: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); __this->set_m_domainTable_1(L_2); __this->set_m_count_5(0); return (bool)0; } IL_0024: { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); V_1 = L_3; V_3 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)NULL; V_5 = 0; V_6 = 0; V_7 = (1.0f); int32_t L_4 = __this->get_m_count_5(); int32_t L_5 = __this->get_m_maxCookies_3(); if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_005a; } } { int32_t L_6 = __this->get_m_maxCookies_3(); int32_t L_7 = __this->get_m_count_5(); V_7 = ((float)((float)((float)((float)L_6))/(float)((float)((float)L_7)))); } IL_005a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = __this->get_m_domainTable_1(); NullCheck(L_8); RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_8); V_8 = L_9; V_9 = (bool)0; } IL_006a: try {// begin try (depth: 1) { RuntimeObject * L_10 = V_8; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_10, (bool*)(&V_9), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = __this->get_m_domainTable_1(); NullCheck(L_11); RuntimeObject* L_12; L_12 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_11); V_10 = L_12; } IL_0080: try {// begin try (depth: 2) { goto IL_02ec; } IL_0085: { RuntimeObject* L_13 = V_10; NullCheck(L_13); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); V_11 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_14, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); String_t* L_15 = ___domain0; if (L_15) { goto IL_00b3; } } IL_0096: { RuntimeObject * L_16; L_16 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_11), /*hidden argument*/NULL); RuntimeObject * L_17; L_17 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_11), /*hidden argument*/NULL); V_4 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_17, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var)); goto IL_00c6; } IL_00b3: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_m_domainTable_1(); String_t* L_19 = ___domain0; NullCheck(L_18); RuntimeObject * L_20; L_20 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19); V_4 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_20, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var)); } IL_00c6: { V_5 = 0; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_21 = V_4; NullCheck(L_21); RuntimeObject * L_22; L_22 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(L_21, /*hidden argument*/NULL); V_13 = L_22; V_14 = (bool)0; } IL_00d5: try {// begin try (depth: 3) { RuntimeObject * L_23 = V_13; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_23, (bool*)(&V_14), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_24 = V_4; NullCheck(L_24); RuntimeObject* L_25; L_25 = PathList_get_Values_m5199400804AF1CF37AF379160950196867314343(L_24, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject* L_26; L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_25); V_15 = L_26; } IL_00ec: try {// begin try (depth: 4) { goto IL_0147; } IL_00ee: { RuntimeObject* L_27 = V_15; NullCheck(L_27); RuntimeObject * L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_27); V_16 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_28, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_29 = V_16; int32_t L_30; L_30 = CookieContainer_ExpireCollection_m480E96EED81302CFE5C1797FD52D36712D56F53A(__this, L_29, /*hidden argument*/NULL); V_6 = L_30; int32_t L_31 = V_0; int32_t L_32 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)); int32_t L_33 = __this->get_m_count_5(); int32_t L_34 = V_6; __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34))); int32_t L_35 = V_5; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_36 = V_16; NullCheck(L_36); int32_t L_37; L_37 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_36, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_38 = V_16; NullCheck(L_38); int32_t L_39; L_39 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_38, /*hidden argument*/NULL); if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_0147; } } IL_0130: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_40 = V_16; NullCheck(L_40); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_41; L_41 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_40, 0, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_42 = L_41; V_2 = L_42; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_43 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_44; L_44 = DateTime_op_LessThan_m9822D8ADDCCACAA534FE3F98C44C352778B0C3DE(L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0147; } } IL_0142: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_45 = V_16; V_3 = L_45; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_46 = V_2; V_1 = L_46; } IL_0147: { RuntimeObject* L_47 = V_15; NullCheck(L_47); bool L_48; L_48 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_47); if (L_48) { goto IL_00ee; } } IL_0150: { IL2CPP_LEAVE(0x173, FINALLY_0152); } }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0152; } FINALLY_0152: {// begin finally (depth: 4) { RuntimeObject* L_49 = V_15; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_49, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_50 = V_17; if (!L_50) { goto IL_0166; } } IL_015f: { RuntimeObject* L_51 = V_17; NullCheck(L_51); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_51); } IL_0166: { IL2CPP_END_FINALLY(338) } }// end finally (depth: 4) IL2CPP_CLEANUP(338) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x173, FINALLY_0167); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0167; } FINALLY_0167: {// begin finally (depth: 3) { bool L_52 = V_14; if (!L_52) { goto IL_0172; } } IL_016b: { RuntimeObject * L_53 = V_13; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_53, /*hidden argument*/NULL); } IL_0172: { IL2CPP_END_FINALLY(359) } }// end finally (depth: 3) IL2CPP_CLEANUP(359) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x173, IL_0173) } IL_0173: { int32_t L_54 = V_5; float L_55 = V_7; int32_t L_56 = __this->get_m_maxCookiesPerDomain_4(); int32_t L_57 = __this->get_m_maxCookies_3(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_58; L_58 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_56, L_57, /*hidden argument*/NULL); int32_t L_59; L_59 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)((float)((float)L_54)), (float)L_55)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)), /*hidden argument*/NULL); V_12 = L_59; int32_t L_60 = V_5; int32_t L_61 = V_12; if ((((int32_t)L_60) <= ((int32_t)L_61))) { goto IL_02ec; } } IL_019d: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_62 = V_4; NullCheck(L_62); RuntimeObject * L_63; L_63 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(L_62, /*hidden argument*/NULL); V_13 = L_63; V_14 = (bool)0; } IL_01a9: try {// begin try (depth: 3) { RuntimeObject * L_64 = V_13; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_64, (bool*)(&V_14), /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_65, /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_67 = V_4; NullCheck(L_67); int32_t L_68; L_68 = PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF(L_67, /*hidden argument*/NULL); RuntimeArray * L_69; L_69 = Array_CreateInstance_m57AC02F4475AF70CA317B48F09B3C29E3BA9C046(L_66, L_68, /*hidden argument*/NULL); V_18 = L_69; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_71; L_71 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_70, /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_72 = V_4; NullCheck(L_72); int32_t L_73; L_73 = PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF(L_72, /*hidden argument*/NULL); RuntimeArray * L_74; L_74 = Array_CreateInstance_m57AC02F4475AF70CA317B48F09B3C29E3BA9C046(L_71, L_73, /*hidden argument*/NULL); V_19 = L_74; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_75 = V_4; NullCheck(L_75); RuntimeObject* L_76; L_76 = PathList_get_Values_m5199400804AF1CF37AF379160950196867314343(L_75, /*hidden argument*/NULL); NullCheck(L_76); RuntimeObject* L_77; L_77 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_76); V_15 = L_77; } IL_01f0: try {// begin try (depth: 4) { goto IL_0227; } IL_01f2: { RuntimeObject* L_78 = V_15; NullCheck(L_78); RuntimeObject * L_79; L_79 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_78); V_20 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_79, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); RuntimeArray * L_80 = V_19; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_81 = V_20; NullCheck(L_81); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_82; L_82 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_81, 0, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_83 = L_82; RuntimeObject * L_84 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_83); int32_t L_85 = V_6; NullCheck(L_80); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_80, L_84, L_85, /*hidden argument*/NULL); RuntimeArray * L_86 = V_18; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_87 = V_20; int32_t L_88 = V_6; NullCheck(L_86); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_86, L_87, L_88, /*hidden argument*/NULL); int32_t L_89 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_0227: { RuntimeObject* L_90 = V_15; NullCheck(L_90); bool L_91; L_91 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_90); if (L_91) { goto IL_01f2; } } IL_0230: { IL2CPP_LEAVE(0x253, FINALLY_0232); } }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0232; } FINALLY_0232: {// begin finally (depth: 4) { RuntimeObject* L_92 = V_15; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_92, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_93 = V_17; if (!L_93) { goto IL_0246; } } IL_023f: { RuntimeObject* L_94 = V_17; NullCheck(L_94); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_94); } IL_0246: { IL2CPP_END_FINALLY(562) } }// end finally (depth: 4) IL2CPP_CLEANUP(562) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x253, FINALLY_0247); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0247; } FINALLY_0247: {// begin finally (depth: 3) { bool L_95 = V_14; if (!L_95) { goto IL_0252; } } IL_024b: { RuntimeObject * L_96 = V_13; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_96, /*hidden argument*/NULL); } IL_0252: { IL2CPP_END_FINALLY(583) } }// end finally (depth: 3) IL2CPP_CLEANUP(583) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x253, IL_0253) } IL_0253: { RuntimeArray * L_97 = V_19; RuntimeArray * L_98 = V_18; Array_Sort_mBE9F6E6F0D0A392B85447C8B8E334581EF312FC4(L_97, L_98, /*hidden argument*/NULL); V_6 = 0; V_21 = 0; goto IL_02d0; } IL_0264: { RuntimeArray * L_99 = V_18; int32_t L_100 = V_21; NullCheck(L_99); RuntimeObject * L_101; L_101 = Array_GetValue_m6E4274D23FFD6089882CD12B2F2EA615206792E1(L_99, L_100, /*hidden argument*/NULL); V_22 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_101, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_102 = V_22; V_23 = L_102; V_14 = (bool)0; } IL_027b: try {// begin try (depth: 3) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_103 = V_23; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_103, (bool*)(&V_14), /*hidden argument*/NULL); goto IL_02a6; } IL_0286: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_104 = V_22; NullCheck(L_104); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(L_104, 0, /*hidden argument*/NULL); int32_t L_105 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)1)); int32_t L_106 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1))); int32_t L_107 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1)); } IL_02a6: { int32_t L_108 = V_5; int32_t L_109 = V_12; if ((((int32_t)L_108) <= ((int32_t)L_109))) { goto IL_02b6; } } IL_02ac: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_110 = V_22; NullCheck(L_110); int32_t L_111; L_111 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_110, /*hidden argument*/NULL); if ((((int32_t)L_111) > ((int32_t)0))) { goto IL_0286; } } IL_02b6: { IL2CPP_LEAVE(0x2C4, FINALLY_02b8); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02b8; } FINALLY_02b8: {// begin finally (depth: 3) { bool L_112 = V_14; if (!L_112) { goto IL_02c3; } } IL_02bc: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_113 = V_23; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_113, /*hidden argument*/NULL); } IL_02c3: { IL2CPP_END_FINALLY(696) } }// end finally (depth: 3) IL2CPP_CLEANUP(696) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2C4, IL_02c4) } IL_02c4: { int32_t L_114 = V_5; int32_t L_115 = V_12; if ((((int32_t)L_114) <= ((int32_t)L_115))) { goto IL_02db; } } IL_02ca: { int32_t L_116 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_02d0: { int32_t L_117 = V_21; RuntimeArray * L_118 = V_18; NullCheck(L_118); int32_t L_119; L_119 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_118, /*hidden argument*/NULL); if ((((int32_t)L_117) < ((int32_t)L_119))) { goto IL_0264; } } IL_02db: { int32_t L_120 = V_5; int32_t L_121 = V_12; if ((((int32_t)L_120) <= ((int32_t)L_121))) { goto IL_02ec; } } IL_02e1: { String_t* L_122 = ___domain0; if (!L_122) { goto IL_02ec; } } IL_02e4: { V_14 = (bool)0; IL2CPP_LEAVE(0x381, FINALLY_02fa); } IL_02ec: { RuntimeObject* L_123 = V_10; NullCheck(L_123); bool L_124; L_124 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_123); if (L_124) { goto IL_0085; } } IL_02f8: { IL2CPP_LEAVE(0x31B, FINALLY_02fa); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02fa; } FINALLY_02fa: {// begin finally (depth: 2) { RuntimeObject* L_125 = V_10; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_125, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_126 = V_17; if (!L_126) { goto IL_030e; } } IL_0307: { RuntimeObject* L_127 = V_17; NullCheck(L_127); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_127); } IL_030e: { IL2CPP_END_FINALLY(762) } }// end finally (depth: 2) IL2CPP_CLEANUP(762) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x381, FINALLY_030f); IL2CPP_END_CLEANUP(0x31B, FINALLY_030f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_030f; } FINALLY_030f: {// begin finally (depth: 1) { bool L_128 = V_9; if (!L_128) { goto IL_031a; } } IL_0313: { RuntimeObject * L_129 = V_8; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_129, /*hidden argument*/NULL); } IL_031a: { IL2CPP_END_FINALLY(783) } }// end finally (depth: 1) IL2CPP_CLEANUP(783) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x381, IL_0381) IL2CPP_JUMP_TBL(0x31B, IL_031b) } IL_031b: { String_t* L_130 = ___domain0; if (!L_130) { goto IL_0320; } } { return (bool)1; } IL_0320: { int32_t L_131 = V_0; if (!L_131) { goto IL_0325; } } { return (bool)1; } IL_0325: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_132 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_133 = ((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))->get_MaxValue_32(); bool L_134; L_134 = DateTime_op_Equality_m07957AECB8C66EA047B16511BF560DD9EDA1DA44(L_132, L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0334; } } { return (bool)0; } IL_0334: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_135 = V_3; V_23 = L_135; V_9 = (bool)0; } IL_033a: try {// begin try (depth: 1) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_136 = V_23; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_136, (bool*)(&V_9), /*hidden argument*/NULL); goto IL_035a; } IL_0345: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_137 = V_3; NullCheck(L_137); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(L_137, 0, /*hidden argument*/NULL); int32_t L_138 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)1))); } IL_035a: { int32_t L_139 = __this->get_m_count_5(); int32_t L_140 = __this->get_m_maxCookies_3(); if ((((int32_t)L_139) < ((int32_t)L_140))) { goto IL_0371; } } IL_0368: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_141 = V_3; NullCheck(L_141); int32_t L_142; L_142 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_141, /*hidden argument*/NULL); if ((((int32_t)L_142) > ((int32_t)0))) { goto IL_0345; } } IL_0371: { IL2CPP_LEAVE(0x37F, FINALLY_0373); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0373; } FINALLY_0373: {// begin finally (depth: 1) { bool L_143 = V_9; if (!L_143) { goto IL_037e; } } IL_0377: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_144 = V_23; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_144, /*hidden argument*/NULL); } IL_037e: { IL2CPP_END_FINALLY(883) } }// end finally (depth: 1) IL2CPP_CLEANUP(883) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37F, IL_037f) } IL_037f: { return (bool)1; } IL_0381: { bool L_145 = V_14; return L_145; } } // System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m480E96EED81302CFE5C1797FD52D36712D56F53A (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cc0, const RuntimeMethod* method) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = ___cc0; V_0 = L_0; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_2 = ___cc0; NullCheck(L_2); int32_t L_3; L_3 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_2, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); goto IL_0032; } IL_0019: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_5 = ___cc0; int32_t L_6 = V_3; NullCheck(L_5); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_7; L_7 = CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_7); bool L_8; L_8 = Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002e; } } IL_0027: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_9 = ___cc0; int32_t L_10 = V_3; NullCheck(L_9); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(L_9, L_10, /*hidden argument*/NULL); } IL_002e: { int32_t L_11 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); } IL_0032: { int32_t L_12 = V_3; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0019; } } IL_0036: { int32_t L_13 = V_2; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_14 = ___cc0; NullCheck(L_14); int32_t L_15; L_15 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_14, /*hidden argument*/NULL); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15)); IL2CPP_LEAVE(0x4C, FINALLY_0042); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: {// begin finally (depth: 1) { bool L_16 = V_1; if (!L_16) { goto IL_004b; } } IL_0045: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_17 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_17, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } }// end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { int32_t L_18 = V_4; return L_18; } } // System.Boolean System.Net.CookieContainer::IsLocalDomain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_m3E6A57EB785514F3610FC97DF25192B80A6F0CE8 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, String_t* ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29EA0A06B92EDE22790F4139E7345C7F90DE631D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4524D49B1044E4D0AA65B72EDA5242066333B67A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6474EBE79D288AAD27635D1581EA921D28D400BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___host0; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)46), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_000f; } } { return (bool)1; } IL_000f: { String_t* L_3 = ___host0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE, /*hidden argument*/NULL); if (L_4) { goto IL_0036; } } { String_t* L_5 = ___host0; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteral6474EBE79D288AAD27635D1581EA921D28D400BC, /*hidden argument*/NULL); if (L_6) { goto IL_0036; } } { String_t* L_7 = ___host0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteral4524D49B1044E4D0AA65B72EDA5242066333B67A, /*hidden argument*/NULL); if (!L_8) { goto IL_0038; } } IL_0036: { return (bool)1; } IL_0038: { String_t* L_9 = __this->get_m_fqdnMyDomain_6(); String_t* L_10 = ___host0; int32_t L_11 = V_0; String_t* L_12 = __this->get_m_fqdnMyDomain_6(); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); int32_t L_14; L_14 = String_Compare_m235536D851DC456E92886872EB685E9746CD8842(L_9, 0, L_10, L_11, L_13, 5, /*hidden argument*/NULL); if (L_14) { goto IL_0056; } } { return (bool)1; } IL_0056: { String_t* L_15 = ___host0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); NullCheck(L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18; L_18 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_15, L_17, /*hidden argument*/NULL); V_1 = L_18; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = V_1; if (!L_19) { goto IL_0105; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_1; NullCheck(L_20); if ((!(((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))) == ((uint32_t)4)))) { goto IL_0105; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_1; NullCheck(L_21); int32_t L_22 = 0; String_t* L_23 = (L_21)->GetAt(static_cast(L_22)); bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral29EA0A06B92EDE22790F4139E7345C7F90DE631D, /*hidden argument*/NULL); if (!L_24) { goto IL_0105; } } { V_2 = 1; goto IL_00fb; } IL_008a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_1; int32_t L_26 = V_2; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); V_3 = L_29; int32_t L_30 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))) { case 0: { goto IL_00dd; } case 1: { goto IL_00c3; } case 2: { goto IL_00a9; } } } { goto IL_00ff; } IL_00a9: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = V_1; int32_t L_32 = V_2; NullCheck(L_31); int32_t L_33 = L_32; String_t* L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_34); Il2CppChar L_35; L_35 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_34, 2, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = V_1; int32_t L_37 = V_2; NullCheck(L_36); int32_t L_38 = L_37; String_t* L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_39); Il2CppChar L_40; L_40 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_39, 2, /*hidden argument*/NULL); if ((((int32_t)L_40) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } IL_00c3: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_41 = V_1; int32_t L_42 = V_2; NullCheck(L_41); int32_t L_43 = L_42; String_t* L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_44); Il2CppChar L_45; L_45 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_44, 1, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_46 = V_1; int32_t L_47 = V_2; NullCheck(L_46); int32_t L_48 = L_47; String_t* L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_49); Il2CppChar L_50; L_50 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_49, 1, /*hidden argument*/NULL); if ((((int32_t)L_50) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } IL_00dd: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_51 = V_1; int32_t L_52 = V_2; NullCheck(L_51); int32_t L_53 = L_52; String_t* L_54 = (L_51)->GetAt(static_cast(L_53)); NullCheck(L_54); Il2CppChar L_55; L_55 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_54, 0, /*hidden argument*/NULL); if ((((int32_t)L_55) < ((int32_t)((int32_t)48)))) { goto IL_00ff; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_56 = V_1; int32_t L_57 = V_2; NullCheck(L_56); int32_t L_58 = L_57; String_t* L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_59); Il2CppChar L_60; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_59, 0, /*hidden argument*/NULL); if ((((int32_t)L_60) > ((int32_t)((int32_t)57)))) { goto IL_00ff; } } { int32_t L_61 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fb: { int32_t L_62 = V_2; if ((((int32_t)L_62) < ((int32_t)4))) { goto IL_008a; } } IL_00ff: { int32_t L_63 = V_2; if ((!(((uint32_t)L_63) == ((uint32_t)4)))) { goto IL_0105; } } { return (bool)1; } IL_0105: { return (bool)0; } } // System.Net.CookieCollection System.Net.CookieContainer::CookieCutter(System.Uri,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t* ___headerName1, String_t* ___setCookieHeader2, bool ___isThrow3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_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*)&ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * V_4 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_5 = NULL; Exception_t * V_6 = NULL; RuntimeObject* V_7 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_8 = NULL; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)il2cpp_codegen_object_new(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; String_t* L_1 = ___headerName1; if (L_1) { goto IL_000f; } } { V_1 = 2; goto IL_004b; } IL_000f: { V_3 = 0; goto IL_0041; } IL_0013: { String_t* L_2 = ___headerName1; IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_3 = ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); int32_t L_4 = V_3; NullCheck(L_3); String_t* L_5; L_5 = HeaderVariantInfo_get_Name_m94033FAF3ED87FB13E9F7445D6B26A9F545C10C5_inline((HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); int32_t L_6; L_6 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_2, L_5, 5, /*hidden argument*/NULL); if (L_6) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_7 = ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9; L_9 = HeaderVariantInfo_get_Variant_m7B4EE8A87D64408629421635C393524FDA57A3E1_inline((HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 *)((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); V_1 = L_9; } IL_003d: { int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0041: { int32_t L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_12 = ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var))->get_HeaderInfo_0(); NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0013; } } IL_004b: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13 = ___uri0; NullCheck(L_13); String_t* L_14; L_14 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_13, /*hidden argument*/NULL); bool L_15; L_15 = CookieContainer_IsLocalDomain_m3E6A57EB785514F3610FC97DF25192B80A6F0CE8(__this, L_14, /*hidden argument*/NULL); V_2 = L_15; } IL_0058: try {// begin try (depth: 1) { String_t* L_16 = ___setCookieHeader2; CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * L_17 = (CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 *)il2cpp_codegen_object_new(CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5_il2cpp_TypeInfo_var); CookieParser__ctor_m82AD28E0C4668A35ECE2B6707D6B81B7B7D27334(L_17, L_16, /*hidden argument*/NULL); V_4 = L_17; } IL_0060: { CookieParser_tABF962EAEECEBDB992DF12EFF26BFD45F74121C5 * L_18 = V_4; NullCheck(L_18); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_19; L_19 = CookieParser_Get_mAD866F9D6B48D9F5D8B12DC5B23D0C90204AAC78(L_18, /*hidden argument*/NULL); V_5 = L_19; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_20 = V_5; if (!L_20) { goto IL_00b0; } } IL_006d: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_21 = V_5; NullCheck(L_21); String_t* L_22; L_22 = Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tA8573017039D4977E6C232B35AF6B1E51263E62A_il2cpp_TypeInfo_var); bool L_23; L_23 = ValidationHelper_IsBlankString_m36C36F665203B4C29D68521575BA043C79AE6997(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_008f; } } IL_007b: { bool L_24 = ___isThrow3; if (!L_24) { goto IL_0060; } } IL_007f: { String_t* L_25; L_25 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral04B549F273D5348A735167E5CAA8CE2941B7921B)), /*hidden argument*/NULL); CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_26 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m8D6130D80CE467495A4DED747A392B3911258566(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var))); } IL_008f: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_27 = V_5; int32_t L_28 = V_1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_29 = ___uri0; bool L_30 = V_2; String_t* L_31 = __this->get_m_fqdnMyDomain_6(); bool L_32 = ___isThrow3; NullCheck(L_27); bool L_33; L_33 = Cookie_VerifySetDefaults_m9986E5B243E9F131CB6A12F332827DEA1C210DA4(L_27, L_28, L_29, L_30, L_31, (bool)1, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0060; } } IL_00a4: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_34 = V_0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_35 = V_5; NullCheck(L_34); int32_t L_36; L_36 = CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2(L_34, L_35, (bool)1, /*hidden argument*/NULL); goto IL_0060; } IL_00b0: { goto IL_00f8; } }// 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_00b2; } throw e; } CATCH_00b2: {// begin catch(System.Exception) { V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_37 = V_6; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_37, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00cf; } } IL_00bd: { Exception_t * L_38 = V_6; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_38, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00cf; } } IL_00c6: { Exception_t * L_39 = V_6; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_39, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00d1; } } IL_00cf: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var))); } IL_00d1: { bool L_40 = ___isThrow3; if (!L_40) { goto IL_00f6; } } IL_00d5: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = L_41; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_43 = ___uri0; NullCheck(L_43); String_t* L_44; L_44 = Uri_get_AbsoluteUri_mC494374C2A3B1DFC9C3DC6CCB8A8A758580C11DA(L_43, /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(0), (RuntimeObject *)L_44); String_t* L_45; L_45 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B4DE3B84A7B6C21C5A8E0E27F479C4E8185FE4A)), L_42, /*hidden argument*/NULL); Exception_t * L_46 = V_6; CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 * L_47 = (CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieException_t3C7D37F00DE69D5281B9EF5A325785BD8ED21129_il2cpp_TypeInfo_var))); CookieException__ctor_m97F899360A85CF3DDDF2CA25EE08A956450DF7B4(L_47, L_45, L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_CookieCutter_m9BFB21F49579F0D2B933977104E63BBBF48B6130_RuntimeMethod_var))); } IL_00f6: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00f8; } }// end catch (depth: 1) IL_00f8: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_48 = V_0; NullCheck(L_48); RuntimeObject* L_49; L_49 = CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9(L_48, /*hidden argument*/NULL); V_7 = L_49; } IL_0100: try {// begin try (depth: 1) { goto IL_011a; } IL_0102: { RuntimeObject* L_50 = V_7; NullCheck(L_50); RuntimeObject * L_51; L_51 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); V_8 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_51, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_52 = V_8; bool L_53 = ___isThrow3; CookieContainer_Add_m55B9F8F21934AD777CF5458D297DE11150C6302C(__this, L_52, L_53, /*hidden argument*/NULL); } IL_011a: { RuntimeObject* L_54 = V_7; NullCheck(L_54); bool L_55; L_55 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_54); if (L_55) { goto IL_0102; } } IL_0123: { IL2CPP_LEAVE(0x13A, FINALLY_0125); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0125; } FINALLY_0125: {// begin finally (depth: 1) { RuntimeObject* L_56 = V_7; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_56, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_57 = V_9; if (!L_57) { goto IL_0139; } } IL_0132: { RuntimeObject* L_58 = V_9; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_58); } IL_0139: { IL2CPP_END_FINALLY(293) } }// end finally (depth: 1) IL2CPP_CLEANUP(293) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x13A, IL_013a) } IL_013a: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_59 = V_0; return L_59; } } // System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * CookieContainer_InternalGetCookies_mEADD88B29299A160CA2AD96B5E2C6A712DE0DFF4 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_2 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_3 = NULL; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))->get_UriSchemeHttps_4(); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___uri0; NullCheck(L_4); int32_t L_5; L_5 = Uri_get_Port_m23A08BF55EC1DC7421B99E6E77544DDF5900099C(L_4, /*hidden argument*/NULL); V_1 = L_5; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_6 = (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)il2cpp_codegen_object_new(CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); CookieCollection__ctor_m6F7AC5879C514DAD6EE967A7FC18C3F28DAC4B11(L_6, /*hidden argument*/NULL); V_2 = L_6; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_7, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_3 = L_7; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_8 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_8, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); V_4 = L_8; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = ___uri0; NullCheck(L_9); String_t* L_10; L_10 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_9, /*hidden argument*/NULL); V_5 = L_10; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = V_3; String_t* L_12 = V_5; NullCheck(L_11); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_11, L_12, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_13 = V_3; String_t* L_14 = V_5; String_t* L_15; L_15 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_14, /*hidden argument*/NULL); NullCheck(L_13); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_13, L_15, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); String_t* L_16 = V_5; NullCheck(L_16); int32_t L_17; L_17 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_16, ((int32_t)46), /*hidden argument*/NULL); V_6 = L_17; int32_t L_18 = V_6; if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_0099; } } { String_t* L_19 = __this->get_m_fqdnMyDomain_6(); if (!L_19) { goto IL_010a; } } { String_t* L_20 = __this->get_m_fqdnMyDomain_6(); NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_010a; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_22 = V_3; String_t* L_23 = V_5; String_t* L_24 = __this->get_m_fqdnMyDomain_6(); String_t* L_25; L_25 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_23, L_24, /*hidden argument*/NULL); NullCheck(L_22); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_22, L_25, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_26 = V_3; String_t* L_27 = __this->get_m_fqdnMyDomain_6(); NullCheck(L_26); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_26, L_27, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); goto IL_010a; } IL_0099: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_28 = V_3; String_t* L_29 = V_5; int32_t L_30 = V_6; NullCheck(L_29); String_t* L_31; L_31 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_29, L_30, /*hidden argument*/NULL); NullCheck(L_28); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_28, L_31, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); String_t* L_32 = V_5; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) <= ((int32_t)2))) { goto IL_010a; } } { String_t* L_34 = V_5; String_t* L_35 = V_5; NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_37; L_37 = String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155(L_34, ((int32_t)46), ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)2)), /*hidden argument*/NULL); V_7 = L_37; int32_t L_38 = V_7; if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_00da; } } { String_t* L_39 = V_5; int32_t L_40 = V_7; NullCheck(L_39); int32_t L_41; L_41 = String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155(L_39, ((int32_t)46), ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)), /*hidden argument*/NULL); V_7 = L_41; } IL_00da: { int32_t L_42 = V_7; if ((((int32_t)L_42) == ((int32_t)(-1)))) { goto IL_010a; } } { goto IL_00f1; } IL_00e1: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_43 = V_4; String_t* L_44 = V_5; int32_t L_45 = V_6; NullCheck(L_44); String_t* L_46; L_46 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_44, L_45, /*hidden argument*/NULL); NullCheck(L_43); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_43, L_46, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_00f1: { int32_t L_47 = V_6; int32_t L_48 = V_7; if ((((int32_t)L_47) >= ((int32_t)L_48))) { goto IL_010a; } } { String_t* L_49 = V_5; int32_t L_50 = V_6; NullCheck(L_49); int32_t L_51; L_51 = String_IndexOf_mAD7052CB25BA1D60A8F055AA89D09809F61233DB(L_49, ((int32_t)46), ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), /*hidden argument*/NULL); int32_t L_52 = L_51; V_6 = L_52; if ((!(((uint32_t)L_52) == ((uint32_t)(-1))))) { goto IL_00e1; } } IL_010a: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_53 = ___uri0; bool L_54 = V_0; int32_t L_55 = V_1; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_56 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_57 = V_3; CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08(__this, L_53, L_54, L_55, L_56, L_57, (bool)0, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_58 = ___uri0; bool L_59 = V_0; int32_t L_60 = V_1; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_61 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_62 = V_4; CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08(__this, L_58, L_59, L_60, L_61, L_62, (bool)1, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_63 = V_2; return L_63; } } // System.Void System.Net.CookieContainer::BuildCookieCollectionFromDomainMatches(System.Uri,System.Boolean,System.Int32,System.Net.CookieCollection,System.Collections.Generic.List`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mA12B074CC288FE102BEB328B853F71267E3B3A08 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___cookies3, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var); 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * V_3 = NULL; RuntimeObject * V_4 = NULL; bool V_5 = false; RuntimeObject* V_6 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_7; memset((&V_7), 0, sizeof(V_7)); String_t* V_8 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_9 = NULL; RuntimeObject* V_10 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; goto IL_0154; } IL_0007: { V_1 = (bool)0; V_2 = (bool)0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_m_domainTable_1(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_4 = L_1; V_5 = (bool)0; } IL_001b: try {// begin try (depth: 1) RuntimeObject * L_2 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_5), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get_m_domainTable_1(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_4 = ___domainAttribute4; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6; L_6 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_3); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_6); V_3 = ((PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)CastclassClass((RuntimeObject*)L_7, PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x4B, FINALLY_003f); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: {// begin finally (depth: 1) { bool L_8 = V_5; if (!L_8) { goto IL_004a; } } IL_0043: { RuntimeObject * L_9 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_004a: { IL2CPP_END_FINALLY(63) } }// end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4B, IL_004b) } IL_004b: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_10 = V_3; if (!L_10) { goto IL_0150; } } { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_11 = V_3; NullCheck(L_11); RuntimeObject * L_12; L_12 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(L_11, /*hidden argument*/NULL); V_4 = L_12; V_5 = (bool)0; } IL_005c: try {// begin try (depth: 1) { RuntimeObject * L_13 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_13, (bool*)(&V_5), /*hidden argument*/NULL); PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_14 = V_3; NullCheck(L_14); RuntimeObject* L_15; L_15 = PathList_GetEnumerator_mEB480CB2359B7EA7639EE292658F7AC5B17AE998(L_14, /*hidden argument*/NULL); V_6 = L_15; } IL_006d: try {// begin try (depth: 2) { goto IL_00dd; } IL_006f: { RuntimeObject* L_16 = V_6; NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); V_7 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_17, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_18; L_18 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_7), /*hidden argument*/NULL); V_8 = ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_19 = ___uri0; NullCheck(L_19); String_t* L_20; L_20 = Uri_get_AbsolutePath_mB845A99D0CEB442AAF90B24A95EE7509C34C6306(L_19, /*hidden argument*/NULL); String_t* L_21 = V_8; String_t* L_22; L_22 = CookieParser_CheckQuoted_mF37A111F2850B5D5C111ED2A5676B260E1DBD1C3(L_21, /*hidden argument*/NULL); NullCheck(L_20); bool L_23; L_23 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00d8; } } IL_009f: { V_1 = (bool)1; RuntimeObject * L_24; L_24 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_7), /*hidden argument*/NULL); V_9 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_24, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_25 = V_9; NullCheck(L_25); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26; L_26 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_25, 1, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_27 = ___cookies3; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_28 = V_9; int32_t L_29 = ___port2; bool L_30 = ___isSecure1; bool L_31 = ___matchOnlyPlainCookie5; CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76(__this, L_27, L_28, L_29, L_30, L_31, /*hidden argument*/NULL); String_t* L_32 = V_8; bool L_33; L_33 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_32, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (!L_33) { goto IL_00dd; } } IL_00d4: { V_2 = (bool)1; goto IL_00dd; } IL_00d8: { bool L_34 = V_1; if (!L_34) { goto IL_00dd; } } IL_00db: { IL2CPP_LEAVE(0x109, FINALLY_00e8); } IL_00dd: { RuntimeObject* L_35 = V_6; NullCheck(L_35); bool L_36; L_36 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_35); if (L_36) { goto IL_006f; } } IL_00e6: { IL2CPP_LEAVE(0x109, FINALLY_00e8); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e8; } FINALLY_00e8: {// begin finally (depth: 2) { RuntimeObject* L_37 = V_6; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_37, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_38 = V_10; if (!L_38) { goto IL_00fc; } } IL_00f5: { RuntimeObject* L_39 = V_10; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_39); } IL_00fc: { IL2CPP_END_FINALLY(232) } }// end finally (depth: 2) IL2CPP_CLEANUP(232) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x109, FINALLY_00fd); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: {// begin finally (depth: 1) { bool L_40 = V_5; if (!L_40) { goto IL_0108; } } IL_0101: { RuntimeObject * L_41 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_41, /*hidden argument*/NULL); } IL_0108: { IL2CPP_END_FINALLY(253) } }// end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x109, IL_0109) } IL_0109: { bool L_42 = V_2; if (L_42) { goto IL_0139; } } { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_43 = V_3; NullCheck(L_43); RuntimeObject * L_44; L_44 = PathList_get_Item_mB2E15B70CA415EF1497A3AF13486AF346D25CC27(L_43, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); V_11 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_44, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_45 = V_11; if (!L_45) { goto IL_0139; } } { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_46 = V_11; NullCheck(L_46); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_47; L_47 = CookieCollection_TimeStamp_m453133C0783D40B58F511208B428765420DD6A9A(L_46, 1, /*hidden argument*/NULL); CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_48 = ___cookies3; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_49 = V_11; int32_t L_50 = ___port2; bool L_51 = ___isSecure1; bool L_52 = ___matchOnlyPlainCookie5; CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76(__this, L_48, L_49, L_50, L_51, L_52, /*hidden argument*/NULL); } IL_0139: { PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * L_53 = V_3; NullCheck(L_53); int32_t L_54; L_54 = PathList_get_Count_mF95C0C66B73A66E8EDA9CFFB18CBE115712A37FF(L_53, /*hidden argument*/NULL); if (L_54) { goto IL_0150; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_55 = ___domainAttribute4; int32_t L_56 = V_0; NullCheck(L_55); String_t* L_57; L_57 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_55, L_56, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); CookieContainer_AddRemoveDomain_m86DA545D737B59A516754DFCFCA164C5F4F728E0(__this, L_57, (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 *)NULL, /*hidden argument*/NULL); } IL_0150: { int32_t L_58 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0154: { int32_t L_59 = V_0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_60 = ___domainAttribute4; NullCheck(L_60); int32_t L_61; L_61 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_60, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_0007; } } { return; } } // System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m2DF45A2DA702AB04EFA265075198378B217A1E76 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___destination0, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * ___source1, int32_t ___port2, bool ___isSecure3, bool ___isPlainOnly4, const RuntimeMethod* method) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; bool V_3 = false; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_4 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_0 = ___source1; V_0 = L_0; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); V_2 = 0; goto IL_00a5; } IL_0013: { V_3 = (bool)0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_2 = ___source1; int32_t L_3 = V_2; NullCheck(L_2); Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_4; L_4 = CookieCollection_get_Item_m811D5D88284ADADB6200D9B6CE5BE74B7324A597(L_2, L_3, /*hidden argument*/NULL); V_4 = L_4; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_5 = V_4; NullCheck(L_5); bool L_6; L_6 = Cookie_get_Expired_mB77802DB1DD4FD43D23A582009833238D50C23A5(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0042; } } IL_0027: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_7 = ___source1; int32_t L_8 = V_2; NullCheck(L_7); CookieCollection_RemoveAt_mE2CB87607732DF13B534A0808EFF9726F3213824(L_7, L_8, /*hidden argument*/NULL); int32_t L_9 = __this->get_m_count_5(); __this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); goto IL_00a1; } IL_0042: { bool L_11 = ___isPlainOnly4; if (!L_11) { goto IL_0050; } } IL_0046: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_12 = V_4; NullCheck(L_12); int32_t L_13; L_13 = Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_0085; } } IL_0050: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_14 = V_4; NullCheck(L_14); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15; L_15 = Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0083; } } IL_0059: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_16 = V_4; NullCheck(L_16); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17; L_17 = Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline(L_16, /*hidden argument*/NULL); V_5 = L_17; V_6 = 0; goto IL_0079; } IL_0067: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_5; int32_t L_19 = V_6; NullCheck(L_18); int32_t L_20 = L_19; int32_t L_21 = (L_18)->GetAt(static_cast(L_20)); int32_t L_22 = ___port2; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0073; } } IL_006f: { V_3 = (bool)1; goto IL_0085; } IL_0073: { int32_t L_23 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0079: { int32_t L_24 = V_6; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = V_5; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_0067; } } IL_0081: { goto IL_0085; } IL_0083: { V_3 = (bool)1; } IL_0085: { Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_26 = V_4; NullCheck(L_26); bool L_27; L_27 = Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A_inline(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0094; } } IL_008e: { bool L_28 = ___isSecure3; if (L_28) { goto IL_0094; } } IL_0092: { V_3 = (bool)0; } IL_0094: { bool L_29 = V_3; if (!L_29) { goto IL_00a1; } } IL_0097: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_30 = ___destination0; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_31 = V_4; NullCheck(L_30); int32_t L_32; L_32 = CookieCollection_InternalAdd_m0BB034B31D41891EA47F068A6E50CDE3DF510AA2(L_30, L_31, (bool)0, /*hidden argument*/NULL); } IL_00a1: { int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a5: { int32_t L_34 = V_2; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_35 = ___source1; NullCheck(L_35); int32_t L_36; L_36 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_35, /*hidden argument*/NULL); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_0013; } } IL_00b1: { IL2CPP_LEAVE(0xBD, FINALLY_00b3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b3; } FINALLY_00b3: {// begin finally (depth: 1) { bool L_37 = V_1; if (!L_37) { goto IL_00bc; } } IL_00b6: { CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_38 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_38, /*hidden argument*/NULL); } IL_00bc: { IL2CPP_END_FINALLY(179) } }// end finally (depth: 1) IL2CPP_CLEANUP(179) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBD, IL_00bd) } IL_00bd: { return; } } // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m56FF8245FC28A3C8583AE0EEE8CF43A081D5CAB3 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; 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*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CookieContainer_GetCookieHeader_m56FF8245FC28A3C8583AE0EEE8CF43A081D5CAB3_RuntimeMethod_var))); } IL_0014: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri0; String_t* L_4; L_4 = CookieContainer_GetCookieHeader_m45B138BEAA391F95017893AF9F91241492EB2D74(__this, L_3, (String_t**)(&V_0), /*hidden argument*/NULL); return L_4; } } // System.String System.Net.CookieContainer::GetCookieHeader(System.Uri,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m45B138BEAA391F95017893AF9F91241492EB2D74 (CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1); s_Il2CppMethodInitialized = true; } CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * V_4 = NULL; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t** G_B10_0 = NULL; String_t** G_B9_0 = NULL; String_t* G_B11_0 = NULL; String_t** G_B11_1 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_1; L_1 = CookieContainer_InternalGetCookies_mEADD88B29299A160CA2AD96B5E2C6A712DE0DFF4(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_2; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_2 = L_3; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5; L_5 = CookieCollection_GetEnumerator_m98DE8A53502E0AA6C428F564D6EDE38A007D22C9(L_4, /*hidden argument*/NULL); V_3 = L_5; } IL_001b: try {// begin try (depth: 1) { goto IL_003f; } IL_001d: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_4 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var)); String_t* L_8 = V_1; String_t* L_9 = V_2; Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * L_10 = V_4; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); String_t* L_12; L_12 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_8, L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; V_2 = _stringLiteralF712C5F62331F2870DB319ED66CDF53B831F3CA1; } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_001d; } } 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_15 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_5; if (!L_16) { goto IL_005c; } } IL_0055: { RuntimeObject* L_17 = V_5; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_005c: { IL2CPP_END_FINALLY(73) } }// end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { String_t** L_18 = ___optCookie21; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_19 = V_0; NullCheck(L_19); bool L_20; L_20 = CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4_inline(L_19, /*hidden argument*/NULL); G_B9_0 = L_18; if (L_20) { G_B10_0 = L_18; goto IL_006d; } } { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B11_0 = L_21; G_B11_1 = G_B9_0; goto IL_0086; } IL_006d: { V_6 = 1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_22; L_22 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_23; L_23 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&V_6), L_22, /*hidden argument*/NULL); String_t* L_24; L_24 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral4C22725C9E6B4F7CBB255320C6F9A96FCE950DFC, L_23, /*hidden argument*/NULL); G_B11_0 = L_24; G_B11_1 = G_B10_0; } IL_0086: { *((RuntimeObject **)G_B11_1) = (RuntimeObject *)G_B11_0; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B11_1, (void*)(RuntimeObject *)G_B11_0); String_t* L_25 = V_1; return L_25; } } // System.Void System.Net.CookieContainer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer__cctor_mEA85B5B5FBA76FD2AC91B1503B16B14E16A7477D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759); s_Il2CppMethodInitialized = true; } { HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_0 = (HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354*)(HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354*)SZArrayNew(HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354_il2cpp_TypeInfo_var, (uint32_t)2); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_1 = L_0; HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 L_2; memset((&L_2), 0, sizeof(L_2)); HeaderVariantInfo__ctor_mB0775C718895238F3289605480ECD66D13DE19C0((&L_2), _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109, 2, /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 )L_2); HeaderVariantInfoU5BU5D_t2B2BC9A8902A79E1FDEB1889E1F24E78C24FD354* L_3 = L_1; HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 L_4; memset((&L_4), 0, sizeof(L_4)); HeaderVariantInfo__ctor_mB0775C718895238F3289605480ECD66D13DE19C0((&L_4), _stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759, 3, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 )L_4); ((CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2_il2cpp_TypeInfo_var))->set_HeaderInfo_0(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif 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 RuntimeObject * AmbientValueAttribute_get_Value_mE302146E57AC81C75C7CB5413A65A6B5B4C48262_inline (AmbientValueAttribute_t99BE5B7498E4DEBF4741281545D0E031AED9649B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_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 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 Exception_t * AsyncCompletedEventArgs_get_Error_m119E53BDA22A48C3D82BCEF3CDB32BD0D1762CFD_inline (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_error_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AsyncCompletedEventArgs_get_Cancelled_m263C1888CC5F7F68A2BEE0FF6950781B22E21198_inline (AsyncCompletedEventArgs_t92AFE0FEAC2AD0AA88972BEFD708F3FA099D9038 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_cancelled_2(); 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 BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * AsyncReadOrWriteRequest_get_UserBuffer_m89C0D2E505281A6E13D354DD4310E0E7F940F5EF_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_0 = __this->get_U3CUserBufferU3Ek__BackingField_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncProtocolRequest_set_UserResult_mD03A2987E4DF573A2BB3425B9474BA6B341F5F01_inline (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CUserResultU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsyncReadOrWriteRequest_get_CurrentSize_m35EC8070F5BFAA6BFE94C5D33F3A484F4AA59416_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CCurrentSizeU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncReadOrWriteRequest_set_CurrentSize_m03CB5D968A7AA61350B2C1F8F17319AD6C0E9B89_inline (AsyncReadOrWriteRequest_tB334DE89509CF91EB179E4E4E4DAFB584E39BC81 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCurrentSizeU3Ek__BackingField_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerSupportsCancellation_mE5375383BC5FE7BDEEE3449E4B2CF5FCEF450085_inline (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_canCancelWorker_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BackgroundWorker_get_WorkerReportsProgress_mDED490AAF8485387748646866B4D75FDD9715361_inline (BackgroundWorker_t2A8326678B69C08DAC48B886AE1DDBBEC55880DA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_workerReportsProgress_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CancelEventArgs_get_Cancel_m9561866ADE48FF514E607CCA5B1F201C735F57BE_inline (CancelEventArgs_t52F22379FC8ACF4FEDA7458F3B2EEA9053768A67 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_cancel_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * DoWorkEventArgs_get_Result_m739E34B8E71B654ED0FEC3E3652FDD21770083CB_inline (DoWorkEventArgs_t7CD723FAE35B34AA068E89E08032BF2A805A3E16 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_result_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_AuthUri_m73CE601DCC9A4F368AEA6186CDC4FFBA20D3A11A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_actualUri_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BindableAttribute_get_Bindable_m64BDABFB0DF878C77D4F1DF49EBFB3C2E9E12066_inline (BindableAttribute_t1ED6B634E73E32165CC20474206B91283F1CBD61 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bindable_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_browsable_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t CFObject_get_Handle_mFE029493BB597D83A2BAC50BC506C8F7819336F7_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_U3CHandleU3Ek__BackingField_0(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * CFProxySettings_get_Dictionary_m9D0C3AF7134C56AE377B8403594E5EEDE80B873D_inline (CFProxySettings_t418AC189AEC489A2CC31C2114C31275223BD57BB * __this, const RuntimeMethod* method) { { CFDictionary_tCC86FC857C703D57D0134BAB9D6AB795E52ABF2D * L_0 = __this->get_settings_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CFObject_set_Handle_m88C2472F18456CC638B63034B489EE76923098C4_inline (CFObject_tB212AFD740D5C0205F9CAF2A8592368E8EB3EEAB * __this, intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; __this->set_U3CHandleU3Ek__BackingField_0((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CaptureCollection_get_Count_mC83C2AE60F245A995ED192450BB0660E4BFC73DF_inline (CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__capcount_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* MonoTlsSettings_get_CertificateValidator_m6578EC980AC6961145A77D1F87C213857623040D_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_certificateValidator_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * MonoTlsSettings_get_RemoteCertificateValidationCallback_m75D6DE3A10E67B8E5BF73AEDA2CB4EA3647254B5_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * L_0 = __this->get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * MonoTlsSettings_get_ClientCertificateSelectionCallback_mFE8E90C0D3E5200210CC9CB235DE5E5533A82017_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * L_0 = __this->get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 MonoTlsSettings_get_UseServicePointManagerCallback_m28672345E25C0ED1BD4B3E64B8A8A89CCEE86060_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get_useServicePointManagerCallback_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = __this->get_request_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * HttpWebRequest_get_ServerCertValidationCallback_mC40F344BFA88D34DBD794CDB8BD0B8A5F5D78AA6_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_0 = __this->get_certValidationCallback_58(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ServicePointManager_get_ServerCertValidationCallback_mB359AF486C997D8390BE6B660058A87AA177A922_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); ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_server_cert_cb_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_trusted_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline (ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_user_denied_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9_inline (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCertificateValidationFailedU3Ek__BackingField_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_GetLegacyCertificatePolicy_m256D5E7267BA12980E8FD08B6BE2FCBC24FDEA0A_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); RuntimeObject* L_0 = ((ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tD9336F95A52899746A9008AF4A3505363FD2C2AD_il2cpp_TypeInfo_var))->get_policy_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MonoTlsSettings_get_CallbackNeedsCertificateChain_m22912D04EC8EB9DD9093028D0335F5602469CF46_inline (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_callbackNeedsChain_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePointNoLock_mAB6BB5851482B6EA1FFB3943897D7B9399795B13_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_0 = __this->get_servicePoint_40(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mC233F7C69F3A7FE643C75F4289BE2F7A8E84D8FD_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m278E7B0428D3194F5C38175134F7C3D5788A69FE_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m8B56312681A7D76C09C012AE84004D2FE15AFE2A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_path_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataSource_mC7353352E0BE0DBFA04C22B1A114B52FE0CE9F75_inline (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_dataSource_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ComplexBindingPropertiesAttribute_get_DataMember_mDE5C4B1794E90741CD50FA9DC328E5CDC485B0FF_inline (ComplexBindingPropertiesAttribute_t90DF66C5AA12BB4F0739AA92F372E2FB41BE5D9E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_dataMember_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_OrdinalIgnoreCase_m8FD38206B6FFE866E97CE4DF84B037F0DF175288_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0 = ((StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_Ordinal_mF3B6370BEBD77351DB5218C867DCD669C47B8812_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0 = ((StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var))->get__ordinal_2(); 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 InheritanceAttribute_get_InheritanceLevel_mB637DB7D7A747B7DC3C79128F4EFE1AEC4503ABD_inline (InheritanceAttribute_tADFD5075FF268DDC8A5EF78E931C38B6F6FAEA74 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_inheritanceLevel_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m5453D977C7AAF6B634E5B31CB2DE7D66BD323551_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_cookieVariant_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m061640FE8C0F64A0FA003BF8D3391CC1FCD153A4_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_version_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mDC7F376B5AE6B6FF9605081404988E22A5AAF79F_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_comment_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_mEFF804AC5A0D1252E626903FE0B45706D4F3A453_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_mF29897F68052CEE3A4277AD0DC675B6E1D4368E6_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var); Comparer_t0C6FEB0F9E928A7A2717777D8896FE40A6BFA41F * L_0 = ((Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677_il2cpp_TypeInfo_var))->get_staticComparer_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m94033FAF3ED87FB13E9F7445D6B26A9F545C10C5_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_m7B4EE8A87D64408629421635C393524FDA57A3E1_inline (HeaderVariantInfo_tD03E1F7AEDDB87537B5002F0B7A5455D31B297C3 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_variant_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Cookie_get_PortList_m4BD9A535C0DCB224F6093FA89FF336C83A0836CA_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_m_port_list_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Cookie_get_Secure_m5ED475362972AF2648E51D7796C17D82C70B523A_inline (Cookie_t41D2CD7291AED968DA3FA4E46C2A48D09BAB1677 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_secure_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_m1C659BBDF60CA447C3B5576BC4FCCAEBCCCBECF4_inline (CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_has_other_versions_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mD618588C9785F06D043BE6AAD0A0B8116B2A77A3_gshared_inline (Queue_1_t65333FCCA10D8CE1B441D400B6B94140BCB8BF64 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_3(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_0(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SortedList_2_get_Comparer_mF4E1A24BA05B88E53825E59CDA40AE755EA150EA_gshared_inline (SortedList_2_t24779EF2FE8C87E99D9FE00F3E49EB1BD886BDF0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_comparer_4(); return (RuntimeObject*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)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 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; } }