#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/System/Microsoft.Win32/NativeMethods.h" #include "icalls/System/System.Diagnostics/Process.h" struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_tE86988D006DE4FD0270C59F0919804201589A502; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB; // 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_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t261B924C5A81BD7105A5798D8C188A0A50C456C5; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651; // 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_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5; // System.Collections.Generic.List`1 struct List_1_t59478D999576758E965737A3361AFC7391C2BB15; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B; // 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_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // System.Tuple`2 struct Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1; // System.Tuple`2 struct Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // Mono.Security.Interface.CipherSuiteCode[] struct CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Runtime.CompilerServices.Ephemeron[] struct EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8; // System.Text.RegularExpressions.Group[] struct GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5; // System.Guid[] struct GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // System.ComponentModel.ISite[] struct ISiteU5BU5D_t87CB6275D77E87565E5DA0FEE46FA7152ECC522F; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t180EB0D36FC518D86D85E2E40518CDC287194A75; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.ComponentModel.AttributeCollection/AttributeEntry[] struct AttributeEntryU5BU5D_t15AA830E497B39A1953F0EED2F8ACEDB9B90A735; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.ComponentModel.MaskedTextProvider/CharDescriptor[] struct CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264; // System.Net.MonoChunkStream/Chunk[] struct ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4; // System.Net.WebHeaderCollection/RfcChar[] struct RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947; // 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.Net.Security.AuthenticatedStream struct AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390; // System.Net.Configuration.AuthenticationModulesSection struct AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6; // System.Net.Authorization struct Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Diagnostics.BooleanSwitch struct BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2; // Mono.Net.Security.BufferOffsetSize struct BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // System.ComponentModel.CategoryAttribute struct CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8; // Mono.Net.Security.ChainValidationHelper struct ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Collections.Specialized.CompatibleComparer struct CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F; // System.ComponentModel.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF; // System.ComponentModel.ComponentCollection struct ComponentCollection_tBF88898743CF7E3CF3507A693F7181194DC02098; // System.Configuration.Configuration struct Configuration_t2D6AF83B04651CA3592278913AAE0CBE02D7C380; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B; // 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.CookieCollection struct CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Net.EndPoint struct EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.ComponentModel.EventHandlerList struct EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HeaderInfoTable struct HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Net.IAuthenticationModule struct IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98; // Mono.Security.Interface.ICertificateValidator struct ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628; // Mono.Security.Interface.ICertificateValidator2 struct ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.ComponentModel.IComponent struct IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408; // System.ComponentModel.IContainer struct IContainer_tC04C312557B95EC6746ED68AEAAC36577C6A5E1B; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501; // 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; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // Mono.Security.Interface.IMonoSslStream struct IMonoSslStream_t50FAA118318E74D7A4C370A3C3B4D8ADAF40C56E; // System.IOAsyncCallback struct IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.ComponentModel.ISite struct ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790; // System.ComponentModel.ISynchronizeInvoke struct ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t54BAF45FE51089E764D7B7ACB9FC8086B4326DF0; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Net.Security.LocalCertSelectionCallback struct LocalCertSelectionCallback_t6BACE61FA922DCD211EDF7331345481DD5D27A2C; // System.Net.Configuration.MailSettingsSectionGroup struct MailSettingsSectionGroup_t2173324660C721C373AD138C2687A6C700B9AD45; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.ComponentModel.MarshalByValueComponent struct MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D; // System.ComponentModel.MaskedTextProvider struct MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E; // System.Text.RegularExpressions.MatchEnumerator struct MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735; // System.Text.RegularExpressions.MatchSparse struct MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.ComponentModel.MergablePropertyAttribute struct MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9; // Mono.Security.Protocol.Ntlm.MessageBase struct MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Net.NetworkInformation.MibIPGlobalProperties struct MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF; // System.Net.Configuration.ModuleElement struct ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7; // System.Diagnostics.MonitoringDescriptionAttribute struct MonitoringDescriptionAttribute_t71F1E6A44C9E1311837BD6619EE612C80F8E0791; // System.Net.MonoChunkStream struct MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback struct MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A; // Mono.Util.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t69538D44A3EDF035036BAF120F1D9B105A60464A; // 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.ComponentModel.MultilineStringConverter struct MultilineStringConverter_t4FE8E9A3AD010271F7B8217F5C355095358DFF30; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D; // System.Configuration.NameValueFileSectionHandler struct NameValueFileSectionHandler_t8EDF0F7FE7740077B21C1F79D489903F22C2E279; // System.Configuration.NameValueSectionHandler struct NameValueSectionHandler_t5C285CE8465CEBA3191A612F8C3F68AAAB07A6CC; // System.ComponentModel.NestedContainer struct NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72; // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48; // System.Configuration.NoSettingsVersionUpgradeAttribute struct NoSettingsVersionUpgradeAttribute_t6790D64DA503700356B15AEA8110F7E815B27ED0; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.ComponentModel.NotifyParentPropertyAttribute struct NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0; // Mono.Http.NtlmClient struct NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3; // System.Net.NtlmClient struct NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8; // Mono.Http.NtlmSession struct NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7; // System.ComponentModel.NullableConverter struct NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // System.Security.Cryptography.Oid struct Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902; // System.Security.Cryptography.OidEnumerator struct OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884; // System.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16; // System.ComponentModel.ParenthesizePropertyNameAttribute struct ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082; // System.ComponentModel.PasswordPropertyTextAttribute struct PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC; // System.Net.PathList struct PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577; // System.Diagnostics.Process struct Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671; // System.Diagnostics.ProcessInfo struct ProcessInfo_tF04D791821A3852114D48FF2FD645423FAA7D6F9; // System.Diagnostics.ProcessModuleCollection struct ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1; // System.Diagnostics.ProcessThreadCollection struct ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8; // System.Diagnostics.ProcessWaitHandle struct ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.ComponentModel.RefreshEventHandler struct RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // System.Net.Configuration.RequestCachingSection struct RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // Microsoft.Win32.SafeHandles.SafeProcessHandle struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // Mono.Net.Security.ServerCertValidationCallbackWrapper struct ServerCertValidationCallbackWrapper_t346DD07BD90422795791B38F9C07D2D10BEF05C2; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.Configuration.SettingsSection struct SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.Net.Configuration.SmtpSection struct SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09; // 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.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Type struct Type_t; // Mono.Security.Protocol.Ntlm.Type1Message struct Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621; // Mono.Security.Protocol.Ntlm.Type2Message struct Type2Message_t1B53737A52257B8981536796FEA92465495D23BE; // Mono.Security.Protocol.Ntlm.Type3Message struct Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.Net.NetworkInformation.UnixIPGlobalProperties struct UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // Mono.Security.Interface.ValidationResult struct ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB; // System.ComponentModel.WeakHashtable struct WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E; // System.Net.Configuration.WebRequestModulesSection struct WebRequestModulesSection_t2F6BB673DEE919615116B391BA37F70831084603; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950; // 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.X509Chain struct X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37; // System.Security.Cryptography.X509Certificates.X509ChainImpl struct X509ChainImpl_tAA54C8F65F2922D9BAB911D37EFFCD7A95A92AEE; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.ComponentModel.EventHandlerList/ListEntry struct ListEntry_tA37B88AFE660635D1D924E327A59ACF14D8029D3; // System.ComponentModel.MaskedTextProvider/CharDescriptor struct CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E; // System.Net.MonoChunkStream/Chunk struct Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator struct NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71; // System.ComponentModel.NestedContainer/Site struct Site_tA3480C1C11DD11563EF48290D6F40D88855DE964; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection struct OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E; // System.Collections.SortedList/KeyList struct KeyList_t90FF026A62D56329DEFC1B768358977E70839881; // System.Collections.SortedList/ValueList struct ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D; // 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; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_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* BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateValidationHelper_t919B07F5B0AE5544BFF05A5555E4479F93272C9C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E_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* Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_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* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_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* IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_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* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t59478D999576758E965737A3361AFC7391C2BB15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalAppContextSwitches_t73419A96BC3A7B8FC35572814017A8FD6F34E360_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Site_tA3480C1C11DD11563EF48290D6F40D88855DE964_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_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* StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type2Message_t1B53737A52257B8981536796FEA92465495D23BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593_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_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00045BEB4E25927218B1459FF5C9438A7C8C07B7; IL2CPP_EXTERN_C String_t* _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133; IL2CPP_EXTERN_C String_t* _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745; IL2CPP_EXTERN_C String_t* _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763; IL2CPP_EXTERN_C String_t* _stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6; IL2CPP_EXTERN_C String_t* _stringLiteral143906017307B2EE4CB5A4882212F84EB8C906E8; IL2CPP_EXTERN_C String_t* _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2; IL2CPP_EXTERN_C String_t* _stringLiteral1757A05516A315BB0FA6014D44AB4E34D2ECE718; IL2CPP_EXTERN_C String_t* _stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512; IL2CPP_EXTERN_C String_t* _stringLiteral1F5C30709A18EDFC49B2BF15394C17FB119F30AD; IL2CPP_EXTERN_C String_t* _stringLiteral21A3BA98CA9A7E573D0A549E82022237715538AD; IL2CPP_EXTERN_C String_t* _stringLiteral260009A2E53BF4999861333709C4C47BC89C2E93; IL2CPP_EXTERN_C String_t* _stringLiteral28ECC737A94E6AC0322B27EBEE0E0340A4B64B92; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2ED8CAF6321ED9631D3CB63C8A7096F3AB335255; IL2CPP_EXTERN_C String_t* _stringLiteral2EE6C1E7F2B9B74A18B71CE5CDB6125553385032; IL2CPP_EXTERN_C String_t* _stringLiteral3468AB44B71564C19903B982B65E8FC9D8FAB681; IL2CPP_EXTERN_C String_t* _stringLiteral34AE52A4D26F1742129FB49939AAFD990890D6C0; IL2CPP_EXTERN_C String_t* _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364; IL2CPP_EXTERN_C String_t* _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C; IL2CPP_EXTERN_C String_t* _stringLiteral39018BD2B1E6B53A73300485415B9C67EBBB8E8A; IL2CPP_EXTERN_C String_t* _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA; IL2CPP_EXTERN_C String_t* _stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9; IL2CPP_EXTERN_C String_t* _stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14; IL2CPP_EXTERN_C String_t* _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88; IL2CPP_EXTERN_C String_t* _stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B; IL2CPP_EXTERN_C String_t* _stringLiteral3F83BE0D6326B760AD76E78EDEB68B73ED006B6D; IL2CPP_EXTERN_C String_t* _stringLiteral3FB7B372D879A173F88B1B57D2B19E95BABF6F3A; IL2CPP_EXTERN_C String_t* _stringLiteral44DC49642EB05EDC1EF27E44C8717C00BCD0FC2B; IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5; IL2CPP_EXTERN_C String_t* _stringLiteral45F384B655DDF6A33BF7B0E551F80B07399CA472; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral4B209F1FB7E8C8DFF67FF46D62326A5F5180F4AC; IL2CPP_EXTERN_C String_t* _stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral5583A6C0598CF26694C21D7CA3666DD44488DFC5; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0; IL2CPP_EXTERN_C String_t* _stringLiteral5B5A0438F4523FBE0B6941C88468C47294D2BFB8; IL2CPP_EXTERN_C String_t* _stringLiteral5CD381B77FCE8023477844D78F091E0BCF0F54BC; IL2CPP_EXTERN_C String_t* _stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB; IL2CPP_EXTERN_C String_t* _stringLiteral63AC9DC645168B914A535F5C7342717758BEEFAF; IL2CPP_EXTERN_C String_t* _stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97; IL2CPP_EXTERN_C String_t* _stringLiteral65E084F7545FD50AF32088F092FCD69863CC0482; IL2CPP_EXTERN_C String_t* _stringLiteral67921229B6193521250B21AF59D7AC8F873790B9; IL2CPP_EXTERN_C String_t* _stringLiteral6A486C97576BB7D2E9AAB2EBD0D3E739DB2FC535; IL2CPP_EXTERN_C String_t* _stringLiteral6D54049E84477C75DD8AFAD9B2244E5D4C140668; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral72957738B00DD483A0E92D5F104AAE6C56A2B652; IL2CPP_EXTERN_C String_t* _stringLiteral72FE9C12E1AB46DB8B8914B5C68022117A630A66; IL2CPP_EXTERN_C String_t* _stringLiteral73FA04677D2EC5BD9AE931264820FA6E454A3008; IL2CPP_EXTERN_C String_t* _stringLiteral760B4C78E2F14A393A6316A171E6402908250D25; IL2CPP_EXTERN_C String_t* _stringLiteral78B3723E9E7DC2FC6BBC85752CD7AA342CF070FF; IL2CPP_EXTERN_C String_t* _stringLiteral7D552BA8BBFFCD85EFDE066E4246951389138C69; IL2CPP_EXTERN_C String_t* _stringLiteral7E96087CB3CFB8FA010625C93BB4A5CF8279FF69; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral7F92197AA4E8B6EEFF26E4527BBF892AFC42586A; IL2CPP_EXTERN_C String_t* _stringLiteral8A93D4492FCC1A13C6AE1317142F93BED22E1CA0; IL2CPP_EXTERN_C String_t* _stringLiteral8C90CD7979AE994720DF188BE3332941EFE0422B; IL2CPP_EXTERN_C String_t* _stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB; IL2CPP_EXTERN_C String_t* _stringLiteral8E24EB309ECB50B5CD787156EC3A0F97D92450E4; IL2CPP_EXTERN_C String_t* _stringLiteral8FD38829970030D94E5815DAB6ED73CBC728EBBF; IL2CPP_EXTERN_C String_t* _stringLiteral93F62CF47DF0D24493DE0B2AAF703EF5DE975C8D; IL2CPP_EXTERN_C String_t* _stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5; IL2CPP_EXTERN_C String_t* _stringLiteral96DDBF9A4A89732F34FC5A0EF7DBBB4E91C5BCC8; IL2CPP_EXTERN_C String_t* _stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685; IL2CPP_EXTERN_C String_t* _stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D; IL2CPP_EXTERN_C String_t* _stringLiteral9B011A2F05732EE2D8F05125670B35D80E4C0155; IL2CPP_EXTERN_C String_t* _stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A; IL2CPP_EXTERN_C String_t* _stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0; IL2CPP_EXTERN_C String_t* _stringLiteralA25F6BDE622F13BBCD87A785C8019A938EF75A7B; IL2CPP_EXTERN_C String_t* _stringLiteralA37BABAF77DF95A70A2787B19C22BF16BBEAD7B7; IL2CPP_EXTERN_C String_t* _stringLiteralA5E215A6DBE803E908043576B18C4FAD26AD44F7; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D; IL2CPP_EXTERN_C String_t* _stringLiteralAB05E832CF2DE1DDBD2CCE93D1FFF39A279ACBF8; IL2CPP_EXTERN_C String_t* _stringLiteralAEE8DD47F29A535762B8579D9E3E69D0D84968BB; IL2CPP_EXTERN_C String_t* _stringLiteralB132716D89EF0EE2CEF39498DA0895B2449AB344; IL2CPP_EXTERN_C String_t* _stringLiteralB3D64C069010EB1BD864DD681EC17826BE4696CE; IL2CPP_EXTERN_C String_t* _stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C; IL2CPP_EXTERN_C String_t* _stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301; IL2CPP_EXTERN_C String_t* _stringLiteralB628C8078D6053033BCA437D4FB44E1EDA7545F5; IL2CPP_EXTERN_C String_t* _stringLiteralB6E1C35407C2C2276609982ABAA7CBF7F971B7A3; IL2CPP_EXTERN_C String_t* _stringLiteralB70E03551FDDF9A760853AF17904CB8088C65A47; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069; IL2CPP_EXTERN_C String_t* _stringLiteralB9E1478B8D72599051CCFC890ADE5E685453A124; IL2CPP_EXTERN_C String_t* _stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8; IL2CPP_EXTERN_C String_t* _stringLiteralBD644D3A09E6018C0DD586854D34E1CD3EE727A0; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC346DF19BCA13733A62F157B7D32A1ADA5023CC6; IL2CPP_EXTERN_C String_t* _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9; IL2CPP_EXTERN_C String_t* _stringLiteralC89994489E374EE60488665751DAAD6F3B411190; IL2CPP_EXTERN_C String_t* _stringLiteralCAE3EC607D0863F97F03818BC2D530CA097D5A2E; IL2CPP_EXTERN_C String_t* _stringLiteralD15E05E666C20FAF0B82204AE82FC229C31968CD; IL2CPP_EXTERN_C String_t* _stringLiteralD276871380E2514BC5C852354B661466FE73932A; IL2CPP_EXTERN_C String_t* _stringLiteralD363529D8796015218E34E332FCF70A0692BBEAE; IL2CPP_EXTERN_C String_t* _stringLiteralD83D089E8917481EE6B00AE17F74E5A74C61A38F; IL2CPP_EXTERN_C String_t* _stringLiteralDA2D66EF3F464A2B4BB53FA80F38DAD712C178D8; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC1D8466CFE269E28819446A9477DFA99679394E; IL2CPP_EXTERN_C String_t* _stringLiteralDE2D7698FE57322C99ED23E69E7AB3FCB824AF7E; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE18D7DA511A8C34741C4C2D396F2CAB7C9800854; IL2CPP_EXTERN_C String_t* _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1; IL2CPP_EXTERN_C String_t* _stringLiteralE73638B205B1B37DAA16B344C18E6BAE6D8CF40C; IL2CPP_EXTERN_C String_t* _stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6; IL2CPP_EXTERN_C String_t* _stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE92283747E37A297B07C2D57B4A8BC7A97D44A74; IL2CPP_EXTERN_C String_t* _stringLiteralE9300F92FA968642C4C028D2E1DB9FDF0489F53A; IL2CPP_EXTERN_C String_t* _stringLiteralEBB621ED7B9025FA2DDD168BF1DEBFF75375C3FB; IL2CPP_EXTERN_C String_t* _stringLiteralEC55A81D36282A546B820600CC854C7337938C6B; IL2CPP_EXTERN_C String_t* _stringLiteralEE1661FAC0FD64D8C30D6951B3D7B65391C05EB3; IL2CPP_EXTERN_C String_t* _stringLiteralF039187B83496487A3C33AE7AF2F88D59D3934FC; IL2CPP_EXTERN_C String_t* _stringLiteralF36146B1871734889391881FED19110261D6A78A; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFBD3D59EFBBCFA78E154D486B61FEFE1185A23E5; IL2CPP_EXTERN_C String_t* _stringLiteralFCB540C840AE79272EC9FC6FDFB1CD210042AEE5; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m2B912E0C9F8B5156DB05415F27403E594D2770DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_mFB51DA57871396772302E050A808E031C2E400C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mBC7723F7843F9E284C2F49B12037C126E7B144DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mD2E0101E81D0F14A3A3B64541D6FD6E5EF75EABF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m75545B63DAA435A2CCAE7BAC12DB93BEF441AA30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2_GetValue_m518B06A384647F2CFF6CD781009438BC834F7CE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m990DD12827858278A3D1D26793BEA1131576E193_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m23F1489BD538308540A0F6313983CDD147408A0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m60F8EEEF51DD1006B87EE0F2046240DAE70D1E7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA9754EA85E41585F808AACA8EC9D5FD40F9B3B36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m957052792023308FAFDC59D98795C5BC0958C638_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0CBE13843237EA736C958F32EA87009CDB5DBF4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4AD1ECAD659B1BA6DAE69CF90B069F6F16BBF387_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m772E710B012743511D17527B141BF18FAF261C21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m12B2B3DF2361E35086818ACA0D5FFCD81EACA1D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m954070CC0725E81752ADCA2AD1C415DADFC3649A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCD876E76ACD2EA824393C395083E036B1D3FB417_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0E88851A606740C067B5E24FF7E68F2222BA877C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m1B995832FE9B1B944B31B06DB3F6ADC247EFC1E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mEE8CCCC50A3969552AEF7ED9CB7237E6391588BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7E13A7E8E8D38B262592AA9A02B2A4CEA3A2A15D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MailSettingsSectionGroup__ctor_m5EF1409DDBCC5AA3E32370CC874E44330E109F1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MailSettingsSectionGroup_get_Smtp_m179934418FB9599F8A43FE556A1F734915F94508_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Add_mE03E8543AE556EB397CF80FB9FDD87DC1010E24E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_InsertAt_mD8363D56D8E3614B223C7D7094456024ADB85093_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Replace_m2F1FAB1B16627BB77481A7AEDC22DBDFA2C00831_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Replace_mF0F1510924A2989B97933978B1E8D30D9A451CE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_Set_m27A593B682E7307FFAF19D8E2B98A025E0A0C14F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_get_Item_mBD853106D90F3B6E51D7B002431EE6B3726A7AD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_set_PasswordChar_mBF036CAE9CFEF4398CF7A5790BE7FCD441FD2377_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MaskedTextProvider_set_PromptChar_mCDCC523360C48BA972054F7FE5D2490C65DD52CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MatchEnumerator_get_Current_m2FB7B386869A6C4F5EC5327603EF79E8135BDEC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor_FilterAttributesIfNeeded_m1A08E5CF047132A2A72178D32F98697960E979A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor_GetInvocationTarget_m5BFB66243513C2C58BEF2EDBE3E019C7CC38C083_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor_GetInvokee_mB2EC350D77203477D1EBF47C46619452D6A49F93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_Seek_mE638919C187C89E8EEB4415565A1608C01100265_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileAuthenticatedStream_set_Position_m34CF317339FC45361ED4CFB074E5F1ADA4EE1FA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MobileTlsContext_SelectClientCertificate_m0BD84B3C86150115C8141884B98D78C95FA7ABBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement__ctor_mCBB73FFF4BB39A9389370BE39B88967F49EB7C19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement_get_Properties_mC66E545FBC47E905000B1F10F37763AC35002125_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement_get_Type_m82CF4A6E7211CB48972A31E6EB11930CA6294478_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement_set_Type_m8C92A9AF6C7B77B3B1C3824353CF71B8804D78B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoTlsProviderFactory_GetProvider_mFD7B472C08E54CF8D28B4EE0E4CF402F18A99E20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoTlsProviderFactory_InitializeInternal_m238CDC0CF80A8124AC0B4CDED7336081D0A8F20B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MultilineStringConverter_ConvertTo_m37DE14ADF2DDF13F489725CDE8B354C6C0665CA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_GetObjectData_mF4EA432DCE051F52DD8CA3C091F606D8C216D9DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueCollection_Add_m2058D4136F9DC4A11836DF6B1AB4853387898B2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueCollection_Set_mE479F82E6045A7447D4CFA7040FF63CC5CCD1329_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueFileSectionHandler_Create_mD0CBE920F29286A445F1C2CED9EC8A91183E7804_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueFileSectionHandler__ctor_m8B1E6EB3F92707F5A79C1139584458CCB63C3D4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler_Create_mCCD971936BB843BA3B93A96735BB08149788F761_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler__ctor_mC7FE47D7425B2E557964E0FC10935CEDAB5F4687_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler_get_KeyAttributeName_mCC6AD1C905E60757E84047B925D08CB756392D0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameValueSectionHandler_get_ValueAttributeName_m05773FFB29E9F57A7DCBCF8F2949C781172BB97A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeMethods_DuplicateHandle_m6D9151AA337C724D50A58662F92E93364D832B27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeMethods_DuplicateHandle_m881DE936556887BFD90C8476CEF64E69E962675D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NestedContainer_CreateSite_m60721ED4B942962430A1874E069C6D0B5FB17FDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NestedContainer_OnOwnerDisposed_m3C7E69000C694B1402F3C217D86316597200B7C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NestedContainer__ctor_m80A35F30D0A053A47682D2D3C927F1BEF4B30DF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_GetSectionGroup_mB5648D921FA8CD9879FD50F44295C79029ADE49C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_AuthenticationModules_mE0A50F7A53DA836A0AAF4C66C910F182FB69E684_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_ConnectionManagement_mBA5D5A9EBC216DA218BF628804ED625B4BAAD1CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_DefaultProxy_m4D1D7CA5CDEE0AD1C59EF03A13F146F6160C3AC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_MailSettings_m55E6DE5279B2B447B8142F6DCE89619B565BB851_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_RequestCaching_m11F5CF0BA82C13F33F0CC4234298E1DBAC77BD5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_Settings_m039F467C0D796CF7EBE33DBCB5C6FE9833CDA6AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_WebRequestModules_mB29454B90C5392089A81C22280855BBE615D441E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Seek_m7933D6E7EE305143454CDABFD5F512BCDE204CE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_SetLength_mAB9261955C29DC6346EDDC2351B793C7F797D8CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_Length_mBC8427DF08F60DECB0627E20F5A561102A33F089_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_Position_mEA82AACE1AD0E58FEC0AE134A56D64FF7A071F9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_set_Position_m80106F320BDA2FB13B11A93D302CE72A95859999_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_set_ReadTimeout_m4CA42D36C1A6081EB6CDD305AF47C5987D84951C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NullableConverter_ConvertTo_mFDE308A1A3B2EF445A4E5BB58755C180B1A73DB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NullableConverter__ctor_m54D1EDA567B81C66356E564BA54C2D353531D8AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_Add_m319ABEAB658AE1D4560326A6EFA5E174C4AFA5EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_Clear_m53B3197530F0C14583A236256FFC8D064AA74D49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_GetObjectData_m7A94B9A21E979FBE5DC6258ADD4A3EEAEE22EDEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_OnDeserialization_mD5F20C5CB65AD880B2DEDF4D465881A1893651BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_Remove_mA33AB2C73A47B86857DFD938C8707867B6C17AA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement_get_Enabled_mE8EE04110A3167886EA29D6893C9D65D5675C128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement_set_Enabled_m771A6B8F2CF37DC7D25E02FF3A9F635524697A5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Process_get_HasExited_m76E099052813E6276ED2EC44E507D366D3CB9621_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Process_get_ProcessName_m900EF5AF1356CD5E330EF974110C99AD056ADB10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m94BEE28ADAAC7223EE34485FD592C44F0EBC36B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_mB982065BEF89A1FCB342D8E013FCF82912F66FDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item1_m589970D8747D52618ED9DBCE416590647E133725_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item2_m1D484F512004D008465E8E38AA03B2058C9D78BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAuthenticateU3Eb__1_0_mDA687B87E74F0D58938A2C7821FD6EADB6649AE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* INestedContainer_t1073C24E822F4CBD6BAB74F93B95F864944E4727_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_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 Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574; struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F : public RuntimeObject { public: // System.Runtime.CompilerServices.Ephemeron[] System.Runtime.CompilerServices.ConditionalWeakTable`2::data EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* ___data_4; // System.Object System.Runtime.CompilerServices.ConditionalWeakTable`2::_lock RuntimeObject * ____lock_5; // System.Int32 System.Runtime.CompilerServices.ConditionalWeakTable`2::size int32_t ___size_6; public: inline static int32_t get_offset_of_data_4() { return static_cast(offsetof(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F, ___data_4)); } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* get_data_4() const { return ___data_4; } inline EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8** get_address_of_data_4() { return &___data_4; } inline void set_data_4(EphemeronU5BU5D_tA2F880A59471B7642CA02323CD56295126FC28A8* value) { ___data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value); } inline static int32_t get_offset_of__lock_5() { return static_cast(offsetof(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F, ____lock_5)); } inline RuntimeObject * get__lock_5() const { return ____lock_5; } inline RuntimeObject ** get_address_of__lock_5() { return &____lock_5; } inline void set__lock_5(RuntimeObject * value) { ____lock_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_5), (void*)value); } inline static int32_t get_offset_of_size_6() { return static_cast(offsetof(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F, ___size_6)); } inline int32_t get_size_6() const { return ___size_6; } inline int32_t* get_address_of_size_6() { return &___size_6; } inline void set_size_6(int32_t value) { ___size_6 = value; } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___entries_1)); } inline EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB219F36E450725FDEF9E53AA905849860F65B754* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___keys_7)); } inline KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t162C5F0ABB678C4AAAB67EFA2867C8A04794BCA5 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ___values_8)); } inline ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F * get_values_8() const { return ___values_8; } inline ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t7DC6DDFFAD238E15BB167357CEF9E4CD52937E9F * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___entries_1)); } inline EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t79667D8177D31CA970B03976ADCE899172E46B7D* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___keys_7)); } inline KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE435DB7DF9CB52251303F49674E2353E1B6D819E * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ___values_8)); } inline ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 * get_values_8() const { return ___values_8; } inline ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t875F6BEDFD57B14087DC77BF3CCC813142366789 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ____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_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____items_1)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get__items_1() const { return ____items_1; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* 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_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____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_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____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_t2EDDED92A80712108B736EB9FFD84D0C78DDE651, ____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_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_StaticFields, ____emptyArray_5)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get__emptyArray_5() const { return ____emptyArray_5; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // 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_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264* ____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_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5, ____items_1)); } inline CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264* get__items_1() const { return ____items_1; } inline CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264* 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_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5, ____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_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5, ____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_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5, ____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_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5_StaticFields, ____emptyArray_5)); } inline CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264* get__emptyArray_5() const { return ____emptyArray_5; } inline CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CharDescriptorU5BU5D_tE1370AD17A8829F4AF9B8DF301D3AA8F96398264* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t59478D999576758E965737A3361AFC7391C2BB15 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* ____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_t59478D999576758E965737A3361AFC7391C2BB15, ____items_1)); } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* get__items_1() const { return ____items_1; } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* 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_t59478D999576758E965737A3361AFC7391C2BB15, ____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_t59478D999576758E965737A3361AFC7391C2BB15, ____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_t59478D999576758E965737A3361AFC7391C2BB15, ____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_t59478D999576758E965737A3361AFC7391C2BB15_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t59478D999576758E965737A3361AFC7391C2BB15_StaticFields, ____emptyArray_5)); } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* get__emptyArray_5() const { return ____emptyArray_5; } inline ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ChunkU5BU5D_t9F739D4278906C3D440260224AD6040F1E839EC4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // 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); } }; // 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.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.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : 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.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; } }; // 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.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.Configuration.Configuration struct Configuration_t2D6AF83B04651CA3592278913AAE0CBE02D7C380 : 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.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.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.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 : public RuntimeObject { public: public: }; struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields, ___Value_0)); } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * get_Value_0() const { return ___Value_0; } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // 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.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 : public RuntimeObject { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.GroupCollection::_match Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____match_0; // System.Collections.Hashtable System.Text.RegularExpressions.GroupCollection::_captureMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____captureMap_1; // System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::_groups GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* ____groups_2; public: inline static int32_t get_offset_of__match_0() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____match_0)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__match_0() const { return ____match_0; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__match_0() { return &____match_0; } inline void set__match_0(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____match_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____match_0), (void*)value); } inline static int32_t get_offset_of__captureMap_1() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____captureMap_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__captureMap_1() const { return ____captureMap_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__captureMap_1() { return &____captureMap_1; } inline void set__captureMap_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____captureMap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____captureMap_1), (void*)value); } inline static int32_t get_offset_of__groups_2() { return static_cast(offsetof(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556, ____groups_2)); } inline GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* get__groups_2() const { return ____groups_2; } inline GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5** get_address_of__groups_2() { return &____groups_2; } inline void set__groups_2(GroupU5BU5D_tE125DBFFA979634FDDAEDF77F5EC47134D764AB5* value) { ____groups_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____groups_2), (void*)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.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA : public RuntimeObject { public: // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___aliases_1; // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___addressList_2; // System.Boolean System.Net.IPHostEntry::isTrustedHost bool ___isTrustedHost_3; public: inline static int32_t get_offset_of_hostName_0() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___hostName_0)); } inline String_t* get_hostName_0() const { return ___hostName_0; } inline String_t** get_address_of_hostName_0() { return &___hostName_0; } inline void set_hostName_0(String_t* value) { ___hostName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostName_0), (void*)value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___aliases_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___aliases_1), (void*)value); } inline static int32_t get_offset_of_addressList_2() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___addressList_2)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get_addressList_2() const { return ___addressList_2; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of_addressList_2() { return &___addressList_2; } inline void set_addressList_2(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ___addressList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___addressList_2), (void*)value); } inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast(offsetof(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA, ___isTrustedHost_3)); } inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; } inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; } inline void set_isTrustedHost_3(bool value) { ___isTrustedHost_3 = value; } }; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 : public RuntimeObject { public: // System.Reflection.MemberInfo System.ComponentModel.Design.Serialization.InstanceDescriptor::member MemberInfo_t * ___member_0; // System.Collections.ICollection System.ComponentModel.Design.Serialization.InstanceDescriptor::arguments RuntimeObject* ___arguments_1; // System.Boolean System.ComponentModel.Design.Serialization.InstanceDescriptor::isComplete bool ___isComplete_2; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___member_0), (void*)value); } inline static int32_t get_offset_of_arguments_1() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___arguments_1)); } inline RuntimeObject* get_arguments_1() const { return ___arguments_1; } inline RuntimeObject** get_address_of_arguments_1() { return &___arguments_1; } inline void set_arguments_1(RuntimeObject* value) { ___arguments_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_1), (void*)value); } inline static int32_t get_offset_of_isComplete_2() { return static_cast(offsetof(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81, ___isComplete_2)); } inline bool get_isComplete_2() const { return ___isComplete_2; } inline bool* get_address_of_isComplete_2() { return &___isComplete_2; } inline void set_isComplete_2(bool value) { ___isComplete_2 = value; } }; // System.LocalAppContextSwitches struct LocalAppContextSwitches_t73419A96BC3A7B8FC35572814017A8FD6F34E360 : public RuntimeObject { public: public: }; struct LocalAppContextSwitches_t73419A96BC3A7B8FC35572814017A8FD6F34E360_StaticFields { public: // System.Boolean System.LocalAppContextSwitches::MemberDescriptorEqualsReturnsFalseIfEquivalent bool ___MemberDescriptorEqualsReturnsFalseIfEquivalent_0; public: inline static int32_t get_offset_of_MemberDescriptorEqualsReturnsFalseIfEquivalent_0() { return static_cast(offsetof(LocalAppContextSwitches_t73419A96BC3A7B8FC35572814017A8FD6F34E360_StaticFields, ___MemberDescriptorEqualsReturnsFalseIfEquivalent_0)); } inline bool get_MemberDescriptorEqualsReturnsFalseIfEquivalent_0() const { return ___MemberDescriptorEqualsReturnsFalseIfEquivalent_0; } inline bool* get_address_of_MemberDescriptorEqualsReturnsFalseIfEquivalent_0() { return &___MemberDescriptorEqualsReturnsFalseIfEquivalent_0; } inline void set_MemberDescriptorEqualsReturnsFalseIfEquivalent_0(bool value) { ___MemberDescriptorEqualsReturnsFalseIfEquivalent_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.MarshalByValueComponent struct MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D : public RuntimeObject { public: // System.ComponentModel.ISite System.ComponentModel.MarshalByValueComponent::site RuntimeObject* ___site_1; // System.ComponentModel.EventHandlerList System.ComponentModel.MarshalByValueComponent::events EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * ___events_2; public: inline static int32_t get_offset_of_site_1() { return static_cast(offsetof(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D, ___site_1)); } inline RuntimeObject* get_site_1() const { return ___site_1; } inline RuntimeObject** get_address_of_site_1() { return &___site_1; } inline void set_site_1(RuntimeObject* value) { ___site_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___site_1), (void*)value); } inline static int32_t get_offset_of_events_2() { return static_cast(offsetof(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D, ___events_2)); } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * get_events_2() const { return ___events_2; } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 ** get_address_of_events_2() { return &___events_2; } inline void set_events_2(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * value) { ___events_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_2), (void*)value); } }; struct MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_StaticFields { public: // System.Object System.ComponentModel.MarshalByValueComponent::EventDisposed RuntimeObject * ___EventDisposed_0; public: inline static int32_t get_offset_of_EventDisposed_0() { return static_cast(offsetof(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_StaticFields, ___EventDisposed_0)); } inline RuntimeObject * get_EventDisposed_0() const { return ___EventDisposed_0; } inline RuntimeObject ** get_address_of_EventDisposed_0() { return &___EventDisposed_0; } inline void set_EventDisposed_0(RuntimeObject * value) { ___EventDisposed_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_0), (void*)value); } }; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E : public RuntimeObject { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.MatchCollection::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::_matches ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____matches_1; // System.Boolean System.Text.RegularExpressions.MatchCollection::_done bool ____done_2; // System.String System.Text.RegularExpressions.MatchCollection::_input String_t* ____input_3; // System.Int32 System.Text.RegularExpressions.MatchCollection::_beginning int32_t ____beginning_4; // System.Int32 System.Text.RegularExpressions.MatchCollection::_length int32_t ____length_5; // System.Int32 System.Text.RegularExpressions.MatchCollection::_startat int32_t ____startat_6; // System.Int32 System.Text.RegularExpressions.MatchCollection::_prevlen int32_t ____prevlen_7; public: inline static int32_t get_offset_of__regex_0() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____regex_0)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_0() const { return ____regex_0; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_0() { return &____regex_0; } inline void set__regex_0(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_0), (void*)value); } inline static int32_t get_offset_of__matches_1() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____matches_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__matches_1() const { return ____matches_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__matches_1() { return &____matches_1; } inline void set__matches_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____matches_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_1), (void*)value); } inline static int32_t get_offset_of__done_2() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____done_2)); } inline bool get__done_2() const { return ____done_2; } inline bool* get_address_of__done_2() { return &____done_2; } inline void set__done_2(bool value) { ____done_2 = value; } inline static int32_t get_offset_of__input_3() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____input_3)); } inline String_t* get__input_3() const { return ____input_3; } inline String_t** get_address_of__input_3() { return &____input_3; } inline void set__input_3(String_t* value) { ____input_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____input_3), (void*)value); } inline static int32_t get_offset_of__beginning_4() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____beginning_4)); } inline int32_t get__beginning_4() const { return ____beginning_4; } inline int32_t* get_address_of__beginning_4() { return &____beginning_4; } inline void set__beginning_4(int32_t value) { ____beginning_4 = value; } inline static int32_t get_offset_of__length_5() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____length_5)); } inline int32_t get__length_5() const { return ____length_5; } inline int32_t* get_address_of__length_5() { return &____length_5; } inline void set__length_5(int32_t value) { ____length_5 = value; } inline static int32_t get_offset_of__startat_6() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____startat_6)); } inline int32_t get__startat_6() const { return ____startat_6; } inline int32_t* get_address_of__startat_6() { return &____startat_6; } inline void set__startat_6(int32_t value) { ____startat_6 = value; } inline static int32_t get_offset_of__prevlen_7() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E, ____prevlen_7)); } inline int32_t get__prevlen_7() const { return ____prevlen_7; } inline int32_t* get_address_of__prevlen_7() { return &____prevlen_7; } inline void set__prevlen_7(int32_t value) { ____prevlen_7 = value; } }; struct MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields { public: // System.Int32 System.Text.RegularExpressions.MatchCollection::infinite int32_t ___infinite_8; public: inline static int32_t get_offset_of_infinite_8() { return static_cast(offsetof(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields, ___infinite_8)); } inline int32_t get_infinite_8() const { return ___infinite_8; } inline int32_t* get_address_of_infinite_8() { return &___infinite_8; } inline void set_infinite_8(int32_t value) { ___infinite_8 = value; } }; // System.Text.RegularExpressions.MatchEnumerator struct MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 : public RuntimeObject { public: // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.MatchEnumerator::_matchcoll MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * ____matchcoll_0; // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchEnumerator::_match Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____match_1; // System.Int32 System.Text.RegularExpressions.MatchEnumerator::_curindex int32_t ____curindex_2; // System.Boolean System.Text.RegularExpressions.MatchEnumerator::_done bool ____done_3; public: inline static int32_t get_offset_of__matchcoll_0() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____matchcoll_0)); } inline MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * get__matchcoll_0() const { return ____matchcoll_0; } inline MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E ** get_address_of__matchcoll_0() { return &____matchcoll_0; } inline void set__matchcoll_0(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * value) { ____matchcoll_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcoll_0), (void*)value); } inline static int32_t get_offset_of__match_1() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____match_1)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__match_1() const { return ____match_1; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__match_1() { return &____match_1; } inline void set__match_1(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____match_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____match_1), (void*)value); } inline static int32_t get_offset_of__curindex_2() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____curindex_2)); } inline int32_t get__curindex_2() const { return ____curindex_2; } inline int32_t* get_address_of__curindex_2() { return &____curindex_2; } inline void set__curindex_2(int32_t value) { ____curindex_2 = value; } inline static int32_t get_offset_of__done_3() { return static_cast(offsetof(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735, ____done_3)); } inline bool get__done_3() const { return ____done_3; } inline bool* get_address_of__done_3() { return &____done_3; } inline void set__done_3(bool value) { ____done_3 = value; } }; // 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.Net.Sockets.MulticastOption struct MulticastOption_t189DD50B037EC0813A6FFCE5C114B2146211AC5B : 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.Configuration.NameValueFileSectionHandler struct NameValueFileSectionHandler_t8EDF0F7FE7740077B21C1F79D489903F22C2E279 : public RuntimeObject { public: public: }; // System.Configuration.NameValueSectionHandler struct NameValueSectionHandler_t5C285CE8465CEBA3191A612F8C3F68AAAB07A6CC : public RuntimeObject { public: public: }; // Microsoft.Win32.NativeMethods struct NativeMethods_t03987A22C0391D6D797C67463582EBE66D2E91CB : public RuntimeObject { public: public: }; // System.Net.NclUtilities struct NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B : public RuntimeObject { public: public: }; struct NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields { public: // System.Net.IPAddress[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.NclUtilities::_LocalAddresses IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ____LocalAddresses_0; // System.Object System.Net.NclUtilities::_LocalAddressesLock RuntimeObject * ____LocalAddressesLock_1; // System.String System.Net.NclUtilities::_LocalDomainName String_t* ____LocalDomainName_2; public: inline static int32_t get_offset_of__LocalAddresses_0() { return static_cast(offsetof(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields, ____LocalAddresses_0)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get__LocalAddresses_0() const { return ____LocalAddresses_0; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of__LocalAddresses_0() { return &____LocalAddresses_0; } inline void set__LocalAddresses_0(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ____LocalAddresses_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____LocalAddresses_0), (void*)value); } inline static int32_t get_offset_of__LocalAddressesLock_1() { return static_cast(offsetof(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields, ____LocalAddressesLock_1)); } inline RuntimeObject * get__LocalAddressesLock_1() const { return ____LocalAddressesLock_1; } inline RuntimeObject ** get_address_of__LocalAddressesLock_1() { return &____LocalAddressesLock_1; } inline void set__LocalAddressesLock_1(RuntimeObject * value) { ____LocalAddressesLock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____LocalAddressesLock_1), (void*)value); } inline static int32_t get_offset_of__LocalDomainName_2() { return static_cast(offsetof(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields, ____LocalDomainName_2)); } inline String_t* get__LocalDomainName_2() const { return ____LocalDomainName_2; } inline String_t** get_address_of__LocalDomainName_2() { return &____LocalDomainName_2; } inline void set__LocalDomainName_2(String_t* value) { ____LocalDomainName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____LocalDomainName_2), (void*)value); } }; // System.Net.NetRes struct NetRes_tC563539CDF7422CA3BFCC54920034595A7573C90 : public RuntimeObject { public: public: }; // System.Net.NetworkCredential struct NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 : public RuntimeObject { public: // System.String System.Net.NetworkCredential::m_domain String_t* ___m_domain_0; // System.String System.Net.NetworkCredential::m_userName String_t* ___m_userName_1; // System.Security.SecureString System.Net.NetworkCredential::m_password SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_password_2; public: inline static int32_t get_offset_of_m_domain_0() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_domain_0)); } inline String_t* get_m_domain_0() const { return ___m_domain_0; } inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; } inline void set_m_domain_0(String_t* value) { ___m_domain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_domain_0), (void*)value); } inline static int32_t get_offset_of_m_userName_1() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_userName_1)); } inline String_t* get_m_userName_1() const { return ___m_userName_1; } inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; } inline void set_m_userName_1(String_t* value) { ___m_userName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_userName_1), (void*)value); } inline static int32_t get_offset_of_m_password_2() { return static_cast(offsetof(NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686, ___m_password_2)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_password_2() const { return ___m_password_2; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_password_2() { return &___m_password_2; } inline void set_m_password_2(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_password_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_password_2), (void*)value); } }; // Mono.Net.Security.NoReflectionHelper struct NoReflectionHelper_t79138FA386BA7C0E26BE7EA5AFC9D70D3B99D8D6 : public RuntimeObject { public: public: }; // Mono.Http.NtlmClient struct NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 : public RuntimeObject { public: public: }; struct NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields { public: // System.Runtime.CompilerServices.ConditionalWeakTable`2 Mono.Http.NtlmClient::cache ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * ___cache_0; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields, ___cache_0)); } inline ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * get_cache_0() const { return ___cache_0; } inline ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (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); } }; // Mono.Http.NtlmSession struct NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 : public RuntimeObject { public: // Mono.Security.Protocol.Ntlm.MessageBase Mono.Http.NtlmSession::message MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * ___message_0; public: inline static int32_t get_offset_of_message_0() { return static_cast(offsetof(NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7, ___message_0)); } inline MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * get_message_0() const { return ___message_0; } inline MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD ** get_address_of_message_0() { return &___message_0; } inline void set_message_0(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * value) { ___message_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_0), (void*)value); } }; // System.Security.Cryptography.OidCollection struct OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 : public RuntimeObject { public: // System.Collections.ArrayList System.Security.Cryptography.OidCollection::m_list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___m_list_0; public: inline static int32_t get_offset_of_m_list_0() { return static_cast(offsetof(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902, ___m_list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_m_list_0() const { return ___m_list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_m_list_0() { return &___m_list_0; } inline void set_m_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___m_list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_list_0), (void*)value); } }; // System.Security.Cryptography.OidEnumerator struct OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 : public RuntimeObject { public: // System.Security.Cryptography.OidCollection System.Security.Cryptography.OidEnumerator::m_oids OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___m_oids_0; // System.Int32 System.Security.Cryptography.OidEnumerator::m_current int32_t ___m_current_1; public: inline static int32_t get_offset_of_m_oids_0() { return static_cast(offsetof(OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884, ___m_oids_0)); } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * get_m_oids_0() const { return ___m_oids_0; } inline OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 ** get_address_of_m_oids_0() { return &___m_oids_0; } inline void set_m_oids_0(OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * value) { ___m_oids_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_oids_0), (void*)value); } inline static int32_t get_offset_of_m_current_1() { return static_cast(offsetof(OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884, ___m_current_1)); } inline int32_t get_m_current_1() const { return ___m_current_1; } inline int32_t* get_address_of_m_current_1() { return &___m_current_1; } inline void set_m_current_1(int32_t value) { ___m_current_1 = value; } }; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::_objectsArray ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____objectsArray_0; // System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::_objectsTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____objectsTable_1; // System.Int32 System.Collections.Specialized.OrderedDictionary::_initialCapacity int32_t ____initialCapacity_2; // System.Collections.IEqualityComparer System.Collections.Specialized.OrderedDictionary::_comparer RuntimeObject* ____comparer_3; // System.Boolean System.Collections.Specialized.OrderedDictionary::_readOnly bool ____readOnly_4; // System.Object System.Collections.Specialized.OrderedDictionary::_syncRoot RuntimeObject * ____syncRoot_5; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.OrderedDictionary::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_6; public: inline static int32_t get_offset_of__objectsArray_0() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____objectsArray_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__objectsArray_0() const { return ____objectsArray_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__objectsArray_0() { return &____objectsArray_0; } inline void set__objectsArray_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____objectsArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectsArray_0), (void*)value); } inline static int32_t get_offset_of__objectsTable_1() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____objectsTable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__objectsTable_1() const { return ____objectsTable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__objectsTable_1() { return &____objectsTable_1; } inline void set__objectsTable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____objectsTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectsTable_1), (void*)value); } inline static int32_t get_offset_of__initialCapacity_2() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____initialCapacity_2)); } inline int32_t get__initialCapacity_2() const { return ____initialCapacity_2; } inline int32_t* get_address_of__initialCapacity_2() { return &____initialCapacity_2; } inline void set__initialCapacity_2(int32_t value) { ____initialCapacity_2 = value; } inline static int32_t get_offset_of__comparer_3() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____comparer_3)); } inline RuntimeObject* get__comparer_3() const { return ____comparer_3; } inline RuntimeObject** get_address_of__comparer_3() { return &____comparer_3; } inline void set__comparer_3(RuntimeObject* value) { ____comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_3), (void*)value); } inline static int32_t get_offset_of__readOnly_4() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____readOnly_4)); } inline bool get__readOnly_4() const { return ____readOnly_4; } inline bool* get_address_of__readOnly_4() { return &____readOnly_4; } inline void set__readOnly_4(bool value) { ____readOnly_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } inline static int32_t get_offset_of__siInfo_6() { return static_cast(offsetof(OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16, ____siInfo_6)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_6() const { return ____siInfo_6; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_6() { return &____siInfo_6; } inline void set__siInfo_6(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_6), (void*)value); } }; // 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.Platform struct Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A : public RuntimeObject { public: public: }; struct Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields { public: // System.Boolean System.Platform::checkedOS bool ___checkedOS_0; // System.Boolean System.Platform::isMacOS bool ___isMacOS_1; // System.Boolean System.Platform::isFreeBSD bool ___isFreeBSD_2; public: inline static int32_t get_offset_of_checkedOS_0() { return static_cast(offsetof(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields, ___checkedOS_0)); } inline bool get_checkedOS_0() const { return ___checkedOS_0; } inline bool* get_address_of_checkedOS_0() { return &___checkedOS_0; } inline void set_checkedOS_0(bool value) { ___checkedOS_0 = value; } inline static int32_t get_offset_of_isMacOS_1() { return static_cast(offsetof(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields, ___isMacOS_1)); } inline bool get_isMacOS_1() const { return ___isMacOS_1; } inline bool* get_address_of_isMacOS_1() { return &___isMacOS_1; } inline void set_isMacOS_1(bool value) { ___isMacOS_1 = value; } inline static int32_t get_offset_of_isFreeBSD_2() { return static_cast(offsetof(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields, ___isFreeBSD_2)); } inline bool get_isFreeBSD_2() const { return ___isFreeBSD_2; } inline bool* get_address_of_isFreeBSD_2() { return &___isFreeBSD_2; } inline void set_isFreeBSD_2(bool value) { ___isFreeBSD_2 = value; } }; // System.Diagnostics.ProcessInfo struct ProcessInfo_tF04D791821A3852114D48FF2FD645423FAA7D6F9 : public RuntimeObject { public: public: }; // 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.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.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 : public RuntimeObject { public: // System.Int32 System.Security.SecureString::length int32_t ___length_0; // System.Boolean System.Security.SecureString::disposed bool ___disposed_1; // System.Byte[] System.Security.SecureString::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___disposed_1)); } inline bool get_disposed_1() const { return ___disposed_1; } inline bool* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(bool value) { ___disposed_1 = value; } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_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.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_members_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_data_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_types_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 : public RuntimeObject { public: // System.Object[] System.Collections.SortedList::keys ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys_0; // System.Object[] System.Collections.SortedList::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.SortedList::_size int32_t ____size_2; // System.Int32 System.Collections.SortedList::version int32_t ___version_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Collections.SortedList/KeyList System.Collections.SortedList::keyList KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * ___keyList_5; // System.Collections.SortedList/ValueList System.Collections.SortedList::valueList ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * ___valueList_6; // System.Object System.Collections.SortedList::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keys_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keyList_5)); } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * get_keyList_5() const { return ___keyList_5; } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___valueList_6)); } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * get_valueList_6() const { return ___valueList_6; } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____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 SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields { public: // System.Object[] System.Collections.SortedList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_9; public: inline static int32_t get_offset_of_emptyArray_9() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields, ___emptyArray_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_9() const { return ___emptyArray_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_9() { return &___emptyArray_9; } inline void set_emptyArray_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_9), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.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.ComponentModel.TypeDescriptor struct TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F : public RuntimeObject { public: public: }; struct TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields { public: // System.ComponentModel.WeakHashtable System.ComponentModel.TypeDescriptor::_providerTable WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * ____providerTable_0; // System.Collections.Hashtable System.ComponentModel.TypeDescriptor::_providerTypeTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____providerTypeTable_1; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeDescriptor::_defaultProviders Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____defaultProviders_2; // System.ComponentModel.WeakHashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.ComponentModel.TypeDescriptor::_associationTable WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * ____associationTable_3; // System.Int32 System.ComponentModel.TypeDescriptor::_metadataVersion int32_t ____metadataVersion_4; // System.Int32 System.ComponentModel.TypeDescriptor::_collisionIndex int32_t ____collisionIndex_5; // System.Diagnostics.BooleanSwitch System.ComponentModel.TypeDescriptor::TraceDescriptor BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * ___TraceDescriptor_6; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineInitializeKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineInitializeKeys_10; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineMergeKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineMergeKeys_11; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineFilterKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineFilterKeys_12; // System.Guid[] System.ComponentModel.TypeDescriptor::_pipelineAttributeFilterKeys GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* ____pipelineAttributeFilterKeys_13; // System.Object System.ComponentModel.TypeDescriptor::_internalSyncObject RuntimeObject * ____internalSyncObject_14; // System.ComponentModel.RefreshEventHandler System.ComponentModel.TypeDescriptor::Refreshed RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * ___Refreshed_15; public: inline static int32_t get_offset_of__providerTable_0() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____providerTable_0)); } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * get__providerTable_0() const { return ____providerTable_0; } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA ** get_address_of__providerTable_0() { return &____providerTable_0; } inline void set__providerTable_0(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * value) { ____providerTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____providerTable_0), (void*)value); } inline static int32_t get_offset_of__providerTypeTable_1() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____providerTypeTable_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__providerTypeTable_1() const { return ____providerTypeTable_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__providerTypeTable_1() { return &____providerTypeTable_1; } inline void set__providerTypeTable_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____providerTypeTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____providerTypeTable_1), (void*)value); } inline static int32_t get_offset_of__defaultProviders_2() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____defaultProviders_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__defaultProviders_2() const { return ____defaultProviders_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__defaultProviders_2() { return &____defaultProviders_2; } inline void set__defaultProviders_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____defaultProviders_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultProviders_2), (void*)value); } inline static int32_t get_offset_of__associationTable_3() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____associationTable_3)); } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * get__associationTable_3() const { return ____associationTable_3; } inline WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA ** get_address_of__associationTable_3() { return &____associationTable_3; } inline void set__associationTable_3(WeakHashtable_t1B4A0D2CAF0D8746A66413400617B2F9428E0EBA * value) { ____associationTable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____associationTable_3), (void*)value); } inline static int32_t get_offset_of__metadataVersion_4() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____metadataVersion_4)); } inline int32_t get__metadataVersion_4() const { return ____metadataVersion_4; } inline int32_t* get_address_of__metadataVersion_4() { return &____metadataVersion_4; } inline void set__metadataVersion_4(int32_t value) { ____metadataVersion_4 = value; } inline static int32_t get_offset_of__collisionIndex_5() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____collisionIndex_5)); } inline int32_t get__collisionIndex_5() const { return ____collisionIndex_5; } inline int32_t* get_address_of__collisionIndex_5() { return &____collisionIndex_5; } inline void set__collisionIndex_5(int32_t value) { ____collisionIndex_5 = value; } inline static int32_t get_offset_of_TraceDescriptor_6() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ___TraceDescriptor_6)); } inline BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * get_TraceDescriptor_6() const { return ___TraceDescriptor_6; } inline BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 ** get_address_of_TraceDescriptor_6() { return &___TraceDescriptor_6; } inline void set_TraceDescriptor_6(BooleanSwitch_t266FBEE02A57BD80D18699B4333965954B8072B2 * value) { ___TraceDescriptor_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___TraceDescriptor_6), (void*)value); } inline static int32_t get_offset_of__pipelineInitializeKeys_10() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineInitializeKeys_10)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineInitializeKeys_10() const { return ____pipelineInitializeKeys_10; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineInitializeKeys_10() { return &____pipelineInitializeKeys_10; } inline void set__pipelineInitializeKeys_10(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineInitializeKeys_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineInitializeKeys_10), (void*)value); } inline static int32_t get_offset_of__pipelineMergeKeys_11() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineMergeKeys_11)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineMergeKeys_11() const { return ____pipelineMergeKeys_11; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineMergeKeys_11() { return &____pipelineMergeKeys_11; } inline void set__pipelineMergeKeys_11(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineMergeKeys_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineMergeKeys_11), (void*)value); } inline static int32_t get_offset_of__pipelineFilterKeys_12() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineFilterKeys_12)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineFilterKeys_12() const { return ____pipelineFilterKeys_12; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineFilterKeys_12() { return &____pipelineFilterKeys_12; } inline void set__pipelineFilterKeys_12(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineFilterKeys_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineFilterKeys_12), (void*)value); } inline static int32_t get_offset_of__pipelineAttributeFilterKeys_13() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____pipelineAttributeFilterKeys_13)); } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* get__pipelineAttributeFilterKeys_13() const { return ____pipelineAttributeFilterKeys_13; } inline GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8** get_address_of__pipelineAttributeFilterKeys_13() { return &____pipelineAttributeFilterKeys_13; } inline void set__pipelineAttributeFilterKeys_13(GuidU5BU5D_t6DCED1B9FC5592C43FAA73D81705104BD18151B8* value) { ____pipelineAttributeFilterKeys_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____pipelineAttributeFilterKeys_13), (void*)value); } inline static int32_t get_offset_of__internalSyncObject_14() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ____internalSyncObject_14)); } inline RuntimeObject * get__internalSyncObject_14() const { return ____internalSyncObject_14; } inline RuntimeObject ** get_address_of__internalSyncObject_14() { return &____internalSyncObject_14; } inline void set__internalSyncObject_14(RuntimeObject * value) { ____internalSyncObject_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____internalSyncObject_14), (void*)value); } inline static int32_t get_offset_of_Refreshed_15() { return static_cast(offsetof(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields, ___Refreshed_15)); } inline RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * get_Refreshed_15() const { return ___Refreshed_15; } inline RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C ** get_address_of_Refreshed_15() { return &___Refreshed_15; } inline void set_Refreshed_15(RefreshEventHandler_t2AAF56B80F418D78500EB908B251F6D08F8DF89C * value) { ___Refreshed_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Refreshed_15), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.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.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.Net.MonoChunkStream/Chunk struct Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 : public RuntimeObject { public: // System.Byte[] System.Net.MonoChunkStream/Chunk::Bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Bytes_0; // System.Int32 System.Net.MonoChunkStream/Chunk::Offset int32_t ___Offset_1; public: inline static int32_t get_offset_of_Bytes_0() { return static_cast(offsetof(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951, ___Bytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Bytes_0() const { return ___Bytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Bytes_0() { return &___Bytes_0; } inline void set_Bytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Bytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Bytes_0), (void*)value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951, ___Offset_1)); } inline int32_t get_Offset_1() const { return ___Offset_1; } inline int32_t* get_address_of_Offset_1() { return &___Offset_1; } inline void set_Offset_1(int32_t value) { ___Offset_1 = value; } }; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry struct NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 : public RuntimeObject { public: // System.String System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::Key String_t* ___Key_0; // System.Object System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::Value RuntimeObject * ___Value_1; public: inline static int32_t get_offset_of_Key_0() { return static_cast(offsetof(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22, ___Key_0)); } inline String_t* get_Key_0() const { return ___Key_0; } inline String_t** get_address_of_Key_0() { return &___Key_0; } inline void set_Key_0(String_t* value) { ___Key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Key_0), (void*)value); } inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22, ___Value_1)); } inline RuntimeObject * get_Value_1() const { return ___Value_1; } inline RuntimeObject ** get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(RuntimeObject * value) { ___Value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_1), (void*)value); } }; // System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator struct NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_pos int32_t ____pos_0; // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_coll NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * ____coll_1; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::_version int32_t ____version_2; public: inline static int32_t get_offset_of__pos_0() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____pos_0)); } inline int32_t get__pos_0() const { return ____pos_0; } inline int32_t* get_address_of__pos_0() { return &____pos_0; } inline void set__pos_0(int32_t value) { ____pos_0 = value; } inline static int32_t get_offset_of__coll_1() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____coll_1)); } inline NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * get__coll_1() const { return ____coll_1; } inline NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 ** get_address_of__coll_1() { return &____coll_1; } inline void set__coll_1(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * value) { ____coll_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____coll_1), (void*)value); } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } }; // System.ComponentModel.NestedContainer/Site struct Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 : public RuntimeObject { public: // System.ComponentModel.IComponent System.ComponentModel.NestedContainer/Site::component RuntimeObject* ___component_0; // System.ComponentModel.NestedContainer System.ComponentModel.NestedContainer/Site::container NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * ___container_1; // System.String System.ComponentModel.NestedContainer/Site::name String_t* ___name_2; public: inline static int32_t get_offset_of_component_0() { return static_cast(offsetof(Site_tA3480C1C11DD11563EF48290D6F40D88855DE964, ___component_0)); } inline RuntimeObject* get_component_0() const { return ___component_0; } inline RuntimeObject** get_address_of_component_0() { return &___component_0; } inline void set_component_0(RuntimeObject* value) { ___component_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___component_0), (void*)value); } inline static int32_t get_offset_of_container_1() { return static_cast(offsetof(Site_tA3480C1C11DD11563EF48290D6F40D88855DE964, ___container_1)); } inline NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * get_container_1() const { return ___container_1; } inline NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 ** get_address_of_container_1() { return &___container_1; } inline void set_container_1(NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * value) { ___container_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(Site_tA3480C1C11DD11563EF48290D6F40D88855DE964, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } }; // Mono.Http.NtlmClient/<>c struct U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 : public RuntimeObject { public: public: }; struct U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields { public: // Mono.Http.NtlmClient/<>c Mono.Http.NtlmClient/<>c::<>9 U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * ___U3CU3E9_0; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback Mono.Http.NtlmClient/<>c::<>9__1_0 CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * ___U3CU3E9__1_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_0_1() { return static_cast(offsetof(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields, ___U3CU3E9__1_0_1)); } inline CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * get_U3CU3E9__1_0_1() const { return ___U3CU3E9__1_0_1; } inline CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 ** get_address_of_U3CU3E9__1_0_1() { return &___U3CU3E9__1_0_1; } inline void set_U3CU3E9__1_0_1(CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * value) { ___U3CU3E9__1_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_0_1), (void*)value); } }; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator struct OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::_objectReturnType int32_t ____objectReturnType_0; // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::arrayEnumerator RuntimeObject* ___arrayEnumerator_1; public: inline static int32_t get_offset_of__objectReturnType_0() { return static_cast(offsetof(OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969, ____objectReturnType_0)); } inline int32_t get__objectReturnType_0() const { return ____objectReturnType_0; } inline int32_t* get_address_of__objectReturnType_0() { return &____objectReturnType_0; } inline void set__objectReturnType_0(int32_t value) { ____objectReturnType_0 = value; } inline static int32_t get_offset_of_arrayEnumerator_1() { return static_cast(offsetof(OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969, ___arrayEnumerator_1)); } inline RuntimeObject* get_arrayEnumerator_1() const { return ___arrayEnumerator_1; } inline RuntimeObject** get_address_of_arrayEnumerator_1() { return &___arrayEnumerator_1; } inline void set_arrayEnumerator_1(RuntimeObject* value) { ___arrayEnumerator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayEnumerator_1), (void*)value); } }; // System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection struct OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::_objects ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____objects_0; // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::isKeys bool ___isKeys_1; public: inline static int32_t get_offset_of__objects_0() { return static_cast(offsetof(OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E, ____objects_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__objects_0() const { return ____objects_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__objects_0() { return &____objects_0; } inline void set__objects_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____objects_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objects_0), (void*)value); } inline static int32_t get_offset_of_isKeys_1() { return static_cast(offsetof(OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E, ___isKeys_1)); } inline bool get_isKeys_1() const { return ___isKeys_1; } inline bool* get_address_of_isKeys_1() { return &___isKeys_1; } inline void set_isKeys_1(bool value) { ___isKeys_1 = value; } }; // System.Net.PathList/PathListComparer struct PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 : public RuntimeObject { public: public: }; struct PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields { public: // System.Net.PathList/PathListComparer System.Net.PathList/PathListComparer::StaticInstance PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * ___StaticInstance_0; public: inline static int32_t get_offset_of_StaticInstance_0() { return static_cast(offsetof(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields, ___StaticInstance_0)); } inline PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * get_StaticInstance_0() const { return ___StaticInstance_0; } inline PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; } inline void set_StaticInstance_0(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * value) { ___StaticInstance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___StaticInstance_0), (void*)value); } }; // System.ComponentModel.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.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___m_task_0)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_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.List`1/Enumerator struct Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___list_0)); } inline List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * get_list_0() const { return ___list_0; } inline List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245, ___current_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_current_3() const { return ___current_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465, ___list_0)); } inline List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * get_list_0() const { return ___list_0; } inline List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465, ___current_3)); } inline CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * get_current_3() const { return ___current_3; } inline CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t59478D999576758E965737A3361AFC7391C2BB15 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___list_0)); } inline List_1_t59478D999576758E965737A3361AFC7391C2BB15 * get_list_0() const { return ___list_0; } inline List_1_t59478D999576758E965737A3361AFC7391C2BB15 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t59478D999576758E965737A3361AFC7391C2BB15 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD, ___current_3)); } inline Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * get_current_3() const { return ___current_3; } inline Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.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.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.Collections.Specialized.BitVector32 struct BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 { public: // System.UInt32 System.Collections.Specialized.BitVector32::data uint32_t ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968, ___data_0)); } inline uint32_t get_data_0() const { return ___data_0; } inline uint32_t* get_address_of_data_0() { return &___data_0; } inline void set_data_0(uint32_t value) { ___data_0 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.ComponentModel.BrowsableAttribute struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.BrowsableAttribute::browsable bool ___browsable_3; public: inline static int32_t get_offset_of_browsable_3() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2, ___browsable_3)); } inline bool get_browsable_3() const { return ___browsable_3; } inline bool* get_address_of_browsable_3() { return &___browsable_3; } inline void set_browsable_3(bool value) { ___browsable_3 = value; } }; struct BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields { public: // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Yes BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Yes_0; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::No BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___No_1; // System.ComponentModel.BrowsableAttribute System.ComponentModel.BrowsableAttribute::Default BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Yes_0)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Yes_0() const { return ___Yes_0; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___No_1)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_No_1() const { return ___No_1; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_StaticFields, ___Default_2)); } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * get_Default_2() const { return ___Default_2; } inline BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // Mono.Net.Security.BufferOffsetSize2 struct BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 : public BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD { public: // System.Int32 Mono.Net.Security.BufferOffsetSize2::InitialSize int32_t ___InitialSize_5; public: inline static int32_t get_offset_of_InitialSize_5() { return static_cast(offsetof(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638, ___InitialSize_5)); } inline int32_t get_InitialSize_5() const { return ___InitialSize_5; } inline int32_t* get_address_of_InitialSize_5() { return &___InitialSize_5; } inline void set_InitialSize_5(int32_t value) { ___InitialSize_5 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.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.Component struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.ComponentModel.ISite System.ComponentModel.Component::site RuntimeObject* ___site_2; // System.ComponentModel.EventHandlerList System.ComponentModel.Component::events EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * ___events_3; public: inline static int32_t get_offset_of_site_2() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___site_2)); } inline RuntimeObject* get_site_2() const { return ___site_2; } inline RuntimeObject** get_address_of_site_2() { return &___site_2; } inline void set_site_2(RuntimeObject* value) { ___site_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___site_2), (void*)value); } inline static int32_t get_offset_of_events_3() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF, ___events_3)); } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * get_events_3() const { return ___events_3; } inline EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 ** get_address_of_events_3() { return &___events_3; } inline void set_events_3(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * value) { ___events_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___events_3), (void*)value); } }; struct Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields { public: // System.Object System.ComponentModel.Component::EventDisposed RuntimeObject * ___EventDisposed_1; public: inline static int32_t get_offset_of_EventDisposed_1() { return static_cast(offsetof(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_StaticFields, ___EventDisposed_1)); } inline RuntimeObject * get_EventDisposed_1() const { return ___EventDisposed_1; } inline RuntimeObject ** get_address_of_EventDisposed_1() { return &___EventDisposed_1; } inline void set_EventDisposed_1(RuntimeObject * value) { ___EventDisposed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___EventDisposed_1), (void*)value); } }; // System.Configuration.ConfigurationSection struct ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 : 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.ComponentModel.DescriptionAttribute struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DescriptionAttribute::description String_t* ___description_1; public: inline static int32_t get_offset_of_description_1() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA, ___description_1)); } inline String_t* get_description_1() const { return ___description_1; } inline String_t** get_address_of_description_1() { return &___description_1; } inline void set_description_1(String_t* value) { ___description_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_1), (void*)value); } }; struct DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields { public: // System.ComponentModel.DescriptionAttribute System.ComponentModel.DescriptionAttribute::Default DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_StaticFields, ___Default_0)); } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * get_Default_0() const { return ___Default_0; } inline DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.ComponentModel.DesignOnlyAttribute struct DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.DesignOnlyAttribute::isDesignOnly bool ___isDesignOnly_0; public: inline static int32_t get_offset_of_isDesignOnly_0() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D, ___isDesignOnly_0)); } inline bool get_isDesignOnly_0() const { return ___isDesignOnly_0; } inline bool* get_address_of_isDesignOnly_0() { return &___isDesignOnly_0; } inline void set_isDesignOnly_0(bool value) { ___isDesignOnly_0 = value; } }; struct DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields { public: // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Yes DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___Yes_1; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::No DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___No_2; // System.ComponentModel.DesignOnlyAttribute System.ComponentModel.DesignOnlyAttribute::Default DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * ___Default_3; public: inline static int32_t get_offset_of_Yes_1() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___Yes_1)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_Yes_1() const { return ___Yes_1; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_Yes_1() { return &___Yes_1; } inline void set_Yes_1(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___Yes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_1), (void*)value); } inline static int32_t get_offset_of_No_2() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___No_2)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_No_2() const { return ___No_2; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_No_2() { return &___No_2; } inline void set_No_2(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___No_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_2), (void*)value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields, ___Default_3)); } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * get_Default_3() const { return ___Default_3; } inline DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_3), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.ComponentModel.DisplayNameAttribute struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.ComponentModel.DisplayNameAttribute::_displayName String_t* ____displayName_1; public: inline static int32_t get_offset_of__displayName_1() { return static_cast(offsetof(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85, ____displayName_1)); } inline String_t* get__displayName_1() const { return ____displayName_1; } inline String_t** get_address_of__displayName_1() { return &____displayName_1; } inline void set__displayName_1(String_t* value) { ____displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____displayName_1), (void*)value); } }; struct DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields { public: // System.ComponentModel.DisplayNameAttribute System.ComponentModel.DisplayNameAttribute::Default DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_StaticFields, ___Default_0)); } inline DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * get_Default_0() const { return ___Default_0; } inline DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.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.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.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.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.Net.Configuration.MailSettingsSectionGroup struct MailSettingsSectionGroup_t2173324660C721C373AD138C2687A6C700B9AD45 : public ConfigurationSectionGroup_t296AB4B6FC2E1B9BEDFEEAC3DB0E24AE061D32CF { public: public: }; // System.ComponentModel.MergablePropertyAttribute struct MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.MergablePropertyAttribute::allowMerge bool ___allowMerge_3; public: inline static int32_t get_offset_of_allowMerge_3() { return static_cast(offsetof(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9, ___allowMerge_3)); } inline bool get_allowMerge_3() const { return ___allowMerge_3; } inline bool* get_address_of_allowMerge_3() { return &___allowMerge_3; } inline void set_allowMerge_3(bool value) { ___allowMerge_3 = value; } }; struct MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields { public: // System.ComponentModel.MergablePropertyAttribute System.ComponentModel.MergablePropertyAttribute::Yes MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * ___Yes_0; // System.ComponentModel.MergablePropertyAttribute System.ComponentModel.MergablePropertyAttribute::No MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * ___No_1; // System.ComponentModel.MergablePropertyAttribute System.ComponentModel.MergablePropertyAttribute::Default MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields, ___Yes_0)); } inline MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * get_Yes_0() const { return ___Yes_0; } inline MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields, ___No_1)); } inline MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * get_No_1() const { return ___No_1; } inline MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields, ___Default_2)); } inline MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * get_Default_2() const { return ___Default_2; } inline MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Net.Configuration.ModuleElement struct ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // Mono.Util.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t69538D44A3EDF035036BAF120F1D9B105A60464A : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D : public NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 { public: // System.String[] System.Collections.Specialized.NameValueCollection::_all StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____all_9; // System.String[] System.Collections.Specialized.NameValueCollection::_allKeys StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____allKeys_10; public: inline static int32_t get_offset_of__all_9() { return static_cast(offsetof(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D, ____all_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__all_9() const { return ____all_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__all_9() { return &____all_9; } inline void set__all_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____all_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____all_9), (void*)value); } inline static int32_t get_offset_of__allKeys_10() { return static_cast(offsetof(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D, ____allKeys_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__allKeys_10() const { return ____allKeys_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__allKeys_10() { return &____allKeys_10; } inline void set__allKeys_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____allKeys_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____allKeys_10), (void*)value); } }; // System.ComponentModel.NestedContainer struct NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 : public Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 { public: // System.ComponentModel.IComponent System.ComponentModel.NestedContainer::_owner RuntimeObject* ____owner_6; public: inline static int32_t get_offset_of__owner_6() { return static_cast(offsetof(NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72, ____owner_6)); } inline RuntimeObject* get__owner_6() const { return ____owner_6; } inline RuntimeObject** get_address_of__owner_6() { return &____owner_6; } inline void set__owner_6(RuntimeObject* value) { ____owner_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____owner_6), (void*)value); } }; // System.Net.Configuration.NetSectionGroup struct NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 : public ConfigurationSectionGroup_t296AB4B6FC2E1B9BEDFEEAC3DB0E24AE061D32CF { public: public: }; // System.Configuration.NoSettingsVersionUpgradeAttribute struct NoSettingsVersionUpgradeAttribute_t6790D64DA503700356B15AEA8110F7E815B27ED0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.ComponentModel.NotifyParentPropertyAttribute struct NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.NotifyParentPropertyAttribute::notifyParent bool ___notifyParent_3; public: inline static int32_t get_offset_of_notifyParent_3() { return static_cast(offsetof(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0, ___notifyParent_3)); } inline bool get_notifyParent_3() const { return ___notifyParent_3; } inline bool* get_address_of_notifyParent_3() { return &___notifyParent_3; } inline void set_notifyParent_3(bool value) { ___notifyParent_3 = value; } }; struct NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields { public: // System.ComponentModel.NotifyParentPropertyAttribute System.ComponentModel.NotifyParentPropertyAttribute::Yes NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * ___Yes_0; // System.ComponentModel.NotifyParentPropertyAttribute System.ComponentModel.NotifyParentPropertyAttribute::No NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * ___No_1; // System.ComponentModel.NotifyParentPropertyAttribute System.ComponentModel.NotifyParentPropertyAttribute::Default NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields, ___Yes_0)); } inline NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * get_Yes_0() const { return ___Yes_0; } inline NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields, ___No_1)); } inline NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * get_No_1() const { return ___No_1; } inline NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields, ___Default_2)); } inline NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * get_Default_2() const { return ___Default_2; } inline NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // System.ComponentModel.ParenthesizePropertyNameAttribute struct ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.ParenthesizePropertyNameAttribute::needParenthesis bool ___needParenthesis_1; public: inline static int32_t get_offset_of_needParenthesis_1() { return static_cast(offsetof(ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082, ___needParenthesis_1)); } inline bool get_needParenthesis_1() const { return ___needParenthesis_1; } inline bool* get_address_of_needParenthesis_1() { return &___needParenthesis_1; } inline void set_needParenthesis_1(bool value) { ___needParenthesis_1 = value; } }; struct ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_StaticFields { public: // System.ComponentModel.ParenthesizePropertyNameAttribute System.ComponentModel.ParenthesizePropertyNameAttribute::Default ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_StaticFields, ___Default_0)); } inline ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * get_Default_0() const { return ___Default_0; } inline ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // System.ComponentModel.PasswordPropertyTextAttribute struct PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean System.ComponentModel.PasswordPropertyTextAttribute::_password bool ____password_3; public: inline static int32_t get_offset_of__password_3() { return static_cast(offsetof(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC, ____password_3)); } inline bool get__password_3() const { return ____password_3; } inline bool* get_address_of__password_3() { return &____password_3; } inline void set__password_3(bool value) { ____password_3 = value; } }; struct PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields { public: // System.ComponentModel.PasswordPropertyTextAttribute System.ComponentModel.PasswordPropertyTextAttribute::Yes PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * ___Yes_0; // System.ComponentModel.PasswordPropertyTextAttribute System.ComponentModel.PasswordPropertyTextAttribute::No PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * ___No_1; // System.ComponentModel.PasswordPropertyTextAttribute System.ComponentModel.PasswordPropertyTextAttribute::Default PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * ___Default_2; public: inline static int32_t get_offset_of_Yes_0() { return static_cast(offsetof(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields, ___Yes_0)); } inline PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * get_Yes_0() const { return ___Yes_0; } inline PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC ** get_address_of_Yes_0() { return &___Yes_0; } inline void set_Yes_0(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * value) { ___Yes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Yes_0), (void*)value); } inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields, ___No_1)); } inline PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * get_No_1() const { return ___No_1; } inline PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___No_1), (void*)value); } inline static int32_t get_offset_of_Default_2() { return static_cast(offsetof(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields, ___Default_2)); } inline PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * get_Default_2() const { return ___Default_2; } inline PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC ** get_address_of_Default_2() { return &___Default_2; } inline void set_Default_2(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * value) { ___Default_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_2), (void*)value); } }; // System.Net.Configuration.PerformanceCountersElement struct PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 : public ConfigurationElement_t571C446CFDFF39CF17130653C433786BEFF25DFA { public: public: }; // System.Diagnostics.ProcessModuleCollection struct ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 : public ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 { public: public: }; // System.Diagnostics.ProcessThreadCollection struct ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 : public ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 { public: public: }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___m_task_2)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_task_2)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_task_2)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.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; } }; // System.Tuple`2 struct Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 Guid_t ___m_Item1_0; // T2 System.Tuple`2::m_Item2 RuntimeObject * ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1, ___m_Item1_0)); } inline Guid_t get_m_Item1_0() const { return ___m_Item1_0; } inline Guid_t * get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(Guid_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1, ___m_Item2_1)); } inline RuntimeObject * get_m_Item2_1() const { return ___m_Item2_1; } inline RuntimeObject ** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(RuntimeObject * value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; // System.Tuple`2 struct Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 Guid_t ___m_Item1_0; // T2 System.Tuple`2::m_Item2 String_t* ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C, ___m_Item1_0)); } inline Guid_t get_m_Item1_0() const { return ___m_Item1_0; } inline Guid_t * get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(Guid_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C, ___m_Item2_1)); } inline String_t* get_m_Item2_1() const { return ___m_Item2_1; } inline String_t** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(String_t* value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; // System.Net.Sockets.AddressFamily struct AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33 { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFCF4C888B95C069AB2D4720EC8C2E19453C28B33, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Mono.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.AuthenticationModulesSection struct AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // 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.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.Globalization.CultureTypes struct CultureTypes_tB9D04DB701DFFD210578F9FEA92C4AE244039616 { public: // System.Int32 System.Globalization.CultureTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CultureTypes_tB9D04DB701DFFD210578F9FEA92C4AE244039616, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.DecompressionMethods struct DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.DefaultProxySection struct DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.InteropServices.HandleRef struct HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF { public: // System.Object System.Runtime.InteropServices.HandleRef::m_wrapper RuntimeObject * ___m_wrapper_0; // System.IntPtr System.Runtime.InteropServices.HandleRef::m_handle intptr_t ___m_handle_1; public: inline static int32_t get_offset_of_m_wrapper_0() { return static_cast(offsetof(HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF, ___m_wrapper_0)); } inline RuntimeObject * get_m_wrapper_0() const { return ___m_wrapper_0; } inline RuntimeObject ** get_address_of_m_wrapper_0() { return &___m_wrapper_0; } inline void set_m_wrapper_0(RuntimeObject * value) { ___m_wrapper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_wrapper_0), (void*)value); } inline static int32_t get_offset_of_m_handle_1() { return static_cast(offsetof(HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF, ___m_handle_1)); } inline intptr_t get_m_handle_1() const { return ___m_handle_1; } inline intptr_t* get_address_of_m_handle_1() { return &___m_handle_1; } inline void set_m_handle_1(intptr_t value) { ___m_handle_1 = value; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.ComponentModel.MaskedTextProvider struct MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 : public RuntimeObject { public: // System.Collections.Specialized.BitVector32 System.ComponentModel.MaskedTextProvider::flagState BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 ___flagState_18; // System.Globalization.CultureInfo System.ComponentModel.MaskedTextProvider::culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture_19; // System.Text.StringBuilder System.ComponentModel.MaskedTextProvider::testString StringBuilder_t * ___testString_20; // System.Int32 System.ComponentModel.MaskedTextProvider::assignedCharCount int32_t ___assignedCharCount_21; // System.Int32 System.ComponentModel.MaskedTextProvider::requiredCharCount int32_t ___requiredCharCount_22; // System.Int32 System.ComponentModel.MaskedTextProvider::requiredEditChars int32_t ___requiredEditChars_23; // System.Int32 System.ComponentModel.MaskedTextProvider::optionalEditChars int32_t ___optionalEditChars_24; // System.String System.ComponentModel.MaskedTextProvider::mask String_t* ___mask_25; // System.Char System.ComponentModel.MaskedTextProvider::passwordChar Il2CppChar ___passwordChar_26; // System.Char System.ComponentModel.MaskedTextProvider::promptChar Il2CppChar ___promptChar_27; // System.Collections.Generic.List`1 System.ComponentModel.MaskedTextProvider::stringDescriptor List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * ___stringDescriptor_28; public: inline static int32_t get_offset_of_flagState_18() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___flagState_18)); } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 get_flagState_18() const { return ___flagState_18; } inline BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * get_address_of_flagState_18() { return &___flagState_18; } inline void set_flagState_18(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 value) { ___flagState_18 = value; } inline static int32_t get_offset_of_culture_19() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___culture_19)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_culture_19() const { return ___culture_19; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_culture_19() { return &___culture_19; } inline void set_culture_19(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___culture_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___culture_19), (void*)value); } inline static int32_t get_offset_of_testString_20() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___testString_20)); } inline StringBuilder_t * get_testString_20() const { return ___testString_20; } inline StringBuilder_t ** get_address_of_testString_20() { return &___testString_20; } inline void set_testString_20(StringBuilder_t * value) { ___testString_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___testString_20), (void*)value); } inline static int32_t get_offset_of_assignedCharCount_21() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___assignedCharCount_21)); } inline int32_t get_assignedCharCount_21() const { return ___assignedCharCount_21; } inline int32_t* get_address_of_assignedCharCount_21() { return &___assignedCharCount_21; } inline void set_assignedCharCount_21(int32_t value) { ___assignedCharCount_21 = value; } inline static int32_t get_offset_of_requiredCharCount_22() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___requiredCharCount_22)); } inline int32_t get_requiredCharCount_22() const { return ___requiredCharCount_22; } inline int32_t* get_address_of_requiredCharCount_22() { return &___requiredCharCount_22; } inline void set_requiredCharCount_22(int32_t value) { ___requiredCharCount_22 = value; } inline static int32_t get_offset_of_requiredEditChars_23() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___requiredEditChars_23)); } inline int32_t get_requiredEditChars_23() const { return ___requiredEditChars_23; } inline int32_t* get_address_of_requiredEditChars_23() { return &___requiredEditChars_23; } inline void set_requiredEditChars_23(int32_t value) { ___requiredEditChars_23 = value; } inline static int32_t get_offset_of_optionalEditChars_24() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___optionalEditChars_24)); } inline int32_t get_optionalEditChars_24() const { return ___optionalEditChars_24; } inline int32_t* get_address_of_optionalEditChars_24() { return &___optionalEditChars_24; } inline void set_optionalEditChars_24(int32_t value) { ___optionalEditChars_24 = value; } inline static int32_t get_offset_of_mask_25() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___mask_25)); } inline String_t* get_mask_25() const { return ___mask_25; } inline String_t** get_address_of_mask_25() { return &___mask_25; } inline void set_mask_25(String_t* value) { ___mask_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___mask_25), (void*)value); } inline static int32_t get_offset_of_passwordChar_26() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___passwordChar_26)); } inline Il2CppChar get_passwordChar_26() const { return ___passwordChar_26; } inline Il2CppChar* get_address_of_passwordChar_26() { return &___passwordChar_26; } inline void set_passwordChar_26(Il2CppChar value) { ___passwordChar_26 = value; } inline static int32_t get_offset_of_promptChar_27() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___promptChar_27)); } inline Il2CppChar get_promptChar_27() const { return ___promptChar_27; } inline Il2CppChar* get_address_of_promptChar_27() { return &___promptChar_27; } inline void set_promptChar_27(Il2CppChar value) { ___promptChar_27 = value; } inline static int32_t get_offset_of_stringDescriptor_28() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01, ___stringDescriptor_28)); } inline List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * get_stringDescriptor_28() const { return ___stringDescriptor_28; } inline List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 ** get_address_of_stringDescriptor_28() { return &___stringDescriptor_28; } inline void set_stringDescriptor_28(List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * value) { ___stringDescriptor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringDescriptor_28), (void*)value); } }; struct MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields { public: // System.Int32 System.ComponentModel.MaskedTextProvider::ASCII_ONLY int32_t ___ASCII_ONLY_10; // System.Int32 System.ComponentModel.MaskedTextProvider::ALLOW_PROMPT_AS_INPUT int32_t ___ALLOW_PROMPT_AS_INPUT_11; // System.Int32 System.ComponentModel.MaskedTextProvider::INCLUDE_PROMPT int32_t ___INCLUDE_PROMPT_12; // System.Int32 System.ComponentModel.MaskedTextProvider::INCLUDE_LITERALS int32_t ___INCLUDE_LITERALS_13; // System.Int32 System.ComponentModel.MaskedTextProvider::RESET_ON_PROMPT int32_t ___RESET_ON_PROMPT_14; // System.Int32 System.ComponentModel.MaskedTextProvider::RESET_ON_LITERALS int32_t ___RESET_ON_LITERALS_15; // System.Int32 System.ComponentModel.MaskedTextProvider::SKIP_SPACE int32_t ___SKIP_SPACE_16; // System.Type System.ComponentModel.MaskedTextProvider::maskTextProviderType Type_t * ___maskTextProviderType_17; public: inline static int32_t get_offset_of_ASCII_ONLY_10() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___ASCII_ONLY_10)); } inline int32_t get_ASCII_ONLY_10() const { return ___ASCII_ONLY_10; } inline int32_t* get_address_of_ASCII_ONLY_10() { return &___ASCII_ONLY_10; } inline void set_ASCII_ONLY_10(int32_t value) { ___ASCII_ONLY_10 = value; } inline static int32_t get_offset_of_ALLOW_PROMPT_AS_INPUT_11() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___ALLOW_PROMPT_AS_INPUT_11)); } inline int32_t get_ALLOW_PROMPT_AS_INPUT_11() const { return ___ALLOW_PROMPT_AS_INPUT_11; } inline int32_t* get_address_of_ALLOW_PROMPT_AS_INPUT_11() { return &___ALLOW_PROMPT_AS_INPUT_11; } inline void set_ALLOW_PROMPT_AS_INPUT_11(int32_t value) { ___ALLOW_PROMPT_AS_INPUT_11 = value; } inline static int32_t get_offset_of_INCLUDE_PROMPT_12() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___INCLUDE_PROMPT_12)); } inline int32_t get_INCLUDE_PROMPT_12() const { return ___INCLUDE_PROMPT_12; } inline int32_t* get_address_of_INCLUDE_PROMPT_12() { return &___INCLUDE_PROMPT_12; } inline void set_INCLUDE_PROMPT_12(int32_t value) { ___INCLUDE_PROMPT_12 = value; } inline static int32_t get_offset_of_INCLUDE_LITERALS_13() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___INCLUDE_LITERALS_13)); } inline int32_t get_INCLUDE_LITERALS_13() const { return ___INCLUDE_LITERALS_13; } inline int32_t* get_address_of_INCLUDE_LITERALS_13() { return &___INCLUDE_LITERALS_13; } inline void set_INCLUDE_LITERALS_13(int32_t value) { ___INCLUDE_LITERALS_13 = value; } inline static int32_t get_offset_of_RESET_ON_PROMPT_14() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___RESET_ON_PROMPT_14)); } inline int32_t get_RESET_ON_PROMPT_14() const { return ___RESET_ON_PROMPT_14; } inline int32_t* get_address_of_RESET_ON_PROMPT_14() { return &___RESET_ON_PROMPT_14; } inline void set_RESET_ON_PROMPT_14(int32_t value) { ___RESET_ON_PROMPT_14 = value; } inline static int32_t get_offset_of_RESET_ON_LITERALS_15() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___RESET_ON_LITERALS_15)); } inline int32_t get_RESET_ON_LITERALS_15() const { return ___RESET_ON_LITERALS_15; } inline int32_t* get_address_of_RESET_ON_LITERALS_15() { return &___RESET_ON_LITERALS_15; } inline void set_RESET_ON_LITERALS_15(int32_t value) { ___RESET_ON_LITERALS_15 = value; } inline static int32_t get_offset_of_SKIP_SPACE_16() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___SKIP_SPACE_16)); } inline int32_t get_SKIP_SPACE_16() const { return ___SKIP_SPACE_16; } inline int32_t* get_address_of_SKIP_SPACE_16() { return &___SKIP_SPACE_16; } inline void set_SKIP_SPACE_16(int32_t value) { ___SKIP_SPACE_16 = value; } inline static int32_t get_offset_of_maskTextProviderType_17() { return static_cast(offsetof(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields, ___maskTextProviderType_17)); } inline Type_t * get_maskTextProviderType_17() const { return ___maskTextProviderType_17; } inline Type_t ** get_address_of_maskTextProviderType_17() { return &___maskTextProviderType_17; } inline void set_maskTextProviderType_17(Type_t * value) { ___maskTextProviderType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___maskTextProviderType_17), (void*)value); } }; // System.ComponentModel.MaskedTextResultHint struct MaskedTextResultHint_t7B58086CBC16F44C02D98CEA4929042E6F9240EE { public: // System.Int32 System.ComponentModel.MaskedTextResultHint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MaskedTextResultHint_t7B58086CBC16F44C02D98CEA4929042E6F9240EE, ___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.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_9; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_10; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_11; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_12; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_13; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_14; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_15; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_16; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_17; public: inline static int32_t get_offset_of__groupcoll_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_9)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_9() const { return ____groupcoll_9; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_9() { return &____groupcoll_9; } inline void set__groupcoll_9(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_9), (void*)value); } inline static int32_t get_offset_of__regex_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_10)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_10() const { return ____regex_10; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_10() { return &____regex_10; } inline void set__regex_10(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_10), (void*)value); } inline static int32_t get_offset_of__textbeg_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_11)); } inline int32_t get__textbeg_11() const { return ____textbeg_11; } inline int32_t* get_address_of__textbeg_11() { return &____textbeg_11; } inline void set__textbeg_11(int32_t value) { ____textbeg_11 = value; } inline static int32_t get_offset_of__textpos_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_12)); } inline int32_t get__textpos_12() const { return ____textpos_12; } inline int32_t* get_address_of__textpos_12() { return &____textpos_12; } inline void set__textpos_12(int32_t value) { ____textpos_12 = value; } inline static int32_t get_offset_of__textend_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_13)); } inline int32_t get__textend_13() const { return ____textend_13; } inline int32_t* get_address_of__textend_13() { return &____textend_13; } inline void set__textend_13(int32_t value) { ____textend_13 = value; } inline static int32_t get_offset_of__textstart_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_14)); } inline int32_t get__textstart_14() const { return ____textstart_14; } inline int32_t* get_address_of__textstart_14() { return &____textstart_14; } inline void set__textstart_14(int32_t value) { ____textstart_14 = value; } inline static int32_t get_offset_of__matches_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_15)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_15() const { return ____matches_15; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_15() { return &____matches_15; } inline void set__matches_15(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_15), (void*)value); } inline static int32_t get_offset_of__matchcount_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_16() const { return ____matchcount_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_16() { return &____matchcount_16; } inline void set__matchcount_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_16), (void*)value); } inline static int32_t get_offset_of__balancing_17() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_17)); } inline bool get__balancing_17() const { return ____balancing_17; } inline bool* get_address_of__balancing_17() { return &____balancing_17; } inline void set__balancing_17(bool value) { ____balancing_17 = value; } }; struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_8; public: inline static int32_t get_offset_of__empty_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_8)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_8() const { return ____empty_8; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_8() { return &____empty_8; } inline void set__empty_8(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_8), (void*)value); } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Diagnostics.MonitoringDescriptionAttribute struct MonitoringDescriptionAttribute_t71F1E6A44C9E1311837BD6619EE612C80F8E0791 : public DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA { public: public: }; // System.IO.MonoIOError struct MonoIOError_tE69AD4B8D16952BC0D765CB0BC7D4CB627E90CC8 { public: // System.Int32 System.IO.MonoIOError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MonoIOError_tE69AD4B8D16952BC0D765CB0BC7D4CB627E90CC8, ___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; } }; // Mono.Net.Security.MonoTlsProviderFactory struct MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791 : public RuntimeObject { public: public: }; struct MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields { public: // System.Object Mono.Net.Security.MonoTlsProviderFactory::locker RuntimeObject * ___locker_0; // System.Boolean Mono.Net.Security.MonoTlsProviderFactory::initialized bool ___initialized_1; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::defaultProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___defaultProvider_2; // System.Collections.Generic.Dictionary`2> Mono.Net.Security.MonoTlsProviderFactory::providerRegistration Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * ___providerRegistration_3; // System.Collections.Generic.Dictionary`2 Mono.Net.Security.MonoTlsProviderFactory::providerCache Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * ___providerCache_4; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::UnityTlsId Guid_t ___UnityTlsId_5; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::AppleTlsId Guid_t ___AppleTlsId_6; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::BtlsId Guid_t ___BtlsId_7; // System.Guid Mono.Net.Security.MonoTlsProviderFactory::LegacyId Guid_t ___LegacyId_8; public: inline static int32_t get_offset_of_locker_0() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___locker_0)); } inline RuntimeObject * get_locker_0() const { return ___locker_0; } inline RuntimeObject ** get_address_of_locker_0() { return &___locker_0; } inline void set_locker_0(RuntimeObject * value) { ___locker_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_0), (void*)value); } inline static int32_t get_offset_of_initialized_1() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___initialized_1)); } inline bool get_initialized_1() const { return ___initialized_1; } inline bool* get_address_of_initialized_1() { return &___initialized_1; } inline void set_initialized_1(bool value) { ___initialized_1 = value; } inline static int32_t get_offset_of_defaultProvider_2() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___defaultProvider_2)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_defaultProvider_2() const { return ___defaultProvider_2; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_defaultProvider_2() { return &___defaultProvider_2; } inline void set_defaultProvider_2(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___defaultProvider_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultProvider_2), (void*)value); } inline static int32_t get_offset_of_providerRegistration_3() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___providerRegistration_3)); } inline Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * get_providerRegistration_3() const { return ___providerRegistration_3; } inline Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 ** get_address_of_providerRegistration_3() { return &___providerRegistration_3; } inline void set_providerRegistration_3(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * value) { ___providerRegistration_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___providerRegistration_3), (void*)value); } inline static int32_t get_offset_of_providerCache_4() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___providerCache_4)); } inline Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * get_providerCache_4() const { return ___providerCache_4; } inline Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 ** get_address_of_providerCache_4() { return &___providerCache_4; } inline void set_providerCache_4(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * value) { ___providerCache_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___providerCache_4), (void*)value); } inline static int32_t get_offset_of_UnityTlsId_5() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___UnityTlsId_5)); } inline Guid_t get_UnityTlsId_5() const { return ___UnityTlsId_5; } inline Guid_t * get_address_of_UnityTlsId_5() { return &___UnityTlsId_5; } inline void set_UnityTlsId_5(Guid_t value) { ___UnityTlsId_5 = value; } inline static int32_t get_offset_of_AppleTlsId_6() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___AppleTlsId_6)); } inline Guid_t get_AppleTlsId_6() const { return ___AppleTlsId_6; } inline Guid_t * get_address_of_AppleTlsId_6() { return &___AppleTlsId_6; } inline void set_AppleTlsId_6(Guid_t value) { ___AppleTlsId_6 = value; } inline static int32_t get_offset_of_BtlsId_7() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___BtlsId_7)); } inline Guid_t get_BtlsId_7() const { return ___BtlsId_7; } inline Guid_t * get_address_of_BtlsId_7() { return &___BtlsId_7; } inline void set_BtlsId_7(Guid_t value) { ___BtlsId_7 = value; } inline static int32_t get_offset_of_LegacyId_8() { return static_cast(offsetof(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields, ___LegacyId_8)); } inline Guid_t get_LegacyId_8() const { return ___LegacyId_8; } inline Guid_t * get_address_of_LegacyId_8() { return &___LegacyId_8; } inline void set_LegacyId_8(Guid_t value) { ___LegacyId_8 = value; } }; // System.Net.NetworkInformation.NetBiosNodeType struct NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480 { public: // System.Int32 System.Net.NetworkInformation.NetBiosNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.NetworkInformation.NetworkInterfaceComponent struct NetworkInterfaceComponent_tF62C5BA07A7767D21D164E5DB48784D9E09E18DD { public: // System.Int32 System.Net.NetworkInformation.NetworkInterfaceComponent::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetworkInterfaceComponent_tF62C5BA07A7767D21D164E5DB48784D9E09E18DD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.NetworkStream struct NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___m_StreamSocket_5; // System.Boolean System.Net.Sockets.NetworkStream::m_Readable bool ___m_Readable_6; // System.Boolean System.Net.Sockets.NetworkStream::m_Writeable bool ___m_Writeable_7; // System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket bool ___m_OwnsSocket_8; // System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout int32_t ___m_CloseTimeout_9; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp bool ___m_CleanedUp_10; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout int32_t ___m_CurrentReadTimeout_11; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout int32_t ___m_CurrentWriteTimeout_12; public: inline static int32_t get_offset_of_m_StreamSocket_5() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_StreamSocket_5)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_m_StreamSocket_5() const { return ___m_StreamSocket_5; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_m_StreamSocket_5() { return &___m_StreamSocket_5; } inline void set_m_StreamSocket_5(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___m_StreamSocket_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StreamSocket_5), (void*)value); } inline static int32_t get_offset_of_m_Readable_6() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Readable_6)); } inline bool get_m_Readable_6() const { return ___m_Readable_6; } inline bool* get_address_of_m_Readable_6() { return &___m_Readable_6; } inline void set_m_Readable_6(bool value) { ___m_Readable_6 = value; } inline static int32_t get_offset_of_m_Writeable_7() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_Writeable_7)); } inline bool get_m_Writeable_7() const { return ___m_Writeable_7; } inline bool* get_address_of_m_Writeable_7() { return &___m_Writeable_7; } inline void set_m_Writeable_7(bool value) { ___m_Writeable_7 = value; } inline static int32_t get_offset_of_m_OwnsSocket_8() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_OwnsSocket_8)); } inline bool get_m_OwnsSocket_8() const { return ___m_OwnsSocket_8; } inline bool* get_address_of_m_OwnsSocket_8() { return &___m_OwnsSocket_8; } inline void set_m_OwnsSocket_8(bool value) { ___m_OwnsSocket_8 = value; } inline static int32_t get_offset_of_m_CloseTimeout_9() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CloseTimeout_9)); } inline int32_t get_m_CloseTimeout_9() const { return ___m_CloseTimeout_9; } inline int32_t* get_address_of_m_CloseTimeout_9() { return &___m_CloseTimeout_9; } inline void set_m_CloseTimeout_9(int32_t value) { ___m_CloseTimeout_9 = value; } inline static int32_t get_offset_of_m_CleanedUp_10() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CleanedUp_10)); } inline bool get_m_CleanedUp_10() const { return ___m_CleanedUp_10; } inline bool* get_address_of_m_CleanedUp_10() { return &___m_CleanedUp_10; } inline void set_m_CleanedUp_10(bool value) { ___m_CleanedUp_10 = value; } inline static int32_t get_offset_of_m_CurrentReadTimeout_11() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentReadTimeout_11)); } inline int32_t get_m_CurrentReadTimeout_11() const { return ___m_CurrentReadTimeout_11; } inline int32_t* get_address_of_m_CurrentReadTimeout_11() { return &___m_CurrentReadTimeout_11; } inline void set_m_CurrentReadTimeout_11(int32_t value) { ___m_CurrentReadTimeout_11 = value; } inline static int32_t get_offset_of_m_CurrentWriteTimeout_12() { return static_cast(offsetof(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48, ___m_CurrentWriteTimeout_12)); } inline int32_t get_m_CurrentWriteTimeout_12() const { return ___m_CurrentWriteTimeout_12; } inline int32_t* get_address_of_m_CurrentWriteTimeout_12() { return &___m_CurrentWriteTimeout_12; } inline void set_m_CurrentWriteTimeout_12(int32_t value) { ___m_CurrentWriteTimeout_12 = value; } }; // Mono.Security.Protocol.Ntlm.NtlmAuthLevel struct NtlmAuthLevel_t7883C2C9947D5B1644A9450E9B75023A257C0952 { public: // System.Int32 Mono.Security.Protocol.Ntlm.NtlmAuthLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthLevel_t7883C2C9947D5B1644A9450E9B75023A257C0952, ___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.Protocol.Ntlm.NtlmFlags struct NtlmFlags_t95CA80D279055779389B6C5031D337C9B6095C6A { public: // System.Int32 Mono.Security.Protocol.Ntlm.NtlmFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmFlags_t95CA80D279055779389B6C5031D337C9B6095C6A, ___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.IO.Ports.Parity struct Parity_t64C60BE89F3287232C2C5B4667AD950205BCA77A { public: // System.Int32 System.IO.Ports.Parity::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Parity_t64C60BE89F3287232C2C5B4667AD950205BCA77A, ___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.ParsingError struct ParsingError_t206602C537093ABC8FD300E67B6B1A67115D24BA { public: // System.Int32 System.ParsingError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingError_t206602C537093ABC8FD300E67B6B1A67115D24BA, ___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.PlatformID struct PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159 { public: // System.Int32 System.PlatformID::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformID_tAE7D984C08AF0DB2E5398AAE4842B704DBDDE159, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.ProtocolType struct ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156 { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolType_t07C7AB65B583B132A2D99BC06BB2A909BDDCE156, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___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.RequestCachingSection struct RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__ownsHandle_2() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Configuration.SettingsSection struct SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Net.Configuration.SmtpSection struct SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Net.Sockets.SocketFlags struct SocketFlags_tF0B10EB763B26956198DACD9942489DC65D8B248 { public: // System.Int32 System.Net.Sockets.SocketFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketFlags_tF0B10EB763B26956198DACD9942489DC65D8B248, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.SocketOptionLevel struct SocketOptionLevel_t327BD9E938613DD6C851CAD83E98A28D1B4A1480 { public: // System.Int32 System.Net.Sockets.SocketOptionLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketOptionLevel_t327BD9E938613DD6C851CAD83E98A28D1B4A1480, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.SocketOptionName struct SocketOptionName_t8EB415D7F363805FA71B40CC79CD46561C4884A2 { public: // System.Int32 System.Net.Sockets.SocketOptionName::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketOptionName_t8EB415D7F363805FA71B40CC79CD46561C4884A2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.SocketShutdown struct SocketShutdown_t92BC55A4D6F6BD753560418E043AAF6F418D589B { public: // System.Int32 System.Net.Sockets.SocketShutdown::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketShutdown_t92BC55A4D6F6BD753560418E043AAF6F418D589B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Sockets.SocketType struct SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketType_t234FBD298C115F92305ABC40D2E592FC535DFF94, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Authentication.SslProtocols struct SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68 { public: // System.Int32 System.Security.Authentication.SslProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.Stream System.IO.StreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___encoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_6() const { return ___encoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___decoder_7)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charBuffer_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____preamble_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____asyncReadTask_20)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields, ___Null_4)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_Null_4() const { return ___Null_4; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value); } }; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_16; // System.Int32 System.IO.StreamWriter::charPos int32_t ___charPos_17; // System.Int32 System.IO.StreamWriter::charLen int32_t ___charLen_18; // System.Boolean System.IO.StreamWriter::autoFlush bool ___autoFlush_19; // System.Boolean System.IO.StreamWriter::haveWrittenPreamble bool ___haveWrittenPreamble_20; // System.Boolean System.IO.StreamWriter::closable bool ___closable_21; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___stream_12)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_12() const { return ___stream_12; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoding_13)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_13() const { return ___encoding_13; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoder_14)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_14() const { return ___encoder_14; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___byteBuffer_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charBuffer_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charPos_17)); } inline int32_t get_charPos_17() const { return ___charPos_17; } inline int32_t* get_address_of_charPos_17() { return &___charPos_17; } inline void set_charPos_17(int32_t value) { ___charPos_17 = value; } inline static int32_t get_offset_of_charLen_18() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charLen_18)); } inline int32_t get_charLen_18() const { return ___charLen_18; } inline int32_t* get_address_of_charLen_18() { return &___charLen_18; } inline void set_charLen_18(int32_t value) { ___charLen_18 = value; } inline static int32_t get_offset_of_autoFlush_19() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___autoFlush_19)); } inline bool get_autoFlush_19() const { return ___autoFlush_19; } inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; } inline void set_autoFlush_19(bool value) { ___autoFlush_19 = value; } inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___haveWrittenPreamble_20)); } inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; } inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; } inline void set_haveWrittenPreamble_20(bool value) { ___haveWrittenPreamble_20 = value; } inline static int32_t get_offset_of_closable_21() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___closable_21)); } inline bool get_closable_21() const { return ___closable_21; } inline bool* get_address_of_closable_21() { return &___closable_21; } inline void set_closable_21(bool value) { ___closable_21 = value; } inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ____asyncWriteTask_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ___Null_11)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_Null_11() const { return ___Null_11; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value); } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_2; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_3; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_4; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_IsAsciiCasingSameAsInvariant_5; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_7; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_8; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_10; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_listSeparator_0), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_m_cultureName_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_2)); } inline String_t* get_m_cultureName_2() const { return ___m_cultureName_2; } inline String_t** get_address_of_m_cultureName_2() { return &___m_cultureName_2; } inline void set_m_cultureName_2(String_t* value) { ___m_cultureName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_2), (void*)value); } inline static int32_t get_offset_of_m_cultureData_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_3)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_3() const { return ___m_cultureData_3; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_3() { return &___m_cultureData_3; } inline void set_m_cultureData_3(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_3), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_4)); } inline String_t* get_m_textInfoName_4() const { return ___m_textInfoName_4; } inline String_t** get_address_of_m_textInfoName_4() { return &___m_textInfoName_4; } inline void set_m_textInfoName_4(String_t* value) { ___m_textInfoName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_4), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_5() const { return ___m_IsAsciiCasingSameAsInvariant_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_5() { return &___m_IsAsciiCasingSameAsInvariant_5; } inline void set_m_IsAsciiCasingSameAsInvariant_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_5 = value; } inline static int32_t get_offset_of_customCultureName_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_7)); } inline String_t* get_customCultureName_7() const { return ___customCultureName_7; } inline String_t** get_address_of_customCultureName_7() { return &___customCultureName_7; } inline void set_customCultureName_7(String_t* value) { ___customCultureName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_7), (void*)value); } inline static int32_t get_offset_of_m_nDataItem_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_nDataItem_8)); } inline int32_t get_m_nDataItem_8() const { return ___m_nDataItem_8; } inline int32_t* get_address_of_m_nDataItem_8() { return &___m_nDataItem_8; } inline void set_m_nDataItem_8(int32_t value) { ___m_nDataItem_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___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_m_win32LangID_10() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_10)); } inline int32_t get_m_win32LangID_10() const { return ___m_win32LangID_10; } inline int32_t* get_address_of_m_win32LangID_10() { return &___m_win32LangID_10; } inline void set_m_win32LangID_10(int32_t value) { ___m_win32LangID_10 = value; } }; struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___s_Invariant_6; public: inline static int32_t get_offset_of_s_Invariant_6() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields, ___s_Invariant_6)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_s_Invariant_6() const { return ___s_Invariant_6; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_s_Invariant_6() { return &___s_Invariant_6; } inline void set_s_Invariant_6(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___s_Invariant_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_6), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // Mono.Security.Interface.TlsProtocols struct TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183 { public: // System.Int32 Mono.Security.Interface.TlsProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TlsProtocols_t14C13F73C25A0E4CF94E13D5B44228F810D32183, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.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.Net.NetworkInformation.UnixIPGlobalProperties struct UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 : public CommonUnixIPGlobalProperties_t74F6A363223CF97FAB9A43E71FEAF07F2681F928 { public: public: }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.Net.WebExceptionInternalStatus struct WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57 { public: // System.Int32 System.Net.WebExceptionInternalStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionInternalStatus_t5A2FD55F96B6C62DE1354CCB0A4B3787597D2F57, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.WebExceptionStatus struct WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9 { public: // System.Int32 System.Net.WebExceptionStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebExceptionStatus_tF76E8FAA116C43DDF96AF8C8CE2D75C3587F31D9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.WebHeaderCollectionType struct WebHeaderCollectionType_t07786FA148E21DD3628FCEA5DAE961CAC9202736 { public: // System.UInt16 System.Net.WebHeaderCollectionType::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WebHeaderCollectionType_t07786FA148E21DD3628FCEA5DAE961CAC9202736, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // System.Net.Configuration.WebRequestModulesSection struct WebRequestModulesSection_t2F6BB673DEE919615116B391BA37F70831084603 : public ConfigurationSection_t0D68AA1EA007506253A4935DB9F357AF9B50C683 { public: public: }; // System.Net.HttpWebRequest/NtlmAuthState struct NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535 { public: // System.Int32 System.Net.HttpWebRequest/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.MaskedTextProvider/CaseConversion struct CaseConversion_t3B7AE0AFF1A528041D5FA9E17F522187A5F6E3C0 { public: // System.Int32 System.ComponentModel.MaskedTextProvider/CaseConversion::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CaseConversion_t3B7AE0AFF1A528041D5FA9E17F522187A5F6E3C0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.ComponentModel.MaskedTextProvider/CharType struct CharType_t6AFEBDC7A6187E3921A5A0CB9BE2E9AA28AE09F8 { public: // System.Int32 System.ComponentModel.MaskedTextProvider/CharType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharType_t6AFEBDC7A6187E3921A5A0CB9BE2E9AA28AE09F8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Mono.Net.Security.MobileAuthenticatedStream/OperationType struct OperationType_tF950A5EE74E13DBB2CEBEE02274325C00FA90A86 { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/OperationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OperationType_tF950A5EE74E13DBB2CEBEE02274325C00FA90A86, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.MonoChunkStream/State struct State_t1C501DCF526F904526559900726F9EA9FB708871 { public: // System.Int32 System.Net.MonoChunkStream/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t1C501DCF526F904526559900726F9EA9FB708871, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Diagnostics.Process/State struct State_tF189B310110C227C17BEB61C1EA53E5FA8A21062 { public: // System.Int32 System.Diagnostics.Process/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_tF189B310110C227C17BEB61C1EA53E5FA8A21062, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Diagnostics.Process/StreamReadMode struct StreamReadMode_t619359082CA49700EEF5D5E49F297C00588E357A { public: // System.Int32 System.Diagnostics.Process/StreamReadMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamReadMode_t619359082CA49700EEF5D5E49F297C00588E357A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Net.WebConnectionTunnel/NtlmAuthState struct NtlmAuthState_tB416D459ABD835A6A15DF40BBDFA9D21DFF5EC9A { public: // System.Int32 System.Net.WebConnectionTunnel/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB416D459ABD835A6A15DF40BBDFA9D21DFF5EC9A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Nullable`1 struct Nullable_1_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_tEF253D967DB628A9F8A389A9F2E4516871FD3725 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725, ___m_result_40)); } inline int32_t get_m_result_40() const { return ___m_result_40; } inline int32_t* get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(int32_t value) { ___m_result_40 = value; } }; struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602, ___m_result_40)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_result_40() const { return ___m_result_40; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * 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_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_2; // System.String System.Globalization.DateTimeFormatInfo::m_langName String_t* ___m_langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_47; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_48; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_49; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_50; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_51; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_dateWords_53; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern String_t* ___m_fullTimeSpanPositivePattern_54; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern String_t* ___m_fullTimeSpanNegativePattern_55; // System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureData_1)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_langName_3)); } inline String_t* get_m_langName_3() const { return ___m_langName_3; } inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; } inline void set_m_langName_3(String_t* value) { ___m_langName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureInfo_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___amDesignator_6)); } inline String_t* get_amDesignator_6() const { return ___amDesignator_6; } inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; } inline void set_amDesignator_6(String_t* value) { ___amDesignator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___pmDesignator_7)); } inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; } inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; } inline void set_pmDesignator_7(String_t* value) { ___pmDesignator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateSeparator_8)); } inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; } inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; } inline void set_dateSeparator_8(String_t* value) { ___dateSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalShortTimePattern_9)); } inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; } inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; } inline void set_generalShortTimePattern_9(String_t* value) { ___generalShortTimePattern_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalLongTimePattern_10)); } inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; } inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; } inline void set_generalLongTimePattern_10(String_t* value) { ___generalLongTimePattern_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___timeSeparator_11)); } inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; } inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; } inline void set_timeSeparator_11(String_t* value) { ___timeSeparator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthDayPattern_12)); } inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; } inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; } inline void set_monthDayPattern_12(String_t* value) { ___monthDayPattern_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateTimeOffsetPattern_13)); } inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; } inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; } inline void set_dateTimeOffsetPattern_13(String_t* value) { ___dateTimeOffsetPattern_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendar_17)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_17() const { return ___calendar_17; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___firstDayOfWeek_18)); } inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; } inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; } inline void set_firstDayOfWeek_18(int32_t value) { ___firstDayOfWeek_18 = value; } inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendarWeekRule_19)); } inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; } inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; } inline void set_calendarWeekRule_19(int32_t value) { ___calendarWeekRule_19 = value; } inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___fullDateTimePattern_20)); } inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; } inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; } inline void set_fullDateTimePattern_20(String_t* value) { ___fullDateTimePattern_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedDayNames_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_superShortDayNames_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dayNames_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthNames_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___genitiveMonthNames_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___leapYearMonthNames_28)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longDatePattern_29)); } inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; } inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; } inline void set_longDatePattern_29(String_t* value) { ___longDatePattern_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortDatePattern_30)); } inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; } inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; } inline void set_shortDatePattern_30(String_t* value) { ___shortDatePattern_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___yearMonthPattern_31)); } inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; } inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; } inline void set_yearMonthPattern_31(String_t* value) { ___yearMonthPattern_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longTimePattern_32)); } inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; } inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; } inline void set_longTimePattern_32(String_t* value) { ___longTimePattern_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortTimePattern_33)); } inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; } inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; } inline void set_shortTimePattern_33(String_t* value) { ___shortTimePattern_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allYearMonthPatterns_34)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortDatePatterns_35)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongDatePatterns_36)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortTimePatterns_37)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongTimePatterns_38)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_eraNames_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEraNames_40)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___optionalCalendars_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isReadOnly_44)); } inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; } inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; } inline void set_m_isReadOnly_44(bool value) { ___m_isReadOnly_44 = value; } inline static int32_t get_offset_of_formatFlags_45() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___formatFlags_45)); } inline int32_t get_formatFlags_45() const { return ___formatFlags_45; } inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; } inline void set_formatFlags_45(int32_t value) { ___formatFlags_45 = value; } inline static int32_t get_offset_of_CultureID_47() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___CultureID_47)); } inline int32_t get_CultureID_47() const { return ___CultureID_47; } inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; } inline void set_CultureID_47(int32_t value) { ___CultureID_47 = value; } inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_useUserOverride_48)); } inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; } inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; } inline void set_m_useUserOverride_48(bool value) { ___m_useUserOverride_48 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___bUseCalendarInfo_49)); } inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; } inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; } inline void set_bUseCalendarInfo_49(bool value) { ___bUseCalendarInfo_49 = value; } inline static int32_t get_offset_of_nDataItem_50() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___nDataItem_50)); } inline int32_t get_nDataItem_50() const { return ___nDataItem_50; } inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; } inline void set_nDataItem_50(int32_t value) { ___nDataItem_50 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isDefaultCalendar_51)); } inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; } inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; } inline void set_m_isDefaultCalendar_51(bool value) { ___m_isDefaultCalendar_51 = value; } inline static int32_t get_offset_of_m_dateWords_53() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dateWords_53)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanPositivePattern_54)); } inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; } inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; } inline void set_m_fullTimeSpanPositivePattern_54(String_t* value) { ___m_fullTimeSpanPositivePattern_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanNegativePattern_55)); } inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; } inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; } inline void set_m_fullTimeSpanNegativePattern_55(String_t* value) { ___m_fullTimeSpanNegativePattern_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___invariantInfo_0; // System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens bool ___preferExistingTokens_46; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___preferExistingTokens_46)); } inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; } inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; } inline void set_preferExistingTokens_46(bool value) { ___preferExistingTokens_46 = value; } inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value); } }; // System.Net.IPAddress struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_5; // System.String System.Net.IPAddress::m_ToString String_t* ___m_ToString_6; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_10; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___m_Numbers_11; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_12; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_13; public: inline static int32_t get_offset_of_m_Address_5() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Address_5)); } inline int64_t get_m_Address_5() const { return ___m_Address_5; } inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; } inline void set_m_Address_5(int64_t value) { ___m_Address_5 = value; } inline static int32_t get_offset_of_m_ToString_6() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ToString_6)); } inline String_t* get_m_ToString_6() const { return ___m_ToString_6; } inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; } inline void set_m_ToString_6(String_t* value) { ___m_ToString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ToString_6), (void*)value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Family_10)); } inline int32_t get_m_Family_10() const { return ___m_Family_10; } inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; } inline void set_m_Family_10(int32_t value) { ___m_Family_10 = value; } inline static int32_t get_offset_of_m_Numbers_11() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_Numbers_11)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_ScopeId_12)); } inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; } inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; } inline void set_m_ScopeId_12(int64_t value) { ___m_ScopeId_12 = value; } inline static int32_t get_offset_of_m_HashCode_13() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE, ___m_HashCode_13)); } inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; } inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; } inline void set_m_HashCode_13(int32_t value) { ___m_HashCode_13 = value; } }; struct IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Any_0)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Any_0() const { return ___Any_0; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Loopback_1)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___Broadcast_2)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___None_3)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_None_3() const { return ___None_3; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE_StaticFields, ___IPv6None_9)); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value); } }; // System.Text.RegularExpressions.MatchSparse struct MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 : public Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B { public: // System.Collections.Hashtable System.Text.RegularExpressions.MatchSparse::_caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caps_18; public: inline static int32_t get_offset_of__caps_18() { return static_cast(offsetof(MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694, ____caps_18)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caps_18() const { return ____caps_18; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caps_18() { return &____caps_18; } inline void set__caps_18(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caps_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_18), (void*)value); } }; // Mono.Security.Protocol.Ntlm.MessageBase struct MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD : public RuntimeObject { public: // System.Int32 Mono.Security.Protocol.Ntlm.MessageBase::_type int32_t ____type_1; // Mono.Security.Protocol.Ntlm.NtlmFlags Mono.Security.Protocol.Ntlm.MessageBase::_flags int32_t ____flags_2; public: inline static int32_t get_offset_of__type_1() { return static_cast(offsetof(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD, ____type_1)); } inline int32_t get__type_1() const { return ____type_1; } inline int32_t* get_address_of__type_1() { return &____type_1; } inline void set__type_1(int32_t value) { ____type_1 = value; } inline static int32_t get_offset_of__flags_2() { return static_cast(offsetof(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD, ____flags_2)); } inline int32_t get__flags_2() const { return ____flags_2; } inline int32_t* get_address_of__flags_2() { return &____flags_2; } inline void set__flags_2(int32_t value) { ____flags_2 = value; } }; struct MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD_StaticFields { public: // System.Byte[] Mono.Security.Protocol.Ntlm.MessageBase::header ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___header_0; public: inline static int32_t get_offset_of_header_0() { return static_cast(offsetof(MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD_StaticFields, ___header_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_header_0() const { return ___header_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_header_0() { return &___header_0; } inline void set_header_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___header_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___header_0), (void*)value); } }; // System.Net.NetworkInformation.MibIPGlobalProperties struct MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B : public UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 { public: // System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFile String_t* ___StatisticsFile_1; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFileIPv6 String_t* ___StatisticsFileIPv6_2; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::TcpFile String_t* ___TcpFile_3; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::Tcp6File String_t* ___Tcp6File_4; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::UdpFile String_t* ___UdpFile_5; // System.String System.Net.NetworkInformation.MibIPGlobalProperties::Udp6File String_t* ___Udp6File_6; public: inline static int32_t get_offset_of_StatisticsFile_1() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___StatisticsFile_1)); } inline String_t* get_StatisticsFile_1() const { return ___StatisticsFile_1; } inline String_t** get_address_of_StatisticsFile_1() { return &___StatisticsFile_1; } inline void set_StatisticsFile_1(String_t* value) { ___StatisticsFile_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___StatisticsFile_1), (void*)value); } inline static int32_t get_offset_of_StatisticsFileIPv6_2() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___StatisticsFileIPv6_2)); } inline String_t* get_StatisticsFileIPv6_2() const { return ___StatisticsFileIPv6_2; } inline String_t** get_address_of_StatisticsFileIPv6_2() { return &___StatisticsFileIPv6_2; } inline void set_StatisticsFileIPv6_2(String_t* value) { ___StatisticsFileIPv6_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___StatisticsFileIPv6_2), (void*)value); } inline static int32_t get_offset_of_TcpFile_3() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___TcpFile_3)); } inline String_t* get_TcpFile_3() const { return ___TcpFile_3; } inline String_t** get_address_of_TcpFile_3() { return &___TcpFile_3; } inline void set_TcpFile_3(String_t* value) { ___TcpFile_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TcpFile_3), (void*)value); } inline static int32_t get_offset_of_Tcp6File_4() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___Tcp6File_4)); } inline String_t* get_Tcp6File_4() const { return ___Tcp6File_4; } inline String_t** get_address_of_Tcp6File_4() { return &___Tcp6File_4; } inline void set_Tcp6File_4(String_t* value) { ___Tcp6File_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Tcp6File_4), (void*)value); } inline static int32_t get_offset_of_UdpFile_5() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___UdpFile_5)); } inline String_t* get_UdpFile_5() const { return ___UdpFile_5; } inline String_t** get_address_of_UdpFile_5() { return &___UdpFile_5; } inline void set_UdpFile_5(String_t* value) { ___UdpFile_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UdpFile_5), (void*)value); } inline static int32_t get_offset_of_Udp6File_6() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B, ___Udp6File_6)); } inline String_t* get_Udp6File_6() const { return ___Udp6File_6; } inline String_t** get_address_of_Udp6File_6() { return &___Udp6File_6; } inline void set_Udp6File_6(String_t* value) { ___Udp6File_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Udp6File_6), (void*)value); } }; struct MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_StaticFields { public: // System.Char[] System.Net.NetworkInformation.MibIPGlobalProperties::wsChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___wsChars_7; public: inline static int32_t get_offset_of_wsChars_7() { return static_cast(offsetof(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_StaticFields, ___wsChars_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_wsChars_7() const { return ___wsChars_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_wsChars_7() { return &___wsChars_7; } inline void set_wsChars_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___wsChars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___wsChars_7), (void*)value); } }; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E : public AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 { public: // Mono.Net.Security.MobileTlsContext Mono.Net.Security.MobileAuthenticatedStream::xobileTlsContext MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * ___xobileTlsContext_7; // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::lastException ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ___lastException_8; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncHandshakeRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncHandshakeRequest_9; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncReadRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncReadRequest_10; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream::asyncWriteRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncWriteRequest_11; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::readBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___readBuffer_12; // Mono.Net.Security.BufferOffsetSize2 Mono.Net.Security.MobileAuthenticatedStream::writeBuffer BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___writeBuffer_13; // System.Object Mono.Net.Security.MobileAuthenticatedStream::ioLock RuntimeObject * ___ioLock_14; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::closeRequested int32_t ___closeRequested_15; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::shutdown bool ___shutdown_16; // System.Net.Security.SslStream Mono.Net.Security.MobileAuthenticatedStream::k__BackingField SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___U3CSslStreamU3Ek__BackingField_18; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___U3CSettingsU3Ek__BackingField_19; // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::k__BackingField MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___U3CProviderU3Ek__BackingField_20; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::ID int32_t ___ID_22; public: inline static int32_t get_offset_of_xobileTlsContext_7() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___xobileTlsContext_7)); } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * get_xobileTlsContext_7() const { return ___xobileTlsContext_7; } inline MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF ** get_address_of_xobileTlsContext_7() { return &___xobileTlsContext_7; } inline void set_xobileTlsContext_7(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * value) { ___xobileTlsContext_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xobileTlsContext_7), (void*)value); } inline static int32_t get_offset_of_lastException_8() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___lastException_8)); } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * get_lastException_8() const { return ___lastException_8; } inline ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** get_address_of_lastException_8() { return &___lastException_8; } inline void set_lastException_8(ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * value) { ___lastException_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastException_8), (void*)value); } inline static int32_t get_offset_of_asyncHandshakeRequest_9() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncHandshakeRequest_9)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncHandshakeRequest_9() const { return ___asyncHandshakeRequest_9; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncHandshakeRequest_9() { return &___asyncHandshakeRequest_9; } inline void set_asyncHandshakeRequest_9(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncHandshakeRequest_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncHandshakeRequest_9), (void*)value); } inline static int32_t get_offset_of_asyncReadRequest_10() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncReadRequest_10)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncReadRequest_10() const { return ___asyncReadRequest_10; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncReadRequest_10() { return &___asyncReadRequest_10; } inline void set_asyncReadRequest_10(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncReadRequest_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncReadRequest_10), (void*)value); } inline static int32_t get_offset_of_asyncWriteRequest_11() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___asyncWriteRequest_11)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncWriteRequest_11() const { return ___asyncWriteRequest_11; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncWriteRequest_11() { return &___asyncWriteRequest_11; } inline void set_asyncWriteRequest_11(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncWriteRequest_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncWriteRequest_11), (void*)value); } inline static int32_t get_offset_of_readBuffer_12() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___readBuffer_12)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_readBuffer_12() const { return ___readBuffer_12; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_readBuffer_12() { return &___readBuffer_12; } inline void set_readBuffer_12(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___readBuffer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_12), (void*)value); } inline static int32_t get_offset_of_writeBuffer_13() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___writeBuffer_13)); } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * get_writeBuffer_13() const { return ___writeBuffer_13; } inline BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 ** get_address_of_writeBuffer_13() { return &___writeBuffer_13; } inline void set_writeBuffer_13(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * value) { ___writeBuffer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_13), (void*)value); } inline static int32_t get_offset_of_ioLock_14() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ioLock_14)); } inline RuntimeObject * get_ioLock_14() const { return ___ioLock_14; } inline RuntimeObject ** get_address_of_ioLock_14() { return &___ioLock_14; } inline void set_ioLock_14(RuntimeObject * value) { ___ioLock_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ioLock_14), (void*)value); } inline static int32_t get_offset_of_closeRequested_15() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___closeRequested_15)); } inline int32_t get_closeRequested_15() const { return ___closeRequested_15; } inline int32_t* get_address_of_closeRequested_15() { return &___closeRequested_15; } inline void set_closeRequested_15(int32_t value) { ___closeRequested_15 = value; } inline static int32_t get_offset_of_shutdown_16() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___shutdown_16)); } inline bool get_shutdown_16() const { return ___shutdown_16; } inline bool* get_address_of_shutdown_16() { return &___shutdown_16; } inline void set_shutdown_16(bool value) { ___shutdown_16 = value; } inline static int32_t get_offset_of_U3CSslStreamU3Ek__BackingField_18() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSslStreamU3Ek__BackingField_18)); } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * get_U3CSslStreamU3Ek__BackingField_18() const { return ___U3CSslStreamU3Ek__BackingField_18; } inline SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 ** get_address_of_U3CSslStreamU3Ek__BackingField_18() { return &___U3CSslStreamU3Ek__BackingField_18; } inline void set_U3CSslStreamU3Ek__BackingField_18(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * value) { ___U3CSslStreamU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSslStreamU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CSettingsU3Ek__BackingField_19() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CSettingsU3Ek__BackingField_19)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_U3CSettingsU3Ek__BackingField_19() const { return ___U3CSettingsU3Ek__BackingField_19; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_U3CSettingsU3Ek__BackingField_19() { return &___U3CSettingsU3Ek__BackingField_19; } inline void set_U3CSettingsU3Ek__BackingField_19(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___U3CSettingsU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSettingsU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CProviderU3Ek__BackingField_20() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___U3CProviderU3Ek__BackingField_20)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_U3CProviderU3Ek__BackingField_20() const { return ___U3CProviderU3Ek__BackingField_20; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_U3CProviderU3Ek__BackingField_20() { return &___U3CProviderU3Ek__BackingField_20; } inline void set_U3CProviderU3Ek__BackingField_20(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___U3CProviderU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProviderU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_ID_22() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E, ___ID_22)); } inline int32_t get_ID_22() const { return ___ID_22; } inline int32_t* get_address_of_ID_22() { return &___ID_22; } inline void set_ID_22(int32_t value) { ___ID_22 = value; } }; struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::uniqueNameInteger int32_t ___uniqueNameInteger_17; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::nextId int32_t ___nextId_21; public: inline static int32_t get_offset_of_uniqueNameInteger_17() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___uniqueNameInteger_17)); } inline int32_t get_uniqueNameInteger_17() const { return ___uniqueNameInteger_17; } inline int32_t* get_address_of_uniqueNameInteger_17() { return &___uniqueNameInteger_17; } inline void set_uniqueNameInteger_17(int32_t value) { ___uniqueNameInteger_17 = value; } inline static int32_t get_offset_of_nextId_21() { return static_cast(offsetof(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields, ___nextId_21)); } inline int32_t get_nextId_21() const { return ___nextId_21; } inline int32_t* get_address_of_nextId_21() { return &___nextId_21; } inline void set_nextId_21(int32_t value) { ___nextId_21 = value; } }; // Mono.Net.Security.MobileTlsContext struct MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF : public RuntimeObject { public: // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::parent MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent_0; // System.Boolean Mono.Net.Security.MobileTlsContext::serverMode bool ___serverMode_1; // System.String Mono.Net.Security.MobileTlsContext::targetHost String_t* ___targetHost_2; // System.String Mono.Net.Security.MobileTlsContext::serverName String_t* ___serverName_3; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileTlsContext::enabledProtocols int32_t ___enabledProtocols_4; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::serverCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate_5; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::clientCertificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates_6; // System.Boolean Mono.Net.Security.MobileTlsContext::askForClientCert bool ___askForClientCert_7; // Mono.Security.Interface.ICertificateValidator2 Mono.Net.Security.MobileTlsContext::certificateValidator RuntimeObject* ___certificateValidator_8; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___parent_0)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_parent_0() const { return ___parent_0; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_serverMode_1() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverMode_1)); } inline bool get_serverMode_1() const { return ___serverMode_1; } inline bool* get_address_of_serverMode_1() { return &___serverMode_1; } inline void set_serverMode_1(bool value) { ___serverMode_1 = value; } inline static int32_t get_offset_of_targetHost_2() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___targetHost_2)); } inline String_t* get_targetHost_2() const { return ___targetHost_2; } inline String_t** get_address_of_targetHost_2() { return &___targetHost_2; } inline void set_targetHost_2(String_t* value) { ___targetHost_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetHost_2), (void*)value); } inline static int32_t get_offset_of_serverName_3() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverName_3)); } inline String_t* get_serverName_3() const { return ___serverName_3; } inline String_t** get_address_of_serverName_3() { return &___serverName_3; } inline void set_serverName_3(String_t* value) { ___serverName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverName_3), (void*)value); } inline static int32_t get_offset_of_enabledProtocols_4() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___enabledProtocols_4)); } inline int32_t get_enabledProtocols_4() const { return ___enabledProtocols_4; } inline int32_t* get_address_of_enabledProtocols_4() { return &___enabledProtocols_4; } inline void set_enabledProtocols_4(int32_t value) { ___enabledProtocols_4 = value; } inline static int32_t get_offset_of_serverCertificate_5() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___serverCertificate_5)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_serverCertificate_5() const { return ___serverCertificate_5; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_serverCertificate_5() { return &___serverCertificate_5; } inline void set_serverCertificate_5(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___serverCertificate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_5), (void*)value); } inline static int32_t get_offset_of_clientCertificates_6() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___clientCertificates_6)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_clientCertificates_6() const { return ___clientCertificates_6; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_clientCertificates_6() { return &___clientCertificates_6; } inline void set_clientCertificates_6(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___clientCertificates_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_6), (void*)value); } inline static int32_t get_offset_of_askForClientCert_7() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___askForClientCert_7)); } inline bool get_askForClientCert_7() const { return ___askForClientCert_7; } inline bool* get_address_of_askForClientCert_7() { return &___askForClientCert_7; } inline void set_askForClientCert_7(bool value) { ___askForClientCert_7 = value; } inline static int32_t get_offset_of_certificateValidator_8() { return static_cast(offsetof(MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF, ___certificateValidator_8)); } inline RuntimeObject* get_certificateValidator_8() const { return ___certificateValidator_8; } inline RuntimeObject** get_address_of_certificateValidator_8() { return &___certificateValidator_8; } inline void set_certificateValidator_8(RuntimeObject* value) { ___certificateValidator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_8), (void*)value); } }; // System.Net.MonoChunkStream struct MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 : public RuntimeObject { public: // System.Net.WebHeaderCollection System.Net.MonoChunkStream::headers WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers_0; // System.Int32 System.Net.MonoChunkStream::chunkSize int32_t ___chunkSize_1; // System.Int32 System.Net.MonoChunkStream::chunkRead int32_t ___chunkRead_2; // System.Int32 System.Net.MonoChunkStream::totalWritten int32_t ___totalWritten_3; // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::state int32_t ___state_4; // System.Text.StringBuilder System.Net.MonoChunkStream::saved StringBuilder_t * ___saved_5; // System.Boolean System.Net.MonoChunkStream::sawCR bool ___sawCR_6; // System.Boolean System.Net.MonoChunkStream::gotit bool ___gotit_7; // System.Int32 System.Net.MonoChunkStream::trailerState int32_t ___trailerState_8; // System.Collections.ArrayList System.Net.MonoChunkStream::chunks ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___chunks_9; public: inline static int32_t get_offset_of_headers_0() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___headers_0)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_headers_0() const { return ___headers_0; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_headers_0() { return &___headers_0; } inline void set_headers_0(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___headers_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___headers_0), (void*)value); } inline static int32_t get_offset_of_chunkSize_1() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___chunkSize_1)); } inline int32_t get_chunkSize_1() const { return ___chunkSize_1; } inline int32_t* get_address_of_chunkSize_1() { return &___chunkSize_1; } inline void set_chunkSize_1(int32_t value) { ___chunkSize_1 = value; } inline static int32_t get_offset_of_chunkRead_2() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___chunkRead_2)); } inline int32_t get_chunkRead_2() const { return ___chunkRead_2; } inline int32_t* get_address_of_chunkRead_2() { return &___chunkRead_2; } inline void set_chunkRead_2(int32_t value) { ___chunkRead_2 = value; } inline static int32_t get_offset_of_totalWritten_3() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___totalWritten_3)); } inline int32_t get_totalWritten_3() const { return ___totalWritten_3; } inline int32_t* get_address_of_totalWritten_3() { return &___totalWritten_3; } inline void set_totalWritten_3(int32_t value) { ___totalWritten_3 = value; } inline static int32_t get_offset_of_state_4() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___state_4)); } inline int32_t get_state_4() const { return ___state_4; } inline int32_t* get_address_of_state_4() { return &___state_4; } inline void set_state_4(int32_t value) { ___state_4 = value; } inline static int32_t get_offset_of_saved_5() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___saved_5)); } inline StringBuilder_t * get_saved_5() const { return ___saved_5; } inline StringBuilder_t ** get_address_of_saved_5() { return &___saved_5; } inline void set_saved_5(StringBuilder_t * value) { ___saved_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___saved_5), (void*)value); } inline static int32_t get_offset_of_sawCR_6() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___sawCR_6)); } inline bool get_sawCR_6() const { return ___sawCR_6; } inline bool* get_address_of_sawCR_6() { return &___sawCR_6; } inline void set_sawCR_6(bool value) { ___sawCR_6 = value; } inline static int32_t get_offset_of_gotit_7() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___gotit_7)); } inline bool get_gotit_7() const { return ___gotit_7; } inline bool* get_address_of_gotit_7() { return &___gotit_7; } inline void set_gotit_7(bool value) { ___gotit_7 = value; } inline static int32_t get_offset_of_trailerState_8() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___trailerState_8)); } inline int32_t get_trailerState_8() const { return ___trailerState_8; } inline int32_t* get_address_of_trailerState_8() { return &___trailerState_8; } inline void set_trailerState_8(int32_t value) { ___trailerState_8 = value; } inline static int32_t get_offset_of_chunks_9() { return static_cast(offsetof(MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7, ___chunks_9)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_chunks_9() const { return ___chunks_9; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_chunks_9() { return &___chunks_9; } inline void set_chunks_9(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___chunks_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___chunks_9), (void*)value); } }; // Mono.Net.Security.MonoTlsStream struct MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 : public RuntimeObject { public: // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsStream::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_0; // System.Net.Sockets.NetworkStream Mono.Net.Security.MonoTlsStream::networkStream NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___networkStream_1; // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_2; // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MonoTlsStream::settings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings_3; // Mono.Security.Interface.IMonoSslStream Mono.Net.Security.MonoTlsStream::sslStream RuntimeObject* ___sslStream_4; // System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::status int32_t ___status_5; // System.Boolean Mono.Net.Security.MonoTlsStream::k__BackingField bool ___U3CCertificateValidationFailedU3Ek__BackingField_6; public: inline static int32_t get_offset_of_provider_0() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___provider_0)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_0() const { return ___provider_0; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_0() { return &___provider_0; } inline void set_provider_0(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_0), (void*)value); } inline static int32_t get_offset_of_networkStream_1() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___networkStream_1)); } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * get_networkStream_1() const { return ___networkStream_1; } inline NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 ** get_address_of_networkStream_1() { return &___networkStream_1; } inline void set_networkStream_1(NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * value) { ___networkStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___networkStream_1), (void*)value); } inline static int32_t get_offset_of_request_2() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___request_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_2() const { return ___request_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_2() { return &___request_2; } inline void set_request_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_2), (void*)value); } inline static int32_t get_offset_of_settings_3() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___settings_3)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_settings_3() const { return ___settings_3; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_settings_3() { return &___settings_3; } inline void set_settings_3(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___settings_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_3), (void*)value); } inline static int32_t get_offset_of_sslStream_4() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___sslStream_4)); } inline RuntimeObject* get_sslStream_4() const { return ___sslStream_4; } inline RuntimeObject** get_address_of_sslStream_4() { return &___sslStream_4; } inline void set_sslStream_4(RuntimeObject* value) { ___sslStream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sslStream_4), (void*)value); } inline static int32_t get_offset_of_status_5() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___status_5)); } inline int32_t get_status_5() const { return ___status_5; } inline int32_t* get_address_of_status_5() { return &___status_5; } inline void set_status_5(int32_t value) { ___status_5 = value; } inline static int32_t get_offset_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233, ___U3CCertificateValidationFailedU3Ek__BackingField_6)); } inline bool get_U3CCertificateValidationFailedU3Ek__BackingField_6() const { return ___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline bool* get_address_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return &___U3CCertificateValidationFailedU3Ek__BackingField_6; } inline void set_U3CCertificateValidationFailedU3Ek__BackingField_6(bool value) { ___U3CCertificateValidationFailedU3Ek__BackingField_6 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.ComponentModel.MultilineStringConverter struct MultilineStringConverter_t4FE8E9A3AD010271F7B8217F5C355095358DFF30 : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: public: }; // System.ComponentModel.NullableConverter struct NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 : public TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 { public: // System.Type System.ComponentModel.NullableConverter::nullableType Type_t * ___nullableType_2; // System.Type System.ComponentModel.NullableConverter::simpleType Type_t * ___simpleType_3; // System.ComponentModel.TypeConverter System.ComponentModel.NullableConverter::simpleTypeConverter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___simpleTypeConverter_4; public: inline static int32_t get_offset_of_nullableType_2() { return static_cast(offsetof(NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49, ___nullableType_2)); } inline Type_t * get_nullableType_2() const { return ___nullableType_2; } inline Type_t ** get_address_of_nullableType_2() { return &___nullableType_2; } inline void set_nullableType_2(Type_t * value) { ___nullableType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nullableType_2), (void*)value); } inline static int32_t get_offset_of_simpleType_3() { return static_cast(offsetof(NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49, ___simpleType_3)); } inline Type_t * get_simpleType_3() const { return ___simpleType_3; } inline Type_t ** get_address_of_simpleType_3() { return &___simpleType_3; } inline void set_simpleType_3(Type_t * value) { ___simpleType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleType_3), (void*)value); } inline static int32_t get_offset_of_simpleTypeConverter_4() { return static_cast(offsetof(NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49, ___simpleTypeConverter_4)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get_simpleTypeConverter_4() const { return ___simpleTypeConverter_4; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of_simpleTypeConverter_4() { return &___simpleTypeConverter_4; } inline void set_simpleTypeConverter_4(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ___simpleTypeConverter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleTypeConverter_4), (void*)value); } }; // 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.OperatingSystem struct OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 : public RuntimeObject { public: // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_0; // System.Version System.OperatingSystem::_version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____version_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; public: inline static int32_t get_offset_of__platform_0() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____platform_0)); } inline int32_t get__platform_0() const { return ____platform_0; } inline int32_t* get_address_of__platform_0() { return &____platform_0; } inline void set__platform_0(int32_t value) { ____platform_0 = value; } inline static int32_t get_offset_of__version_1() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____version_1)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__version_1() const { return ____version_1; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__version_1() { return &____version_1; } inline void set__version_1(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____version_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value); } inline static int32_t get_offset_of__servicePack_2() { return static_cast(offsetof(OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463, ____servicePack_2)); } inline String_t* get__servicePack_2() const { return ____servicePack_2; } inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; } inline void set__servicePack_2(String_t* value) { ____servicePack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value); } }; // System.Diagnostics.Process struct Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 : public Component_t015539CFEAEEBFD7619041FE006475373E0D71DF { public: // System.Boolean System.Diagnostics.Process::haveProcessId bool ___haveProcessId_4; // System.Int32 System.Diagnostics.Process::processId int32_t ___processId_5; // System.Boolean System.Diagnostics.Process::haveProcessHandle bool ___haveProcessHandle_6; // Microsoft.Win32.SafeHandles.SafeProcessHandle System.Diagnostics.Process::m_processHandle SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___m_processHandle_7; // System.Boolean System.Diagnostics.Process::isRemoteMachine bool ___isRemoteMachine_8; // System.String System.Diagnostics.Process::machineName String_t* ___machineName_9; // System.Int32 System.Diagnostics.Process::m_processAccess int32_t ___m_processAccess_10; // System.Diagnostics.ProcessThreadCollection System.Diagnostics.Process::threads ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 * ___threads_11; // System.Diagnostics.ProcessModuleCollection System.Diagnostics.Process::modules ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 * ___modules_12; // System.Boolean System.Diagnostics.Process::haveWorkingSetLimits bool ___haveWorkingSetLimits_13; // System.Boolean System.Diagnostics.Process::havePriorityClass bool ___havePriorityClass_14; // System.Boolean System.Diagnostics.Process::watchForExit bool ___watchForExit_15; // System.Boolean System.Diagnostics.Process::watchingForExit bool ___watchingForExit_16; // System.EventHandler System.Diagnostics.Process::onExited EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___onExited_17; // System.Boolean System.Diagnostics.Process::exited bool ___exited_18; // System.Int32 System.Diagnostics.Process::exitCode int32_t ___exitCode_19; // System.Boolean System.Diagnostics.Process::signaled bool ___signaled_20; // System.Boolean System.Diagnostics.Process::haveExitTime bool ___haveExitTime_21; // System.Boolean System.Diagnostics.Process::raisedOnExited bool ___raisedOnExited_22; // System.Threading.RegisteredWaitHandle System.Diagnostics.Process::registeredWaitHandle RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * ___registeredWaitHandle_23; // System.Threading.WaitHandle System.Diagnostics.Process::waitHandle WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitHandle_24; // System.ComponentModel.ISynchronizeInvoke System.Diagnostics.Process::synchronizingObject RuntimeObject* ___synchronizingObject_25; // System.IO.StreamReader System.Diagnostics.Process::standardOutput StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___standardOutput_26; // System.IO.StreamWriter System.Diagnostics.Process::standardInput StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___standardInput_27; // System.IO.StreamReader System.Diagnostics.Process::standardError StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___standardError_28; // System.Boolean System.Diagnostics.Process::disposed bool ___disposed_29; // System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::outputStreamReadMode int32_t ___outputStreamReadMode_30; // System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::errorStreamReadMode int32_t ___errorStreamReadMode_31; // System.Diagnostics.Process/StreamReadMode System.Diagnostics.Process::inputStreamReadMode int32_t ___inputStreamReadMode_32; // System.Diagnostics.AsyncStreamReader System.Diagnostics.Process::output AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * ___output_33; // System.Diagnostics.AsyncStreamReader System.Diagnostics.Process::error AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * ___error_34; // System.String System.Diagnostics.Process::process_name String_t* ___process_name_35; public: inline static int32_t get_offset_of_haveProcessId_4() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveProcessId_4)); } inline bool get_haveProcessId_4() const { return ___haveProcessId_4; } inline bool* get_address_of_haveProcessId_4() { return &___haveProcessId_4; } inline void set_haveProcessId_4(bool value) { ___haveProcessId_4 = value; } inline static int32_t get_offset_of_processId_5() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___processId_5)); } inline int32_t get_processId_5() const { return ___processId_5; } inline int32_t* get_address_of_processId_5() { return &___processId_5; } inline void set_processId_5(int32_t value) { ___processId_5 = value; } inline static int32_t get_offset_of_haveProcessHandle_6() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveProcessHandle_6)); } inline bool get_haveProcessHandle_6() const { return ___haveProcessHandle_6; } inline bool* get_address_of_haveProcessHandle_6() { return &___haveProcessHandle_6; } inline void set_haveProcessHandle_6(bool value) { ___haveProcessHandle_6 = value; } inline static int32_t get_offset_of_m_processHandle_7() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___m_processHandle_7)); } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * get_m_processHandle_7() const { return ___m_processHandle_7; } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** get_address_of_m_processHandle_7() { return &___m_processHandle_7; } inline void set_m_processHandle_7(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * value) { ___m_processHandle_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_processHandle_7), (void*)value); } inline static int32_t get_offset_of_isRemoteMachine_8() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___isRemoteMachine_8)); } inline bool get_isRemoteMachine_8() const { return ___isRemoteMachine_8; } inline bool* get_address_of_isRemoteMachine_8() { return &___isRemoteMachine_8; } inline void set_isRemoteMachine_8(bool value) { ___isRemoteMachine_8 = value; } inline static int32_t get_offset_of_machineName_9() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___machineName_9)); } inline String_t* get_machineName_9() const { return ___machineName_9; } inline String_t** get_address_of_machineName_9() { return &___machineName_9; } inline void set_machineName_9(String_t* value) { ___machineName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___machineName_9), (void*)value); } inline static int32_t get_offset_of_m_processAccess_10() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___m_processAccess_10)); } inline int32_t get_m_processAccess_10() const { return ___m_processAccess_10; } inline int32_t* get_address_of_m_processAccess_10() { return &___m_processAccess_10; } inline void set_m_processAccess_10(int32_t value) { ___m_processAccess_10 = value; } inline static int32_t get_offset_of_threads_11() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___threads_11)); } inline ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 * get_threads_11() const { return ___threads_11; } inline ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 ** get_address_of_threads_11() { return &___threads_11; } inline void set_threads_11(ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 * value) { ___threads_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___threads_11), (void*)value); } inline static int32_t get_offset_of_modules_12() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___modules_12)); } inline ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 * get_modules_12() const { return ___modules_12; } inline ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 ** get_address_of_modules_12() { return &___modules_12; } inline void set_modules_12(ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 * value) { ___modules_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___modules_12), (void*)value); } inline static int32_t get_offset_of_haveWorkingSetLimits_13() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveWorkingSetLimits_13)); } inline bool get_haveWorkingSetLimits_13() const { return ___haveWorkingSetLimits_13; } inline bool* get_address_of_haveWorkingSetLimits_13() { return &___haveWorkingSetLimits_13; } inline void set_haveWorkingSetLimits_13(bool value) { ___haveWorkingSetLimits_13 = value; } inline static int32_t get_offset_of_havePriorityClass_14() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___havePriorityClass_14)); } inline bool get_havePriorityClass_14() const { return ___havePriorityClass_14; } inline bool* get_address_of_havePriorityClass_14() { return &___havePriorityClass_14; } inline void set_havePriorityClass_14(bool value) { ___havePriorityClass_14 = value; } inline static int32_t get_offset_of_watchForExit_15() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___watchForExit_15)); } inline bool get_watchForExit_15() const { return ___watchForExit_15; } inline bool* get_address_of_watchForExit_15() { return &___watchForExit_15; } inline void set_watchForExit_15(bool value) { ___watchForExit_15 = value; } inline static int32_t get_offset_of_watchingForExit_16() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___watchingForExit_16)); } inline bool get_watchingForExit_16() const { return ___watchingForExit_16; } inline bool* get_address_of_watchingForExit_16() { return &___watchingForExit_16; } inline void set_watchingForExit_16(bool value) { ___watchingForExit_16 = value; } inline static int32_t get_offset_of_onExited_17() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___onExited_17)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_onExited_17() const { return ___onExited_17; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_onExited_17() { return &___onExited_17; } inline void set_onExited_17(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___onExited_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onExited_17), (void*)value); } inline static int32_t get_offset_of_exited_18() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___exited_18)); } inline bool get_exited_18() const { return ___exited_18; } inline bool* get_address_of_exited_18() { return &___exited_18; } inline void set_exited_18(bool value) { ___exited_18 = value; } inline static int32_t get_offset_of_exitCode_19() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___exitCode_19)); } inline int32_t get_exitCode_19() const { return ___exitCode_19; } inline int32_t* get_address_of_exitCode_19() { return &___exitCode_19; } inline void set_exitCode_19(int32_t value) { ___exitCode_19 = value; } inline static int32_t get_offset_of_signaled_20() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___signaled_20)); } inline bool get_signaled_20() const { return ___signaled_20; } inline bool* get_address_of_signaled_20() { return &___signaled_20; } inline void set_signaled_20(bool value) { ___signaled_20 = value; } inline static int32_t get_offset_of_haveExitTime_21() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___haveExitTime_21)); } inline bool get_haveExitTime_21() const { return ___haveExitTime_21; } inline bool* get_address_of_haveExitTime_21() { return &___haveExitTime_21; } inline void set_haveExitTime_21(bool value) { ___haveExitTime_21 = value; } inline static int32_t get_offset_of_raisedOnExited_22() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___raisedOnExited_22)); } inline bool get_raisedOnExited_22() const { return ___raisedOnExited_22; } inline bool* get_address_of_raisedOnExited_22() { return &___raisedOnExited_22; } inline void set_raisedOnExited_22(bool value) { ___raisedOnExited_22 = value; } inline static int32_t get_offset_of_registeredWaitHandle_23() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___registeredWaitHandle_23)); } inline RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * get_registeredWaitHandle_23() const { return ___registeredWaitHandle_23; } inline RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F ** get_address_of_registeredWaitHandle_23() { return &___registeredWaitHandle_23; } inline void set_registeredWaitHandle_23(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * value) { ___registeredWaitHandle_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___registeredWaitHandle_23), (void*)value); } inline static int32_t get_offset_of_waitHandle_24() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___waitHandle_24)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get_waitHandle_24() const { return ___waitHandle_24; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of_waitHandle_24() { return &___waitHandle_24; } inline void set_waitHandle_24(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ___waitHandle_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___waitHandle_24), (void*)value); } inline static int32_t get_offset_of_synchronizingObject_25() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___synchronizingObject_25)); } inline RuntimeObject* get_synchronizingObject_25() const { return ___synchronizingObject_25; } inline RuntimeObject** get_address_of_synchronizingObject_25() { return &___synchronizingObject_25; } inline void set_synchronizingObject_25(RuntimeObject* value) { ___synchronizingObject_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___synchronizingObject_25), (void*)value); } inline static int32_t get_offset_of_standardOutput_26() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___standardOutput_26)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_standardOutput_26() const { return ___standardOutput_26; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_standardOutput_26() { return &___standardOutput_26; } inline void set_standardOutput_26(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___standardOutput_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardOutput_26), (void*)value); } inline static int32_t get_offset_of_standardInput_27() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___standardInput_27)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_standardInput_27() const { return ___standardInput_27; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_standardInput_27() { return &___standardInput_27; } inline void set_standardInput_27(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___standardInput_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardInput_27), (void*)value); } inline static int32_t get_offset_of_standardError_28() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___standardError_28)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_standardError_28() const { return ___standardError_28; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_standardError_28() { return &___standardError_28; } inline void set_standardError_28(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___standardError_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardError_28), (void*)value); } inline static int32_t get_offset_of_disposed_29() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___disposed_29)); } inline bool get_disposed_29() const { return ___disposed_29; } inline bool* get_address_of_disposed_29() { return &___disposed_29; } inline void set_disposed_29(bool value) { ___disposed_29 = value; } inline static int32_t get_offset_of_outputStreamReadMode_30() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___outputStreamReadMode_30)); } inline int32_t get_outputStreamReadMode_30() const { return ___outputStreamReadMode_30; } inline int32_t* get_address_of_outputStreamReadMode_30() { return &___outputStreamReadMode_30; } inline void set_outputStreamReadMode_30(int32_t value) { ___outputStreamReadMode_30 = value; } inline static int32_t get_offset_of_errorStreamReadMode_31() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___errorStreamReadMode_31)); } inline int32_t get_errorStreamReadMode_31() const { return ___errorStreamReadMode_31; } inline int32_t* get_address_of_errorStreamReadMode_31() { return &___errorStreamReadMode_31; } inline void set_errorStreamReadMode_31(int32_t value) { ___errorStreamReadMode_31 = value; } inline static int32_t get_offset_of_inputStreamReadMode_32() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___inputStreamReadMode_32)); } inline int32_t get_inputStreamReadMode_32() const { return ___inputStreamReadMode_32; } inline int32_t* get_address_of_inputStreamReadMode_32() { return &___inputStreamReadMode_32; } inline void set_inputStreamReadMode_32(int32_t value) { ___inputStreamReadMode_32 = value; } inline static int32_t get_offset_of_output_33() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___output_33)); } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * get_output_33() const { return ___output_33; } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C ** get_address_of_output_33() { return &___output_33; } inline void set_output_33(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * value) { ___output_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___output_33), (void*)value); } inline static int32_t get_offset_of_error_34() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___error_34)); } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * get_error_34() const { return ___error_34; } inline AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C ** get_address_of_error_34() { return &___error_34; } inline void set_error_34(AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * value) { ___error_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_34), (void*)value); } inline static int32_t get_offset_of_process_name_35() { return static_cast(offsetof(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671, ___process_name_35)); } inline String_t* get_process_name_35() const { return ___process_name_35; } inline String_t** get_address_of_process_name_35() { return &___process_name_35; } inline void set_process_name_35(String_t* value) { ___process_name_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___process_name_35), (void*)value); } }; // System.Diagnostics.ProcessWaitHandle struct ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_waitObject WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____waitObject_1; // System.Threading.WaitOrTimerCallback System.Threading.RegisteredWaitHandle::_callback WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ____callback_2; // System.Object System.Threading.RegisteredWaitHandle::_state RuntimeObject * ____state_3; // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_finalEvent WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____finalEvent_4; // System.Threading.ManualResetEvent System.Threading.RegisteredWaitHandle::_cancelEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ____cancelEvent_5; // System.TimeSpan System.Threading.RegisteredWaitHandle::_timeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____timeout_6; // System.Int32 System.Threading.RegisteredWaitHandle::_callsInProcess int32_t ____callsInProcess_7; // System.Boolean System.Threading.RegisteredWaitHandle::_executeOnlyOnce bool ____executeOnlyOnce_8; // System.Boolean System.Threading.RegisteredWaitHandle::_unregistered bool ____unregistered_9; public: inline static int32_t get_offset_of__waitObject_1() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____waitObject_1)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__waitObject_1() const { return ____waitObject_1; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__waitObject_1() { return &____waitObject_1; } inline void set__waitObject_1(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____waitObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____waitObject_1), (void*)value); } inline static int32_t get_offset_of__callback_2() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callback_2)); } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * get__callback_2() const { return ____callback_2; } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB ** get_address_of__callback_2() { return &____callback_2; } inline void set__callback_2(WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * value) { ____callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____callback_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____state_3)); } inline RuntimeObject * get__state_3() const { return ____state_3; } inline RuntimeObject ** get_address_of__state_3() { return &____state_3; } inline void set__state_3(RuntimeObject * value) { ____state_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____state_3), (void*)value); } inline static int32_t get_offset_of__finalEvent_4() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____finalEvent_4)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__finalEvent_4() const { return ____finalEvent_4; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__finalEvent_4() { return &____finalEvent_4; } inline void set__finalEvent_4(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____finalEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____finalEvent_4), (void*)value); } inline static int32_t get_offset_of__cancelEvent_5() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____cancelEvent_5)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get__cancelEvent_5() const { return ____cancelEvent_5; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of__cancelEvent_5() { return &____cancelEvent_5; } inline void set__cancelEvent_5(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ____cancelEvent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____cancelEvent_5), (void*)value); } inline static int32_t get_offset_of__timeout_6() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____timeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__timeout_6() const { return ____timeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__timeout_6() { return &____timeout_6; } inline void set__timeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____timeout_6 = value; } inline static int32_t get_offset_of__callsInProcess_7() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callsInProcess_7)); } inline int32_t get__callsInProcess_7() const { return ____callsInProcess_7; } inline int32_t* get_address_of__callsInProcess_7() { return &____callsInProcess_7; } inline void set__callsInProcess_7(int32_t value) { ____callsInProcess_7 = value; } inline static int32_t get_offset_of__executeOnlyOnce_8() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____executeOnlyOnce_8)); } inline bool get__executeOnlyOnce_8() const { return ____executeOnlyOnce_8; } inline bool* get_address_of__executeOnlyOnce_8() { return &____executeOnlyOnce_8; } inline void set__executeOnlyOnce_8(bool value) { ____executeOnlyOnce_8 = value; } inline static int32_t get_offset_of__unregistered_9() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____unregistered_9)); } inline bool get__unregistered_9() const { return ____unregistered_9; } inline bool* get_address_of__unregistered_9() { return &____unregistered_9; } inline void set__unregistered_9(bool value) { ____unregistered_9 = value; } }; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // System.Net.Sockets.Socket struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.Socket::is_closed bool ___is_closed_10; // System.Boolean System.Net.Sockets.Socket::is_listening bool ___is_listening_11; // System.Boolean System.Net.Sockets.Socket::useOverlappedIO bool ___useOverlappedIO_12; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_13; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily int32_t ___addressFamily_14; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType int32_t ___socketType_15; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType int32_t ___protocolType_16; // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * ___m_Handle_17; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * ___seed_endpoint_18; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___ReadSem_19; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___WriteSem_20; // System.Boolean System.Net.Sockets.Socket::is_blocking bool ___is_blocking_21; // System.Boolean System.Net.Sockets.Socket::is_bound bool ___is_bound_22; // System.Boolean System.Net.Sockets.Socket::is_connected bool ___is_connected_23; // System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp int32_t ___m_IntCleanedUp_24; // System.Boolean System.Net.Sockets.Socket::connect_in_progress bool ___connect_in_progress_25; // System.Int32 System.Net.Sockets.Socket::ID int32_t ___ID_26; public: inline static int32_t get_offset_of_is_closed_10() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_closed_10)); } inline bool get_is_closed_10() const { return ___is_closed_10; } inline bool* get_address_of_is_closed_10() { return &___is_closed_10; } inline void set_is_closed_10(bool value) { ___is_closed_10 = value; } inline static int32_t get_offset_of_is_listening_11() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_listening_11)); } inline bool get_is_listening_11() const { return ___is_listening_11; } inline bool* get_address_of_is_listening_11() { return &___is_listening_11; } inline void set_is_listening_11(bool value) { ___is_listening_11 = value; } inline static int32_t get_offset_of_useOverlappedIO_12() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___useOverlappedIO_12)); } inline bool get_useOverlappedIO_12() const { return ___useOverlappedIO_12; } inline bool* get_address_of_useOverlappedIO_12() { return &___useOverlappedIO_12; } inline void set_useOverlappedIO_12(bool value) { ___useOverlappedIO_12 = value; } inline static int32_t get_offset_of_linger_timeout_13() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___linger_timeout_13)); } inline int32_t get_linger_timeout_13() const { return ___linger_timeout_13; } inline int32_t* get_address_of_linger_timeout_13() { return &___linger_timeout_13; } inline void set_linger_timeout_13(int32_t value) { ___linger_timeout_13 = value; } inline static int32_t get_offset_of_addressFamily_14() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___addressFamily_14)); } inline int32_t get_addressFamily_14() const { return ___addressFamily_14; } inline int32_t* get_address_of_addressFamily_14() { return &___addressFamily_14; } inline void set_addressFamily_14(int32_t value) { ___addressFamily_14 = value; } inline static int32_t get_offset_of_socketType_15() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___socketType_15)); } inline int32_t get_socketType_15() const { return ___socketType_15; } inline int32_t* get_address_of_socketType_15() { return &___socketType_15; } inline void set_socketType_15(int32_t value) { ___socketType_15 = value; } inline static int32_t get_offset_of_protocolType_16() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___protocolType_16)); } inline int32_t get_protocolType_16() const { return ___protocolType_16; } inline int32_t* get_address_of_protocolType_16() { return &___protocolType_16; } inline void set_protocolType_16(int32_t value) { ___protocolType_16 = value; } inline static int32_t get_offset_of_m_Handle_17() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_Handle_17)); } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * get_m_Handle_17() const { return ___m_Handle_17; } inline SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 ** get_address_of_m_Handle_17() { return &___m_Handle_17; } inline void set_m_Handle_17(SafeSocketHandle_t5050671179FB886DA1763A0E4EFB3FCD072363C9 * value) { ___m_Handle_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Handle_17), (void*)value); } inline static int32_t get_offset_of_seed_endpoint_18() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___seed_endpoint_18)); } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * get_seed_endpoint_18() const { return ___seed_endpoint_18; } inline EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA ** get_address_of_seed_endpoint_18() { return &___seed_endpoint_18; } inline void set_seed_endpoint_18(EndPoint_t18D4AE8D03090A2B262136E59F95CE61418C34DA * value) { ___seed_endpoint_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_endpoint_18), (void*)value); } inline static int32_t get_offset_of_ReadSem_19() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ReadSem_19)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_ReadSem_19() const { return ___ReadSem_19; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_ReadSem_19() { return &___ReadSem_19; } inline void set_ReadSem_19(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___ReadSem_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReadSem_19), (void*)value); } inline static int32_t get_offset_of_WriteSem_20() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___WriteSem_20)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_WriteSem_20() const { return ___WriteSem_20; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_WriteSem_20() { return &___WriteSem_20; } inline void set_WriteSem_20(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___WriteSem_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriteSem_20), (void*)value); } inline static int32_t get_offset_of_is_blocking_21() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_blocking_21)); } inline bool get_is_blocking_21() const { return ___is_blocking_21; } inline bool* get_address_of_is_blocking_21() { return &___is_blocking_21; } inline void set_is_blocking_21(bool value) { ___is_blocking_21 = value; } inline static int32_t get_offset_of_is_bound_22() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_bound_22)); } inline bool get_is_bound_22() const { return ___is_bound_22; } inline bool* get_address_of_is_bound_22() { return &___is_bound_22; } inline void set_is_bound_22(bool value) { ___is_bound_22 = value; } inline static int32_t get_offset_of_is_connected_23() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___is_connected_23)); } inline bool get_is_connected_23() const { return ___is_connected_23; } inline bool* get_address_of_is_connected_23() { return &___is_connected_23; } inline void set_is_connected_23(bool value) { ___is_connected_23 = value; } inline static int32_t get_offset_of_m_IntCleanedUp_24() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___m_IntCleanedUp_24)); } inline int32_t get_m_IntCleanedUp_24() const { return ___m_IntCleanedUp_24; } inline int32_t* get_address_of_m_IntCleanedUp_24() { return &___m_IntCleanedUp_24; } inline void set_m_IntCleanedUp_24(int32_t value) { ___m_IntCleanedUp_24 = value; } inline static int32_t get_offset_of_connect_in_progress_25() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___connect_in_progress_25)); } inline bool get_connect_in_progress_25() const { return ___connect_in_progress_25; } inline bool* get_address_of_connect_in_progress_25() { return &___connect_in_progress_25; } inline void set_connect_in_progress_25(bool value) { ___connect_in_progress_25 = value; } inline static int32_t get_offset_of_ID_26() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09, ___ID_26)); } inline int32_t get_ID_26() const { return ___ID_26; } inline int32_t* get_address_of_ID_26() { return &___ID_26; } inline void set_ID_26(int32_t value) { ___ID_26 = value; } }; struct Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields { public: // System.Object System.Net.Sockets.Socket::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4 bool ___s_SupportsIPv4_1; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6 bool ___s_SupportsIPv6_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6 bool ___s_OSSupportsIPv6_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized bool ___s_Initialized_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled bool ___s_LoggingEnabled_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_PerfCountersEnabled bool ___s_PerfCountersEnabled_6; // System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___AcceptAsyncCallback_27; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptCallback_28; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginAcceptReceiveCallback_29; // System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ConnectAsyncCallback_30; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginConnectCallback_31; // System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___DisconnectAsyncCallback_32; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginDisconnectCallback_33; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveAsyncCallback_34; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveCallback_35; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveGenericCallback_36; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___ReceiveFromAsyncCallback_37; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginReceiveFromCallback_38; // System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendAsyncCallback_39; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * ___BeginSendGenericCallback_40; // System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___SendToAsyncCallback_41; public: inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_InternalSyncObject_0)); } inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; } inline void set_s_InternalSyncObject_0(RuntimeObject * value) { ___s_InternalSyncObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_0), (void*)value); } inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv4_1)); } inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; } inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; } inline void set_s_SupportsIPv4_1(bool value) { ___s_SupportsIPv4_1 = value; } inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_SupportsIPv6_2)); } inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; } inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; } inline void set_s_SupportsIPv6_2(bool value) { ___s_SupportsIPv6_2 = value; } inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_OSSupportsIPv6_3)); } inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; } inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; } inline void set_s_OSSupportsIPv6_3(bool value) { ___s_OSSupportsIPv6_3 = value; } inline static int32_t get_offset_of_s_Initialized_4() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_Initialized_4)); } inline bool get_s_Initialized_4() const { return ___s_Initialized_4; } inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; } inline void set_s_Initialized_4(bool value) { ___s_Initialized_4 = value; } inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_LoggingEnabled_5)); } inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; } inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; } inline void set_s_LoggingEnabled_5(bool value) { ___s_LoggingEnabled_5 = value; } inline static int32_t get_offset_of_s_PerfCountersEnabled_6() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___s_PerfCountersEnabled_6)); } inline bool get_s_PerfCountersEnabled_6() const { return ___s_PerfCountersEnabled_6; } inline bool* get_address_of_s_PerfCountersEnabled_6() { return &___s_PerfCountersEnabled_6; } inline void set_s_PerfCountersEnabled_6(bool value) { ___s_PerfCountersEnabled_6 = value; } inline static int32_t get_offset_of_AcceptAsyncCallback_27() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___AcceptAsyncCallback_27)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_AcceptAsyncCallback_27() const { return ___AcceptAsyncCallback_27; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_AcceptAsyncCallback_27() { return &___AcceptAsyncCallback_27; } inline void set_AcceptAsyncCallback_27(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___AcceptAsyncCallback_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcceptAsyncCallback_27), (void*)value); } inline static int32_t get_offset_of_BeginAcceptCallback_28() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptCallback_28)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptCallback_28() const { return ___BeginAcceptCallback_28; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptCallback_28() { return &___BeginAcceptCallback_28; } inline void set_BeginAcceptCallback_28(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptCallback_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptCallback_28), (void*)value); } inline static int32_t get_offset_of_BeginAcceptReceiveCallback_29() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginAcceptReceiveCallback_29)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginAcceptReceiveCallback_29() const { return ___BeginAcceptReceiveCallback_29; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginAcceptReceiveCallback_29() { return &___BeginAcceptReceiveCallback_29; } inline void set_BeginAcceptReceiveCallback_29(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginAcceptReceiveCallback_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptReceiveCallback_29), (void*)value); } inline static int32_t get_offset_of_ConnectAsyncCallback_30() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ConnectAsyncCallback_30)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ConnectAsyncCallback_30() const { return ___ConnectAsyncCallback_30; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ConnectAsyncCallback_30() { return &___ConnectAsyncCallback_30; } inline void set_ConnectAsyncCallback_30(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ConnectAsyncCallback_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConnectAsyncCallback_30), (void*)value); } inline static int32_t get_offset_of_BeginConnectCallback_31() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginConnectCallback_31)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginConnectCallback_31() const { return ___BeginConnectCallback_31; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginConnectCallback_31() { return &___BeginConnectCallback_31; } inline void set_BeginConnectCallback_31(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginConnectCallback_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginConnectCallback_31), (void*)value); } inline static int32_t get_offset_of_DisconnectAsyncCallback_32() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___DisconnectAsyncCallback_32)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_DisconnectAsyncCallback_32() const { return ___DisconnectAsyncCallback_32; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_DisconnectAsyncCallback_32() { return &___DisconnectAsyncCallback_32; } inline void set_DisconnectAsyncCallback_32(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___DisconnectAsyncCallback_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___DisconnectAsyncCallback_32), (void*)value); } inline static int32_t get_offset_of_BeginDisconnectCallback_33() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginDisconnectCallback_33)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginDisconnectCallback_33() const { return ___BeginDisconnectCallback_33; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginDisconnectCallback_33() { return &___BeginDisconnectCallback_33; } inline void set_BeginDisconnectCallback_33(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginDisconnectCallback_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginDisconnectCallback_33), (void*)value); } inline static int32_t get_offset_of_ReceiveAsyncCallback_34() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveAsyncCallback_34)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveAsyncCallback_34() const { return ___ReceiveAsyncCallback_34; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveAsyncCallback_34() { return &___ReceiveAsyncCallback_34; } inline void set_ReceiveAsyncCallback_34(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveAsyncCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveAsyncCallback_34), (void*)value); } inline static int32_t get_offset_of_BeginReceiveCallback_35() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveCallback_35)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveCallback_35() const { return ___BeginReceiveCallback_35; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveCallback_35() { return &___BeginReceiveCallback_35; } inline void set_BeginReceiveCallback_35(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveCallback_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveCallback_35), (void*)value); } inline static int32_t get_offset_of_BeginReceiveGenericCallback_36() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveGenericCallback_36)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveGenericCallback_36() const { return ___BeginReceiveGenericCallback_36; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveGenericCallback_36() { return &___BeginReceiveGenericCallback_36; } inline void set_BeginReceiveGenericCallback_36(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveGenericCallback_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveGenericCallback_36), (void*)value); } inline static int32_t get_offset_of_ReceiveFromAsyncCallback_37() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___ReceiveFromAsyncCallback_37)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_ReceiveFromAsyncCallback_37() const { return ___ReceiveFromAsyncCallback_37; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_ReceiveFromAsyncCallback_37() { return &___ReceiveFromAsyncCallback_37; } inline void set_ReceiveFromAsyncCallback_37(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___ReceiveFromAsyncCallback_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveFromAsyncCallback_37), (void*)value); } inline static int32_t get_offset_of_BeginReceiveFromCallback_38() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginReceiveFromCallback_38)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginReceiveFromCallback_38() const { return ___BeginReceiveFromCallback_38; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginReceiveFromCallback_38() { return &___BeginReceiveFromCallback_38; } inline void set_BeginReceiveFromCallback_38(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginReceiveFromCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveFromCallback_38), (void*)value); } inline static int32_t get_offset_of_SendAsyncCallback_39() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendAsyncCallback_39)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendAsyncCallback_39() const { return ___SendAsyncCallback_39; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendAsyncCallback_39() { return &___SendAsyncCallback_39; } inline void set_SendAsyncCallback_39(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendAsyncCallback_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendAsyncCallback_39), (void*)value); } inline static int32_t get_offset_of_BeginSendGenericCallback_40() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___BeginSendGenericCallback_40)); } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * get_BeginSendGenericCallback_40() const { return ___BeginSendGenericCallback_40; } inline IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E ** get_address_of_BeginSendGenericCallback_40() { return &___BeginSendGenericCallback_40; } inline void set_BeginSendGenericCallback_40(IOAsyncCallback_tB965FCE75DB2822B784F36808F71EA447D5F977E * value) { ___BeginSendGenericCallback_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginSendGenericCallback_40), (void*)value); } inline static int32_t get_offset_of_SendToAsyncCallback_41() { return static_cast(offsetof(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09_StaticFields, ___SendToAsyncCallback_41)); } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * get_SendToAsyncCallback_41() const { return ___SendToAsyncCallback_41; } inline AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA ** get_address_of_SendToAsyncCallback_41() { return &___SendToAsyncCallback_41; } inline void set_SendToAsyncCallback_41(AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * value) { ___SendToAsyncCallback_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendToAsyncCallback_41), (void*)value); } }; // System.Net.Security.SslStream struct SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 : public AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 { public: // Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::provider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider_7; // Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::impl RuntimeObject* ___impl_8; public: inline static int32_t get_offset_of_provider_7() { return static_cast(offsetof(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49, ___provider_7)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_provider_7() const { return ___provider_7; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_provider_7() { return &___provider_7; } inline void set_provider_7(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___provider_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_7), (void*)value); } inline static int32_t get_offset_of_impl_8() { return static_cast(offsetof(SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49, ___impl_8)); } inline RuntimeObject* get_impl_8() const { return ___impl_8; } inline RuntimeObject** get_address_of_impl_8() { return &___impl_8; } inline void set_impl_8(RuntimeObject* value) { ___impl_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_8), (void*)value); } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 : public RuntimeObject { public: // System.Net.HttpWebRequest System.Net.WebConnectionTunnel::k__BackingField HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___U3CRequestU3Ek__BackingField_0; // System.Uri System.Net.WebConnectionTunnel::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CConnectUriU3Ek__BackingField_1; // System.Net.HttpWebRequest System.Net.WebConnectionTunnel::connectRequest HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___connectRequest_2; // System.Net.WebConnectionTunnel/NtlmAuthState System.Net.WebConnectionTunnel::ntlmAuthState int32_t ___ntlmAuthState_3; // System.Boolean System.Net.WebConnectionTunnel::k__BackingField bool ___U3CSuccessU3Ek__BackingField_4; // System.Boolean System.Net.WebConnectionTunnel::k__BackingField bool ___U3CCloseConnectionU3Ek__BackingField_5; // System.Int32 System.Net.WebConnectionTunnel::k__BackingField int32_t ___U3CStatusCodeU3Ek__BackingField_6; // System.String System.Net.WebConnectionTunnel::k__BackingField String_t* ___U3CStatusDescriptionU3Ek__BackingField_7; // System.String[] System.Net.WebConnectionTunnel::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CChallengeU3Ek__BackingField_8; // System.Net.WebHeaderCollection System.Net.WebConnectionTunnel::k__BackingField WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___U3CHeadersU3Ek__BackingField_9; // System.Version System.Net.WebConnectionTunnel::k__BackingField Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___U3CProxyVersionU3Ek__BackingField_10; // System.Byte[] System.Net.WebConnectionTunnel::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CDataU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CRequestU3Ek__BackingField_0() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CRequestU3Ek__BackingField_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_U3CRequestU3Ek__BackingField_0() const { return ___U3CRequestU3Ek__BackingField_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_U3CRequestU3Ek__BackingField_0() { return &___U3CRequestU3Ek__BackingField_0; } inline void set_U3CRequestU3Ek__BackingField_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___U3CRequestU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRequestU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CConnectUriU3Ek__BackingField_1() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CConnectUriU3Ek__BackingField_1)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CConnectUriU3Ek__BackingField_1() const { return ___U3CConnectUriU3Ek__BackingField_1; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CConnectUriU3Ek__BackingField_1() { return &___U3CConnectUriU3Ek__BackingField_1; } inline void set_U3CConnectUriU3Ek__BackingField_1(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CConnectUriU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectUriU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_connectRequest_2() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___connectRequest_2)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_connectRequest_2() const { return ___connectRequest_2; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_connectRequest_2() { return &___connectRequest_2; } inline void set_connectRequest_2(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___connectRequest_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectRequest_2), (void*)value); } inline static int32_t get_offset_of_ntlmAuthState_3() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___ntlmAuthState_3)); } inline int32_t get_ntlmAuthState_3() const { return ___ntlmAuthState_3; } inline int32_t* get_address_of_ntlmAuthState_3() { return &___ntlmAuthState_3; } inline void set_ntlmAuthState_3(int32_t value) { ___ntlmAuthState_3 = value; } inline static int32_t get_offset_of_U3CSuccessU3Ek__BackingField_4() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CSuccessU3Ek__BackingField_4)); } inline bool get_U3CSuccessU3Ek__BackingField_4() const { return ___U3CSuccessU3Ek__BackingField_4; } inline bool* get_address_of_U3CSuccessU3Ek__BackingField_4() { return &___U3CSuccessU3Ek__BackingField_4; } inline void set_U3CSuccessU3Ek__BackingField_4(bool value) { ___U3CSuccessU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CCloseConnectionU3Ek__BackingField_5() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CCloseConnectionU3Ek__BackingField_5)); } inline bool get_U3CCloseConnectionU3Ek__BackingField_5() const { return ___U3CCloseConnectionU3Ek__BackingField_5; } inline bool* get_address_of_U3CCloseConnectionU3Ek__BackingField_5() { return &___U3CCloseConnectionU3Ek__BackingField_5; } inline void set_U3CCloseConnectionU3Ek__BackingField_5(bool value) { ___U3CCloseConnectionU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CStatusCodeU3Ek__BackingField_6() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CStatusCodeU3Ek__BackingField_6)); } inline int32_t get_U3CStatusCodeU3Ek__BackingField_6() const { return ___U3CStatusCodeU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CStatusCodeU3Ek__BackingField_6() { return &___U3CStatusCodeU3Ek__BackingField_6; } inline void set_U3CStatusCodeU3Ek__BackingField_6(int32_t value) { ___U3CStatusCodeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CStatusDescriptionU3Ek__BackingField_7() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CStatusDescriptionU3Ek__BackingField_7)); } inline String_t* get_U3CStatusDescriptionU3Ek__BackingField_7() const { return ___U3CStatusDescriptionU3Ek__BackingField_7; } inline String_t** get_address_of_U3CStatusDescriptionU3Ek__BackingField_7() { return &___U3CStatusDescriptionU3Ek__BackingField_7; } inline void set_U3CStatusDescriptionU3Ek__BackingField_7(String_t* value) { ___U3CStatusDescriptionU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStatusDescriptionU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CChallengeU3Ek__BackingField_8() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CChallengeU3Ek__BackingField_8)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CChallengeU3Ek__BackingField_8() const { return ___U3CChallengeU3Ek__BackingField_8; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CChallengeU3Ek__BackingField_8() { return &___U3CChallengeU3Ek__BackingField_8; } inline void set_U3CChallengeU3Ek__BackingField_8(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CChallengeU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CChallengeU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_9() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CHeadersU3Ek__BackingField_9)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_U3CHeadersU3Ek__BackingField_9() const { return ___U3CHeadersU3Ek__BackingField_9; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_U3CHeadersU3Ek__BackingField_9() { return &___U3CHeadersU3Ek__BackingField_9; } inline void set_U3CHeadersU3Ek__BackingField_9(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___U3CHeadersU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CProxyVersionU3Ek__BackingField_10() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CProxyVersionU3Ek__BackingField_10)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_U3CProxyVersionU3Ek__BackingField_10() const { return ___U3CProxyVersionU3Ek__BackingField_10; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_U3CProxyVersionU3Ek__BackingField_10() { return &___U3CProxyVersionU3Ek__BackingField_10; } inline void set_U3CProxyVersionU3Ek__BackingField_10(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___U3CProxyVersionU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyVersionU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CDataU3Ek__BackingField_11() { return static_cast(offsetof(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925, ___U3CDataU3Ek__BackingField_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CDataU3Ek__BackingField_11() const { return ___U3CDataU3Ek__BackingField_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CDataU3Ek__BackingField_11() { return &___U3CDataU3Ek__BackingField_11; } inline void set_U3CDataU3Ek__BackingField_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CDataU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDataU3Ek__BackingField_11), (void*)value); } }; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 : public NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D { public: // System.String[] System.Net.WebHeaderCollection::m_CommonHeaders StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_CommonHeaders_12; // System.Int32 System.Net.WebHeaderCollection::m_NumCommonHeaders int32_t ___m_NumCommonHeaders_13; // System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::m_InnerCollection NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * ___m_InnerCollection_16; // System.Net.WebHeaderCollectionType System.Net.WebHeaderCollection::m_Type uint16_t ___m_Type_17; public: inline static int32_t get_offset_of_m_CommonHeaders_12() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_CommonHeaders_12)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_CommonHeaders_12() const { return ___m_CommonHeaders_12; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_CommonHeaders_12() { return &___m_CommonHeaders_12; } inline void set_m_CommonHeaders_12(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_CommonHeaders_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CommonHeaders_12), (void*)value); } inline static int32_t get_offset_of_m_NumCommonHeaders_13() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_NumCommonHeaders_13)); } inline int32_t get_m_NumCommonHeaders_13() const { return ___m_NumCommonHeaders_13; } inline int32_t* get_address_of_m_NumCommonHeaders_13() { return &___m_NumCommonHeaders_13; } inline void set_m_NumCommonHeaders_13(int32_t value) { ___m_NumCommonHeaders_13 = value; } inline static int32_t get_offset_of_m_InnerCollection_16() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_InnerCollection_16)); } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * get_m_InnerCollection_16() const { return ___m_InnerCollection_16; } inline NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D ** get_address_of_m_InnerCollection_16() { return &___m_InnerCollection_16; } inline void set_m_InnerCollection_16(NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * value) { ___m_InnerCollection_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InnerCollection_16), (void*)value); } inline static int32_t get_offset_of_m_Type_17() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4, ___m_Type_17)); } inline uint16_t get_m_Type_17() const { return ___m_Type_17; } inline uint16_t* get_address_of_m_Type_17() { return &___m_Type_17; } inline void set_m_Type_17(uint16_t value) { ___m_Type_17 = value; } }; struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields { public: // System.Net.HeaderInfoTable System.Net.WebHeaderCollection::HInfo HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * ___HInfo_11; // System.String[] System.Net.WebHeaderCollection::s_CommonHeaderNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___s_CommonHeaderNames_14; // System.SByte[] System.Net.WebHeaderCollection::s_CommonHeaderHints SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___s_CommonHeaderHints_15; // System.Char[] System.Net.WebHeaderCollection::HttpTrimCharacters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HttpTrimCharacters_18; // System.Net.WebHeaderCollection/RfcChar[] System.Net.WebHeaderCollection::RfcCharMap RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* ___RfcCharMap_19; public: inline static int32_t get_offset_of_HInfo_11() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___HInfo_11)); } inline HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * get_HInfo_11() const { return ___HInfo_11; } inline HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 ** get_address_of_HInfo_11() { return &___HInfo_11; } inline void set_HInfo_11(HeaderInfoTable_tC14711FD51BE2B331032AB0BAE14E2E2D88E77D4 * value) { ___HInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___HInfo_11), (void*)value); } inline static int32_t get_offset_of_s_CommonHeaderNames_14() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___s_CommonHeaderNames_14)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_s_CommonHeaderNames_14() const { return ___s_CommonHeaderNames_14; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_s_CommonHeaderNames_14() { return &___s_CommonHeaderNames_14; } inline void set_s_CommonHeaderNames_14(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___s_CommonHeaderNames_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CommonHeaderNames_14), (void*)value); } inline static int32_t get_offset_of_s_CommonHeaderHints_15() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___s_CommonHeaderHints_15)); } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* get_s_CommonHeaderHints_15() const { return ___s_CommonHeaderHints_15; } inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7** get_address_of_s_CommonHeaderHints_15() { return &___s_CommonHeaderHints_15; } inline void set_s_CommonHeaderHints_15(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* value) { ___s_CommonHeaderHints_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CommonHeaderHints_15), (void*)value); } inline static int32_t get_offset_of_HttpTrimCharacters_18() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___HttpTrimCharacters_18)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HttpTrimCharacters_18() const { return ___HttpTrimCharacters_18; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HttpTrimCharacters_18() { return &___HttpTrimCharacters_18; } inline void set_HttpTrimCharacters_18(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HttpTrimCharacters_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___HttpTrimCharacters_18), (void*)value); } inline static int32_t get_offset_of_RfcCharMap_19() { return static_cast(offsetof(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4_StaticFields, ___RfcCharMap_19)); } inline RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* get_RfcCharMap_19() const { return ___RfcCharMap_19; } inline RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3** get_address_of_RfcCharMap_19() { return &___RfcCharMap_19; } inline void set_RfcCharMap_19(RfcCharU5BU5D_t58A49D25CFFD1B17023C3AD1BE05914C4A3FE8D3* value) { ___RfcCharMap_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___RfcCharMap_19), (void*)value); } }; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_AuthenticationLevel_4)); } inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; } inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; } inline void set_m_AuthenticationLevel_4(int32_t value) { ___m_AuthenticationLevel_4 = value; } inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_ImpersonationLevel_5)); } inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; } inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; } inline void set_m_ImpersonationLevel_5(int32_t value) { ___m_ImpersonationLevel_5 = value; } inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CachePolicy_6)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_6), (void*)value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheProtocol_7), (void*)value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheBinding_8)); } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheBinding_8), (void*)value); } }; struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * ___s_DefaultTimerQueue_3; // System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; public: inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PrefixList_1), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_InternalSyncObject_2)); } inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; } inline void set_s_InternalSyncObject_2(RuntimeObject * value) { ___s_InternalSyncObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultTimerQueue_3), (void*)value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___webRequestCreate_9), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxy_10)); } inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; } inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; } inline void set_s_DefaultWebProxy_10(RuntimeObject* value) { ___s_DefaultWebProxy_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultWebProxy_10), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxyInitialized_11)); } inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; } inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; } inline void set_s_DefaultWebProxyInitialized_11(bool value) { ___s_DefaultWebProxyInitialized_11 = value; } }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___request_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_0() const { return ___request_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // System.ComponentModel.MaskedTextProvider/CharDescriptor struct CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E : public RuntimeObject { public: // System.Int32 System.ComponentModel.MaskedTextProvider/CharDescriptor::MaskPosition int32_t ___MaskPosition_0; // System.ComponentModel.MaskedTextProvider/CaseConversion System.ComponentModel.MaskedTextProvider/CharDescriptor::CaseConversion int32_t ___CaseConversion_1; // System.ComponentModel.MaskedTextProvider/CharType System.ComponentModel.MaskedTextProvider/CharDescriptor::CharType int32_t ___CharType_2; // System.Boolean System.ComponentModel.MaskedTextProvider/CharDescriptor::IsAssigned bool ___IsAssigned_3; public: inline static int32_t get_offset_of_MaskPosition_0() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___MaskPosition_0)); } inline int32_t get_MaskPosition_0() const { return ___MaskPosition_0; } inline int32_t* get_address_of_MaskPosition_0() { return &___MaskPosition_0; } inline void set_MaskPosition_0(int32_t value) { ___MaskPosition_0 = value; } inline static int32_t get_offset_of_CaseConversion_1() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___CaseConversion_1)); } inline int32_t get_CaseConversion_1() const { return ___CaseConversion_1; } inline int32_t* get_address_of_CaseConversion_1() { return &___CaseConversion_1; } inline void set_CaseConversion_1(int32_t value) { ___CaseConversion_1 = value; } inline static int32_t get_offset_of_CharType_2() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___CharType_2)); } inline int32_t get_CharType_2() const { return ___CharType_2; } inline int32_t* get_address_of_CharType_2() { return &___CharType_2; } inline void set_CharType_2(int32_t value) { ___CharType_2 = value; } inline static int32_t get_offset_of_IsAssigned_3() { return static_cast(offsetof(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E, ___IsAssigned_3)); } inline bool get_IsAssigned_3() const { return ___IsAssigned_3; } inline bool* get_address_of_IsAssigned_3() { return &___IsAssigned_3; } inline void set_IsAssigned_3(bool value) { ___IsAssigned_3 = value; } }; // Mono.Net.Security.MobileAuthenticatedStream/d__66 struct U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__66::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MobileAuthenticatedStream/d__66::<>t__builder AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A ___U3CU3Et__builder_1; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__66::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_2; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__66::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__66::requestedSize int32_t ___requestedSize_4; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__66::sync bool ___sync_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__66::<>u__1 ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3E4__this_2)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_requestedSize_4() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___requestedSize_4)); } inline int32_t get_requestedSize_4() const { return ___requestedSize_4; } inline int32_t* get_address_of_requestedSize_4() { return &___requestedSize_4; } inline void set_requestedSize_4(int32_t value) { ___requestedSize_4 = value; } inline static int32_t get_offset_of_sync_5() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___sync_5)); } inline bool get_sync_5() const { return ___sync_5; } inline bool* get_address_of_sync_5() { return &___sync_5; } inline void set_sync_5(bool value) { ___sync_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MobileAuthenticatedStream/d__58 struct U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__58::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MobileAuthenticatedStream/d__58::<>t__builder AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A ___U3CU3Et__builder_1; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__58::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_2; // Mono.Net.Security.MobileAuthenticatedStream/OperationType Mono.Net.Security.MobileAuthenticatedStream/d__58::type int32_t ___type_3; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.MobileAuthenticatedStream/d__58::asyncRequest AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest_4; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__58::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__58::<>u__1 ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3E4__this_2)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_type_3() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___type_3)); } inline int32_t get_type_3() const { return ___type_3; } inline int32_t* get_address_of_type_3() { return &___type_3; } inline void set_type_3(int32_t value) { ___type_3 = value; } inline static int32_t get_offset_of_asyncRequest_4() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___asyncRequest_4)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_asyncRequest_4() const { return ___asyncRequest_4; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_asyncRequest_4() { return &___asyncRequest_4; } inline void set_asyncRequest_4(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___asyncRequest_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncRequest_4), (void*)value); } inline static int32_t get_offset_of_cancellationToken_5() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___cancellationToken_5)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_5() const { return ___cancellationToken_5; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_5() { return &___cancellationToken_5; } inline void set_cancellationToken_5(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_5))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MonoTlsStream/d__17 struct U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 { public: // System.Int32 Mono.Net.Security.MonoTlsStream/d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 Mono.Net.Security.MonoTlsStream/d__17::<>t__builder AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F ___U3CU3Et__builder_1; // Mono.Net.Security.MonoTlsStream Mono.Net.Security.MonoTlsStream/d__17::<>4__this MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * ___U3CU3E4__this_2; // System.Net.Sockets.Socket Mono.Net.Security.MonoTlsStream/d__17::5__1 Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___U3CsocketU3E5__1_3; // System.Net.WebConnectionTunnel Mono.Net.Security.MonoTlsStream/d__17::tunnel WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___tunnel_4; // System.Threading.CancellationToken Mono.Net.Security.MonoTlsStream/d__17::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.MonoTlsStream/d__17::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3E4__this_2)); } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CsocketU3E5__1_3() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CsocketU3E5__1_3)); } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * get_U3CsocketU3E5__1_3() const { return ___U3CsocketU3E5__1_3; } inline Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 ** get_address_of_U3CsocketU3E5__1_3() { return &___U3CsocketU3E5__1_3; } inline void set_U3CsocketU3E5__1_3(Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * value) { ___U3CsocketU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsocketU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_tunnel_4() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___tunnel_4)); } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * get_tunnel_4() const { return ___tunnel_4; } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 ** get_address_of_tunnel_4() { return &___tunnel_4; } inline void set_tunnel_4(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * value) { ___tunnel_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___tunnel_4), (void*)value); } inline static int32_t get_offset_of_cancellationToken_5() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___cancellationToken_5)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_5() const { return ___cancellationToken_5; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_5() { return &___cancellationToken_5; } inline void set_cancellationToken_5(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_5))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback struct CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArrayTypeMismatchException struct ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Security.Authentication.AuthenticationException struct AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { 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.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_42; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___webResponse_43; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___responseTask_44; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_45; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_46; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_47; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_48; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_49; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_50; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_51; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___tlsProvider_56; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___tlsSettings_57; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_58; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___auth_state_59; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___proxy_auth_state_60; // System.String System.Net.HttpWebRequest::host String_t* ___host_61; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * ___ResendContentFactory_62; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_63; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_64; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestUri_12)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualUri_13)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualUri_13), (void*)value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___hostChanged_14)); } inline bool get_hostChanged_14() const { return ___hostChanged_14; } inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; } inline void set_hostChanged_14(bool value) { ___hostChanged_14 = value; } inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowAutoRedirect_15)); } inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; } inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; } inline void set_allowAutoRedirect_15(bool value) { ___allowAutoRedirect_15 = value; } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowBuffering_16)); } inline bool get_allowBuffering_16() const { return ___allowBuffering_16; } inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; } inline void set_allowBuffering_16(bool value) { ___allowBuffering_16 = value; } inline static int32_t get_offset_of_certificates_17() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certificates_17)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_17), (void*)value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___connectionGroup_18)); } inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; } inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; } inline void set_connectionGroup_18(String_t* value) { ___connectionGroup_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectionGroup_18), (void*)value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveContentLength_19)); } inline bool get_haveContentLength_19() const { return ___haveContentLength_19; } inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; } inline void set_haveContentLength_19(bool value) { ___haveContentLength_19 = value; } inline static int32_t get_offset_of_contentLength_20() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___contentLength_20)); } inline int64_t get_contentLength_20() const { return ___contentLength_20; } inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; } inline void set_contentLength_20(int64_t value) { ___contentLength_20 = value; } inline static int32_t get_offset_of_continueDelegate_21() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___continueDelegate_21)); } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___continueDelegate_21), (void*)value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___cookieContainer_22)); } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookieContainer_22), (void*)value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___credentials_23)); } inline RuntimeObject* get_credentials_23() const { return ___credentials_23; } inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; } inline void set_credentials_23(RuntimeObject* value) { ___credentials_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_23), (void*)value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveResponse_24)); } inline bool get_haveResponse_24() const { return ___haveResponse_24; } inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; } inline void set_haveResponse_24(bool value) { ___haveResponse_24 = value; } inline static int32_t get_offset_of_requestSent_25() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestSent_25)); } inline bool get_requestSent_25() const { return ___requestSent_25; } inline bool* get_address_of_requestSent_25() { return &___requestSent_25; } inline void set_requestSent_25(bool value) { ___requestSent_25 = value; } inline static int32_t get_offset_of_webHeaders_26() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webHeaders_26)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_webHeaders_26() const { return ___webHeaders_26; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_webHeaders_26() { return &___webHeaders_26; } inline void set_webHeaders_26(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___webHeaders_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_26), (void*)value); } inline static int32_t get_offset_of_keepAlive_27() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___keepAlive_27)); } inline bool get_keepAlive_27() const { return ___keepAlive_27; } inline bool* get_address_of_keepAlive_27() { return &___keepAlive_27; } inline void set_keepAlive_27(bool value) { ___keepAlive_27 = value; } inline static int32_t get_offset_of_maxAutoRedirect_28() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___maxAutoRedirect_28)); } inline int32_t get_maxAutoRedirect_28() const { return ___maxAutoRedirect_28; } inline int32_t* get_address_of_maxAutoRedirect_28() { return &___maxAutoRedirect_28; } inline void set_maxAutoRedirect_28(int32_t value) { ___maxAutoRedirect_28 = value; } inline static int32_t get_offset_of_mediaType_29() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___mediaType_29)); } inline String_t* get_mediaType_29() const { return ___mediaType_29; } inline String_t** get_address_of_mediaType_29() { return &___mediaType_29; } inline void set_mediaType_29(String_t* value) { ___mediaType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_29), (void*)value); } inline static int32_t get_offset_of_method_30() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___method_30)); } inline String_t* get_method_30() const { return ___method_30; } inline String_t** get_address_of_method_30() { return &___method_30; } inline void set_method_30(String_t* value) { ___method_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_30), (void*)value); } inline static int32_t get_offset_of_initialMethod_31() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___initialMethod_31)); } inline String_t* get_initialMethod_31() const { return ___initialMethod_31; } inline String_t** get_address_of_initialMethod_31() { return &___initialMethod_31; } inline void set_initialMethod_31(String_t* value) { ___initialMethod_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialMethod_31), (void*)value); } inline static int32_t get_offset_of_pipelined_32() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___pipelined_32)); } inline bool get_pipelined_32() const { return ___pipelined_32; } inline bool* get_address_of_pipelined_32() { return &___pipelined_32; } inline void set_pipelined_32(bool value) { ___pipelined_32 = value; } inline static int32_t get_offset_of_preAuthenticate_33() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___preAuthenticate_33)); } inline bool get_preAuthenticate_33() const { return ___preAuthenticate_33; } inline bool* get_address_of_preAuthenticate_33() { return &___preAuthenticate_33; } inline void set_preAuthenticate_33(bool value) { ___preAuthenticate_33 = value; } inline static int32_t get_offset_of_usedPreAuth_34() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___usedPreAuth_34)); } inline bool get_usedPreAuth_34() const { return ___usedPreAuth_34; } inline bool* get_address_of_usedPreAuth_34() { return &___usedPreAuth_34; } inline void set_usedPreAuth_34(bool value) { ___usedPreAuth_34 = value; } inline static int32_t get_offset_of_version_35() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___version_35)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_35() const { return ___version_35; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_35() { return &___version_35; } inline void set_version_35(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_35), (void*)value); } inline static int32_t get_offset_of_force_version_36() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___force_version_36)); } inline bool get_force_version_36() const { return ___force_version_36; } inline bool* get_address_of_force_version_36() { return &___force_version_36; } inline void set_force_version_36(bool value) { ___force_version_36 = value; } inline static int32_t get_offset_of_actualVersion_37() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualVersion_37)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_actualVersion_37() const { return ___actualVersion_37; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_actualVersion_37() { return &___actualVersion_37; } inline void set_actualVersion_37(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___actualVersion_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualVersion_37), (void*)value); } inline static int32_t get_offset_of_proxy_38() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_38)); } inline RuntimeObject* get_proxy_38() const { return ___proxy_38; } inline RuntimeObject** get_address_of_proxy_38() { return &___proxy_38; } inline void set_proxy_38(RuntimeObject* value) { ___proxy_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_38), (void*)value); } inline static int32_t get_offset_of_sendChunked_39() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___sendChunked_39)); } inline bool get_sendChunked_39() const { return ___sendChunked_39; } inline bool* get_address_of_sendChunked_39() { return &___sendChunked_39; } inline void set_sendChunked_39(bool value) { ___sendChunked_39 = value; } inline static int32_t get_offset_of_servicePoint_40() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___servicePoint_40)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_servicePoint_40() const { return ___servicePoint_40; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_servicePoint_40() { return &___servicePoint_40; } inline void set_servicePoint_40(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___servicePoint_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_40), (void*)value); } inline static int32_t get_offset_of_timeout_41() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___timeout_41)); } inline int32_t get_timeout_41() const { return ___timeout_41; } inline int32_t* get_address_of_timeout_41() { return &___timeout_41; } inline void set_timeout_41(int32_t value) { ___timeout_41 = value; } inline static int32_t get_offset_of_writeStream_42() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___writeStream_42)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_42() const { return ___writeStream_42; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_42() { return &___writeStream_42; } inline void set_writeStream_42(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_42), (void*)value); } inline static int32_t get_offset_of_webResponse_43() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webResponse_43)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_webResponse_43() const { return ___webResponse_43; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_webResponse_43() { return &___webResponse_43; } inline void set_webResponse_43(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___webResponse_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___webResponse_43), (void*)value); } inline static int32_t get_offset_of_responseTask_44() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___responseTask_44)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_responseTask_44() const { return ___responseTask_44; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_responseTask_44() { return &___responseTask_44; } inline void set_responseTask_44(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___responseTask_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_44), (void*)value); } inline static int32_t get_offset_of_currentOperation_45() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___currentOperation_45)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_45() const { return ___currentOperation_45; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_45() { return &___currentOperation_45; } inline void set_currentOperation_45(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_45), (void*)value); } inline static int32_t get_offset_of_aborted_46() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___aborted_46)); } inline int32_t get_aborted_46() const { return ___aborted_46; } inline int32_t* get_address_of_aborted_46() { return &___aborted_46; } inline void set_aborted_46(int32_t value) { ___aborted_46 = value; } inline static int32_t get_offset_of_gotRequestStream_47() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___gotRequestStream_47)); } inline bool get_gotRequestStream_47() const { return ___gotRequestStream_47; } inline bool* get_address_of_gotRequestStream_47() { return &___gotRequestStream_47; } inline void set_gotRequestStream_47(bool value) { ___gotRequestStream_47 = value; } inline static int32_t get_offset_of_redirects_48() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___redirects_48)); } inline int32_t get_redirects_48() const { return ___redirects_48; } inline int32_t* get_address_of_redirects_48() { return &___redirects_48; } inline void set_redirects_48(int32_t value) { ___redirects_48 = value; } inline static int32_t get_offset_of_expectContinue_49() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___expectContinue_49)); } inline bool get_expectContinue_49() const { return ___expectContinue_49; } inline bool* get_address_of_expectContinue_49() { return &___expectContinue_49; } inline void set_expectContinue_49(bool value) { ___expectContinue_49 = value; } inline static int32_t get_offset_of_getResponseCalled_50() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___getResponseCalled_50)); } inline bool get_getResponseCalled_50() const { return ___getResponseCalled_50; } inline bool* get_address_of_getResponseCalled_50() { return &___getResponseCalled_50; } inline void set_getResponseCalled_50(bool value) { ___getResponseCalled_50 = value; } inline static int32_t get_offset_of_locker_51() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___locker_51)); } inline RuntimeObject * get_locker_51() const { return ___locker_51; } inline RuntimeObject ** get_address_of_locker_51() { return &___locker_51; } inline void set_locker_51(RuntimeObject * value) { ___locker_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_51), (void*)value); } inline static int32_t get_offset_of_finished_reading_52() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___finished_reading_52)); } inline bool get_finished_reading_52() const { return ___finished_reading_52; } inline bool* get_address_of_finished_reading_52() { return &___finished_reading_52; } inline void set_finished_reading_52(bool value) { ___finished_reading_52 = value; } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_tlsProvider_56() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsProvider_56)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_tlsProvider_56() const { return ___tlsProvider_56; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_tlsProvider_56() { return &___tlsProvider_56; } inline void set_tlsProvider_56(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___tlsProvider_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsProvider_56), (void*)value); } inline static int32_t get_offset_of_tlsSettings_57() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsSettings_57)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_tlsSettings_57() const { return ___tlsSettings_57; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_tlsSettings_57() { return &___tlsSettings_57; } inline void set_tlsSettings_57(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___tlsSettings_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSettings_57), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_58() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certValidationCallback_58)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_58() const { return ___certValidationCallback_58; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_58() { return &___certValidationCallback_58; } inline void set_certValidationCallback_58(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_58), (void*)value); } inline static int32_t get_offset_of_auth_state_59() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auth_state_59)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_auth_state_59() const { return ___auth_state_59; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_auth_state_59() { return &___auth_state_59; } inline void set_auth_state_59(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___auth_state_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_59))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_proxy_auth_state_60() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_auth_state_60)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_proxy_auth_state_60() const { return ___proxy_auth_state_60; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_proxy_auth_state_60() { return &___proxy_auth_state_60; } inline void set_proxy_auth_state_60(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___proxy_auth_state_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_60))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_host_61() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___host_61)); } inline String_t* get_host_61() const { return ___host_61; } inline String_t** get_address_of_host_61() { return &___host_61; } inline void set_host_61(String_t* value) { ___host_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_61), (void*)value); } inline static int32_t get_offset_of_ResendContentFactory_62() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___ResendContentFactory_62)); } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * get_ResendContentFactory_62() const { return ___ResendContentFactory_62; } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 ** get_address_of_ResendContentFactory_62() { return &___ResendContentFactory_62; } inline void set_ResendContentFactory_62(Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * value) { ___ResendContentFactory_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResendContentFactory_62), (void*)value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_63() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___U3CThrowOnErrorU3Ek__BackingField_63)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_63() const { return ___U3CThrowOnErrorU3Ek__BackingField_63; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_63() { return &___U3CThrowOnErrorU3Ek__BackingField_63; } inline void set_U3CThrowOnErrorU3Ek__BackingField_63(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_63 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_64() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___unsafe_auth_blah_64)); } inline bool get_unsafe_auth_blah_64() const { return ___unsafe_auth_blah_64; } inline bool* get_address_of_unsafe_auth_blah_64() { return &___unsafe_auth_blah_64; } inline void set_unsafe_auth_blah_64(bool value) { ___unsafe_auth_blah_64 = value; } }; struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 : public RuntimeObject { public: // Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; // Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::k__BackingField MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D ___U3CCertificateValidationTimeU3Ek__BackingField_2; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::k__BackingField X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___U3CTrustAnchorsU3Ek__BackingField_3; // System.Object Mono.Security.Interface.MonoTlsSettings::k__BackingField RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4; // System.String[] Mono.Security.Interface.MonoTlsSettings::k__BackingField StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___U3CCertificateSearchPathsU3Ek__BackingField_5; // System.Boolean Mono.Security.Interface.MonoTlsSettings::k__BackingField bool ___U3CSendCloseNotifyU3Ek__BackingField_6; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::k__BackingField Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD ___U3CEnabledProtocolsU3Ek__BackingField_7; // Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::k__BackingField CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* ___U3CEnabledCiphersU3Ek__BackingField_8; // System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned bool ___cloned_9; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName bool ___checkCertName_10; // System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus bool ___checkCertRevocationStatus_11; // System.Nullable`1 Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___useServicePointManagerCallback_12; // System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators bool ___skipSystemValidators_13; // System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain bool ___callbackNeedsChain_14; // Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator RuntimeObject* ___certificateValidator_15; public: inline static int32_t get_offset_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; } inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t2839B48DF46207F939A25D598EE37F40F97CE5CF * value) { ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; } inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t4622F0909260C4D909995190EBD3804A1CBE990A * value) { ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; } inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D value) { ___U3CCertificateValidationTimeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CTrustAnchorsU3Ek__BackingField_3)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; } inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___U3CTrustAnchorsU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTrustAnchorsU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CUserSettingsU3Ek__BackingField_4)); } inline RuntimeObject * get_U3CUserSettingsU3Ek__BackingField_4() const { return ___U3CUserSettingsU3Ek__BackingField_4; } inline RuntimeObject ** get_address_of_U3CUserSettingsU3Ek__BackingField_4() { return &___U3CUserSettingsU3Ek__BackingField_4; } inline void set_U3CUserSettingsU3Ek__BackingField_4(RuntimeObject * value) { ___U3CUserSettingsU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUserSettingsU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; } inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___U3CCertificateSearchPathsU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCertificateSearchPathsU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CSendCloseNotifyU3Ek__BackingField_6)); } inline bool get_U3CSendCloseNotifyU3Ek__BackingField_6() const { return ___U3CSendCloseNotifyU3Ek__BackingField_6; } inline bool* get_address_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return &___U3CSendCloseNotifyU3Ek__BackingField_6; } inline void set_U3CSendCloseNotifyU3Ek__BackingField_6(bool value) { ___U3CSendCloseNotifyU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledProtocolsU3Ek__BackingField_7)); } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; } inline Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; } inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_tA368B61397E0DCBFA85FBD6D0C7EFB54328303DD value) { ___U3CEnabledProtocolsU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___U3CEnabledCiphersU3Ek__BackingField_8)); } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; } inline CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; } inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t1F0A013E35A79A56B467224340EFB73B2DA94C7C* value) { ___U3CEnabledCiphersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEnabledCiphersU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_cloned_9() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___cloned_9)); } inline bool get_cloned_9() const { return ___cloned_9; } inline bool* get_address_of_cloned_9() { return &___cloned_9; } inline void set_cloned_9(bool value) { ___cloned_9 = value; } inline static int32_t get_offset_of_checkCertName_10() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___checkCertName_10)); } inline bool get_checkCertName_10() const { return ___checkCertName_10; } inline bool* get_address_of_checkCertName_10() { return &___checkCertName_10; } inline void set_checkCertName_10(bool value) { ___checkCertName_10 = value; } inline static int32_t get_offset_of_checkCertRevocationStatus_11() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___checkCertRevocationStatus_11)); } inline bool get_checkCertRevocationStatus_11() const { return ___checkCertRevocationStatus_11; } inline bool* get_address_of_checkCertRevocationStatus_11() { return &___checkCertRevocationStatus_11; } inline void set_checkCertRevocationStatus_11(bool value) { ___checkCertRevocationStatus_11 = value; } inline static int32_t get_offset_of_useServicePointManagerCallback_12() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___useServicePointManagerCallback_12)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; } inline void set_useServicePointManagerCallback_12(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___useServicePointManagerCallback_12 = value; } inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___skipSystemValidators_13)); } inline bool get_skipSystemValidators_13() const { return ___skipSystemValidators_13; } inline bool* get_address_of_skipSystemValidators_13() { return &___skipSystemValidators_13; } inline void set_skipSystemValidators_13(bool value) { ___skipSystemValidators_13 = value; } inline static int32_t get_offset_of_callbackNeedsChain_14() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___callbackNeedsChain_14)); } inline bool get_callbackNeedsChain_14() const { return ___callbackNeedsChain_14; } inline bool* get_address_of_callbackNeedsChain_14() { return &___callbackNeedsChain_14; } inline void set_callbackNeedsChain_14(bool value) { ___callbackNeedsChain_14 = value; } inline static int32_t get_offset_of_certificateValidator_15() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21, ___certificateValidator_15)); } inline RuntimeObject* get_certificateValidator_15() const { return ___certificateValidator_15; } inline RuntimeObject** get_address_of_certificateValidator_15() { return &___certificateValidator_15; } inline void set_certificateValidator_15(RuntimeObject* value) { ___certificateValidator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificateValidator_15), (void*)value); } }; struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields { public: // Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___defaultSettings_16; public: inline static int32_t get_offset_of_defaultSettings_16() { return static_cast(offsetof(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_StaticFields, ___defaultSettings_16)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_defaultSettings_16() const { return ___defaultSettings_16; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; } inline void set_defaultSettings_16(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___defaultSettings_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultSettings_16), (void*)value); } }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.OperationCanceledException struct OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ____cancellationToken_17; public: inline static int32_t get_offset_of__cancellationToken_17() { return static_cast(offsetof(OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB, ____cancellationToken_17)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get__cancellationToken_17() const { return ____cancellationToken_17; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of__cancellationToken_17() { return &____cancellationToken_17; } inline void set__cancellationToken_17(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ____cancellationToken_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____cancellationToken_17))->___m_source_0), (void*)NULL); } }; // System.OutOfMemoryException struct OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // Microsoft.Win32.SafeHandles.SafeProcessHandle struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; struct SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields { public: // Microsoft.Win32.SafeHandles.SafeProcessHandle Microsoft.Win32.SafeHandles.SafeProcessHandle::InvalidHandle SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___InvalidHandle_6; public: inline static int32_t get_offset_of_InvalidHandle_6() { return static_cast(offsetof(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields, ___InvalidHandle_6)); } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * get_InvalidHandle_6() const { return ___InvalidHandle_6; } inline SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** get_address_of_InvalidHandle_6() { return &___InvalidHandle_6; } inline void set_InvalidHandle_6(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * value) { ___InvalidHandle_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidHandle_6), (void*)value); } }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.StackOverflowException struct StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ThreadAbortException struct ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // Mono.Security.Protocol.Ntlm.Type1Message struct Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 : public MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD { public: // System.String Mono.Security.Protocol.Ntlm.Type1Message::_host String_t* ____host_3; // System.String Mono.Security.Protocol.Ntlm.Type1Message::_domain String_t* ____domain_4; public: inline static int32_t get_offset_of__host_3() { return static_cast(offsetof(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621, ____host_3)); } inline String_t* get__host_3() const { return ____host_3; } inline String_t** get_address_of__host_3() { return &____host_3; } inline void set__host_3(String_t* value) { ____host_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_3), (void*)value); } inline static int32_t get_offset_of__domain_4() { return static_cast(offsetof(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621, ____domain_4)); } inline String_t* get__domain_4() const { return ____domain_4; } inline String_t** get_address_of__domain_4() { return &____domain_4; } inline void set__domain_4(String_t* value) { ____domain_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_4), (void*)value); } }; // Mono.Security.Protocol.Ntlm.Type2Message struct Type2Message_t1B53737A52257B8981536796FEA92465495D23BE : public MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD { public: // System.Byte[] Mono.Security.Protocol.Ntlm.Type2Message::_nonce ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____nonce_3; // System.String Mono.Security.Protocol.Ntlm.Type2Message::_targetName String_t* ____targetName_4; // System.Byte[] Mono.Security.Protocol.Ntlm.Type2Message::_targetInfo ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____targetInfo_5; public: inline static int32_t get_offset_of__nonce_3() { return static_cast(offsetof(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE, ____nonce_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__nonce_3() const { return ____nonce_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__nonce_3() { return &____nonce_3; } inline void set__nonce_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____nonce_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____nonce_3), (void*)value); } inline static int32_t get_offset_of__targetName_4() { return static_cast(offsetof(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE, ____targetName_4)); } inline String_t* get__targetName_4() const { return ____targetName_4; } inline String_t** get_address_of__targetName_4() { return &____targetName_4; } inline void set__targetName_4(String_t* value) { ____targetName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetName_4), (void*)value); } inline static int32_t get_offset_of__targetInfo_5() { return static_cast(offsetof(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE, ____targetInfo_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__targetInfo_5() const { return ____targetInfo_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__targetInfo_5() { return &____targetInfo_5; } inline void set__targetInfo_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____targetInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetInfo_5), (void*)value); } }; // Mono.Security.Protocol.Ntlm.Type3Message struct Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 : public MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD { public: // Mono.Security.Protocol.Ntlm.NtlmAuthLevel Mono.Security.Protocol.Ntlm.Type3Message::_level int32_t ____level_3; // System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::_challenge ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____challenge_4; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_host String_t* ____host_5; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_domain String_t* ____domain_6; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_username String_t* ____username_7; // System.String Mono.Security.Protocol.Ntlm.Type3Message::_password String_t* ____password_8; // Mono.Security.Protocol.Ntlm.Type2Message Mono.Security.Protocol.Ntlm.Type3Message::_type2 Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * ____type2_9; // System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::_lm ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____lm_10; // System.Byte[] Mono.Security.Protocol.Ntlm.Type3Message::_nt ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____nt_11; public: inline static int32_t get_offset_of__level_3() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____level_3)); } inline int32_t get__level_3() const { return ____level_3; } inline int32_t* get_address_of__level_3() { return &____level_3; } inline void set__level_3(int32_t value) { ____level_3 = value; } inline static int32_t get_offset_of__challenge_4() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____challenge_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__challenge_4() const { return ____challenge_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__challenge_4() { return &____challenge_4; } inline void set__challenge_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____challenge_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____challenge_4), (void*)value); } inline static int32_t get_offset_of__host_5() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____host_5)); } inline String_t* get__host_5() const { return ____host_5; } inline String_t** get_address_of__host_5() { return &____host_5; } inline void set__host_5(String_t* value) { ____host_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____host_5), (void*)value); } inline static int32_t get_offset_of__domain_6() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____domain_6)); } inline String_t* get__domain_6() const { return ____domain_6; } inline String_t** get_address_of__domain_6() { return &____domain_6; } inline void set__domain_6(String_t* value) { ____domain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_6), (void*)value); } inline static int32_t get_offset_of__username_7() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____username_7)); } inline String_t* get__username_7() const { return ____username_7; } inline String_t** get_address_of__username_7() { return &____username_7; } inline void set__username_7(String_t* value) { ____username_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____username_7), (void*)value); } inline static int32_t get_offset_of__password_8() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____password_8)); } inline String_t* get__password_8() const { return ____password_8; } inline String_t** get_address_of__password_8() { return &____password_8; } inline void set__password_8(String_t* value) { ____password_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____password_8), (void*)value); } inline static int32_t get_offset_of__type2_9() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____type2_9)); } inline Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * get__type2_9() const { return ____type2_9; } inline Type2Message_t1B53737A52257B8981536796FEA92465495D23BE ** get_address_of__type2_9() { return &____type2_9; } inline void set__type2_9(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * value) { ____type2_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____type2_9), (void*)value); } inline static int32_t get_offset_of__lm_10() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____lm_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__lm_10() const { return ____lm_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__lm_10() { return &____lm_10; } inline void set__lm_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____lm_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____lm_10), (void*)value); } inline static int32_t get_offset_of__nt_11() { return static_cast(offsetof(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593, ____nt_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__nt_11() const { return ____nt_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__nt_11() { return &____nt_11; } inline void set__nt_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____nt_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____nt_11), (void*)value); } }; // 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.MobileAuthenticatedStream/d__67 struct U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__67::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__67::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__67::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__67::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_3; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__67::sync bool ___sync_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__67::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3E4__this_3)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_sync_4() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___sync_4)); } inline bool get_sync_4() const { return ___sync_4; } inline bool* get_address_of_sync_4() { return &___sync_4; } inline void set_sync_4(bool value) { ___sync_4 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MobileAuthenticatedStream/d__47 struct U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__47::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__47::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::serverMode bool ___serverMode_2; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileAuthenticatedStream/d__47::serverCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate_3; // System.String Mono.Net.Security.MobileAuthenticatedStream/d__47::targetHost String_t* ___targetHost_4; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__47::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_5; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::runSynchronously bool ___runSynchronously_6; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileAuthenticatedStream/d__47::enabledProtocols int32_t ___enabledProtocols_7; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates_8; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertRequired bool ___clientCertRequired_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__47::<>u__1 ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___U3CU3Eu__1_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_serverMode_2() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverMode_2)); } inline bool get_serverMode_2() const { return ___serverMode_2; } inline bool* get_address_of_serverMode_2() { return &___serverMode_2; } inline void set_serverMode_2(bool value) { ___serverMode_2 = value; } inline static int32_t get_offset_of_serverCertificate_3() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverCertificate_3)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_serverCertificate_3() const { return ___serverCertificate_3; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_serverCertificate_3() { return &___serverCertificate_3; } inline void set_serverCertificate_3(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___serverCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_3), (void*)value); } inline static int32_t get_offset_of_targetHost_4() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___targetHost_4)); } inline String_t* get_targetHost_4() const { return ___targetHost_4; } inline String_t** get_address_of_targetHost_4() { return &___targetHost_4; } inline void set_targetHost_4(String_t* value) { ___targetHost_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetHost_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3E4__this_5)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_runSynchronously_6() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___runSynchronously_6)); } inline bool get_runSynchronously_6() const { return ___runSynchronously_6; } inline bool* get_address_of_runSynchronously_6() { return &___runSynchronously_6; } inline void set_runSynchronously_6(bool value) { ___runSynchronously_6 = value; } inline static int32_t get_offset_of_enabledProtocols_7() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___enabledProtocols_7)); } inline int32_t get_enabledProtocols_7() const { return ___enabledProtocols_7; } inline int32_t* get_address_of_enabledProtocols_7() { return &___enabledProtocols_7; } inline void set_enabledProtocols_7(int32_t value) { ___enabledProtocols_7 = value; } inline static int32_t get_offset_of_clientCertificates_8() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertificates_8)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_clientCertificates_8() const { return ___clientCertificates_8; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_clientCertificates_8() { return &___clientCertificates_8; } inline void set_clientCertificates_8(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___clientCertificates_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_8), (void*)value); } inline static int32_t get_offset_of_clientCertRequired_9() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertRequired_9)); } inline bool get_clientCertRequired_9() const { return ___clientCertRequired_9; } inline bool* get_address_of_clientCertRequired_9() { return &___clientCertRequired_9; } inline void set_clientCertRequired_9(bool value) { ___clientCertRequired_9 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_10() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Eu__1_10)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_U3CU3Eu__1_10() const { return ___U3CU3Eu__1_10; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_U3CU3Eu__1_10() { return &___U3CU3Eu__1_10; } inline void set_U3CU3Eu__1_10(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___U3CU3Eu__1_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); } }; // 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.DllNotFoundException struct DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596 : public TypeLoadException_t57F05DC978AA8B70B0CE1AB2EF99D7F97FE428E7 { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E : public NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 { public: public: }; // System.Net.WebException struct WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.Net.WebExceptionStatus System.Net.WebException::m_Status int32_t ___m_Status_17; // System.Net.WebResponse System.Net.WebException::m_Response WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___m_Response_18; // System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus int32_t ___m_InternalStatus_19; public: inline static int32_t get_offset_of_m_Status_17() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Status_17)); } inline int32_t get_m_Status_17() const { return ___m_Status_17; } inline int32_t* get_address_of_m_Status_17() { return &___m_Status_17; } inline void set_m_Status_17(int32_t value) { ___m_Status_17 = value; } inline static int32_t get_offset_of_m_Response_18() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_Response_18)); } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * get_m_Response_18() const { return ___m_Response_18; } inline WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 ** get_address_of_m_Response_18() { return &___m_Response_18; } inline void set_m_Response_18(WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * value) { ___m_Response_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Response_18), (void*)value); } inline static int32_t get_offset_of_m_InternalStatus_19() { return static_cast(offsetof(WebException_t824617203133537D3B05BF786C22AECE0E2DBD08, ___m_InternalStatus_19)); } inline int32_t get_m_InternalStatus_19() const { return ___m_InternalStatus_19; } inline int32_t* get_address_of_m_InternalStatus_19() { return &___m_InternalStatus_19; } inline void set_m_InternalStatus_19(int32_t value) { ___m_InternalStatus_19 = value; } }; // System.ComponentModel.Win32Exception struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 : public ExternalException_tC18275DD0AEB2CDF9F85D94670C5A49A4DC3B783 { public: // System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode int32_t ___nativeErrorCode_17; public: inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950, ___nativeErrorCode_17)); } inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; } inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; } inline void set_nativeErrorCode_17(int32_t value) { ___nativeErrorCode_17 = value; } }; struct Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields { public: // System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized bool ___s_ErrorMessagesInitialized_18; // System.Collections.Generic.Dictionary`2 System.ComponentModel.Win32Exception::s_ErrorMessage Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * ___s_ErrorMessage_19; public: inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessagesInitialized_18)); } inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; } inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; } inline void set_s_ErrorMessagesInitialized_18(bool value) { ___s_ErrorMessagesInitialized_18 = value; } inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast(offsetof(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_StaticFields, ___s_ErrorMessage_19)); } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; } inline Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; } inline void set_s_ErrorMessage_19(Dictionary_2_t0ACB62D0885C7AB376463C70665400A39808C5FB * value) { ___s_ErrorMessage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ErrorMessage_19), (void*)value); } }; // System.Net.NetworkInformation.NetworkInformationException struct NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF : public Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574 : public RuntimeArray { public: ALIGN_FIELD (8) CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * m_Items[1]; public: inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.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.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* m_Items[1]; public: inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** 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, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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.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.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA m_Items[1]; public: inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * 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, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // 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.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * m_Items[1]; public: inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.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.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m75545B63DAA435A2CCAE7BAC12DB93BEF441AA30_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method); // !!0 System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m94BEE28ADAAC7223EE34485FD592C44F0EBC36B4_gshared (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_1_get_Result_mB982065BEF89A1FCB342D8E013FCF82912F66FDB_gshared (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__58>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mBC7723F7843F9E284C2F49B12037C126E7B144DE_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB_gshared (ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE * __this, int32_t ___item10, bool ___item21, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__66>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_mFB51DA57871396772302E050A808E031C2E400C8_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__67>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mD2E0101E81D0F14A3A3B64541D6FD6E5EF75EABF_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mEFEEEA400893766919892B6CC8DE1BD6B4ACF43E_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, Guid_t ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mCF45656F11C4506417C04E9AA143154E0C1A3C1F_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, Guid_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // !0 System.Tuple`2::get_Item1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t Tuple_2_get_Item1_m94164C57294587FEB50D2E2326D9EF12FAF112B8_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD6E580F608DCA3E62791914E4F88E1EB6F00F3E4_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, Guid_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // !1 System.Tuple`2::get_Item2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Tuple_2_get_Item2_mA7125F9CAEBAFF4522EAFD535797F8F70C46FCDC_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mEA363EC9E06CD7572F38BC96D68F0866C6D3B7EB_gshared (Dictionary_2_t68FA25B39EC8179DDB6C36003288B86442B82ECB * __this, const RuntimeMethod* method); // System.Void System.Tuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_2__ctor_m76EFDBC178246AEAF2EEE728CCC76DB50A0A01F1_gshared (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, Guid_t ___item10, RuntimeObject * ___item21, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // 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__17>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m1411B6E82C28AFD34CFFAA529CFF010C0E8FC9E6_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * ___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.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.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateValueCallback__ctor_mB9ADC6D68C2AA74553916845F467C4B66886B9F2_gshared (CreateValueCallback_tE86988D006DE4FD0270C59F0919804201589A502 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !1 System.Runtime.CompilerServices.ConditionalWeakTable`2::GetValue(!0,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConditionalWeakTable_2_GetValue_m8648B4417AE0619262CAF952074FA8B368930119_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __this, RuntimeObject * ___key0, CreateValueCallback_tE86988D006DE4FD0270C59F0919804201589A502 * ___createValueCallback1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared (ConditionalWeakTable_2_tCF100268EF76D0BC19F774221E488BBB4CD4B365 * __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.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.ComponentModel.EventHandlerList System.ComponentModel.MarshalByValueComponent::get_Events() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * MarshalByValueComponent_get_Events_m761CAD78F311316F8263BAF4E0FC7B916BB8C022 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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.Void System.ComponentModel.EventHandlerList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandlerList__ctor_mCD5E271549A8174F6395E5A5B3FACBB5B0AB1652 (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * __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.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.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.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.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, 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 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.ComponentModel.MaskedTextProvider::.ctor(System.String,System.Globalization.CultureInfo,System.Boolean,System.Char,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, bool ___allowPromptAsInput2, Il2CppChar ___promptChar3, Il2CppChar ___passwordChar4, bool ___restrictToAscii5, 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.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.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.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.Boolean System.ComponentModel.MaskedTextProvider::IsPrintableChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2 (Il2CppChar ___c0, 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.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* CultureInfo_GetCultures_mA8B0B9E30332EEA6FB40720AFF46FDFCE41C1E68 (int32_t ___types0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::get_IsReadOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m2A30670E5820573D6E2EB1B9EC2744824816F837_inline (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::ReadOnly(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_ReadOnly_m15A94C4FD9D4C2641781E9F315C7E3A24037CF2C (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___ci0, 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.Void System.ComponentModel.MaskedTextProvider::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Initialize_mAEEFB53F838A5B518604A7DDA674DB9284A299F9 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, 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.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m7E13A7E8E8D38B262592AA9A02B2A4CEA3A2A15D (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_mDEE0AD902FFF6FD50CC73C9636ECF5603B5705D3_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m1D17A9A056016A546F4C5255FA2DBEC532FC1BF1_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_TimeSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m2D192C89989EE374E2B7377E2208A72F0E47371E_inline (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_DateSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_m737CFEC3E8A8BF2234AEE05ACE2005777607C1C2_inline (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencySymbol() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m294691B5C58A2691C5F859647A6D4200A51BF514_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider/CharDescriptor::.ctor(System.Int32,System.ComponentModel.MaskedTextProvider/CharType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharDescriptor__ctor_m828EABECC5DAD8456DADF44EBF374150B8152B1E (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * __this, int32_t ___maskPos0, int32_t ___charType1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::IsEditPosition(System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDescriptor0, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m954070CC0725E81752ADCA2AD1C415DADFC3649A (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * __this, CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 *, CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Capacity(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Capacity_mC1488A3E3622EE7B0A7A340F22A55CCFBBF21669 (StringBuilder_t * __this, int32_t ___value0, 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.Int32 System.ComponentModel.MaskedTextProvider::get_EditPositionCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_EditPositionCount_mF13C9E1FB5E6E8CFCFC32A617382EDFEF3EDF4C8 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __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.String System.ComponentModel.MaskedTextProvider::get_Mask() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_get_Mask_m83969B2699095DC1BB586E912508167CD74DB0E4_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.ComponentModel.MaskedTextProvider::get_Culture() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * MaskedTextProvider_get_Culture_mD2149D52B3CF70FB794249AE2867D78217411F1A_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::get_AllowPromptAsInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AllowPromptAsInput_mEE9E35F8900B055F9E205A89A658A046C8BED2BF (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Char System.ComponentModel.MaskedTextProvider::get_PromptChar() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PromptChar_mE2C6DD81ABE850F45DC164227A4538A342ACA20E_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Char System.ComponentModel.MaskedTextProvider::get_PasswordChar() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PasswordChar_m5FE2A10DEF9B3F7912D048A347391B153A8937FE_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::get_AsciiOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Object System.SecurityUtils::SecureCreateInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SecurityUtils_SecureCreateInstance_mD5B39B271B2A41D3F33DEB21C81C507038E95CE1 (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::set_ResetOnPrompt(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnPrompt_mDEFBF718AC22970F91FA069B1A0A904F6B35A9C1 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::set_ResetOnSpace(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnSpace_mBBBA73821979891A0C873BEFF7B07B44187F0D0E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::set_SkipLiterals(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_SkipLiterals_m1429BCAB7378443DCD3C6A89B0A3F436734D89C1 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * (*) (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Char System.Text.StringBuilder::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m21B69B91F3D9B0FBFF39FE58D4C68060DA71E21E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::get_ResetOnPrompt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnPrompt_mD697942119B4E2936DCB97AE087E6FD4A284A75A (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::get_ResetOnSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnSpace_mB9667124EA5D3C8A2246EFFA58F42D43AB31333D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::get_SkipLiterals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_SkipLiterals_m0ABEB997A2AF77FA7B0581F10D9BE70C5B29BDEA (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::get_IncludeLiterals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludeLiterals_mA2C2B48A1DC4C4CB9DA6D68717AED6E365DB79AA (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::set_IncludeLiterals(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludeLiterals_mC6EC68451D62A7D029F3E13BBFE817A1693F216C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::get_IncludePrompt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludePrompt_mE72E60E3C4DA0698E79EE21CEA0D71404574DB64 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::set_IncludePrompt(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludePrompt_m7DC00CFB54F1CEDC9A243836E3E433A772BE3A1D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, 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.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 List_1_GetEnumerator_m0E88851A606740C067B5E24FF7E68F2222BA877C (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * __this, const RuntimeMethod* method) { return (( Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 (*) (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * Enumerator_get_Current_m0CBE13843237EA736C958F32EA87009CDB5DBF4F_inline (Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 * __this, const RuntimeMethod* method) { return (( CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * (*) (Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, 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); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m957052792023308FAFDC59D98795C5BC0958C638 (Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mA9754EA85E41585F808AACA8EC9D5FD40F9B3B36 (Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Boolean System.ComponentModel.MaskedTextProvider::get_IsPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IsPassword_m8CEF29F0BDC4B3AD1AF2FA8D3F02E79BDC8D0E37 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Char System.ComponentModel.MaskedTextProvider::get_DefaultPasswordChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_DefaultPasswordChar_m7975A282C5156B6AF6B7A503EC4A7E900366EF9B (const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::FindAssignedEditPositionFrom(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionFrom_m3194FA8A6AF702F4D0602FF893AD1355D9D4B98F (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, bool ___direction1, 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.Boolean System.ComponentModel.MaskedTextProvider::IsValidPasswordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidPasswordChar_m3B8E0FB6CF7BFA638A53891A6F0616BD8FDB8417 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::IsEditPosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m2CC41709E6CF501B944FE0BF539F9BCD2E5218E3 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Add(System.Char,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_mBB004B9849E93E7C6A6E5A3D0B53C898B1726F4F (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::get_LastAssignedPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::FindEditPositionFrom(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, bool ___direction1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::TestSetChar(System.Char,System.Int32,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetChar_m882431611950B407BAFAFF58CA01510570A93EC2 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___resultHint2, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Add(System.String,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_mE03E8543AE556EB397CF80FB9FDD87DC1010E24E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, 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.Boolean System.ComponentModel.MaskedTextProvider::TestSetString(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetString_mEEFBC9EF0F6861072304FD0B52B9303FFF74759C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::Clear(System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Clear_m4741F37855B0D6E18183550B64342DD7DE4B0983 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t* ___resultHint0, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::ResetChar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___testPosition0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::FindAssignedEditPositionInRange(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionInRange_m94E0F31E780F9DA49270C2287CAC7454A9AE2BED (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::FindEditPositionInRange(System.Int32,System.Int32,System.Boolean,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_m912FFA35EFE3A1C25151AAAEAB50B53C4C711EE0 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, uint8_t ___assignedStatus3, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::FindEditPositionInRange(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_mF58304397C837B40EEF83439D2D50250C404C242 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::FindPositionInRange(System.Int32,System.Int32,System.Boolean,System.ComponentModel.MaskedTextProvider/CharType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindPositionInRange_m889A17A61B3DD1F052670EBE0E5D6E9319227249 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, int32_t ___charTypeFlags3, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::FindNonEditPositionInRange(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindNonEditPositionInRange_mF1EF7A2C725323301107D4AA2E8DD640062F5F09 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_m32AF0A766896CA106940BB15083CF9C4B8D1A7D5 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAt(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_mD8363D56D8E3614B223C7D7094456024ADB85093 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAtInt(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAtInt_mE835960827D666070AC893AB954EA9667E7ACADC (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, bool ___testOnly4, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::TestString(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestString_m717F902B2F9B7324C3164EF1B4D120A52F3B5FB7 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::TestChar(System.Char,System.Int32,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___resultHint2, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::SetChar(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_m34EC6A3DEE277E13E0C1D749D4E14638B83B7977 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::SetString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetString_mAF3C7AC1AB68225F779C519B9B7CF665B013909E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___testPosition1, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_mC19135099993954C820E030363B943034575F504 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsPunctuation(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsPunctuation_mAA0C28B4CA0DE58C6C2ED7993BFA0D1F250C5661 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsSymbol(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSymbol_m70C44E77193791A7A086F0D968162BE8FDD34370 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Remove(System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Remove_m2D166D53CE5825DE4EFA5ACF7F756DC7FFFBDB93 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t* ___testPosition0, int32_t* ___resultHint1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::RemoveAt(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m130A789AB88DA58024D61F125D29DF6D35F9B24B (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::RemoveAt(System.Int32,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m14565DD5A0312EEE71A8B383291C50C80E52E3C9 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::RemoveAtInt(System.Int32,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAtInt_m219E2E09C67DD071B875A44F41223783FC816229 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, int32_t* ___testPosition2, int32_t* ___resultHint3, bool ___testOnly4, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::ResetString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetString_m1EC8B9FD02231533A813AC710F1C961DB3A00F52 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.Char,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m77C126C7876B2D8792749B711F0493637D07BCC8 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::TestEscapeChar(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_m91E82B6C69C4010A14879FD0BE76B9175CB2B3EE (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.String,System.Int32,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m2F1FAB1B16627BB77481A7AEDC22DBDFA2C00831 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___startPosition1, int32_t ___endPosition2, int32_t* ___testPosition3, int32_t* ___resultHint4, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mF0F1510924A2989B97933978B1E8D30D9A451CE7 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::Set(System.String,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Set_m27A593B682E7307FFAF19D8E2B98A025E0A0C14F (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, const RuntimeMethod* method); // System.Void System.ComponentModel.MaskedTextProvider::SetChar(System.Char,System.Int32,System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_mB0DA38CDBDD5474A4653BE43FA158DD9DE9A8B3D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDescriptor2, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::TestEscapeChar(System.Char,System.Int32,System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_mCDF3969DEFF30BB0BC0553483638C04C14178FB7 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDex2, const RuntimeMethod* method); // System.Boolean System.Char::IsUpper(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::IsLiteralPosition(System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsLiteralPosition_mFF0616AC8037F9ADD897B24A90E76F688159ED5E (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDescriptor0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::IsAsciiLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAsciiLetter_m2ADD44CBF1BB6D7B25F05FAB9EB4B607B463C4FF (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::IsAscii(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAscii_m54E66095F8552A7B6358D36FF5F06C6562BB9754 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::IsAlphanumeric(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAlphanumeric_mEC0699D4BA97159483FA16E84AF314147E9AE089 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::IsAciiAlphanumeric(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAciiAlphanumeric_m5846966045DF9A6147A67AEB823CC891DC66867E (Il2CppChar ___c0, 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.ComponentModel.MaskedTextProvider::ToString(System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___ignorePasswordChar0, bool ___includePrompt1, bool ___includeLiterals2, int32_t ___startPosition3, int32_t ___length4, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MaskedTextProvider::get_InvalidIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_InvalidIndex_mFA65C8A5B1442E7A3376BF7D9840C7DA918E6D1A (const RuntimeMethod* method); // System.Boolean System.ComponentModel.MaskedTextProvider::VerifyString(System.String,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyString_m8800ABD188DC706BFBD9E0500DD4899DE0B5145E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.BitVector32::CreateMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitVector32_CreateMask_mCFD5B8A436EEAEBEB0F91F930F86E69578B8EE90 (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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Group::.ctor(System.String,System.Int32[],System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Group__ctor_m5FE82FDB5B4EE244EB46909ACC099806555EB32F (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, String_t* ___text0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___caps1, int32_t ___capcount2, String_t* ___name3, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.GroupCollection::.ctor(System.Text.RegularExpressions.Match,System.Collections.Hashtable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupCollection__ctor_m7DC940E706407EAE4AC45F297F021CD11F26CF6A (GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * __this, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ___match0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Run(System.Boolean,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, bool ___quick0, int32_t ___prevlen1, String_t* ___input2, int32_t ___beginning3, int32_t ___length4, int32_t ___startat5, 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.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::GetMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.MatchCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_m1476DA408DBD9D6EAD231F2AF1320E0990CF287D (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.MatchEnumerator::.ctor(System.Text.RegularExpressions.MatchCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchEnumerator__ctor_mAC068C23A5E2366435764453E8E80C8B5803AD31 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * ___matchcoll0, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method); // System.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.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.ComponentModel.MemberDescriptor::CheckAttributesValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_CheckAttributesValid_mC432A0713C9BCEA92876A472738DE9250812F69C (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::FilterAttributesIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FilterAttributesIfNeeded_m1A08E5CF047132A2A72178D32F98697960E979A0 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __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.ComponentModel.BrowsableAttribute::get_Browsable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.TypeDescriptor::get_MetadataVersion() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeDescriptor_get_MetadataVersion_m96D7FABBFCD10081ABCF98C6ED3852B4D5BF367D_inline (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.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.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, RuntimeObject* ___c0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MemberDescriptor_FindMethod_m7BA08612FBB4FC6565F58D83A2F156C4264AA7F7 (Type_t * ___componentClass0, String_t* ___name1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___args2, Type_t * ___returnType3, bool ___publicOnly4, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E (Type_t * __this, String_t* ___name0, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m69EE86B5A87244C925333CCF1B6D6B9BCFED8A89 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder2, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types3, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers4, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeDescriptor::GetAssociation(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D (Type_t * ___type0, RuntimeObject * ___primary1, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MergablePropertyAttribute::get_AllowMerge() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MergablePropertyAttribute_get_AllowMerge_m14346F26A5635E83491087D9500916D197E480F9_inline (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.MergablePropertyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergablePropertyAttribute__ctor_mA72B640AA52C25910A5453761550DC0CEECECA1A (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, bool ___allowMerge0, const RuntimeMethod* method); // System.Void System.Net.NetworkInformation.UnixIPGlobalProperties::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixIPGlobalProperties__ctor_mF2ADB564F94ABCB20CB71DDE34FAB070BA12A868 (UnixIPGlobalProperties_t17A56352BFACD974A0828F84CA3424941E39B021 * __this, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // 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); // 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); // System.Void System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095 (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * __this, const RuntimeMethod* method); // System.Void 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); // System.Void System.IO.IOException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B (Exception_t * ___source0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m038CE3FFE670E8DC426728EE334DF915BC3F1644 (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, const RuntimeMethod* method); // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileAuthenticatedStream::get_DefaultProtocols() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_get_DefaultProtocols_mE99BEE04BF2F1CCC71DAD7602407EFC61178E1BD (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_AuthenticateAsClient_m54333EB0B910C87E197A05F1C15D6544DB33BDD1 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates1, int32_t ___enabledSslProtocols2, bool ___checkCertificateRevocation3, const RuntimeMethod* method); // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::ProcessAuthentication(System.Boolean,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___runSynchronously0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate4, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates5, bool ___clientCertRequired6, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* 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__47>(!!0&) inline void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m75545B63DAA435A2CCAE7BAC12DB93BEF441AA30 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m75545B63DAA435A2CCAE7BAC12DB93BEF441AA30_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.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); // System.Threading.CancellationToken System.Threading.CancellationToken::get_None() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF (const RuntimeMethod* method); // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::StartOperation(Mono.Net.Security.MobileAuthenticatedStream/OperationType,Mono.Net.Security.AsyncProtocolRequest,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___type0, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method); // System.IAsyncResult System.Threading.Tasks.TaskToApm::Begin(System.Threading.Tasks.Task,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TaskToApm_Begin_m0A8A1E0B6104AD2D83E5767147A2808B89756AD6 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___task0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method); // !!0 System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) inline int32_t TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m94BEE28ADAAC7223EE34485FD592C44F0EBC36B4 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m94BEE28ADAAC7223EE34485FD592C44F0EBC36B4_gshared)(___asyncResult0, method); } // 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); // System.Void System.Threading.Tasks.TaskToApm::End(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_End_m91446ED84F2ED6AE3003382E1B7AE44EA6937493 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() inline int32_t Task_1_get_Result_mB982065BEF89A1FCB342D8E013FCF82912F66FDB (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *, const RuntimeMethod*))Task_1_get_Result_mB982065BEF89A1FCB342D8E013FCF82912F66FDB_gshared)(__this, method); } // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__58>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mBC7723F7843F9E284C2F49B12037C126E7B144DE (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mBC7723F7843F9E284C2F49B12037C126E7B144DE_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, const RuntimeMethod* method) { return (( Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_gshared)(__this, method); } // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::InternalRead(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___internalBuffer1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetIOException(System.Exception,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetIOException_m3FA680F8E914AC496E6F439F6FDCE0A766C35C5C (Exception_t * ___e0, String_t* ___message1, const RuntimeMethod* method); // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // 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); // System.Void System.ValueTuple`2::.ctor(!0,!1) inline void ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB (ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE * __this, int32_t ___item10, bool ___item21, const RuntimeMethod* method) { (( void (*) (ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE *, int32_t, bool, const RuntimeMethod*))ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB_gshared)(__this, ___item10, ___item21, method); } // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.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.Boolean Mono.Net.Security.MobileAuthenticatedStream::InternalWrite(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize2,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___internalBuffer1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Void Mono.Net.Security.BufferOffsetSize2::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4 (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * __this, const RuntimeMethod* method); // System.Int32 Mono.Net.Security.BufferOffsetSize::get_Remaining() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D (BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * __this, const RuntimeMethod* method); // System.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); // System.Void Mono.Net.Security.AsyncProtocolRequest::RequestWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncProtocolRequest_RequestWrite_m75F0A9A2A611CC2BB267ADE4FF36E98148F413E7 (AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__66>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_mFB51DA57871396772302E050A808E031C2E400C8 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_mFB51DA57871396772302E050A808E031C2E400C8_gshared)(__this, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__67>(!!0&) inline void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mD2E0101E81D0F14A3A3B64541D6FD6E5EF75EABF (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mD2E0101E81D0F14A3A3B64541D6FD6E5EF75EABF_gshared)(__this, ___stateMachine0, method); } // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileTlsContext::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Dispose_mDD54934F58E124A19D89712EA3524008E5CAC050 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // 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); // System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method); // System.Void Mono.Net.Security.MobileAuthenticatedStream::CheckThrow(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___authSuccessCheck0, bool ___shutdownCheck1, const RuntimeMethod* method); // System.Boolean Mono.Net.Security.MobileTlsContext::get_IsServer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::get_LocalServerCertificate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::get_Settings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::get_Provider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method); // Mono.Security.Interface.ICertificateValidator2 Mono.Security.Interface.CertificateValidationHelper::GetInternalValidator(Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CertificateValidationHelper_GetInternalValidator_mA9423272BF9414FEC789EFC299B8E55B998C73D5 (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider1, const RuntimeMethod* method); // System.String Mono.Net.Security.MobileTlsContext::get_TargetHost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, 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.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::get_ClientCertificates() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.DescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, String_t* ___description0, const RuntimeMethod* method); // System.String System.ComponentModel.DescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DescriptionAttribute_get_Description_m0FA1D4D963B0CC6430641650EAFC0A28EF5D7567 (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA * __this, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebHeaderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_mD2D5FA0ACB85A6CC731CB9C793339E507A6C8AE0 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers0, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.Net.MonoChunkStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_Read_m43A4085433F66530A42EF59AAB3A0D51E6E5891A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.Net.MonoChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadFromChunks_m37D5FAEAFECA57D507F64766999D57A95EEA0D2A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624 (List_1_t59478D999576758E965737A3361AFC7391C2BB15 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mCD876E76ACD2EA824393C395083E036B1D3FB417 (List_1_t59478D999576758E965737A3361AFC7391C2BB15 * __this, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Net.MonoChunkStream/Chunk::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Chunk_Read_mD196D23B6CCE13436E9654D5690B120A27D767F9 (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD List_1_GetEnumerator_m1B995832FE9B1B944B31B06DB3F6ADC247EFC1E6 (List_1_t59478D999576758E965737A3361AFC7391C2BB15 * __this, const RuntimeMethod* method) { return (( Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD (*) (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * Enumerator_get_Current_m4AD1ECAD659B1BA6DAE69CF90B069F6F16BBF387_inline (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD * __this, const RuntimeMethod* method) { return (( Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * (*) (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816 (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Net.MonoChunkStream::InternalWrite(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::GetChunkSize(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_GetChunkSize_m6C80D3EEFADE084F993AAAFF2CA0F2DC494446C4 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadBody_mA94E7D8EB2AA23BDF0C5C23175BC98B2CBE2DCCB (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadCRLF(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadCRLF_m0A00BE1B5479D26A93C6FC1ED5250C30A194C708 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadTrailer(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadTrailer_m5F9E21734592996F66F8BDDBF66D7AC9F4A90C1E (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream/Chunk::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chunk__ctor_m85D8BE6C05ACCD31D613F2EC44FC12000795C95D (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___chunk0, const RuntimeMethod* method); // System.Void System.Net.MonoChunkStream::ThrowProtocolViolation(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C (String_t* ___message0, const RuntimeMethod* method); // System.String System.Net.MonoChunkStream::RemoveChunkExtension(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoChunkStream_RemoveChunkExtension_m5EE5C7814ED62003E69A3116DAA16785BC282D88 (String_t* ___input0, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE2DF841397B10B947C6729D5B811D0C25D211A56 (String_t* ___s0, int32_t ___style1, 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.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE (StringReader_t74E352C280EAC22C878867444978741F19E1F895 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_m2001A99A04978C4DE11DAC26540C04C5EF5CC776 (WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * ___response3, const RuntimeMethod* method); // System.Void Mono.Net.Security.MonoTlsProviderFactory::InitializeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeInternal_m238CDC0CF80A8124AC0B4CDED7336081D0A8F20B (const RuntimeMethod* method); // System.Void Mono.Net.Security.MonoTlsProviderFactory::InitializeProviderRegistration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeProviderRegistration_m1B832D92E9E3086AD854E25847DF13BD598BD53A (const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::CreateDefaultProviderImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_CreateDefaultProviderImpl_mD3884B54DC7A03ECADE264FFFFE03A107347944A (const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m764DC8FAE02378475423615A5C23DF0DE77E02A5 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m990DD12827858278A3D1D26793BEA1131576E193 (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, Guid_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, Guid_t , const RuntimeMethod*))Dictionary_2_ContainsKey_mEFEEEA400893766919892B6CC8DE1BD6B4ACF43E_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303 (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, Guid_t ___key0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, Guid_t , MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *, const RuntimeMethod*))Dictionary_2_Add_mCF45656F11C4506417C04E9AA143154E0C1A3C1F_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Security.Cryptography.X509Certificates.X509Helper2::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509Helper2_Initialize_m9F2CFE871D3D462E215BE293D3378AE97FF21BB1 (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m23F1489BD538308540A0F6313983CDD147408A0D (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * __this, String_t* ___key0, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *, String_t*, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, 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); // !0 System.Tuple`2::get_Item1() inline Guid_t Tuple_2_get_Item1_m589970D8747D52618ED9DBCE416590647E133725_inline (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * __this, const RuntimeMethod* method) { return (( Guid_t (*) (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, const RuntimeMethod*))Tuple_2_get_Item1_m94164C57294587FEB50D2E2326D9EF12FAF112B8_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m60F8EEEF51DD1006B87EE0F2046240DAE70D1E7D (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, Guid_t ___key0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, Guid_t , MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mD6E580F608DCA3E62791914E4F88E1EB6F00F3E4_gshared)(__this, ___key0, ___value1, method); } // !1 System.Tuple`2::get_Item2() inline String_t* Tuple_2_get_Item2_m1D484F512004D008465E8E38AA03B2058C9D78BC_inline (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * __this, const RuntimeMethod* method) { return (( String_t* (*) (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, const RuntimeMethod*))Tuple_2_get_Item2_mA7125F9CAEBAFF4522EAFD535797F8F70C46FCDC_gshared_inline)(__this, method); } // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m35ED39C8B9201D90292C1803022AEE106B69A295 (Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() inline void Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *, const RuntimeMethod*))Dictionary_2__ctor_mEA363EC9E06CD7572F38BC96D68F0866C6D3B7EB_gshared)(__this, method); } // System.Boolean Mono.Unity.UnityTls::get_IsSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityTls_get_IsSupported_mCBB21E730F0F22A25CB1E55731809D6EA899A780 (const RuntimeMethod* method); // System.Void System.Tuple`2::.ctor(!0,!1) inline void Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * __this, Guid_t ___item10, String_t* ___item21, const RuntimeMethod* method) { (( void (*) (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, Guid_t , String_t*, const RuntimeMethod*))Tuple_2__ctor_m76EFDBC178246AEAF2EEE728CCC76DB50A0A01F1_gshared)(__this, ___item10, ___item21, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * __this, String_t* ___key0, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *, String_t*, Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.String System.Environment::GetEnvironmentVariable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3 (String_t* ___variable0, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::LookupProvider(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628 (String_t* ___name0, bool ___throwOnError1, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProviderInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProviderInternal_m7D960EA29363DFCCFF13D821CFB91F0BAC2A7587 (const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::get_TlsSettings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * HttpWebRequest_get_TlsSettings_mD57C8AFBCF00FD71E557AE9F87A1765BC4AF720A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::get_TlsProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * HttpWebRequest_get_TlsProvider_m522A745ADDE50C0F25D25A366E35A9DB0D4DE281_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // 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); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m15C4F32E60C597AA1347204CBEF22D65960AAEC8_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__17>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m2B912E0C9F8B5156DB05415F27403E594D2770DE (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m1411B6E82C28AFD34CFFAA529CFF010C0E8FC9E6_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, const RuntimeMethod* method) { return (( Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mC1B213B5C16F6485FF6FF94D233C0291C6BCF5F0_gshared)(__this, 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.Void System.ComponentModel.TypeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m7D346054B961190F3799970BC8C4F8EBD3689986 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_DefaultHashCodeProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultHashCodeProvider_m97193A6E0AB462BB662CA24C0F3491CE2B950698 (const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_DefaultComparer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_DefaultComparer_m3CE447550711937CB1B4012A0886F99E0719C8E4 (const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.Specialized.CompatibleComparer::get_HashCodeProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method); // System.Collections.IComparer System.Collections.Specialized.CompatibleComparer::get_Comparer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6 (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m705ADACFB52D6385DDB6B2525C1979ECBE6D5849 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // 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); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m112ADCD5297836A75FD5BFB576F7B14174FCC802 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry::.ctor(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectEntry__ctor_mB4018B4F844A8F7F3308B10CB017D6008DB0736B (NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_m684F9F2CC2934708B3F198D7F750D5030AD9CC80 (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * __this, NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * ___coll0, const RuntimeMethod* method); // 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.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.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.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_InvariantCultureIgnoreCase_m091360FF9FE3516559AFF706AF431E6FD4CCF2C2_inline (const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mA74DFF0CE0FB59430A786082F414813F276F130D (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m9100CD7C0C24135A887EC01FCAA69EC0DBF0D463 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m4BF6C086BA110F79E817D1F307D0B912E32BCA55 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___dummy0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mAF5575543B8D937C34D00E9D7B6642BFAD74F37C (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_inline (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m17F731980F76CFE607BD54F6A965BD6930927669 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method); // System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameValueCollection_GetAsStringArray_m1EDCB363B9C6F60755628FE8A8AB366CB451405C (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_mDEFD71E2644E7080FBE6E79B9221673D02F64202 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method); // System.String[] System.Collections.Specialized.NameObjectCollectionBase::BaseGetAllKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameObjectCollectionBase_BaseGetAllKeys_mEFBFD95763573A64657C8A3592CD97B2A03C916C (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool* ___success0, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.HandleRef::get_Handle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m0768FA4E8D38B46978DB96DAEDCD4947E5256ED5_inline (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF * __this, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::DuplicateHandle(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr&,System.Int32,System.Int32,System.Int32,System.IO.MonoIOError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_DuplicateHandle_m0D67973F970B9407188CE2F964562D1443CB4C43 (intptr_t ___source_process_handle0, intptr_t ___source_handle1, intptr_t ___target_process_handle2, intptr_t* ___target_handle3, int32_t ___access4, int32_t ___inherit5, int32_t ___options6, int32_t* ___error7, const RuntimeMethod* method); // System.Exception System.IO.MonoIO::GetException(System.IO.MonoIOError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MonoIO_GetException_mDD3EB51C4BE23A4395889E0AE45C3CC68C776188 (int32_t ___error0, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeWaitHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeWaitHandle__ctor_mABE9A7F29A09ECD2B86643417576C1FF40707601 (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeProcessHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeProcessHandle__ctor_m32FDC3151EE29F72A7EEBDDA5163EB791D77F402 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.NativeMethods::GetExitCodeProcess(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_GetExitCodeProcess_mA3D7E6594163BA1E94EE3221D6B223B2F50485AC (intptr_t ___processHandle0, int32_t* ___exitCode1, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.NclUtilities::get_LocalAddresses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* NclUtilities_get_LocalAddresses_m02FAA6B8E057FF963114C8B6081D240E1650C682 (const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::Equals(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_Equals_m4B1CA27458D8182146569D0BC82A2D3A23346516 (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * __this, RuntimeObject * ___comparandObj0, bool ___compareScopeId1, const RuntimeMethod* method); // System.String System.Net.Dns::GetHostName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m8BF02B75F8EF9723179339212805C5BAF5C4B706 (const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * Dns_GetHostByName_m56DD7C1149C9931F93FFA8F2AC502B27ADACF6CE (String_t* ___hostName0, const RuntimeMethod* method); // System.Object System.Net.NclUtilities::get_LocalAddressesLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NclUtilities_get_LocalAddressesLock_m0947ED2032CDB835110A441EEB4F8749B460ED88 (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138 (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Net.IPHostEntry System.Net.NclUtilities::GetLocalHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * NclUtilities_GetLocalHost_mE12F4302AAB81FEADA5297FCFA19D3489AF307D5 (const RuntimeMethod* method); // System.String System.Net.IPHostEntry::get_HostName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __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.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m12B2B3DF2361E35086818ACA0D5FFCD81EACA1D4 (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_inline (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 List_1_GetEnumerator_mEE8CCCC50A3969552AEF7ED9CB7237E6391588BA (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * __this, const RuntimeMethod* method) { return (( Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 (*) (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * Enumerator_get_Current_m772E710B012743511D17527B141BF18FAF261C21_inline (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 * __this, const RuntimeMethod* method) { return (( IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * (*) (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662 (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.ComponentModel.Container::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mC968D91128B24B10F70815B572FC064D4FD1C94F (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, const RuntimeMethod* method); // System.Void System.EventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m9D4CC7B806AFF3B790E5E1A3B891F6775A146B78 (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.ComponentModel.NestedContainer/Site::.ctor(System.ComponentModel.IComponent,System.ComponentModel.NestedContainer,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Site__ctor_m6EFAE747585141965F2058282310CF4C585B1B0B (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * __this, RuntimeObject* ___component0, NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * ___container1, String_t* ___name2, const RuntimeMethod* method); // 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); // 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); // System.Void System.ComponentModel.Container::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m40E0850BA9244FE9C7CC16C629BBAF9A1DBED6C6 (Container_t58763FC373268BE094F9D74CB2FDF0DF4A28F214 * __this, const RuntimeMethod* method); // System.String System.Net.WebExceptionMapping::GetWebStatusString(System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebExceptionMapping_GetWebStatusString_m30EC249DEE18FC7F31A7AE05399C6D7E8CEF6554 (int32_t ___status0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mFBBBBCA94F91EA965A2B3DD6DD52554245B6B41B (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___userName0, String_t* ___password1, String_t* ___domain2, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::set_UserName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_UserName_m0906CE0D5CFA7972CD2DA08D9D2DD5ABEEEE55C8 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Password_mD3D1EF31B8A2C9011A2439B249E3B2D55D1144F4 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Net.NetworkCredential::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Domain_m122C82F6B1E78A1F0A86B9B314F479EB336DC354 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::InternalGetUserName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::InternalGetPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetPassword_m3A81BC2DFB8F5EE58FB8E4AFC25DE6B4D65176D6 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.Security.SecureString System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateSecureString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * SecureStringHelper_CreateSecureString_mC09D746C7B8EB41AEE8C9AB8525FBCA7C3E63D1F (String_t* ___plainString0, const RuntimeMethod* method); // System.String System.Net.NetworkCredential::InternalGetDomain() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method); // System.String System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateString(System.Security.SecureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecureStringHelper_CreateString_m3FB0D27762C3424DD3C9DCC1BB647C8F2F786528 (SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___secureString0, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_m87DFFDB64662B46C9CF913EC08E5CEFF3A6E314D (const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_mF8FAD9681BA8B2EFBD1EDA7C690764FF60E85A6F (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, int32_t ___error0, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m712FC6079EE6F92FAB0B3DDAFD652B24FF163CC6 (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, 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.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, int32_t ___Access1, const RuntimeMethod* method); // System.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method); // System.Void System.Net.Sockets.NetworkStream::SetSocketTimeoutOption(System.Net.Sockets.SocketShutdown,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_SetSocketTimeoutOption_m9E73C579315BEB79DB9870FF3297E088D2897230 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int32_t ___mode0, int32_t ___timeout1, bool ___silent2, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::get_Available() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Blocking() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::get_Connected() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method); // System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, 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.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Receive_mA08EE1F9A870791CECAAC2FA2D4144ACBA6B4962 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_mF70EF17396CEA161F628B1923DA32463720D9A1E (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::InternalShutdown(System.Net.Sockets.SocketShutdown) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_InternalShutdown_mDA3F1ED617847E781AA826C43A833E7C978FD850 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___how0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_mEC9B67F2F0E51F7FBB9D6BC9F630AD52DF7D0E65 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___timeout0, 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.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_mE0B06265B8AFC35DADCA4184D6C8B8A062BCDE73 (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m46B15199B81401BF6B7B76242C6E3A7E8156749C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_mFB97AF214E7F82B0B38434F844DA755AF18E612C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndSend_mE56C2A95C12655CA7C3C6690382FC48B7E9AA45C (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_get_CompletedTask_m50A6B866A113BC922674893991DC4E80CB629C1D (const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, bool ___silent3, const RuntimeMethod* method); // 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); // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProvider_mFD7B472C08E54CF8D28B4EE0E4CF402F18A99E20 (const RuntimeMethod* method); // System.Boolean System.ComponentModel.NotifyParentPropertyAttribute::get_NotifyParent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NotifyParentPropertyAttribute_get_NotifyParent_m52CA347317CBC9D712D126B9F98AF19895423F5E_inline (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.NotifyParentPropertyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyParentPropertyAttribute__ctor_mA940DDCEA299F7B7644087AE6DE6AC5635BF9CB6 (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, bool ___notifyParent0, 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::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.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.Void System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback::.ctor(System.Object,System.IntPtr) inline void CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F (CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))CreateValueCallback__ctor_mB9ADC6D68C2AA74553916845F467C4B66886B9F2_gshared)(__this, ___object0, ___method1, method); } // !1 System.Runtime.CompilerServices.ConditionalWeakTable`2::GetValue(!0,System.Runtime.CompilerServices.ConditionalWeakTable`2/CreateValueCallback) inline NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * ConditionalWeakTable_2_GetValue_m518B06A384647F2CFF6CD781009438BC834F7CE1 (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___key0, CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * ___createValueCallback1, const RuntimeMethod* method) { return (( NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * (*) (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F *, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *, CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 *, const RuntimeMethod*))ConditionalWeakTable_2_GetValue_m8648B4417AE0619262CAF952074FA8B368930119_gshared)(__this, ___key0, ___createValueCallback1, method); } // System.Net.Authorization Mono.Http.NtlmSession::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmSession_Authenticate_mB6D8793AD526536CCF6125081AAB225AC16CE2FA (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * __this, String_t* ___challenge0, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.ConditionalWeakTable`2::.ctor() inline void ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1 (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * __this, const RuntimeMethod* method) { (( void (*) (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F *, const RuntimeMethod*))ConditionalWeakTable_2__ctor_m8E40E9007C1DDFA6CBFECFEB3DB8B073A935C874_gshared)(__this, method); } // System.Void Mono.Http.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m3D9978034518F3C84749A7F8315BAD280BDF2C81 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __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_Domain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC (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.Void Mono.Security.Protocol.Ntlm.Type1Message::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08 (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type1Message::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type1Message::set_Host(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5 (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Security.Protocol.Ntlm.NtlmFlags Mono.Security.Protocol.Ntlm.MessageBase::get_Flags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.MessageBase::set_Flags(Mono.Security.Protocol.Ntlm.NtlmFlags) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 Mono.Security.Protocol.Ntlm.MessageBase::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8 (String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type2Message::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type2Message__ctor_mF86941DD8A7EF8888CDF790C8E4FC49673D21FA0 (Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___message0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::.ctor(Mono.Security.Protocol.Ntlm.Type2Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type3Message__ctor_mCE4962FBD2E02548911C84E16883C5A09000D216 (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * ___type20, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Username(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Password(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Protocol.Ntlm.Type3Message::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Type3Message_set_Domain_mA62BE8C9225B57D959F636664EB4C44D6CF4F125 (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, 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,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m17BCE19AB822863CDBA3CE2AECAC97FF2F53426A (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * __this, String_t* ___token0, bool ___finished1, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629 (Type_t * ___nullableType0, 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.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.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.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.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.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m6DBEE7486D6D8CD230607B73C8BC078F45282E9A (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, bool ___isComplete2, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_CreateInstance_mD4C88AEE5E27E4A1A0C2D29A4FED43FCF614758E (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject* ___propertyValues1, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_m5D31C552CD77224FB1DD8B5C619F320CC013D6C4 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * TypeConverter_GetProperties_mB755221A79F427F5B8FF205D2800DB8F1FD703CF (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetPropertiesSupported_m5926E742F3B9D6D1419E5EE386E87FE73D68855A (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.TypeConverter/StandardValuesCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_m44522925E530BF53F04AE213C7BCD2311874E27D (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m7A4D62B0B3E7514C6434A23B191FF0A15615B45A (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * __this, const RuntimeMethod* method); // System.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.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * TypeConverter_GetStandardValues_m05900F8C22AC1D65F06483220288865CBC7F334A (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_mC19F7CD2BEACF68EFE307210EFE31C3EE15E20F8 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m589546C22988D5056C728C0450367AF4C1916C1E (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_m5654CD8AB14A030C6BFA6187238BE5079E08E756 (TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.Security.Cryptography.OidGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m74A51E6D07E4EF2AEC66B6CAC03CFF60D072D3FF (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, int32_t ___group1, bool ___lookupFriendlyName2, const RuntimeMethod* method); // System.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfoWithFallback(System.UInt32,System.String,System.Security.Cryptography.OidGroup) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfoWithFallback_m863F372B324E59321550DCCBF4E23ABCE0A1ABB1 (uint32_t ___key0, String_t* ___value1, int32_t ___group2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.Oid::set_Value(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidEnumerator__ctor_m3BA079690E9B01B02B76FB694DCF279DAEC8E9D6 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___oids0, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.OidCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method); // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m23D67C2418DF62EDAE2F168C32C5A09204E94A51 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m7A99AFCA4EFD6B27413D21BCCAE9A09CFDBD4542 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, int32_t ___capacity0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::get_objectsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary/OrderedDictionaryKeyValueCollection::.ctor(System.Collections.ArrayList,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryKeyValueCollection__ctor_mB8B17B24AAF453DA17845F85EA17CDD06573A9B4 (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___array0, bool ___isKeys1, const RuntimeMethod* method); // System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::get_objectsTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.OrderedDictionary::IndexOfKey(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_IndexOfKey_m110663357763B21C2098B72F815DC53FC133B41B (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4 (DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Add_m319ABEAB658AE1D4560326A6EFA5E174C4AFA5EB (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, 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.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, const RuntimeMethod* method); // System.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.Specialized.OrderedDictionary/OrderedDictionaryEnumerator::.ctor(System.Collections.ArrayList,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionaryEnumerator__ctor_m49EDA80650ECBFA5B468C78CB065078024F6E7B2 (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___array0, int32_t ___objectReturnType1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.OrderedDictionary::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_get_Count_m7B9E754E391D097630882003CB29D4B5116663CA (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.ParenthesizePropertyNameAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParenthesizePropertyNameAttribute__ctor_m4AFC0DEFA853EB981A02B427FA63459FF6039128 (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, bool ___needParenthesis0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ParenthesizePropertyNameAttribute::get_NeedParenthesis() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ParenthesizePropertyNameAttribute_get_NeedParenthesis_mE236764032129FBBD009AB9001AE1240409A644E_inline (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.ParenthesizePropertyNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParenthesizePropertyNameAttribute__ctor_mF31EE21F569BE444CB01430843FC63274C92DBEE (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PasswordPropertyTextAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordPropertyTextAttribute__ctor_mC590D23559FF047801BE6FAB627136B05A445CB0 (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, bool ___password0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.PasswordPropertyTextAttribute::get_Password() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_get_Password_m38757095ADB4E42B5B3E63B0C8D1DA3B2563CBC2_inline (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m2F0DD5F83B3003852A05A5C3A2040AA448341932 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Collections.SortedList System.Collections.SortedList::Synchronized(System.Collections.SortedList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * SortedList_Synchronized_m270BAED3E1BC3A3746468CC2AC0B0C936E46EEA6 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___list0, 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.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.OperatingSystem System.Environment::get_OSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * Environment_get_OSVersion_m9C59BAF537F0A8B51ABC3BEE212F08DCC498F64E (const RuntimeMethod* method); // System.PlatformID System.OperatingSystem::get_Platform() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, 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.Int32 System.Platform::uname(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_uname_m5E4EF5E0C9060E01783301E28C8A58F45D8E4959 (intptr_t ___buf0, const RuntimeMethod* method); // System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m75BAFD813E1B985A654946F05159CFA46E34F5AA (intptr_t ___ptr0, 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.Void System.Platform::CheckOS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_CheckOS_m2F2AD83106D4EE97E646C36AB222745F6A79439B (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.Diagnostics.Process::EnsureState(System.Diagnostics.Process/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, int32_t ___state0, const RuntimeMethod* method); // Microsoft.Win32.SafeHandles.SafeProcessHandle System.Diagnostics.Process::GetProcessHandle(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, int32_t ___access0, bool ___throwIfExited1, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.NativeMethods::GetExitCodeProcess(Microsoft.Win32.SafeHandles.SafeProcessHandle,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_GetExitCodeProcess_m4BC6015D876FF8A913A66C60C59B0F0C811ED277 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___processHandle0, int32_t* ___exitCode1, const RuntimeMethod* method); // System.Void System.Diagnostics.ProcessWaitHandle::.ctor(Microsoft.Win32.SafeHandles.SafeProcessHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProcessWaitHandle__ctor_m4245C175DE3C813642C8505CC6EF501A2D98B571 (ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * __this, SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___processHandle0, const RuntimeMethod* method); // System.Void System.ComponentModel.Win32Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_m0DCDDC4BEF1DCC24190F7AAE8BB309FB5A8A9474 (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.Process::ReleaseProcessHandle(Microsoft.Win32.SafeHandles.SafeProcessHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_ReleaseProcessHandle_m36F9DB1FC676C52787095C55C650F40DEDB12704 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___handle0, const RuntimeMethod* method); // System.Void System.Diagnostics.Process::RaiseOnExited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_RaiseOnExited_mFC0725804BEE6E90647C4DF284DFF30F7403C1BC (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.Component::get_DesignMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_get_DesignMode_m734BA2B9442EB0294B051D6DECC56272135EA36C (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.Process::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_Close_mAEA629C172A2F879046D2B5CC79F69350D7CFE68 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Diagnostics.Process::get_Associated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Process_get_Associated_m69F894BB55F10306CC721B90D716E6EE66AC5B1B (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.Process::StopWatchingForExit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_StopWatchingForExit_m406AB02D4448D513974286A586057E578F684B0F (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.AsyncStreamReader::CancelOperation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncStreamReader_CancelOperation_mDF444FD80CA28A94785CA434D453A2AA24080AA0 (AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.Process::Refresh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_Refresh_m96E3F128B7B0E5BFCAD3B09D2C6006F4556EAB20 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.Boolean System.Diagnostics.Process::get_HasExited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Process_get_HasExited_m76E099052813E6276ED2EC44E507D366D3CB9621 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.Int32 Microsoft.Win32.NativeMethods::GetCurrentProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeMethods_GetCurrentProcessId_m3EFF2E4E24F69C4AA03FFA21E0A1C8611604D649 (const RuntimeMethod* method); // System.Void System.Diagnostics.Process::.ctor(System.String,System.Boolean,System.Int32,System.Diagnostics.ProcessInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process__ctor_mA4B34284F20FE9429BA11163239A3E24445AD541 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, String_t* ___machineName0, bool ___isRemoteMachine1, int32_t ___processId2, ProcessInfo_tF04D791821A3852114D48FF2FD645423FAA7D6F9 * ___processInfo3, const RuntimeMethod* method); // System.ComponentModel.ISynchronizeInvoke System.Diagnostics.Process::get_SynchronizingObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Process_get_SynchronizingObject_m8C332511AD0AC6D663AB0BA5E0E0443148EC027C (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.IntPtr Microsoft.Win32.NativeMethods::GetCurrentProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F (const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.HandleRef::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandleRef__ctor_m32F577826A69BCA9CE2C57DA4E6A829B18A4C1A3 (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF * __this, RuntimeObject * ___wrapper0, intptr_t ___handle1, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.NativeMethods::DuplicateHandle(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,Microsoft.Win32.SafeHandles.SafeProcessHandle&,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_DuplicateHandle_m6D9151AA337C724D50A58662F92E93364D832B27 (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hSourceProcessHandle0, HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hSourceHandle1, HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hTargetProcess2, SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** ___targetHandle3, int32_t ___dwDesiredAccess4, bool ___bInheritHandle5, int32_t ___dwOptions6, const RuntimeMethod* method); // System.Boolean System.Threading.RegisteredWaitHandle::Unregister(System.Threading.WaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegisteredWaitHandle_Unregister_m7528A5C8D960CB2C4497B9B9EA2DEC1396C5A5F2 (RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * __this, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, const RuntimeMethod* method); // System.String System.Diagnostics.Process::get_ProcessName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_get_ProcessName_m900EF5AF1356CD5E330EF974110C99AD056ADB10 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method); // System.String System.ComponentModel.Component::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_ToString_m281811936682E090CB59313B17FDD92D21C6A0DF (Component_t015539CFEAEEBFD7619041FE006475373E0D71DF * __this, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.String System.Diagnostics.Process::ProcessName_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_ProcessName_internal_m66D884B2B6AB13392713B503D41CC26605EC9BBB (intptr_t ___handle0, const RuntimeMethod* method); // Microsoft.Win32.SafeHandles.SafeProcessHandle System.Diagnostics.Process::GetProcessHandle(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * Process_GetProcessHandle_m97725BFE7E644A6BEF48B734B882BF2F340C2C9B (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, int32_t ___access0, const RuntimeMethod* method); // System.String System.Diagnostics.Process::ProcessName_internal(Microsoft.Win32.SafeHandles.SafeProcessHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_ProcessName_internal_m67689155353A1605AAC768C0FEB08886BC4E5666 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___handle0, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.Process::OnExited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_OnExited_m0C00FBEB8CE461426B7458E01469C118144CAAD9 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, 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_libc_INTERNAL IL2CPP_EXTERN_C int32_t DEFAULT_CALL uname(intptr_t); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.MailSettingsSectionGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MailSettingsSectionGroup__ctor_m5EF1409DDBCC5AA3E32370CC874E44330E109F1F (MailSettingsSectionGroup_t2173324660C721C373AD138C2687A6C700B9AD45 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MailSettingsSectionGroup__ctor_m5EF1409DDBCC5AA3E32370CC874E44330E109F1F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(MailSettingsSectionGroup__ctor_m5EF1409DDBCC5AA3E32370CC874E44330E109F1F_RuntimeMethod_var); return; } } // System.Net.Configuration.SmtpSection System.Net.Configuration.MailSettingsSectionGroup::get_Smtp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F * MailSettingsSectionGroup_get_Smtp_m179934418FB9599F8A43FE556A1F734915F94508 (MailSettingsSectionGroup_t2173324660C721C373AD138C2687A6C700B9AD45 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MailSettingsSectionGroup_get_Smtp_m179934418FB9599F8A43FE556A1F734915F94508_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(MailSettingsSectionGroup_get_Smtp_m179934418FB9599F8A43FE556A1F734915F94508_RuntimeMethod_var); return (SmtpSection_tDC52FBA6C327FB2906BBF3A5511BE0652021926F *)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.MarshalByValueComponent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent__ctor_m1FA63503398CFC16C57E9E8CF664B9A743B3161A (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MarshalByValueComponent::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Finalize_m8F80D98B4C1F3CEF9BEC6D32D3E7D22897065751 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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.MarshalByValueComponent::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.MarshalByValueComponent::add_Disposed(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_add_Disposed_m03702914CDB828CE3EE85416C214D7C9CD32C977 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __this, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = MarshalByValueComponent_get_Events_m761CAD78F311316F8263BAF4E0FC7B916BB8C022(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var))->get_EventDisposed_0(); 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.MarshalByValueComponent::remove_Disposed(System.EventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_remove_Disposed_mD9E9211992168B30FE382BD2409117F5B0310139 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __this, EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_0; L_0 = MarshalByValueComponent_get_Events_m761CAD78F311316F8263BAF4E0FC7B916BB8C022(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var))->get_EventDisposed_0(); 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.MarshalByValueComponent::get_Events() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * MarshalByValueComponent_get_Events_m761CAD78F311316F8263BAF4E0FC7B916BB8C022 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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_2(); if (L_0) { goto IL_0013; } } { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_1 = (EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 *)il2cpp_codegen_object_new(EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714_il2cpp_TypeInfo_var); EventHandlerList__ctor_mCD5E271549A8174F6395E5A5B3FACBB5B0AB1652(L_1, /*hidden argument*/NULL); __this->set_events_2(L_1); } IL_0013: { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_2 = __this->get_events_2(); return L_2; } } // System.ComponentModel.ISite System.ComponentModel.MarshalByValueComponent::get_Site() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalByValueComponent_get_Site_mE37980F692ED993410D01438C2915BAFA9977122 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_site_1(); return L_0; } } // System.Void System.ComponentModel.MarshalByValueComponent::set_Site(System.ComponentModel.ISite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_set_Site_mADB5E8F6474B6FD0078E92777D715CC63C6C9547 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_site_1(L_0); return; } } // System.Void System.ComponentModel.MarshalByValueComponent::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Dispose_mC8502407D3A4C0FE907C957C956E8521B9F5BFF0 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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.MarshalByValueComponent::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.MarshalByValueComponent::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent_Dispose_m6F6B2E4669A5E4C838A1CC0881EB84442CEBCF4E (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * 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) { MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); RuntimeObject* L_2 = __this->get_site_1(); if (!L_2) { goto IL_0035; } } IL_0017: { RuntimeObject* L_3 = __this->get_site_1(); 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_1(); 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_2(); if (!L_7) { goto IL_0062; } } IL_003d: { EventHandlerList_t085C99C5BEAB950B4B76BB13379FBCA0AA75A714 * L_8 = __this->get_events_2(); IL2CPP_RUNTIME_CLASS_INIT(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var); RuntimeObject * L_9 = ((MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var))->get_EventDisposed_0(); 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: { MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * 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.MarshalByValueComponent::get_Container() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalByValueComponent_get_Container_mB6E06170C2DBC285214C2FBFACC79698750DF8C4 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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_1(); 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.MarshalByValueComponent::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MarshalByValueComponent_GetService_mF611E4BA472B9528695BFD61A2B892F6FB4EFE63 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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* L_0 = __this->get_site_1(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get_site_1(); Type_t * L_2 = ___service0; NullCheck(L_1); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t85E8EF4D34384CF5560A72D1953F28E3920A45D3_il2cpp_TypeInfo_var, L_1, L_2); return L_3; } IL_0015: { return NULL; } } // System.Boolean System.ComponentModel.MarshalByValueComponent::get_DesignMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MarshalByValueComponent_get_DesignMode_m35818670E8B639D17EFEC2F23D571295955759B8 (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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_1(); 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.MarshalByValueComponent::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MarshalByValueComponent_ToString_mE5D093AA9889F76CCCCA0FB639F99EAD9BF1B47C (MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D * __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_1(); 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.MarshalByValueComponent::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByValueComponent__cctor_m5547E8EB69D54C98A0AF2049A3C716784A4014B5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_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); ((MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_StaticFields*)il2cpp_codegen_static_fields_for(MarshalByValueComponent_t932153909102130DE1C7FE6F988139CD9FEF2E3D_il2cpp_TypeInfo_var))->set_EventDisposed_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.MaskedTextProvider::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_mE145434A8749B252B2FDAAD3FC6FE913965CFDA3 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, const RuntimeMethod* method) { { String_t* L_0 = ___mask0; MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8(__this, L_0, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL, (bool)1, ((int32_t)95), 0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m0C2F6CF073502DB92D13891B3AFF0DE52F538AF1 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, bool ___restrictToAscii1, const RuntimeMethod* method) { { String_t* L_0 = ___mask0; bool L_1 = ___restrictToAscii1; MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8(__this, L_0, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL, (bool)1, ((int32_t)95), 0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::.ctor(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m7900B97DEAD1C364E9278A50969BF22CAE5A75CF (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { { String_t* L_0 = ___mask0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8(__this, L_0, L_1, (bool)1, ((int32_t)95), 0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::.ctor(System.String,System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m1DAA2466F8D02E5259E92BA1EC6DD4D1FD71E865 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, bool ___restrictToAscii2, const RuntimeMethod* method) { { String_t* L_0 = ___mask0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; bool L_2 = ___restrictToAscii2; MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8(__this, L_0, L_1, (bool)1, ((int32_t)95), 0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::.ctor(System.String,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m7B9AC8E0087EE8E8988923C7C04999E865F1A96D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, Il2CppChar ___passwordChar1, bool ___allowPromptAsInput2, const RuntimeMethod* method) { { String_t* L_0 = ___mask0; bool L_1 = ___allowPromptAsInput2; Il2CppChar L_2 = ___passwordChar1; MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8(__this, L_0, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL, L_1, ((int32_t)95), L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::.ctor(System.String,System.Globalization.CultureInfo,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m36D18536E9A34E5056C6D6D1E4CBD8BB91BE9B0E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, Il2CppChar ___passwordChar2, bool ___allowPromptAsInput3, const RuntimeMethod* method) { { String_t* L_0 = ___mask0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture1; bool L_2 = ___allowPromptAsInput3; Il2CppChar L_3 = ___passwordChar2; MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8(__this, L_0, L_1, L_2, ((int32_t)95), L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::.ctor(System.String,System.Globalization.CultureInfo,System.Boolean,System.Char,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___mask0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, bool ___allowPromptAsInput2, Il2CppChar ___promptChar3, Il2CppChar ___passwordChar4, bool ___restrictToAscii5, 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*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* V_2 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_3 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___mask0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A486C97576BB7D2E9AAB2EBD0D3E739DB2FC535)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2ED8CAF6321ED9631D3CB63C8A7096F3AB335255)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8_RuntimeMethod_var))); } IL_0023: { String_t* L_4 = ___mask0; V_0 = L_4; V_1 = 0; goto IL_004b; } IL_0029: { String_t* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_8; L_8 = MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0047; } } { String_t* L_9; L_9 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65E084F7545FD50AF32088F092FCD69863CC0482)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8_RuntimeMethod_var))); } IL_0047: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004b: { int32_t L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0029; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = ___culture1; if (L_15) { goto IL_005e; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); ___culture1 = L_16; } IL_005e: { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_17 = __this->get_address_of_flagState_18(); il2cpp_codegen_initobj(L_17, sizeof(BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 )); String_t* L_18 = ___mask0; __this->set_mask_25(L_18); Il2CppChar L_19 = ___promptChar3; __this->set_promptChar_27(L_19); Il2CppChar L_20 = ___passwordChar4; __this->set_passwordChar_26(L_20); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21 = ___culture1; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, L_21); if (!L_22) { goto IL_00ce; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_23; L_23 = CultureInfo_GetCultures_mA8B0B9E30332EEA6FB40720AFF46FDFCE41C1E68(2, /*hidden argument*/NULL); V_2 = L_23; V_1 = 0; goto IL_00b3; } IL_0094: { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_24 = V_2; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = L_25; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27 = (L_24)->GetAt(static_cast(L_26)); V_3 = L_27; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28 = ___culture1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29 = V_3; NullCheck(L_29); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_30; L_30 = VirtualFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(9 /* System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() */, L_29); NullCheck(L_28); bool L_31; L_31 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_28, L_30); if (!L_31) { goto IL_00af; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = V_3; __this->set_culture_19(L_32); goto IL_00b9; } IL_00af: { int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00b3: { int32_t L_34 = V_1; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_35 = V_2; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_0094; } } IL_00b9: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_36 = __this->get_culture_19(); if (L_36) { goto IL_00d5; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_37; L_37 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); __this->set_culture_19(L_37); goto IL_00d5; } IL_00ce: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_38 = ___culture1; __this->set_culture_19(L_38); } IL_00d5: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39 = __this->get_culture_19(); NullCheck(L_39); bool L_40; L_40 = CultureInfo_get_IsReadOnly_m2A30670E5820573D6E2EB1B9EC2744824816F837_inline(L_39, /*hidden argument*/NULL); if (L_40) { goto IL_00f3; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_41 = __this->get_culture_19(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_42; L_42 = CultureInfo_ReadOnly_m15A94C4FD9D4C2641781E9F315C7E3A24037CF2C(L_41, /*hidden argument*/NULL); __this->set_culture_19(L_42); } IL_00f3: { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_43 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_44 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_ALLOW_PROMPT_AS_INPUT_11(); bool L_45 = ___allowPromptAsInput2; BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_43, L_44, L_45, /*hidden argument*/NULL); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_46 = __this->get_address_of_flagState_18(); int32_t L_47 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_ASCII_ONLY_10(); bool L_48 = ___restrictToAscii5; BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_46, L_47, L_48, /*hidden argument*/NULL); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_49 = __this->get_address_of_flagState_18(); int32_t L_50 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_PROMPT_12(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_49, L_50, (bool)0, /*hidden argument*/NULL); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_51 = __this->get_address_of_flagState_18(); int32_t L_52 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_LITERALS_13(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_51, L_52, (bool)1, /*hidden argument*/NULL); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_53 = __this->get_address_of_flagState_18(); int32_t L_54 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_PROMPT_14(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_53, L_54, (bool)1, /*hidden argument*/NULL); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_55 = __this->get_address_of_flagState_18(); int32_t L_56 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_SKIP_SPACE_16(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_55, L_56, (bool)1, /*hidden argument*/NULL); BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_57 = __this->get_address_of_flagState_18(); int32_t L_58 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_LITERALS_15(); BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_57, L_58, (bool)1, /*hidden argument*/NULL); MaskedTextProvider_Initialize_mAEEFB53F838A5B518604A7DDA674DB9284A299F9(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Initialize_mAEEFB53F838A5B518604A7DDA674DB9284A299F9 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m954070CC0725E81752ADCA2AD1C415DADFC3649A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7E13A7E8E8D38B262592AA9A02B2A4CEA3A2A15D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; String_t* V_5 = NULL; int32_t V_6 = 0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_7 = NULL; String_t* V_8 = NULL; int32_t V_9 = 0; Il2CppChar V_10 = 0x0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); __this->set_testString_20(L_0); List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_1 = (List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 *)il2cpp_codegen_object_new(List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5_il2cpp_TypeInfo_var); List_1__ctor_m7E13A7E8E8D38B262592AA9A02B2A4CEA3A2A15D(L_1, /*hidden argument*/List_1__ctor_m7E13A7E8E8D38B262592AA9A02B2A4CEA3A2A15D_RuntimeMethod_var); __this->set_stringDescriptor_28(L_1); V_0 = 0; V_1 = (bool)0; V_2 = 0; V_3 = 8; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_5 = L_2; V_6 = 0; goto IL_0230; } IL_002d: { String_t* L_3 = __this->get_mask_25(); int32_t L_4 = V_6; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); V_4 = L_5; bool L_6 = V_1; if (L_6) { goto IL_01bc; } } { Il2CppChar L_7 = V_4; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)67))))) { goto IL_00bb; } } { Il2CppChar L_8 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)35)))) { case 0: { goto IL_019e; } case 1: { goto IL_0150; } case 2: { goto IL_01b8; } case 3: { goto IL_0184; } } } { Il2CppChar L_9 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)44)))) { case 0: { goto IL_0108; } case 1: { goto IL_01b8; } case 2: { goto IL_00ef; } case 3: { goto IL_013a; } case 4: { goto IL_0184; } } } { Il2CppChar L_10 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)57)))) { case 0: { goto IL_019e; } case 1: { goto IL_0121; } case 2: { goto IL_01b8; } case 3: { goto IL_0166; } case 4: { goto IL_01b8; } case 5: { goto IL_016d; } case 6: { goto IL_019e; } case 7: { goto IL_01b8; } case 8: { goto IL_0184; } case 9: { goto IL_01b8; } case 10: { goto IL_019e; } } } { goto IL_01b8; } IL_00bb: { Il2CppChar L_11 = V_4; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)92))))) { goto IL_00d8; } } { Il2CppChar L_12 = V_4; if ((((int32_t)L_12) == ((int32_t)((int32_t)76)))) { goto IL_0184; } } { Il2CppChar L_13 = V_4; if ((((int32_t)L_13) == ((int32_t)((int32_t)92)))) { goto IL_017b; } } { goto IL_01b8; } IL_00d8: { Il2CppChar L_14 = V_4; if ((((int32_t)L_14) == ((int32_t)((int32_t)97)))) { goto IL_019e; } } { Il2CppChar L_15 = V_4; if ((((int32_t)L_15) == ((int32_t)((int32_t)124)))) { goto IL_0174; } } { goto IL_01b8; } IL_00ef: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = __this->get_culture_19(); NullCheck(L_16); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_17; L_17 = VirtualFuncInvoker0< NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_16); NullCheck(L_17); String_t* L_18; L_18 = NumberFormatInfo_get_NumberDecimalSeparator_mDEE0AD902FFF6FD50CC73C9636ECF5603B5705D3_inline(L_17, /*hidden argument*/NULL); V_5 = L_18; V_3 = 4; goto IL_01be; } IL_0108: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19 = __this->get_culture_19(); NullCheck(L_19); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_20; L_20 = VirtualFuncInvoker0< NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_19); NullCheck(L_20); String_t* L_21; L_21 = NumberFormatInfo_get_NumberGroupSeparator_m1D17A9A056016A546F4C5255FA2DBEC532FC1BF1_inline(L_20, /*hidden argument*/NULL); V_5 = L_21; V_3 = 4; goto IL_01be; } IL_0121: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22 = __this->get_culture_19(); NullCheck(L_22); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_23; L_23 = VirtualFuncInvoker0< DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * >::Invoke(16 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, L_22); NullCheck(L_23); String_t* L_24; L_24 = DateTimeFormatInfo_get_TimeSeparator_m2D192C89989EE374E2B7377E2208A72F0E47371E_inline(L_23, /*hidden argument*/NULL); V_5 = L_24; V_3 = 4; goto IL_01be; } IL_013a: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25 = __this->get_culture_19(); NullCheck(L_25); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_26; L_26 = VirtualFuncInvoker0< DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * >::Invoke(16 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, L_25); NullCheck(L_26); String_t* L_27; L_27 = DateTimeFormatInfo_get_DateSeparator_m737CFEC3E8A8BF2234AEE05ACE2005777607C1C2_inline(L_26, /*hidden argument*/NULL); V_5 = L_27; V_3 = 4; goto IL_01be; } IL_0150: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28 = __this->get_culture_19(); NullCheck(L_28); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_29; L_29 = VirtualFuncInvoker0< NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_28); NullCheck(L_29); String_t* L_30; L_30 = NumberFormatInfo_get_CurrencySymbol_m294691B5C58A2691C5F859647A6D4200A51BF514_inline(L_29, /*hidden argument*/NULL); V_5 = L_30; V_3 = 4; goto IL_01be; } IL_0166: { V_0 = 1; goto IL_022a; } IL_016d: { V_0 = 2; goto IL_022a; } IL_0174: { V_0 = 0; goto IL_022a; } IL_017b: { V_1 = (bool)1; V_3 = 8; goto IL_022a; } IL_0184: { int32_t L_31 = __this->get_requiredEditChars_23(); __this->set_requiredEditChars_23(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); Il2CppChar L_32 = __this->get_promptChar_27(); V_4 = L_32; V_3 = 2; goto IL_01be; } IL_019e: { int32_t L_33 = __this->get_optionalEditChars_24(); __this->set_optionalEditChars_24(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); Il2CppChar L_34 = __this->get_promptChar_27(); V_4 = L_34; V_3 = 1; goto IL_01be; } IL_01b8: { V_3 = 8; goto IL_01be; } IL_01bc: { V_1 = (bool)0; } IL_01be: { int32_t L_35 = V_6; int32_t L_36 = V_3; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_37 = (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E *)il2cpp_codegen_object_new(CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E_il2cpp_TypeInfo_var); CharDescriptor__ctor_m828EABECC5DAD8456DADF44EBF374150B8152B1E(L_37, L_35, L_36, /*hidden argument*/NULL); V_7 = L_37; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_38 = V_7; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_39; L_39 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_01d9; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_40 = V_7; int32_t L_41 = V_0; NullCheck(L_40); L_40->set_CaseConversion_1(L_41); } IL_01d9: { int32_t L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)4))) { goto IL_01e6; } } { String_t* L_43; L_43 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_4), /*hidden argument*/NULL); V_5 = L_43; } IL_01e6: { String_t* L_44 = V_5; V_8 = L_44; V_9 = 0; goto IL_021f; } IL_01ef: { String_t* L_45 = V_8; int32_t L_46 = V_9; NullCheck(L_45); Il2CppChar L_47; L_47 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_45, L_46, /*hidden argument*/NULL); V_10 = L_47; StringBuilder_t * L_48 = __this->get_testString_20(); Il2CppChar L_49 = V_10; NullCheck(L_48); StringBuilder_t * L_50; L_50 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_48, L_49, /*hidden argument*/NULL); List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_51 = __this->get_stringDescriptor_28(); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_52 = V_7; NullCheck(L_51); List_1_Add_m954070CC0725E81752ADCA2AD1C415DADFC3649A(L_51, L_52, /*hidden argument*/List_1_Add_m954070CC0725E81752ADCA2AD1C415DADFC3649A_RuntimeMethod_var); int32_t L_53 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); int32_t L_54 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_021f: { int32_t L_55 = V_9; String_t* L_56 = V_8; NullCheck(L_56); int32_t L_57; L_57 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_56, /*hidden argument*/NULL); if ((((int32_t)L_55) < ((int32_t)L_57))) { goto IL_01ef; } } IL_022a: { int32_t L_58 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0230: { int32_t L_59 = V_6; String_t* L_60 = __this->get_mask_25(); NullCheck(L_60); int32_t L_61; L_61 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_60, /*hidden argument*/NULL); if ((((int32_t)L_59) < ((int32_t)L_61))) { goto IL_002d; } } { StringBuilder_t * L_62 = __this->get_testString_20(); StringBuilder_t * L_63 = __this->get_testString_20(); NullCheck(L_63); int32_t L_64; L_64 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_63, /*hidden argument*/NULL); NullCheck(L_62); StringBuilder_set_Capacity_mC1488A3E3622EE7B0A7A340F22A55CCFBBF21669(L_62, L_64, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_AllowPromptAsInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AllowPromptAsInput_mEE9E35F8900B055F9E205A89A658A046C8BED2BF (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_ALLOW_PROMPT_AS_INPUT_11(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.ComponentModel.MaskedTextProvider::get_AssignedEditPositionCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_AssignedEditPositionCount_mCC89593EB79922DF4A082FC5EC871CA08730BC52 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_assignedCharCount_21(); return L_0; } } // System.Int32 System.ComponentModel.MaskedTextProvider::get_AvailableEditPositionCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_AvailableEditPositionCount_m109CF0FA0C92D46CC957516304BFEF2D89DF8A8A (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = MaskedTextProvider_get_EditPositionCount_mF13C9E1FB5E6E8CFCFC32A617382EDFEF3EDF4C8(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_assignedCharCount_21(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } // System.Object System.ComponentModel.MaskedTextProvider::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MaskedTextProvider_Clone_mE76611C859C195A8DB9B860817F746B9767A4A9A (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * V_0 = NULL; Type_t * V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; int32_t V_3 = 0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_4 = NULL; { Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); V_1 = L_0; Type_t * L_1 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); Type_t * L_2 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_maskTextProviderType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0040; } } { String_t* L_4; L_4 = MaskedTextProvider_get_Mask_m83969B2699095DC1BB586E912508167CD74DB0E4_inline(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = MaskedTextProvider_get_Culture_mD2149D52B3CF70FB794249AE2867D78217411F1A_inline(__this, /*hidden argument*/NULL); bool L_6; L_6 = MaskedTextProvider_get_AllowPromptAsInput_mEE9E35F8900B055F9E205A89A658A046C8BED2BF(__this, /*hidden argument*/NULL); Il2CppChar L_7; L_7 = MaskedTextProvider_get_PromptChar_mE2C6DD81ABE850F45DC164227A4538A342ACA20E_inline(__this, /*hidden argument*/NULL); Il2CppChar L_8; L_8 = MaskedTextProvider_get_PasswordChar_m5FE2A10DEF9B3F7912D048A347391B153A8937FE_inline(__this, /*hidden argument*/NULL); bool L_9; L_9 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_10 = (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 *)il2cpp_codegen_object_new(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); MaskedTextProvider__ctor_m9B53431A3AAA455E4B3780E44206F3EF0409C6B8(L_10, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_009e; } IL_0040: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13; L_13 = MaskedTextProvider_get_Mask_m83969B2699095DC1BB586E912508167CD74DB0E4_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = MaskedTextProvider_get_Culture_mD2149D52B3CF70FB794249AE2867D78217411F1A_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_15); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = L_14; bool L_17; L_17 = MaskedTextProvider_get_AllowPromptAsInput_mEE9E35F8900B055F9E205A89A658A046C8BED2BF(__this, /*hidden argument*/NULL); bool L_18 = L_17; RuntimeObject * L_19 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(2), (RuntimeObject *)L_19); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_16; Il2CppChar L_21; L_21 = MaskedTextProvider_get_PromptChar_mE2C6DD81ABE850F45DC164227A4538A342ACA20E_inline(__this, /*hidden argument*/NULL); Il2CppChar L_22 = L_21; RuntimeObject * L_23 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(3), (RuntimeObject *)L_23); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = L_20; Il2CppChar L_25; L_25 = MaskedTextProvider_get_PasswordChar_m5FE2A10DEF9B3F7912D048A347391B153A8937FE_inline(__this, /*hidden argument*/NULL); Il2CppChar L_26 = L_25; RuntimeObject * L_27 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_26); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_27); (L_24)->SetAt(static_cast(4), (RuntimeObject *)L_27); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = L_24; bool L_29; L_29 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); bool L_30 = L_29; RuntimeObject * L_31 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(5), (RuntimeObject *)L_31); V_2 = L_28; Type_t * L_32 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = V_2; RuntimeObject * L_34; L_34 = SecurityUtils_SecureCreateInstance_mD5B39B271B2A41D3F33DEB21C81C507038E95CE1(L_32, L_33, /*hidden argument*/NULL); V_0 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 *)IsInstClass((RuntimeObject*)L_34, MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var)); } IL_009e: { MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_35 = V_0; NullCheck(L_35); MaskedTextProvider_set_ResetOnPrompt_mDEFBF718AC22970F91FA069B1A0A904F6B35A9C1(L_35, (bool)0, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_36 = V_0; NullCheck(L_36); MaskedTextProvider_set_ResetOnSpace_mBBBA73821979891A0C873BEFF7B07B44187F0D0E(L_36, (bool)0, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_37 = V_0; NullCheck(L_37); MaskedTextProvider_set_SkipLiterals_m1429BCAB7378443DCD3C6A89B0A3F436734D89C1(L_37, (bool)0, /*hidden argument*/NULL); V_3 = 0; goto IL_00ef; } IL_00b7: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_38 = __this->get_stringDescriptor_28(); int32_t L_39 = V_3; NullCheck(L_38); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_40; L_40 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_38, L_39, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_4 = L_40; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_41 = V_4; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_42; L_42 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00eb; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_43 = V_4; NullCheck(L_43); bool L_44 = L_43->get_IsAssigned_3(); if (!L_44) { goto IL_00eb; } } { MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_45 = V_0; StringBuilder_t * L_46 = __this->get_testString_20(); int32_t L_47 = V_3; NullCheck(L_46); Il2CppChar L_48; L_48 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_46, L_47, /*hidden argument*/NULL); int32_t L_49 = V_3; NullCheck(L_45); bool L_50; L_50 = MaskedTextProvider_Replace_m21B69B91F3D9B0FBFF39FE58D4C68060DA71E21E(L_45, L_48, L_49, /*hidden argument*/NULL); } IL_00eb: { int32_t L_51 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_00ef: { int32_t L_52 = V_3; StringBuilder_t * L_53 = __this->get_testString_20(); NullCheck(L_53); int32_t L_54; L_54 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_53, /*hidden argument*/NULL); if ((((int32_t)L_52) < ((int32_t)L_54))) { goto IL_00b7; } } { MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_55 = V_0; bool L_56; L_56 = MaskedTextProvider_get_ResetOnPrompt_mD697942119B4E2936DCB97AE087E6FD4A284A75A(__this, /*hidden argument*/NULL); NullCheck(L_55); MaskedTextProvider_set_ResetOnPrompt_mDEFBF718AC22970F91FA069B1A0A904F6B35A9C1(L_55, L_56, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_57 = V_0; bool L_58; L_58 = MaskedTextProvider_get_ResetOnSpace_mB9667124EA5D3C8A2246EFFA58F42D43AB31333D(__this, /*hidden argument*/NULL); NullCheck(L_57); MaskedTextProvider_set_ResetOnSpace_mBBBA73821979891A0C873BEFF7B07B44187F0D0E(L_57, L_58, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_59 = V_0; bool L_60; L_60 = MaskedTextProvider_get_SkipLiterals_m0ABEB997A2AF77FA7B0581F10D9BE70C5B29BDEA(__this, /*hidden argument*/NULL); NullCheck(L_59); MaskedTextProvider_set_SkipLiterals_m1429BCAB7378443DCD3C6A89B0A3F436734D89C1(L_59, L_60, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_61 = V_0; bool L_62; L_62 = MaskedTextProvider_get_IncludeLiterals_mA2C2B48A1DC4C4CB9DA6D68717AED6E365DB79AA(__this, /*hidden argument*/NULL); NullCheck(L_61); MaskedTextProvider_set_IncludeLiterals_mC6EC68451D62A7D029F3E13BBFE817A1693F216C(L_61, L_62, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_63 = V_0; bool L_64; L_64 = MaskedTextProvider_get_IncludePrompt_mE72E60E3C4DA0698E79EE21CEA0D71404574DB64(__this, /*hidden argument*/NULL); NullCheck(L_63); MaskedTextProvider_set_IncludePrompt_m7DC00CFB54F1CEDC9A243836E3E433A772BE3A1D(L_63, L_64, /*hidden argument*/NULL); MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * L_65 = V_0; return L_65; } } // System.Globalization.CultureInfo System.ComponentModel.MaskedTextProvider::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * MaskedTextProvider_get_Culture_mD2149D52B3CF70FB794249AE2867D78217411F1A (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get_culture_19(); return L_0; } } // System.Char System.ComponentModel.MaskedTextProvider::get_DefaultPasswordChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_DefaultPasswordChar_m7975A282C5156B6AF6B7A503EC4A7E900366EF9B (const RuntimeMethod* method) { { return ((int32_t)42); } } // System.Int32 System.ComponentModel.MaskedTextProvider::get_EditPositionCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_EditPositionCount_mF13C9E1FB5E6E8CFCFC32A617382EDFEF3EDF4C8 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_optionalEditChars_24(); int32_t L_1 = __this->get_requiredEditChars_23(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); } } // System.Collections.IEnumerator System.ComponentModel.MaskedTextProvider::get_EditPositions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MaskedTextProvider_get_EditPositions_mCD5065CC6ED6912ED58176B773366FD5643FF485 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA9754EA85E41585F808AACA8EC9D5FD40F9B3B36_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m957052792023308FAFDC59D98795C5BC0958C638_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0CBE13843237EA736C958F32EA87009CDB5DBF4F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_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_GetEnumerator_m0E88851A606740C067B5E24FF7E68F2222BA877C_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*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_0 = NULL; int32_t V_1 = 0; Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_0, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_0 = L_0; V_1 = 0; List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_1 = __this->get_stringDescriptor_28(); NullCheck(L_1); Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 L_2; L_2 = List_1_GetEnumerator_m0E88851A606740C067B5E24FF7E68F2222BA877C(L_1, /*hidden argument*/List_1_GetEnumerator_m0E88851A606740C067B5E24FF7E68F2222BA877C_RuntimeMethod_var); V_2 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_002f; } IL_0016: { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_3; L_3 = Enumerator_get_Current_m0CBE13843237EA736C958F32EA87009CDB5DBF4F_inline((Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 *)(&V_2), /*hidden argument*/Enumerator_get_Current_m0CBE13843237EA736C958F32EA87009CDB5DBF4F_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_4; L_4 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } IL_0024: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_5, L_6, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); } IL_002b: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002f: { bool L_8; L_8 = Enumerator_MoveNext_m957052792023308FAFDC59D98795C5BC0958C638((Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m957052792023308FAFDC59D98795C5BC0958C638_RuntimeMethod_var); if (L_8) { goto IL_0016; } } IL_0038: { IL2CPP_LEAVE(0x48, FINALLY_003a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: {// begin finally (depth: 1) Enumerator_Dispose_mA9754EA85E41585F808AACA8EC9D5FD40F9B3B36((Enumerator_tAD6272EA3A690B30EC2F14135A12AB8C03F97465 *)(&V_2), /*hidden argument*/Enumerator_Dispose_mA9754EA85E41585F808AACA8EC9D5FD40F9B3B36_RuntimeMethod_var); IL2CPP_END_FINALLY(58) }// end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x48, IL_0048) } IL_0048: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_9); return L_10; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_IncludeLiterals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludeLiterals_mA2C2B48A1DC4C4CB9DA6D68717AED6E365DB79AA (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_LITERALS_13(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.MaskedTextProvider::set_IncludeLiterals(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludeLiterals_mC6EC68451D62A7D029F3E13BBFE817A1693F216C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_LITERALS_13(); bool L_2 = ___value0; BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_IncludePrompt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IncludePrompt_mE72E60E3C4DA0698E79EE21CEA0D71404574DB64 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_PROMPT_12(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.MaskedTextProvider::set_IncludePrompt(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IncludePrompt_m7DC00CFB54F1CEDC9A243836E3E433A772BE3A1D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_PROMPT_12(); bool L_2 = ___value0; BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_AsciiOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_ASCII_ONLY_10(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_IsPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_IsPassword_m8CEF29F0BDC4B3AD1AF2FA8D3F02E79BDC8D0E37 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_passwordChar_26(); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.ComponentModel.MaskedTextProvider::set_IsPassword(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_IsPassword_m327E47EF7FE03455BDD28AF6121B31E11B8E35DF (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * G_B3_0 = NULL; MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * G_B2_0 = NULL; int32_t G_B4_0 = 0; MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * G_B4_1 = NULL; { bool L_0; L_0 = MaskedTextProvider_get_IsPassword_m8CEF29F0BDC4B3AD1AF2FA8D3F02E79BDC8D0E37(__this, /*hidden argument*/NULL); bool L_1 = ___value0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_001a; } } { bool L_2 = ___value0; G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0010; } } { G_B4_0 = 0; G_B4_1 = G_B2_0; goto IL_0015; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); Il2CppChar L_3; L_3 = MaskedTextProvider_get_DefaultPasswordChar_m7975A282C5156B6AF6B7A503EC4A7E900366EF9B(/*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_3)); G_B4_1 = G_B3_0; } IL_0015: { NullCheck(G_B4_1); G_B4_1->set_passwordChar_26(G_B4_0); } IL_001a: { return; } } // System.Int32 System.ComponentModel.MaskedTextProvider::get_InvalidIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_InvalidIndex_mFA65C8A5B1442E7A3376BF7D9840C7DA918E6D1A (const RuntimeMethod* method) { { return (-1); } } // System.Int32 System.ComponentModel.MaskedTextProvider::get_LastAssignedPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_testString_20(); NullCheck(L_0); int32_t L_1; L_1 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_0, /*hidden argument*/NULL); int32_t L_2; L_2 = MaskedTextProvider_FindAssignedEditPositionFrom_m3194FA8A6AF702F4D0602FF893AD1355D9D4B98F(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.ComponentModel.MaskedTextProvider::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_get_Length_m1859C8026BC9AFE69A5D4DBF54BD403976B6F01D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_testString_20(); NullCheck(L_0); int32_t L_1; L_1 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.ComponentModel.MaskedTextProvider::get_Mask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_get_Mask_m83969B2699095DC1BB586E912508167CD74DB0E4 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_mask_25(); return L_0; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_MaskCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_MaskCompleted_mECF489BC86CF9F3A6257AED54AC2FDA1DA6E740E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_requiredCharCount_22(); int32_t L_1 = __this->get_requiredEditChars_23(); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_MaskFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_MaskFull_m25D785E78759F83C4BD7B63A991139DEBC64AB3D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_assignedCharCount_21(); int32_t L_1; L_1 = MaskedTextProvider_get_EditPositionCount_mF13C9E1FB5E6E8CFCFC32A617382EDFEF3EDF4C8(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // System.Char System.ComponentModel.MaskedTextProvider::get_PasswordChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PasswordChar_m5FE2A10DEF9B3F7912D048A347391B153A8937FE (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_passwordChar_26(); return L_0; } } // System.Void System.ComponentModel.MaskedTextProvider::set_PasswordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_PasswordChar_mBF036CAE9CFEF4398CF7A5790BE7FCD441FD2377 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___value0; Il2CppChar L_1 = __this->get_promptChar_27(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0019; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72957738B00DD483A0E92D5F104AAE6C56A2B652)), /*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*)&MaskedTextProvider_set_PasswordChar_mBF036CAE9CFEF4398CF7A5790BE7FCD441FD2377_RuntimeMethod_var))); } IL_0019: { Il2CppChar L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_5; L_5 = MaskedTextProvider_IsValidPasswordChar_m3B8E0FB6CF7BFA638A53891A6F0616BD8FDB8417(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { Il2CppChar L_6 = ___value0; if (!L_6) { goto IL_0034; } } { String_t* L_7; L_7 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE18D7DA511A8C34741C4C2D396F2CAB7C9800854)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_set_PasswordChar_mBF036CAE9CFEF4398CF7A5790BE7FCD441FD2377_RuntimeMethod_var))); } IL_0034: { Il2CppChar L_9 = ___value0; Il2CppChar L_10 = __this->get_passwordChar_26(); if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0044; } } { Il2CppChar L_11 = ___value0; __this->set_passwordChar_26(L_11); } IL_0044: { return; } } // System.Char System.ComponentModel.MaskedTextProvider::get_PromptChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PromptChar_mE2C6DD81ABE850F45DC164227A4538A342ACA20E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_promptChar_27(); return L_0; } } // System.Void System.ComponentModel.MaskedTextProvider::set_PromptChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_PromptChar_mCDCC523360C48BA972054F7FE5D2490C65DD52CC (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_1 = NULL; { Il2CppChar L_0 = ___value0; Il2CppChar L_1 = __this->get_passwordChar_26(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0019; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72957738B00DD483A0E92D5F104AAE6C56A2B652)), /*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*)&MaskedTextProvider_set_PromptChar_mCDCC523360C48BA972054F7FE5D2490C65DD52CC_RuntimeMethod_var))); } IL_0019: { Il2CppChar L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_5; L_5 = MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0031; } } { String_t* L_6; L_6 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE18D7DA511A8C34741C4C2D396F2CAB7C9800854)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_set_PromptChar_mCDCC523360C48BA972054F7FE5D2490C65DD52CC_RuntimeMethod_var))); } IL_0031: { Il2CppChar L_8 = ___value0; Il2CppChar L_9 = __this->get_promptChar_27(); if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0087; } } { Il2CppChar L_10 = ___value0; __this->set_promptChar_27(L_10); V_0 = 0; goto IL_0079; } IL_0045: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_11 = __this->get_stringDescriptor_28(); int32_t L_12 = V_0; NullCheck(L_11); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_13; L_13 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_1 = L_13; int32_t L_14 = V_0; bool L_15; L_15 = MaskedTextProvider_IsEditPosition_m2CC41709E6CF501B944FE0BF539F9BCD2E5218E3(__this, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0075; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_16 = V_1; NullCheck(L_16); bool L_17 = L_16->get_IsAssigned_3(); if (L_17) { goto IL_0075; } } { StringBuilder_t * L_18 = __this->get_testString_20(); int32_t L_19 = V_0; Il2CppChar L_20 = __this->get_promptChar_27(); NullCheck(L_18); StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733(L_18, L_19, L_20, /*hidden argument*/NULL); } IL_0075: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0079: { int32_t L_22 = V_0; StringBuilder_t * L_23 = __this->get_testString_20(); NullCheck(L_23); int32_t L_24; L_24 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0045; } } IL_0087: { return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_ResetOnPrompt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnPrompt_mD697942119B4E2936DCB97AE087E6FD4A284A75A (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_PROMPT_14(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.MaskedTextProvider::set_ResetOnPrompt(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnPrompt_mDEFBF718AC22970F91FA069B1A0A904F6B35A9C1 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_PROMPT_14(); bool L_2 = ___value0; BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_ResetOnSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_ResetOnSpace_mB9667124EA5D3C8A2246EFFA58F42D43AB31333D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_SKIP_SPACE_16(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.MaskedTextProvider::set_ResetOnSpace(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_ResetOnSpace_mBBBA73821979891A0C873BEFF7B07B44187F0D0E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_SKIP_SPACE_16(); bool L_2 = ___value0; BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::get_SkipLiterals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_get_SkipLiterals_m0ABEB997A2AF77FA7B0581F10D9BE70C5B29BDEA (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_LITERALS_15(); bool L_2; L_2 = BitVector32_get_Item_m559E7CA37D187F51C04F98218348E1068B2C3CA2((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.ComponentModel.MaskedTextProvider::set_SkipLiterals(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_set_SkipLiterals_m1429BCAB7378443DCD3C6A89B0A3F436734D89C1 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 * L_0 = __this->get_address_of_flagState_18(); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_LITERALS_15(); bool L_2 = ___value0; BitVector32_set_Item_mC3536C8A19205520E34BE95609FCFF75DAE743E6((BitVector32_t27960A4A108C491FDD7E5F8F504CB394D16F4968 *)L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Char System.ComponentModel.MaskedTextProvider::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_Item_mBD853106D90F3B6E51D7B002431EE6B3726A7AD4 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___index0; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0024; } } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___index0), L_4, /*hidden argument*/NULL); IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_6 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_get_Item_mBD853106D90F3B6E51D7B002431EE6B3726A7AD4_RuntimeMethod_var))); } IL_0024: { StringBuilder_t * L_7 = __this->get_testString_20(); int32_t L_8 = ___index0; NullCheck(L_7); Il2CppChar L_9; L_9 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Add(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m66D0F3E66CA54C4ACEFAF775031F541DD509B555 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Il2CppChar L_0 = ___input0; bool L_1; L_1 = MaskedTextProvider_Add_mBB004B9849E93E7C6A6E5A3D0B53C898B1726F4F(__this, L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Add(System.Char,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_mBB004B9849E93E7C6A6E5A3D0B53C898B1726F4F (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))))) { goto IL_002a; } } { int32_t* L_4 = ___testPosition1; StringBuilder_t * L_5 = __this->get_testString_20(); NullCheck(L_5); int32_t L_6; L_6 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_5, /*hidden argument*/NULL); *((int32_t*)L_4) = (int32_t)L_6; int32_t* L_7 = ___resultHint2; *((int32_t*)L_7) = (int32_t)((int32_t)-53); return (bool)0; } IL_002a: { int32_t* L_8 = ___testPosition1; int32_t L_9 = V_0; *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t* L_10 = ___testPosition1; int32_t* L_11 = ___testPosition1; int32_t L_12 = *((int32_t*)L_11); int32_t L_13; L_13 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, L_12, (bool)1, /*hidden argument*/NULL); *((int32_t*)L_10) = (int32_t)L_13; int32_t* L_14 = ___testPosition1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_0052; } } { int32_t* L_16 = ___resultHint2; *((int32_t*)L_16) = (int32_t)((int32_t)-53); int32_t* L_17 = ___testPosition1; StringBuilder_t * L_18 = __this->get_testString_20(); NullCheck(L_18); int32_t L_19; L_19 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_18, /*hidden argument*/NULL); *((int32_t*)L_17) = (int32_t)L_19; return (bool)0; } IL_0052: { Il2CppChar L_20 = ___input0; int32_t* L_21 = ___testPosition1; int32_t L_22 = *((int32_t*)L_21); int32_t* L_23 = ___resultHint2; bool L_24; L_24 = MaskedTextProvider_TestSetChar_m882431611950B407BAFAFF58CA01510570A93EC2(__this, L_20, L_22, (int32_t*)L_23, /*hidden argument*/NULL); if (L_24) { goto IL_0060; } } { return (bool)0; } IL_0060: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_m606569FE5D6D6F135B047C6E1A1A5DC671D87D3C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___input0; bool L_1; L_1 = MaskedTextProvider_Add_mE03E8543AE556EB397CF80FB9FDD87DC1010E24E(__this, L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Add(System.String,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Add_mE03E8543AE556EB397CF80FB9FDD87DC1010E24E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, const RuntimeMethod* method) { { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Add_mE03E8543AE556EB397CF80FB9FDD87DC1010E24E_RuntimeMethod_var))); } IL_000e: { int32_t* L_2 = ___testPosition1; int32_t L_3; L_3 = MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055(__this, /*hidden argument*/NULL); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); String_t* L_4 = ___input0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0025; } } { int32_t* L_6 = ___resultHint2; *((int32_t*)L_6) = (int32_t)2; return (bool)1; } IL_0025: { String_t* L_7 = ___input0; int32_t* L_8 = ___testPosition1; int32_t L_9 = *((int32_t*)L_8); int32_t* L_10 = ___testPosition1; int32_t* L_11 = ___resultHint2; bool L_12; L_12 = MaskedTextProvider_TestSetString_mEEFBC9EF0F6861072304FD0B52B9303FFF74759C(__this, L_7, L_9, (int32_t*)L_10, (int32_t*)L_11, /*hidden argument*/NULL); return L_12; } } // System.Void System.ComponentModel.MaskedTextProvider::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Clear_mE4B7DF0F630BB850D26A7F5AE437B671823CC5DB (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { MaskedTextProvider_Clear_m4741F37855B0D6E18183550B64342DD7DE4B0983(__this, (int32_t*)(&V_0), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::Clear(System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_Clear_m4741F37855B0D6E18183550B64342DD7DE4B0983 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t* ___resultHint0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_assignedCharCount_21(); if (L_0) { goto IL_000c; } } { int32_t* L_1 = ___resultHint0; *((int32_t*)L_1) = (int32_t)2; return; } IL_000c: { int32_t* L_2 = ___resultHint0; *((int32_t*)L_2) = (int32_t)4; V_0 = 0; goto IL_001e; } IL_0013: { int32_t L_3 = V_0; MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001e: { int32_t L_5 = V_0; StringBuilder_t * L_6 = __this->get_testString_20(); NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0013; } } { return; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindAssignedEditPositionFrom(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionFrom_m3194FA8A6AF702F4D0602FF893AD1355D9D4B98F (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, bool ___direction1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_assignedCharCount_21(); if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { bool L_1 = ___direction1; if (!L_1) { goto IL_001f; } } { int32_t L_2 = ___position0; V_0 = L_2; StringBuilder_t * L_3 = __this->get_testString_20(); NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_3, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); goto IL_0023; } IL_001f: { V_0 = 0; int32_t L_5 = ___position0; V_1 = L_5; } IL_0023: { int32_t L_6 = V_0; int32_t L_7 = V_1; bool L_8 = ___direction1; int32_t L_9; L_9 = MaskedTextProvider_FindAssignedEditPositionInRange_m94E0F31E780F9DA49270C2287CAC7454A9AE2BED(__this, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindAssignedEditPositionInRange(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindAssignedEditPositionInRange_m94E0F31E780F9DA49270C2287CAC7454A9AE2BED (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_assignedCharCount_21(); if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { int32_t L_1 = ___startPosition0; int32_t L_2 = ___endPosition1; bool L_3 = ___direction2; int32_t L_4; L_4 = MaskedTextProvider_FindEditPositionInRange_m912FFA35EFE3A1C25151AAAEAB50B53C4C711EE0(__this, L_1, L_2, L_3, (uint8_t)2, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindEditPositionFrom(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, bool ___direction1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___direction1; if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___position0; V_0 = L_1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); goto IL_0019; } IL_0015: { V_0 = 0; int32_t L_4 = ___position0; V_1 = L_4; } IL_0019: { int32_t L_5 = V_0; int32_t L_6 = V_1; bool L_7 = ___direction1; int32_t L_8; L_8 = MaskedTextProvider_FindEditPositionInRange_mF58304397C837B40EEF83439D2D50250C404C242(__this, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindEditPositionInRange(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_mF58304397C837B40EEF83439D2D50250C404C242 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 3; int32_t L_0 = ___startPosition0; int32_t L_1 = ___endPosition1; bool L_2 = ___direction2; int32_t L_3 = V_0; int32_t L_4; L_4 = MaskedTextProvider_FindPositionInRange_m889A17A61B3DD1F052670EBE0E5D6E9319227249(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindEditPositionInRange(System.Int32,System.Int32,System.Boolean,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindEditPositionInRange_m912FFA35EFE3A1C25151AAAEAB50B53C4C711EE0 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, uint8_t ___assignedStatus3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_1 = NULL; IL_0000: { int32_t L_0 = ___startPosition0; int32_t L_1 = ___endPosition1; bool L_2 = ___direction2; int32_t L_3; L_3 = MaskedTextProvider_FindEditPositionInRange_mF58304397C837B40EEF83439D2D50250C404C242(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0050; } } { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_5 = __this->get_stringDescriptor_28(); int32_t L_6 = V_0; NullCheck(L_5); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_7; L_7 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_1 = L_7; uint8_t L_8 = ___assignedStatus3; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_0027; } } { uint8_t L_9 = ___assignedStatus3; if ((((int32_t)L_9) == ((int32_t)2))) { goto IL_0031; } } { goto IL_003b; } IL_0027: { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_10 = V_1; NullCheck(L_10); bool L_11 = L_10->get_IsAssigned_3(); if (L_11) { goto IL_003d; } } { int32_t L_12 = V_0; return L_12; } IL_0031: { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_13 = V_1; NullCheck(L_13); bool L_14 = L_13->get_IsAssigned_3(); if (!L_14) { goto IL_003d; } } { int32_t L_15 = V_0; return L_15; } IL_003b: { int32_t L_16 = V_0; return L_16; } IL_003d: { bool L_17 = ___direction2; if (!L_17) { goto IL_0047; } } { int32_t L_18 = ___startPosition0; ___startPosition0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); goto IL_004c; } IL_0047: { int32_t L_19 = ___endPosition1; ___endPosition1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)); } IL_004c: { int32_t L_20 = ___startPosition0; int32_t L_21 = ___endPosition1; if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_0000; } } IL_0050: { return (-1); } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindNonEditPositionFrom(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindNonEditPositionFrom_m2EB8E3675C50FACDD3E8384743126B5D1B7F5189 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, bool ___direction1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___direction1; if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___position0; V_0 = L_1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); goto IL_0019; } IL_0015: { V_0 = 0; int32_t L_4 = ___position0; V_1 = L_4; } IL_0019: { int32_t L_5 = V_0; int32_t L_6 = V_1; bool L_7 = ___direction1; int32_t L_8; L_8 = MaskedTextProvider_FindNonEditPositionInRange_mF1EF7A2C725323301107D4AA2E8DD640062F5F09(__this, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindNonEditPositionInRange(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindNonEditPositionInRange_mF1EF7A2C725323301107D4AA2E8DD640062F5F09 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = ((int32_t)12); int32_t L_0 = ___startPosition0; int32_t L_1 = ___endPosition1; bool L_2 = ___direction2; int32_t L_3 = V_0; int32_t L_4; L_4 = MaskedTextProvider_FindPositionInRange_m889A17A61B3DD1F052670EBE0E5D6E9319227249(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindPositionInRange(System.Int32,System.Int32,System.Boolean,System.ComponentModel.MaskedTextProvider/CharType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindPositionInRange_m889A17A61B3DD1F052670EBE0E5D6E9319227249 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, int32_t ___charTypeFlags3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_1 = NULL; int32_t G_B9_0 = 0; { int32_t L_0 = ___startPosition0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0007; } } { ___startPosition0 = 0; } IL_0007: { int32_t L_1 = ___endPosition1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0024; } } { StringBuilder_t * L_4 = __this->get_testString_20(); NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); ___endPosition1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } IL_0024: { int32_t L_6 = ___startPosition0; int32_t L_7 = ___endPosition1; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_005c; } } { return (-1); } IL_002a: { bool L_8 = ___direction2; if (L_8) { goto IL_0035; } } { int32_t L_9 = ___endPosition1; int32_t L_10 = L_9; ___endPosition1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); G_B9_0 = L_10; goto IL_003b; } IL_0035: { int32_t L_11 = ___startPosition0; int32_t L_12 = L_11; ___startPosition0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); G_B9_0 = L_12; } IL_003b: { V_0 = G_B9_0; List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_13 = __this->get_stringDescriptor_28(); int32_t L_14 = V_0; NullCheck(L_13); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_15; L_15 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_13, L_14, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_1 = L_15; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->get_CharType_2(); int32_t L_18 = ___charTypeFlags3; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_19 = V_1; NullCheck(L_19); int32_t L_20 = L_19->get_CharType_2(); if ((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)L_18))) == ((uint32_t)L_20)))) { goto IL_005c; } } { int32_t L_21 = V_0; return L_21; } IL_005c: { int32_t L_22 = ___startPosition0; int32_t L_23 = ___endPosition1; if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_002a; } } { return (-1); } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindUnassignedEditPositionFrom(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindUnassignedEditPositionFrom_mDF848381A83587CBCC1DE574E027BEB5E139A984 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, bool ___direction1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___direction1; if (!L_0) { goto IL_0015; } } { int32_t L_1 = ___position0; V_0 = L_1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); goto IL_0019; } IL_0015: { V_0 = 0; int32_t L_4 = ___position0; V_1 = L_4; } IL_0019: { int32_t L_5 = V_0; int32_t L_6 = V_1; bool L_7 = ___direction1; int32_t L_8; L_8 = MaskedTextProvider_FindEditPositionInRange_m912FFA35EFE3A1C25151AAAEAB50B53C4C711EE0(__this, L_5, L_6, L_7, (uint8_t)1, /*hidden argument*/NULL); return L_8; } } // System.Int32 System.ComponentModel.MaskedTextProvider::FindUnassignedEditPositionInRange(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaskedTextProvider_FindUnassignedEditPositionInRange_m5CF199A7A28F6F56DC102C722952D88475CCC32C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, bool ___direction2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IL_0000: { int32_t L_0 = ___startPosition0; int32_t L_1 = ___endPosition1; bool L_2 = ___direction2; int32_t L_3; L_3 = MaskedTextProvider_FindEditPositionInRange_m912FFA35EFE3A1C25151AAAEAB50B53C4C711EE0(__this, L_0, L_1, L_2, (uint8_t)0, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0011; } } { return (-1); } IL_0011: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_5 = __this->get_stringDescriptor_28(); int32_t L_6 = V_0; NullCheck(L_5); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_7; L_7 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); NullCheck(L_7); bool L_8 = L_7->get_IsAssigned_3(); if (L_8) { goto IL_0026; } } { int32_t L_9 = V_0; return L_9; } IL_0026: { bool L_10 = ___direction2; if (!L_10) { goto IL_0030; } } { int32_t L_11 = ___startPosition0; ___startPosition0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_0000; } IL_0030: { int32_t L_12 = ___endPosition1; ___endPosition1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); goto IL_0000; } } // System.Boolean System.ComponentModel.MaskedTextProvider::GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_GetOperationResultFromHint_mFDB857D36657502235BC3E8B51A7AF67A5750539 (int32_t ___hint0, const RuntimeMethod* method) { { int32_t L_0 = ___hint0; return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAt(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_m8CAF2E5344D3CDE2BB42CB27F263436000B7493D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method) { { int32_t L_0 = ___position1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___position1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { String_t* L_4; L_4 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&___input0), /*hidden argument*/NULL); int32_t L_5 = ___position1; bool L_6; L_6 = MaskedTextProvider_InsertAt_m32AF0A766896CA106940BB15083CF9C4B8D1A7D5(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAt(System.Char,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_mEDC3012ADB53C234A9430601D06CF8DF25148A2C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method) { { String_t* L_0; L_0 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&___input0), /*hidden argument*/NULL); int32_t L_1 = ___position1; int32_t* L_2 = ___testPosition2; int32_t* L_3 = ___resultHint3; bool L_4; L_4 = MaskedTextProvider_InsertAt_mD8363D56D8E3614B223C7D7094456024ADB85093(__this, L_0, L_1, (int32_t*)L_2, (int32_t*)L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_m32AF0A766896CA106940BB15083CF9C4B8D1A7D5 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___input0; int32_t L_1 = ___position1; bool L_2; L_2 = MaskedTextProvider_InsertAt_mD8363D56D8E3614B223C7D7094456024ADB85093(__this, L_0, L_1, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAt(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAt_mD8363D56D8E3614B223C7D7094456024ADB85093 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method) { { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_InsertAt_mD8363D56D8E3614B223C7D7094456024ADB85093_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___position1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_3 = ___position1; StringBuilder_t * L_4 = __this->get_testString_20(); NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002a; } } IL_0020: { int32_t* L_6 = ___testPosition2; int32_t L_7 = ___position1; *((int32_t*)L_6) = (int32_t)L_7; int32_t* L_8 = ___resultHint3; *((int32_t*)L_8) = (int32_t)((int32_t)-55); return (bool)0; } IL_002a: { String_t* L_9 = ___input0; int32_t L_10 = ___position1; int32_t* L_11 = ___testPosition2; int32_t* L_12 = ___resultHint3; bool L_13; L_13 = MaskedTextProvider_InsertAtInt_mE835960827D666070AC893AB954EA9667E7ACADC(__this, L_9, L_10, (int32_t*)L_11, (int32_t*)L_12, (bool)0, /*hidden argument*/NULL); return L_13; } } // System.Boolean System.ComponentModel.MaskedTextProvider::InsertAtInt(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_InsertAtInt_mE835960827D666070AC893AB954EA9667E7ACADC (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, bool ___testOnly4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___input0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { int32_t* L_2 = ___testPosition2; int32_t L_3 = ___position1; *((int32_t*)L_2) = (int32_t)L_3; int32_t* L_4 = ___resultHint3; *((int32_t*)L_4) = (int32_t)2; return (bool)1; } IL_0011: { String_t* L_5 = ___input0; int32_t L_6 = ___position1; int32_t* L_7 = ___testPosition2; int32_t* L_8 = ___resultHint3; bool L_9; L_9 = MaskedTextProvider_TestString_m717F902B2F9B7324C3164EF1B4D120A52F3B5FB7(__this, L_5, L_6, (int32_t*)L_7, (int32_t*)L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0020; } } { return (bool)0; } IL_0020: { int32_t L_10 = ___position1; int32_t L_11; L_11 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, L_10, (bool)1, /*hidden argument*/NULL); V_0 = L_11; int32_t L_12 = V_0; int32_t* L_13 = ___testPosition2; int32_t L_14 = *((int32_t*)L_13); int32_t L_15; L_15 = MaskedTextProvider_FindAssignedEditPositionInRange_m94E0F31E780F9DA49270C2287CAC7454A9AE2BED(__this, L_12, L_14, (bool)1, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)((((int32_t)L_15) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_16; L_16 = MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055(__this, /*hidden argument*/NULL); V_2 = L_16; bool L_17 = V_1; if (!L_17) { goto IL_0069; } } { int32_t* L_18 = ___testPosition2; int32_t L_19 = *((int32_t*)L_18); StringBuilder_t * L_20 = __this->get_testString_20(); NullCheck(L_20); int32_t L_21; L_21 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)))))) { goto IL_0069; } } { int32_t* L_22 = ___resultHint3; *((int32_t*)L_22) = (int32_t)((int32_t)-53); int32_t* L_23 = ___testPosition2; StringBuilder_t * L_24 = __this->get_testString_20(); NullCheck(L_24); int32_t L_25; L_25 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_24, /*hidden argument*/NULL); *((int32_t*)L_23) = (int32_t)L_25; return (bool)0; } IL_0069: { int32_t* L_26 = ___testPosition2; int32_t L_27 = *((int32_t*)L_26); int32_t L_28; L_28 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_3 = L_28; bool L_29 = V_1; if (!L_29) { goto IL_00ef; } } { V_4 = 0; } IL_007b: { int32_t L_30 = V_3; if ((!(((uint32_t)L_30) == ((uint32_t)(-1))))) { goto IL_0093; } } { int32_t* L_31 = ___resultHint3; *((int32_t*)L_31) = (int32_t)((int32_t)-53); int32_t* L_32 = ___testPosition2; StringBuilder_t * L_33 = __this->get_testString_20(); NullCheck(L_33); int32_t L_34; L_34 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_33, /*hidden argument*/NULL); *((int32_t*)L_32) = (int32_t)L_34; return (bool)0; } IL_0093: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_35 = __this->get_stringDescriptor_28(); int32_t L_36 = V_0; NullCheck(L_35); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_37; L_37 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_35, L_36, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); NullCheck(L_37); bool L_38 = L_37->get_IsAssigned_3(); if (!L_38) { goto IL_00c7; } } { StringBuilder_t * L_39 = __this->get_testString_20(); int32_t L_40 = V_0; NullCheck(L_39); Il2CppChar L_41; L_41 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_39, L_40, /*hidden argument*/NULL); int32_t L_42 = V_3; bool L_43; L_43 = MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA(__this, L_41, L_42, (int32_t*)(&V_4), /*hidden argument*/NULL); if (L_43) { goto IL_00c7; } } { int32_t* L_44 = ___resultHint3; int32_t L_45 = V_4; *((int32_t*)L_44) = (int32_t)L_45; int32_t* L_46 = ___testPosition2; int32_t L_47 = V_3; *((int32_t*)L_46) = (int32_t)L_47; return (bool)0; } IL_00c7: { int32_t L_48 = V_0; int32_t L_49 = V_2; if ((((int32_t)L_48) == ((int32_t)L_49))) { goto IL_00e3; } } { int32_t L_50 = V_0; int32_t L_51; L_51 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_0 = L_51; int32_t L_52 = V_3; int32_t L_53; L_53 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_3 = L_53; goto IL_007b; } IL_00e3: { int32_t L_54 = V_4; int32_t* L_55 = ___resultHint3; int32_t L_56 = *((int32_t*)L_55); if ((((int32_t)L_54) <= ((int32_t)L_56))) { goto IL_00ef; } } { int32_t* L_57 = ___resultHint3; int32_t L_58 = V_4; *((int32_t*)L_57) = (int32_t)L_58; } IL_00ef: { bool L_59 = ___testOnly4; if (!L_59) { goto IL_00f5; } } { return (bool)1; } IL_00f5: { bool L_60 = V_1; if (!L_60) { goto IL_0143; } } { goto IL_013f; } IL_00fa: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_61 = __this->get_stringDescriptor_28(); int32_t L_62 = V_0; NullCheck(L_61); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_63; L_63 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_61, L_62, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); NullCheck(L_63); bool L_64 = L_63->get_IsAssigned_3(); if (!L_64) { goto IL_0122; } } { StringBuilder_t * L_65 = __this->get_testString_20(); int32_t L_66 = V_0; NullCheck(L_65); Il2CppChar L_67; L_67 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_65, L_66, /*hidden argument*/NULL); int32_t L_68 = V_3; MaskedTextProvider_SetChar_m34EC6A3DEE277E13E0C1D749D4E14638B83B7977(__this, L_67, L_68, /*hidden argument*/NULL); goto IL_0129; } IL_0122: { int32_t L_69 = V_3; MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60(__this, L_69, /*hidden argument*/NULL); } IL_0129: { int32_t L_70 = V_3; int32_t L_71; L_71 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)), (bool)0, /*hidden argument*/NULL); V_3 = L_71; int32_t L_72 = V_0; int32_t L_73; L_73 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)1)), (bool)0, /*hidden argument*/NULL); V_0 = L_73; } IL_013f: { int32_t L_74 = V_0; int32_t L_75 = ___position1; if ((((int32_t)L_74) >= ((int32_t)L_75))) { goto IL_00fa; } } IL_0143: { String_t* L_76 = ___input0; int32_t L_77 = ___position1; MaskedTextProvider_SetString_mAF3C7AC1AB68225F779C519B9B7CF665B013909E(__this, L_76, L_77, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsAscii(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAscii_m54E66095F8552A7B6358D36FF5F06C6562BB9754 (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)33)))) { goto IL_000e; } } { Il2CppChar L_1 = ___c0; return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)126)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_000e: { return (bool)0; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsAciiAlphanumeric(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAciiAlphanumeric_m5846966045DF9A6147A67AEB823CC891DC66867E (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)48)))) { goto IL_000a; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)57)))) { goto IL_0024; } } IL_000a: { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65)))) { goto IL_0014; } } { Il2CppChar L_3 = ___c0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)90)))) { goto IL_0024; } } IL_0014: { Il2CppChar L_4 = ___c0; if ((((int32_t)L_4) < ((int32_t)((int32_t)97)))) { goto IL_0022; } } { Il2CppChar L_5 = ___c0; return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0022: { return (bool)0; } IL_0024: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsAlphanumeric(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAlphanumeric_mEC0699D4BA97159483FA16E84AF314147E9AE089 (Il2CppChar ___c0, 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; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_2, /*hidden argument*/NULL); return L_3; } IL_000f: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsAsciiLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAsciiLetter_m2ADD44CBF1BB6D7B25F05FAB9EB4B607B463C4FF (Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; if ((((int32_t)L_0) < ((int32_t)((int32_t)65)))) { goto IL_000a; } } { Il2CppChar L_1 = ___c0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)90)))) { goto IL_001a; } } IL_000a: { Il2CppChar L_2 = ___c0; if ((((int32_t)L_2) < ((int32_t)((int32_t)97)))) { goto IL_0018; } } { Il2CppChar L_3 = ___c0; return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0018: { return (bool)0; } IL_001a: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsAvailablePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsAvailablePosition_m14050A04B91724D646857AF38422634D4A477453 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_0 = NULL; { int32_t L_0 = ___position0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___position0; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_4 = __this->get_stringDescriptor_28(); int32_t L_5 = ___position0; NullCheck(L_4); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_6; L_6 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_0 = L_6; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_8; L_8 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_9 = V_0; NullCheck(L_9); bool L_10 = L_9->get_IsAssigned_3(); return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0); } IL_0033: { return (bool)0; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsEditPosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m2CC41709E6CF501B944FE0BF539F9BCD2E5218E3 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___position0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___position0; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_4 = __this->get_stringDescriptor_28(); int32_t L_5 = ___position0; NullCheck(L_4); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_6; L_6 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_7; L_7 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsEditPosition(System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDescriptor0, const RuntimeMethod* method) { { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_0 = ___charDescriptor0; NullCheck(L_0); int32_t L_1 = L_0->get_CharType_2(); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0013; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_2 = ___charDescriptor0; NullCheck(L_2); int32_t L_3 = L_2->get_CharType_2(); return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0); } IL_0013: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsLiteralPosition(System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsLiteralPosition_mFF0616AC8037F9ADD897B24A90E76F688159ED5E (CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDescriptor0, const RuntimeMethod* method) { { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_0 = ___charDescriptor0; NullCheck(L_0); int32_t L_1 = L_0->get_CharType_2(); if ((((int32_t)L_1) == ((int32_t)8))) { goto IL_0013; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_2 = ___charDescriptor0; NullCheck(L_2); int32_t L_3 = L_2->get_CharType_2(); return (bool)((((int32_t)L_3) == ((int32_t)4))? 1 : 0); } IL_0013: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsPrintableChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2 (Il2CppChar ___c0, 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; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { Il2CppChar L_2 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3; L_3 = Char_IsPunctuation_mAA0C28B4CA0DE58C6C2ED7993BFA0D1F250C5661(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001e; } } { Il2CppChar L_4 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_5; L_5 = Char_IsSymbol_m70C44E77193791A7A086F0D968162BE8FDD34370(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_001e; } } { Il2CppChar L_6 = ___c0; return (bool)((((int32_t)L_6) == ((int32_t)((int32_t)32)))? 1 : 0); } IL_001e: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsValidInputChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidInputChar_m91A8961C510263F159736CE8CAA7351597C75216 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsValidMaskChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidMaskChar_m07BFED465D4368335164A0C44A90A5F30AF77539 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::IsValidPasswordChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_IsValidPasswordChar_m3B8E0FB6CF7BFA638A53891A6F0616BD8FDB8417 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { Il2CppChar L_2 = ___c0; return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_000d: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Remove_m361BF4601ADA39A8C275E08FFCA5AA890D69981D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0; L_0 = MaskedTextProvider_Remove_m2D166D53CE5825DE4EFA5ACF7F756DC7FFFBDB93(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Remove(System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Remove_m2D166D53CE5825DE4EFA5ACF7F756DC7FFFBDB93 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t* ___testPosition0, int32_t* ___resultHint1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0013; } } { int32_t* L_2 = ___testPosition0; *((int32_t*)L_2) = (int32_t)0; int32_t* L_3 = ___resultHint1; *((int32_t*)L_3) = (int32_t)2; return (bool)1; } IL_0013: { int32_t L_4 = V_0; MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60(__this, L_4, /*hidden argument*/NULL); int32_t* L_5 = ___testPosition0; int32_t L_6 = V_0; *((int32_t*)L_5) = (int32_t)L_6; int32_t* L_7 = ___resultHint1; *((int32_t*)L_7) = (int32_t)4; return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m5FB8CB8CD0EAB648E2E2B0096E2899F20337280F (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___position0, const RuntimeMethod* method) { { int32_t L_0 = ___position0; int32_t L_1 = ___position0; bool L_2; L_2 = MaskedTextProvider_RemoveAt_m130A789AB88DA58024D61F125D29DF6D35F9B24B(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.MaskedTextProvider::RemoveAt(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m130A789AB88DA58024D61F125D29DF6D35F9B24B (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___startPosition0; int32_t L_1 = ___endPosition1; bool L_2; L_2 = MaskedTextProvider_RemoveAt_m14565DD5A0312EEE71A8B383291C50C80E52E3C9(__this, L_0, L_1, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.MaskedTextProvider::RemoveAt(System.Int32,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAt_m14565DD5A0312EEE71A8B383291C50C80E52E3C9 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method) { { int32_t L_0 = ___endPosition1; StringBuilder_t * L_1 = __this->get_testString_20(); NullCheck(L_1); int32_t L_2; L_2 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0018; } } { int32_t* L_3 = ___testPosition2; int32_t L_4 = ___endPosition1; *((int32_t*)L_3) = (int32_t)L_4; int32_t* L_5 = ___resultHint3; *((int32_t*)L_5) = (int32_t)((int32_t)-55); return (bool)0; } IL_0018: { int32_t L_6 = ___startPosition0; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_7 = ___startPosition0; int32_t L_8 = ___endPosition1; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_002a; } } IL_0020: { int32_t* L_9 = ___testPosition2; int32_t L_10 = ___startPosition0; *((int32_t*)L_9) = (int32_t)L_10; int32_t* L_11 = ___resultHint3; *((int32_t*)L_11) = (int32_t)((int32_t)-55); return (bool)0; } IL_002a: { int32_t L_12 = ___startPosition0; int32_t L_13 = ___endPosition1; int32_t* L_14 = ___testPosition2; int32_t* L_15 = ___resultHint3; bool L_16; L_16 = MaskedTextProvider_RemoveAtInt_m219E2E09C67DD071B875A44F41223783FC816229(__this, L_12, L_13, (int32_t*)L_14, (int32_t*)L_15, (bool)0, /*hidden argument*/NULL); return L_16; } } // System.Boolean System.ComponentModel.MaskedTextProvider::RemoveAtInt(System.Int32,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_RemoveAtInt_m219E2E09C67DD071B875A44F41223783FC816229 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, int32_t* ___testPosition2, int32_t* ___resultHint3, bool ___testOnly4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_6 = NULL; Il2CppChar V_7 = 0x0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_8 = NULL; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; { int32_t L_0; L_0 = MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___startPosition0; int32_t L_2 = ___endPosition1; int32_t L_3; L_3 = MaskedTextProvider_FindEditPositionInRange_mF58304397C837B40EEF83439D2D50250C404C242(__this, L_1, L_2, (bool)1, /*hidden argument*/NULL); V_1 = L_3; int32_t* L_4 = ___resultHint3; *((int32_t*)L_4) = (int32_t)2; int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_001d; } } { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0022; } } IL_001d: { int32_t* L_8 = ___testPosition2; int32_t L_9 = ___startPosition0; *((int32_t*)L_8) = (int32_t)L_9; return (bool)1; } IL_0022: { int32_t* L_10 = ___testPosition2; int32_t L_11 = ___startPosition0; *((int32_t*)L_10) = (int32_t)L_11; int32_t L_12 = ___endPosition1; int32_t L_13 = V_0; int32_t L_14 = ___startPosition0; int32_t L_15 = ___endPosition1; int32_t L_16; L_16 = MaskedTextProvider_FindAssignedEditPositionInRange_m94E0F31E780F9DA49270C2287CAC7454A9AE2BED(__this, L_14, L_15, (bool)1, /*hidden argument*/NULL); G_B4_0 = ((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0); if ((((int32_t)L_16) == ((int32_t)(-1)))) { G_B5_0 = ((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0); goto IL_0039; } } { int32_t* L_17 = ___resultHint3; *((int32_t*)L_17) = (int32_t)4; G_B5_0 = G_B4_0; } IL_0039: { if (!G_B5_0) { goto IL_012d; } } { int32_t L_18 = ___endPosition1; int32_t L_19; L_19 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_2 = L_19; int32_t L_20 = V_2; V_3 = L_20; int32_t L_21 = V_1; ___startPosition0 = L_21; } IL_004e: { StringBuilder_t * L_22 = __this->get_testString_20(); int32_t L_23 = V_2; NullCheck(L_22); Il2CppChar L_24; L_24 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_22, L_23, /*hidden argument*/NULL); V_5 = L_24; List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_25 = __this->get_stringDescriptor_28(); int32_t L_26 = V_2; NullCheck(L_25); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_27; L_27 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_25, L_26, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_6 = L_27; Il2CppChar L_28 = V_5; Il2CppChar L_29; L_29 = MaskedTextProvider_get_PromptChar_mE2C6DD81ABE850F45DC164227A4538A342ACA20E_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_007d; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_30 = V_6; NullCheck(L_30); bool L_31 = L_30->get_IsAssigned_3(); if (!L_31) { goto IL_0094; } } IL_007d: { Il2CppChar L_32 = V_5; int32_t L_33 = V_1; bool L_34; L_34 = MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA(__this, L_32, L_33, (int32_t*)(&V_4), /*hidden argument*/NULL); if (L_34) { goto IL_0094; } } { int32_t* L_35 = ___resultHint3; int32_t L_36 = V_4; *((int32_t*)L_35) = (int32_t)L_36; int32_t* L_37 = ___testPosition2; int32_t L_38 = V_1; *((int32_t*)L_37) = (int32_t)L_38; return (bool)0; } IL_0094: { int32_t L_39 = V_2; int32_t L_40 = V_0; if ((((int32_t)L_39) == ((int32_t)L_40))) { goto IL_00b0; } } { int32_t L_41 = V_2; int32_t L_42; L_42 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_2 = L_42; int32_t L_43 = V_1; int32_t L_44; L_44 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_1 = L_44; goto IL_004e; } IL_00b0: { int32_t* L_45 = ___resultHint3; int32_t L_46 = *((int32_t*)L_45); if ((((int32_t)3) <= ((int32_t)L_46))) { goto IL_00ba; } } { int32_t* L_47 = ___resultHint3; *((int32_t*)L_47) = (int32_t)3; } IL_00ba: { bool L_48 = ___testOnly4; if (!L_48) { goto IL_00c0; } } { return (bool)1; } IL_00c0: { int32_t L_49 = V_3; V_2 = L_49; int32_t L_50 = ___startPosition0; V_1 = L_50; } IL_00c4: { StringBuilder_t * L_51 = __this->get_testString_20(); int32_t L_52 = V_2; NullCheck(L_51); Il2CppChar L_53; L_53 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_51, L_52, /*hidden argument*/NULL); V_7 = L_53; List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_54 = __this->get_stringDescriptor_28(); int32_t L_55 = V_2; NullCheck(L_54); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_56; L_56 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_54, L_55, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_8 = L_56; Il2CppChar L_57 = V_7; Il2CppChar L_58; L_58 = MaskedTextProvider_get_PromptChar_mE2C6DD81ABE850F45DC164227A4538A342ACA20E_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_57) == ((uint32_t)L_58)))) { goto IL_00fc; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_59 = V_8; NullCheck(L_59); bool L_60 = L_59->get_IsAssigned_3(); if (L_60) { goto IL_00fc; } } { int32_t L_61 = V_1; MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60(__this, L_61, /*hidden argument*/NULL); goto IL_010c; } IL_00fc: { Il2CppChar L_62 = V_7; int32_t L_63 = V_1; MaskedTextProvider_SetChar_m34EC6A3DEE277E13E0C1D749D4E14638B83B7977(__this, L_62, L_63, /*hidden argument*/NULL); int32_t L_64 = V_2; MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60(__this, L_64, /*hidden argument*/NULL); } IL_010c: { int32_t L_65 = V_2; int32_t L_66 = V_0; if ((((int32_t)L_65) == ((int32_t)L_66))) { goto IL_0128; } } { int32_t L_67 = V_2; int32_t L_68; L_68 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_2 = L_68; int32_t L_69 = V_1; int32_t L_70; L_70 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_1 = L_70; goto IL_00c4; } IL_0128: { int32_t L_71 = V_1; ___startPosition0 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_012d: { int32_t L_72 = ___startPosition0; int32_t L_73 = ___endPosition1; if ((((int32_t)L_72) > ((int32_t)L_73))) { goto IL_0139; } } { int32_t L_74 = ___startPosition0; int32_t L_75 = ___endPosition1; MaskedTextProvider_ResetString_m1EC8B9FD02231533A813AC710F1C961DB3A00F52(__this, L_74, L_75, /*hidden argument*/NULL); } IL_0139: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m21B69B91F3D9B0FBFF39FE58D4C68060DA71E21E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { Il2CppChar L_0 = ___input0; int32_t L_1 = ___position1; bool L_2; L_2 = MaskedTextProvider_Replace_m77C126C7876B2D8792749B711F0493637D07BCC8(__this, L_0, L_1, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.Char,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m77C126C7876B2D8792749B711F0493637D07BCC8 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method) { { int32_t L_0 = ___position1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___position1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001c; } } IL_0012: { int32_t* L_4 = ___testPosition2; int32_t L_5 = ___position1; *((int32_t*)L_4) = (int32_t)L_5; int32_t* L_6 = ___resultHint3; *((int32_t*)L_6) = (int32_t)((int32_t)-55); return (bool)0; } IL_001c: { int32_t* L_7 = ___testPosition2; int32_t L_8 = ___position1; *((int32_t*)L_7) = (int32_t)L_8; Il2CppChar L_9 = ___input0; int32_t* L_10 = ___testPosition2; int32_t L_11 = *((int32_t*)L_10); bool L_12; L_12 = MaskedTextProvider_TestEscapeChar_m91E82B6C69C4010A14879FD0BE76B9175CB2B3EE(__this, L_9, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0035; } } { int32_t* L_13 = ___testPosition2; int32_t* L_14 = ___testPosition2; int32_t L_15 = *((int32_t*)L_14); int32_t L_16; L_16 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, L_15, (bool)1, /*hidden argument*/NULL); *((int32_t*)L_13) = (int32_t)L_16; } IL_0035: { int32_t* L_17 = ___testPosition2; int32_t L_18 = *((int32_t*)L_17); if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_0044; } } { int32_t* L_19 = ___resultHint3; *((int32_t*)L_19) = (int32_t)((int32_t)-53); int32_t* L_20 = ___testPosition2; int32_t L_21 = ___position1; *((int32_t*)L_20) = (int32_t)L_21; return (bool)0; } IL_0044: { Il2CppChar L_22 = ___input0; int32_t* L_23 = ___testPosition2; int32_t L_24 = *((int32_t*)L_23); int32_t* L_25 = ___resultHint3; bool L_26; L_26 = MaskedTextProvider_TestSetChar_m882431611950B407BAFAFF58CA01510570A93EC2(__this, L_22, L_24, (int32_t*)L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0053; } } { return (bool)0; } IL_0053: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.Char,System.Int32,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mF675BF4530C54B168A0EE58DA2F408044542696A (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___startPosition1, int32_t ___endPosition2, int32_t* ___testPosition3, int32_t* ___resultHint4, const RuntimeMethod* method) { { int32_t L_0 = ___endPosition2; StringBuilder_t * L_1 = __this->get_testString_20(); NullCheck(L_1); int32_t L_2; L_2 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { int32_t* L_3 = ___testPosition3; int32_t L_4 = ___endPosition2; *((int32_t*)L_3) = (int32_t)L_4; int32_t* L_5 = ___resultHint4; *((int32_t*)L_5) = (int32_t)((int32_t)-55); return (bool)0; } IL_0019: { int32_t L_6 = ___startPosition1; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_7 = ___startPosition1; int32_t L_8 = ___endPosition2; if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_002c; } } IL_0021: { int32_t* L_9 = ___testPosition3; int32_t L_10 = ___startPosition1; *((int32_t*)L_9) = (int32_t)L_10; int32_t* L_11 = ___resultHint4; *((int32_t*)L_11) = (int32_t)((int32_t)-55); return (bool)0; } IL_002c: { int32_t L_12 = ___startPosition1; int32_t L_13 = ___endPosition2; if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_003f; } } { int32_t* L_14 = ___testPosition3; int32_t L_15 = ___startPosition1; *((int32_t*)L_14) = (int32_t)L_15; Il2CppChar L_16 = ___input0; int32_t L_17 = ___startPosition1; int32_t* L_18 = ___resultHint4; bool L_19; L_19 = MaskedTextProvider_TestSetChar_m882431611950B407BAFAFF58CA01510570A93EC2(__this, L_16, L_17, (int32_t*)L_18, /*hidden argument*/NULL); return L_19; } IL_003f: { String_t* L_20; L_20 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&___input0), /*hidden argument*/NULL); int32_t L_21 = ___startPosition1; int32_t L_22 = ___endPosition2; int32_t* L_23 = ___testPosition3; int32_t* L_24 = ___resultHint4; bool L_25; L_25 = MaskedTextProvider_Replace_m2F1FAB1B16627BB77481A7AEDC22DBDFA2C00831(__this, L_20, L_21, L_22, (int32_t*)L_23, (int32_t*)L_24, /*hidden argument*/NULL); return L_25; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mB817B90F24F2DCA0F84A0C19126F7F13E1F1D41C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___input0; int32_t L_1 = ___position1; bool L_2; L_2 = MaskedTextProvider_Replace_mF0F1510924A2989B97933978B1E8D30D9A451CE7(__this, L_0, L_1, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_mF0F1510924A2989B97933978B1E8D30D9A451CE7 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method) { { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Replace_mF0F1510924A2989B97933978B1E8D30D9A451CE7_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___position1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0020; } } { int32_t L_3 = ___position1; StringBuilder_t * L_4 = __this->get_testString_20(); NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_002a; } } IL_0020: { int32_t* L_6 = ___testPosition2; int32_t L_7 = ___position1; *((int32_t*)L_6) = (int32_t)L_7; int32_t* L_8 = ___resultHint3; *((int32_t*)L_8) = (int32_t)((int32_t)-55); return (bool)0; } IL_002a: { String_t* L_9 = ___input0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003e; } } { int32_t L_11 = ___position1; int32_t L_12 = ___position1; int32_t* L_13 = ___testPosition2; int32_t* L_14 = ___resultHint3; bool L_15; L_15 = MaskedTextProvider_RemoveAt_m14565DD5A0312EEE71A8B383291C50C80E52E3C9(__this, L_11, L_12, (int32_t*)L_13, (int32_t*)L_14, /*hidden argument*/NULL); return L_15; } IL_003e: { String_t* L_16 = ___input0; int32_t L_17 = ___position1; int32_t* L_18 = ___testPosition2; int32_t* L_19 = ___resultHint3; bool L_20; L_20 = MaskedTextProvider_TestSetString_mEEFBC9EF0F6861072304FD0B52B9303FFF74759C(__this, L_16, L_17, (int32_t*)L_18, (int32_t*)L_19, /*hidden argument*/NULL); if (L_20) { goto IL_004d; } } { return (bool)0; } IL_004d: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Replace(System.String,System.Int32,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Replace_m2F1FAB1B16627BB77481A7AEDC22DBDFA2C00831 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___startPosition1, int32_t ___endPosition2, int32_t* ___testPosition3, int32_t* ___resultHint4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Replace_m2F1FAB1B16627BB77481A7AEDC22DBDFA2C00831_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___endPosition2; StringBuilder_t * L_3 = __this->get_testString_20(); NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_0027; } } { int32_t* L_5 = ___testPosition3; int32_t L_6 = ___endPosition2; *((int32_t*)L_5) = (int32_t)L_6; int32_t* L_7 = ___resultHint4; *((int32_t*)L_7) = (int32_t)((int32_t)-55); return (bool)0; } IL_0027: { int32_t L_8 = ___startPosition1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_002f; } } { int32_t L_9 = ___startPosition1; int32_t L_10 = ___endPosition2; if ((((int32_t)L_9) <= ((int32_t)L_10))) { goto IL_003a; } } IL_002f: { int32_t* L_11 = ___testPosition3; int32_t L_12 = ___startPosition1; *((int32_t*)L_11) = (int32_t)L_12; int32_t* L_13 = ___resultHint4; *((int32_t*)L_13) = (int32_t)((int32_t)-55); return (bool)0; } IL_003a: { String_t* L_14 = ___input0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_004f; } } { int32_t L_16 = ___startPosition1; int32_t L_17 = ___endPosition2; int32_t* L_18 = ___testPosition3; int32_t* L_19 = ___resultHint4; bool L_20; L_20 = MaskedTextProvider_RemoveAt_m14565DD5A0312EEE71A8B383291C50C80E52E3C9(__this, L_16, L_17, (int32_t*)L_18, (int32_t*)L_19, /*hidden argument*/NULL); return L_20; } IL_004f: { String_t* L_21 = ___input0; int32_t L_22 = ___startPosition1; int32_t* L_23 = ___testPosition3; int32_t* L_24 = ___resultHint4; bool L_25; L_25 = MaskedTextProvider_TestString_m717F902B2F9B7324C3164EF1B4D120A52F3B5FB7(__this, L_21, L_22, (int32_t*)L_23, (int32_t*)L_24, /*hidden argument*/NULL); if (L_25) { goto IL_005f; } } { return (bool)0; } IL_005f: { int32_t L_26 = __this->get_assignedCharCount_21(); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_0162; } } { int32_t* L_27 = ___testPosition3; int32_t L_28 = *((int32_t*)L_27); int32_t L_29 = ___endPosition2; if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_00a7; } } { int32_t* L_30 = ___testPosition3; int32_t L_31 = *((int32_t*)L_30); int32_t L_32 = ___endPosition2; bool L_33; L_33 = MaskedTextProvider_RemoveAtInt_m219E2E09C67DD071B875A44F41223783FC816229(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), L_32, (int32_t*)(&V_0), (int32_t*)(&V_1), (bool)0, /*hidden argument*/NULL); if (L_33) { goto IL_008e; } } { int32_t* L_34 = ___testPosition3; int32_t L_35 = V_0; *((int32_t*)L_34) = (int32_t)L_35; int32_t* L_36 = ___resultHint4; int32_t L_37 = V_1; *((int32_t*)L_36) = (int32_t)L_37; return (bool)0; } IL_008e: { int32_t L_38 = V_1; if ((!(((uint32_t)L_38) == ((uint32_t)4)))) { goto IL_0162; } } { int32_t* L_39 = ___resultHint4; int32_t L_40 = *((int32_t*)L_39); int32_t L_41 = V_1; if ((((int32_t)L_40) == ((int32_t)L_41))) { goto IL_0162; } } { int32_t* L_42 = ___resultHint4; *((int32_t*)L_42) = (int32_t)3; goto IL_0162; } IL_00a7: { int32_t* L_43 = ___testPosition3; int32_t L_44 = *((int32_t*)L_43); int32_t L_45 = ___endPosition2; if ((((int32_t)L_44) <= ((int32_t)L_45))) { goto IL_0162; } } { int32_t L_46; L_46 = MaskedTextProvider_get_LastAssignedPosition_m1DB084FBE7AE2BC5487E7F4AE445A395BA5AB055(__this, /*hidden argument*/NULL); V_2 = L_46; int32_t* L_47 = ___testPosition3; int32_t L_48 = *((int32_t*)L_47); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); int32_t L_49 = ___endPosition2; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00c2: { int32_t L_50 = V_4; int32_t L_51; L_51 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, L_50, (bool)1, /*hidden argument*/NULL); V_4 = L_51; int32_t L_52 = V_3; int32_t L_53; L_53 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, L_52, (bool)1, /*hidden argument*/NULL); V_3 = L_53; int32_t L_54 = V_3; if ((!(((uint32_t)L_54) == ((uint32_t)(-1))))) { goto IL_00ef; } } { int32_t* L_55 = ___testPosition3; StringBuilder_t * L_56 = __this->get_testString_20(); NullCheck(L_56); int32_t L_57; L_57 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_56, /*hidden argument*/NULL); *((int32_t*)L_55) = (int32_t)L_57; int32_t* L_58 = ___resultHint4; *((int32_t*)L_58) = (int32_t)((int32_t)-53); return (bool)0; } IL_00ef: { StringBuilder_t * L_59 = __this->get_testString_20(); int32_t L_60 = V_4; NullCheck(L_59); Il2CppChar L_61; L_61 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_59, L_60, /*hidden argument*/NULL); int32_t L_62 = V_3; bool L_63; L_63 = MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA(__this, L_61, L_62, (int32_t*)(&V_1), /*hidden argument*/NULL); if (L_63) { goto IL_0111; } } { int32_t* L_64 = ___testPosition3; int32_t L_65 = V_3; *((int32_t*)L_64) = (int32_t)L_65; int32_t* L_66 = ___resultHint4; int32_t L_67 = V_1; *((int32_t*)L_66) = (int32_t)L_67; return (bool)0; } IL_0111: { int32_t L_68 = V_1; if ((!(((uint32_t)L_68) == ((uint32_t)4)))) { goto IL_011f; } } { int32_t* L_69 = ___resultHint4; int32_t L_70 = *((int32_t*)L_69); int32_t L_71 = V_1; if ((((int32_t)L_70) == ((int32_t)L_71))) { goto IL_011f; } } { int32_t* L_72 = ___resultHint4; *((int32_t*)L_72) = (int32_t)4; } IL_011f: { int32_t L_73 = V_4; int32_t L_74 = V_2; if ((((int32_t)L_73) == ((int32_t)L_74))) { goto IL_015c; } } { int32_t L_75 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); int32_t L_76 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); goto IL_00c2; } IL_0130: { StringBuilder_t * L_77 = __this->get_testString_20(); int32_t L_78 = V_4; NullCheck(L_77); Il2CppChar L_79; L_79 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_77, L_78, /*hidden argument*/NULL); int32_t L_80 = V_3; MaskedTextProvider_SetChar_m34EC6A3DEE277E13E0C1D749D4E14638B83B7977(__this, L_79, L_80, /*hidden argument*/NULL); int32_t L_81 = V_4; int32_t L_82; L_82 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1)), (bool)0, /*hidden argument*/NULL); V_4 = L_82; int32_t L_83 = V_3; int32_t L_84; L_84 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_83, (int32_t)1)), (bool)0, /*hidden argument*/NULL); V_3 = L_84; } IL_015c: { int32_t L_85 = V_3; int32_t* L_86 = ___testPosition3; int32_t L_87 = *((int32_t*)L_86); if ((((int32_t)L_85) > ((int32_t)L_87))) { goto IL_0130; } } IL_0162: { String_t* L_88 = ___input0; int32_t L_89 = ___startPosition1; MaskedTextProvider_SetString_mAF3C7AC1AB68225F779C519B9B7CF665B013909E(__this, L_88, L_89, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.ComponentModel.MaskedTextProvider::ResetChar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___testPosition0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_0 = NULL; { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_0 = __this->get_stringDescriptor_28(); int32_t L_1 = ___testPosition0; NullCheck(L_0); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_2; L_2 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_0 = L_2; int32_t L_3 = ___testPosition0; bool L_4; L_4 = MaskedTextProvider_IsEditPosition_m2CC41709E6CF501B944FE0BF539F9BCD2E5218E3(__this, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_005c; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_5 = V_0; NullCheck(L_5); bool L_6 = L_5->get_IsAssigned_3(); if (!L_6) { goto IL_005c; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_7 = V_0; NullCheck(L_7); L_7->set_IsAssigned_3((bool)0); StringBuilder_t * L_8 = __this->get_testString_20(); int32_t L_9 = ___testPosition0; Il2CppChar L_10 = __this->get_promptChar_27(); NullCheck(L_8); StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733(L_8, L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = __this->get_assignedCharCount_21(); __this->set_assignedCharCount_21(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_12 = V_0; NullCheck(L_12); int32_t L_13 = L_12->get_CharType_2(); if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_005c; } } { int32_t L_14 = __this->get_requiredCharCount_22(); __this->set_requiredCharCount_22(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))); } IL_005c: { return; } } // System.Void System.ComponentModel.MaskedTextProvider::ResetString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_ResetString_m1EC8B9FD02231533A813AC710F1C961DB3A00F52 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___endPosition1, const RuntimeMethod* method) { { int32_t L_0 = ___startPosition0; int32_t L_1; L_1 = MaskedTextProvider_FindAssignedEditPositionFrom_m3194FA8A6AF702F4D0602FF893AD1355D9D4B98F(__this, L_0, (bool)1, /*hidden argument*/NULL); ___startPosition0 = L_1; int32_t L_2 = ___startPosition0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0034; } } { int32_t L_3 = ___endPosition1; int32_t L_4; L_4 = MaskedTextProvider_FindAssignedEditPositionFrom_m3194FA8A6AF702F4D0602FF893AD1355D9D4B98F(__this, L_3, (bool)0, /*hidden argument*/NULL); ___endPosition1 = L_4; goto IL_0030; } IL_001a: { int32_t L_5 = ___startPosition0; int32_t L_6; L_6 = MaskedTextProvider_FindAssignedEditPositionFrom_m3194FA8A6AF702F4D0602FF893AD1355D9D4B98F(__this, L_5, (bool)1, /*hidden argument*/NULL); ___startPosition0 = L_6; int32_t L_7 = ___startPosition0; MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = ___startPosition0; ___startPosition0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0030: { int32_t L_9 = ___startPosition0; int32_t L_10 = ___endPosition1; if ((((int32_t)L_9) <= ((int32_t)L_10))) { goto IL_001a; } } IL_0034: { return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Set(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Set_m3BC0A8D6BEF061897320BCFA6D0F70B6FBBA8B8B (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___input0; bool L_1; L_1 = MaskedTextProvider_Set_m27A593B682E7307FFAF19D8E2B98A025E0A0C14F(__this, L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::Set(System.String,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_Set_m27A593B682E7307FFAF19D8E2B98A025E0A0C14F (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___input0; 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*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MaskedTextProvider_Set_m27A593B682E7307FFAF19D8E2B98A025E0A0C14F_RuntimeMethod_var))); } IL_000e: { int32_t* L_2 = ___resultHint2; *((int32_t*)L_2) = (int32_t)0; int32_t* L_3 = ___testPosition1; *((int32_t*)L_3) = (int32_t)0; String_t* L_4 = ___input0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0025; } } { int32_t* L_6 = ___resultHint2; MaskedTextProvider_Clear_m4741F37855B0D6E18183550B64342DD7DE4B0983(__this, (int32_t*)L_6, /*hidden argument*/NULL); return (bool)1; } IL_0025: { String_t* L_7 = ___input0; int32_t* L_8 = ___testPosition1; int32_t L_9 = *((int32_t*)L_8); int32_t* L_10 = ___testPosition1; int32_t* L_11 = ___resultHint2; bool L_12; L_12 = MaskedTextProvider_TestSetString_mEEFBC9EF0F6861072304FD0B52B9303FFF74759C(__this, L_7, L_9, (int32_t*)L_10, (int32_t*)L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0034; } } { return (bool)0; } IL_0034: { int32_t* L_13 = ___testPosition1; int32_t L_14 = *((int32_t*)L_13); int32_t L_15; L_15 = MaskedTextProvider_FindAssignedEditPositionFrom_m3194FA8A6AF702F4D0602FF893AD1355D9D4B98F(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), (bool)1, /*hidden argument*/NULL); V_0 = L_15; int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0058; } } { int32_t L_17 = V_0; StringBuilder_t * L_18 = __this->get_testString_20(); NullCheck(L_18); int32_t L_19; L_19 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_18, /*hidden argument*/NULL); MaskedTextProvider_ResetString_m1EC8B9FD02231533A813AC710F1C961DB3A00F52(__this, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); } IL_0058: { return (bool)1; } } // System.Void System.ComponentModel.MaskedTextProvider::SetChar(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_m34EC6A3DEE277E13E0C1D749D4E14638B83B7977 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_0 = NULL; { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_0 = __this->get_stringDescriptor_28(); int32_t L_1 = ___position1; NullCheck(L_0); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_2; L_2 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_0 = L_2; Il2CppChar L_3 = ___input0; int32_t L_4 = ___position1; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_5 = V_0; MaskedTextProvider_SetChar_mB0DA38CDBDD5474A4653BE43FA158DD9DE9A8B3D(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MaskedTextProvider::SetChar(System.Char,System.Int32,System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetChar_mB0DA38CDBDD5474A4653BE43FA158DD9DE9A8B3D (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDescriptor2, 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*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_0 = __this->get_stringDescriptor_28(); int32_t L_1 = ___position1; NullCheck(L_0); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_2; L_2 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); Il2CppChar L_3 = ___input0; int32_t L_4 = ___position1; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_5 = ___charDescriptor2; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_mCDF3969DEFF30BB0BC0553483638C04C14178FB7(__this, L_3, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0020; } } { int32_t L_7 = ___position1; MaskedTextProvider_ResetChar_m804BC0DA46CF63BFEEBA87F6E7FB825EA2A53D60(__this, L_7, /*hidden argument*/NULL); return; } IL_0020: { Il2CppChar L_8 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_9; L_9 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_006a; } } { Il2CppChar L_10 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_11; L_11 = Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004e; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_12 = ___charDescriptor2; NullCheck(L_12); int32_t L_13 = L_12->get_CaseConversion_1(); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_006a; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = __this->get_culture_19(); NullCheck(L_14); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_15; L_15 = VirtualFuncInvoker0< TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_14); Il2CppChar L_16 = ___input0; NullCheck(L_15); Il2CppChar L_17; L_17 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(7 /* System.Char System.Globalization.TextInfo::ToLower(System.Char) */, L_15, L_16); ___input0 = L_17; goto IL_006a; } IL_004e: { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_18 = ___charDescriptor2; NullCheck(L_18); int32_t L_19 = L_18->get_CaseConversion_1(); if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_006a; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = __this->get_culture_19(); NullCheck(L_20); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_21; L_21 = VirtualFuncInvoker0< TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_20); Il2CppChar L_22 = ___input0; NullCheck(L_21); Il2CppChar L_23; L_23 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_21, L_22); ___input0 = L_23; } IL_006a: { StringBuilder_t * L_24 = __this->get_testString_20(); int32_t L_25 = ___position1; Il2CppChar L_26 = ___input0; NullCheck(L_24); StringBuilder_set_Chars_m57ED3E11363F83AC84E9B833E62D7D16DB4B4733(L_24, L_25, L_26, /*hidden argument*/NULL); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_27 = ___charDescriptor2; NullCheck(L_27); bool L_28 = L_27->get_IsAssigned_3(); if (L_28) { goto IL_00ab; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_29 = ___charDescriptor2; NullCheck(L_29); L_29->set_IsAssigned_3((bool)1); int32_t L_30 = __this->get_assignedCharCount_21(); __this->set_assignedCharCount_21(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_31 = ___charDescriptor2; NullCheck(L_31); int32_t L_32 = L_31->get_CharType_2(); if ((!(((uint32_t)L_32) == ((uint32_t)2)))) { goto IL_00ab; } } { int32_t L_33 = __this->get_requiredCharCount_22(); __this->set_requiredCharCount_22(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); } IL_00ab: { return; } } // System.Void System.ComponentModel.MaskedTextProvider::SetString(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider_SetString_mAF3C7AC1AB68225F779C519B9B7CF665B013909E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___testPosition1, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___input0; V_0 = L_0; V_1 = 0; goto IL_0033; } IL_0006: { String_t* L_1 = V_0; 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); V_2 = L_3; Il2CppChar L_4 = V_2; int32_t L_5 = ___testPosition1; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_m91E82B6C69C4010A14879FD0BE76B9175CB2B3EE(__this, L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0022; } } { int32_t L_7 = ___testPosition1; int32_t L_8; L_8 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, L_7, (bool)1, /*hidden argument*/NULL); ___testPosition1 = L_8; } IL_0022: { Il2CppChar L_9 = V_2; int32_t L_10 = ___testPosition1; MaskedTextProvider_SetChar_m34EC6A3DEE277E13E0C1D749D4E14638B83B7977(__this, L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = ___testPosition1; ___testPosition1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0033: { int32_t L_13 = V_1; 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); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0006; } } { return; } } // System.Boolean System.ComponentModel.MaskedTextProvider::TestChar(System.Char,System.Int32,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___resultHint2, 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*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_0 = NULL; Il2CppChar V_1 = 0x0; { Il2CppChar L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsPrintableChar_m473BAEB37FD1CB1D4D604803DCBF021545AAECC2(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { int32_t* L_2 = ___resultHint2; *((int32_t*)L_2) = (int32_t)((int32_t)-51); return (bool)0; } IL_000e: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_3 = __this->get_stringDescriptor_28(); int32_t L_4 = ___position1; NullCheck(L_3); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_5; L_5 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_0 = L_5; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_7; L_7 = MaskedTextProvider_IsLiteralPosition_mFF0616AC8037F9ADD897B24A90E76F688159ED5E(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0045; } } { bool L_8; L_8 = MaskedTextProvider_get_SkipLiterals_m0ABEB997A2AF77FA7B0581F10D9BE70C5B29BDEA(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_003f; } } { Il2CppChar L_9 = ___input0; StringBuilder_t * L_10 = __this->get_testString_20(); int32_t L_11 = ___position1; NullCheck(L_10); Il2CppChar L_12; L_12 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)L_12)))) { goto IL_003f; } } { int32_t* L_13 = ___resultHint2; *((int32_t*)L_13) = (int32_t)1; return (bool)1; } IL_003f: { int32_t* L_14 = ___resultHint2; *((int32_t*)L_14) = (int32_t)((int32_t)-54); return (bool)0; } IL_0045: { Il2CppChar L_15 = ___input0; Il2CppChar L_16 = __this->get_promptChar_27(); if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_007e; } } { bool L_17; L_17 = MaskedTextProvider_get_ResetOnPrompt_mD697942119B4E2936DCB97AE087E6FD4A284A75A(__this, /*hidden argument*/NULL); if (!L_17) { goto IL_0070; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_19; L_19 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_006b; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_20 = V_0; NullCheck(L_20); bool L_21 = L_20->get_IsAssigned_3(); if (!L_21) { goto IL_006b; } } { int32_t* L_22 = ___resultHint2; *((int32_t*)L_22) = (int32_t)3; goto IL_006e; } IL_006b: { int32_t* L_23 = ___resultHint2; *((int32_t*)L_23) = (int32_t)1; } IL_006e: { return (bool)1; } IL_0070: { bool L_24; L_24 = MaskedTextProvider_get_AllowPromptAsInput_mEE9E35F8900B055F9E205A89A658A046C8BED2BF(__this, /*hidden argument*/NULL); if (L_24) { goto IL_007e; } } { int32_t* L_25 = ___resultHint2; *((int32_t*)L_25) = (int32_t)((int32_t)-52); return (bool)0; } IL_007e: { Il2CppChar L_26 = ___input0; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)32))))) { goto IL_00a5; } } { bool L_27; L_27 = MaskedTextProvider_get_ResetOnSpace_mB9667124EA5D3C8A2246EFFA58F42D43AB31333D(__this, /*hidden argument*/NULL); if (!L_27) { goto IL_00a5; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_29; L_29 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00a0; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_30 = V_0; NullCheck(L_30); bool L_31 = L_30->get_IsAssigned_3(); if (!L_31) { goto IL_00a0; } } { int32_t* L_32 = ___resultHint2; *((int32_t*)L_32) = (int32_t)3; goto IL_00a3; } IL_00a0: { int32_t* L_33 = ___resultHint2; *((int32_t*)L_33) = (int32_t)1; } IL_00a3: { return (bool)1; } IL_00a5: { String_t* L_34 = __this->get_mask_25(); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_35 = V_0; NullCheck(L_35); int32_t L_36 = L_35->get_MaskPosition_0(); NullCheck(L_34); Il2CppChar L_37; L_37 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_34, L_36, /*hidden argument*/NULL); V_1 = L_37; Il2CppChar L_38 = V_1; if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)48))))) { goto IL_00d3; } } { Il2CppChar L_39 = V_1; if ((((int32_t)L_39) == ((int32_t)((int32_t)35)))) { goto IL_0111; } } { Il2CppChar L_40 = V_1; if ((((int32_t)L_40) == ((int32_t)((int32_t)38)))) { goto IL_01b8; } } { Il2CppChar L_41 = V_1; if ((((int32_t)L_41) == ((int32_t)((int32_t)48)))) { goto IL_013a; } } { goto IL_0232; } IL_00d3: { Il2CppChar L_42 = V_1; if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)67))))) { goto IL_00ff; } } { Il2CppChar L_43 = V_1; if ((((int32_t)L_43) == ((int32_t)((int32_t)57)))) { goto IL_014b; } } { Il2CppChar L_44 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)((int32_t)63)))) { case 0: { goto IL_018d; } case 1: { goto IL_0232; } case 2: { goto IL_01e7; } case 3: { goto IL_0232; } case 4: { goto IL_01cd; } } } { goto IL_0232; } IL_00ff: { Il2CppChar L_45 = V_1; if ((((int32_t)L_45) == ((int32_t)((int32_t)76)))) { goto IL_0164; } } { Il2CppChar L_46 = V_1; if ((((int32_t)L_46) == ((int32_t)((int32_t)97)))) { goto IL_020a; } } { goto IL_0232; } IL_0111: { Il2CppChar L_47 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_48; L_48 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_47, /*hidden argument*/NULL); if (L_48) { goto IL_0232; } } { Il2CppChar L_49 = ___input0; if ((((int32_t)L_49) == ((int32_t)((int32_t)45)))) { goto IL_0232; } } { Il2CppChar L_50 = ___input0; if ((((int32_t)L_50) == ((int32_t)((int32_t)43)))) { goto IL_0232; } } { Il2CppChar L_51 = ___input0; if ((((int32_t)L_51) == ((int32_t)((int32_t)32)))) { goto IL_0232; } } { int32_t* L_52 = ___resultHint2; *((int32_t*)L_52) = (int32_t)((int32_t)-3); return (bool)0; } IL_013a: { Il2CppChar L_53 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_54; L_54 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_53, /*hidden argument*/NULL); if (L_54) { goto IL_0232; } } { int32_t* L_55 = ___resultHint2; *((int32_t*)L_55) = (int32_t)((int32_t)-3); return (bool)0; } IL_014b: { Il2CppChar L_56 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_57; L_57 = Char_IsDigit_mC19135099993954C820E030363B943034575F504(L_56, /*hidden argument*/NULL); if (L_57) { goto IL_0232; } } { Il2CppChar L_58 = ___input0; if ((((int32_t)L_58) == ((int32_t)((int32_t)32)))) { goto IL_0232; } } { int32_t* L_59 = ___resultHint2; *((int32_t*)L_59) = (int32_t)((int32_t)-3); return (bool)0; } IL_0164: { Il2CppChar L_60 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_61; L_61 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_60, /*hidden argument*/NULL); if (L_61) { goto IL_0172; } } { int32_t* L_62 = ___resultHint2; *((int32_t*)L_62) = (int32_t)((int32_t)-4); return (bool)0; } IL_0172: { Il2CppChar L_63 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_64; L_64 = MaskedTextProvider_IsAsciiLetter_m2ADD44CBF1BB6D7B25F05FAB9EB4B607B463C4FF(L_63, /*hidden argument*/NULL); if (L_64) { goto IL_0232; } } { bool L_65; L_65 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); if (!L_65) { goto IL_0232; } } { int32_t* L_66 = ___resultHint2; *((int32_t*)L_66) = (int32_t)(-1); return (bool)0; } IL_018d: { Il2CppChar L_67 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_68; L_68 = Char_IsLetter_mF204E476D37A9EC10C965929AF16A362CBEA8950(L_67, /*hidden argument*/NULL); if (L_68) { goto IL_01a0; } } { Il2CppChar L_69 = ___input0; if ((((int32_t)L_69) == ((int32_t)((int32_t)32)))) { goto IL_01a0; } } { int32_t* L_70 = ___resultHint2; *((int32_t*)L_70) = (int32_t)((int32_t)-4); return (bool)0; } IL_01a0: { Il2CppChar L_71 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_72; L_72 = MaskedTextProvider_IsAsciiLetter_m2ADD44CBF1BB6D7B25F05FAB9EB4B607B463C4FF(L_71, /*hidden argument*/NULL); if (L_72) { goto IL_0232; } } { bool L_73; L_73 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); if (!L_73) { goto IL_0232; } } { int32_t* L_74 = ___resultHint2; *((int32_t*)L_74) = (int32_t)(-1); return (bool)0; } IL_01b8: { Il2CppChar L_75 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_76; L_76 = MaskedTextProvider_IsAscii_m54E66095F8552A7B6358D36FF5F06C6562BB9754(L_75, /*hidden argument*/NULL); if (L_76) { goto IL_0232; } } { bool L_77; L_77 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); if (!L_77) { goto IL_0232; } } { int32_t* L_78 = ___resultHint2; *((int32_t*)L_78) = (int32_t)(-1); return (bool)0; } IL_01cd: { Il2CppChar L_79 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_80; L_80 = MaskedTextProvider_IsAscii_m54E66095F8552A7B6358D36FF5F06C6562BB9754(L_79, /*hidden argument*/NULL); if (L_80) { goto IL_0232; } } { bool L_81; L_81 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); if (!L_81) { goto IL_0232; } } { Il2CppChar L_82 = ___input0; if ((((int32_t)L_82) == ((int32_t)((int32_t)32)))) { goto IL_0232; } } { int32_t* L_83 = ___resultHint2; *((int32_t*)L_83) = (int32_t)(-1); return (bool)0; } IL_01e7: { Il2CppChar L_84 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_85; L_85 = MaskedTextProvider_IsAlphanumeric_mEC0699D4BA97159483FA16E84AF314147E9AE089(L_84, /*hidden argument*/NULL); if (L_85) { goto IL_01f5; } } { int32_t* L_86 = ___resultHint2; *((int32_t*)L_86) = (int32_t)((int32_t)-2); return (bool)0; } IL_01f5: { Il2CppChar L_87 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_88; L_88 = MaskedTextProvider_IsAciiAlphanumeric_m5846966045DF9A6147A67AEB823CC891DC66867E(L_87, /*hidden argument*/NULL); if (L_88) { goto IL_0232; } } { bool L_89; L_89 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); if (!L_89) { goto IL_0232; } } { int32_t* L_90 = ___resultHint2; *((int32_t*)L_90) = (int32_t)(-1); return (bool)0; } IL_020a: { Il2CppChar L_91 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_92; L_92 = MaskedTextProvider_IsAlphanumeric_mEC0699D4BA97159483FA16E84AF314147E9AE089(L_91, /*hidden argument*/NULL); if (L_92) { goto IL_021d; } } { Il2CppChar L_93 = ___input0; if ((((int32_t)L_93) == ((int32_t)((int32_t)32)))) { goto IL_021d; } } { int32_t* L_94 = ___resultHint2; *((int32_t*)L_94) = (int32_t)((int32_t)-2); return (bool)0; } IL_021d: { Il2CppChar L_95 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_96; L_96 = MaskedTextProvider_IsAciiAlphanumeric_m5846966045DF9A6147A67AEB823CC891DC66867E(L_95, /*hidden argument*/NULL); if (L_96) { goto IL_0232; } } { bool L_97; L_97 = MaskedTextProvider_get_AsciiOnly_mF547834B30F4284E9BF01B5CD86A5FBC3ED96ACE(__this, /*hidden argument*/NULL); if (!L_97) { goto IL_0232; } } { int32_t* L_98 = ___resultHint2; *((int32_t*)L_98) = (int32_t)(-1); return (bool)0; } IL_0232: { Il2CppChar L_99 = ___input0; StringBuilder_t * L_100 = __this->get_testString_20(); int32_t L_101 = ___position1; NullCheck(L_100); Il2CppChar L_102; L_102 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_100, L_101, /*hidden argument*/NULL); if ((!(((uint32_t)L_99) == ((uint32_t)L_102)))) { goto IL_024e; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_103 = V_0; NullCheck(L_103); bool L_104 = L_103->get_IsAssigned_3(); if (!L_104) { goto IL_024e; } } { int32_t* L_105 = ___resultHint2; *((int32_t*)L_105) = (int32_t)2; goto IL_0251; } IL_024e: { int32_t* L_106 = ___resultHint2; *((int32_t*)L_106) = (int32_t)4; } IL_0251: { return (bool)1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::TestEscapeChar(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_m91E82B6C69C4010A14879FD0BE76B9175CB2B3EE (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_0 = NULL; { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_0 = __this->get_stringDescriptor_28(); int32_t L_1 = ___position1; NullCheck(L_0); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_2; L_2 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_0 = L_2; Il2CppChar L_3 = ___input0; int32_t L_4 = ___position1; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_5 = V_0; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_mCDF3969DEFF30BB0BC0553483638C04C14178FB7(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.ComponentModel.MaskedTextProvider::TestEscapeChar(System.Char,System.Int32,System.ComponentModel.MaskedTextProvider/CharDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestEscapeChar_mCDF3969DEFF30BB0BC0553483638C04C14178FB7 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * ___charDex2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_0 = ___charDex2; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_1; L_1 = MaskedTextProvider_IsLiteralPosition_mFF0616AC8037F9ADD897B24A90E76F688159ED5E(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { bool L_2; L_2 = MaskedTextProvider_get_SkipLiterals_m0ABEB997A2AF77FA7B0581F10D9BE70C5B29BDEA(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { Il2CppChar L_3 = ___input0; StringBuilder_t * L_4 = __this->get_testString_20(); int32_t L_5 = ___position1; NullCheck(L_4); Il2CppChar L_6; L_6 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_4, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)L_6))? 1 : 0); } IL_0020: { return (bool)0; } IL_0022: { bool L_7; L_7 = MaskedTextProvider_get_ResetOnPrompt_mD697942119B4E2936DCB97AE087E6FD4A284A75A(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0033; } } { Il2CppChar L_8 = ___input0; Il2CppChar L_9 = __this->get_promptChar_27(); if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0040; } } IL_0033: { bool L_10; L_10 = MaskedTextProvider_get_ResetOnSpace_mB9667124EA5D3C8A2246EFFA58F42D43AB31333D(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0042; } } { Il2CppChar L_11 = ___input0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)32))))) { goto IL_0042; } } IL_0040: { return (bool)1; } IL_0042: { return (bool)0; } } // System.Boolean System.ComponentModel.MaskedTextProvider::TestSetChar(System.Char,System.Int32,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetChar_m882431611950B407BAFAFF58CA01510570A93EC2 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___resultHint2, const RuntimeMethod* method) { { Il2CppChar L_0 = ___input0; int32_t L_1 = ___position1; int32_t* L_2 = ___resultHint2; bool L_3; L_3 = MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA(__this, L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { int32_t* L_4 = ___resultHint2; int32_t L_5 = *((int32_t*)L_4); if ((((int32_t)L_5) == ((int32_t)4))) { goto IL_0015; } } { int32_t* L_6 = ___resultHint2; int32_t L_7 = *((int32_t*)L_6); if ((!(((uint32_t)L_7) == ((uint32_t)3)))) { goto IL_001d; } } IL_0015: { Il2CppChar L_8 = ___input0; int32_t L_9 = ___position1; MaskedTextProvider_SetChar_m34EC6A3DEE277E13E0C1D749D4E14638B83B7977(__this, L_8, L_9, /*hidden argument*/NULL); } IL_001d: { return (bool)1; } IL_001f: { return (bool)0; } } // System.Boolean System.ComponentModel.MaskedTextProvider::TestSetString(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestSetString_mEEFBC9EF0F6861072304FD0B52B9303FFF74759C (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method) { { String_t* L_0 = ___input0; int32_t L_1 = ___position1; int32_t* L_2 = ___testPosition2; int32_t* L_3 = ___resultHint3; bool L_4; L_4 = MaskedTextProvider_TestString_m717F902B2F9B7324C3164EF1B4D120A52F3B5FB7(__this, L_0, L_1, (int32_t*)L_2, (int32_t*)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0017; } } { String_t* L_5 = ___input0; int32_t L_6 = ___position1; MaskedTextProvider_SetString_mAF3C7AC1AB68225F779C519B9B7CF665B013909E(__this, L_5, L_6, /*hidden argument*/NULL); return (bool)1; } IL_0017: { return (bool)0; } } // System.Boolean System.ComponentModel.MaskedTextProvider::TestString(System.String,System.Int32,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_TestString_m717F902B2F9B7324C3164EF1B4D120A52F3B5FB7 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t ___position1, int32_t* ___testPosition2, int32_t* ___resultHint3, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { int32_t* L_0 = ___resultHint3; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___testPosition2; int32_t L_2 = ___position1; *((int32_t*)L_1) = (int32_t)L_2; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0011; } } { return (bool)1; } IL_0011: { int32_t* L_5 = ___resultHint3; int32_t L_6 = *((int32_t*)L_5); V_0 = L_6; String_t* L_7 = ___input0; V_1 = L_7; V_2 = 0; goto IL_008f; } IL_001b: { String_t* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; int32_t* L_11 = ___testPosition2; int32_t L_12 = *((int32_t*)L_11); StringBuilder_t * L_13 = __this->get_testString_20(); NullCheck(L_13); int32_t L_14; L_14 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0039; } } { int32_t* L_15 = ___resultHint3; *((int32_t*)L_15) = (int32_t)((int32_t)-53); return (bool)0; } IL_0039: { Il2CppChar L_16 = V_3; int32_t* L_17 = ___testPosition2; int32_t L_18 = *((int32_t*)L_17); bool L_19; L_19 = MaskedTextProvider_TestEscapeChar_m91E82B6C69C4010A14879FD0BE76B9175CB2B3EE(__this, L_16, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0068; } } { int32_t* L_20 = ___testPosition2; int32_t* L_21 = ___testPosition2; int32_t L_22 = *((int32_t*)L_21); int32_t L_23; L_23 = MaskedTextProvider_FindEditPositionFrom_m4C3AC58551C7CACB8180309B6B21775399839276(__this, L_22, (bool)1, /*hidden argument*/NULL); *((int32_t*)L_20) = (int32_t)L_23; int32_t* L_24 = ___testPosition2; int32_t L_25 = *((int32_t*)L_24); if ((!(((uint32_t)L_25) == ((uint32_t)(-1))))) { goto IL_0068; } } { int32_t* L_26 = ___testPosition2; StringBuilder_t * L_27 = __this->get_testString_20(); NullCheck(L_27); int32_t L_28; L_28 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_27, /*hidden argument*/NULL); *((int32_t*)L_26) = (int32_t)L_28; int32_t* L_29 = ___resultHint3; *((int32_t*)L_29) = (int32_t)((int32_t)-53); return (bool)0; } IL_0068: { Il2CppChar L_30 = V_3; int32_t* L_31 = ___testPosition2; int32_t L_32 = *((int32_t*)L_31); bool L_33; L_33 = MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA(__this, L_30, L_32, (int32_t*)(&V_0), /*hidden argument*/NULL); if (L_33) { goto IL_007b; } } { int32_t* L_34 = ___resultHint3; int32_t L_35 = V_0; *((int32_t*)L_34) = (int32_t)L_35; return (bool)0; } IL_007b: { int32_t L_36 = V_0; int32_t* L_37 = ___resultHint3; int32_t L_38 = *((int32_t*)L_37); if ((((int32_t)L_36) <= ((int32_t)L_38))) { goto IL_0085; } } { int32_t* L_39 = ___resultHint3; int32_t L_40 = V_0; *((int32_t*)L_39) = (int32_t)L_40; } IL_0085: { int32_t* L_41 = ___testPosition2; int32_t* L_42 = ___testPosition2; int32_t L_43 = *((int32_t*)L_42); *((int32_t*)L_41) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); int32_t L_44 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_008f: { int32_t L_45 = V_2; String_t* L_46 = V_1; NullCheck(L_46); int32_t L_47; L_47 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_46, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_001b; } } { int32_t* L_48 = ___testPosition2; int32_t* L_49 = ___testPosition2; int32_t L_50 = *((int32_t*)L_49); *((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); return (bool)1; } } // System.String System.ComponentModel.MaskedTextProvider::ToDisplayString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToDisplayString_mDFA3BB69F7CC67292C91EF71B528C2591EC7DF98 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_2 = NULL; StringBuilder_t * G_B6_0 = NULL; StringBuilder_t * G_B5_0 = NULL; StringBuilder_t * G_B7_0 = NULL; Il2CppChar G_B8_0 = 0x0; StringBuilder_t * G_B8_1 = NULL; { bool L_0; L_0 = MaskedTextProvider_get_IsPassword_m8CEF29F0BDC4B3AD1AF2FA8D3F02E79BDC8D0E37(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { int32_t L_1 = __this->get_assignedCharCount_21(); if (L_1) { goto IL_001c; } } IL_0010: { StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); return L_3; } IL_001c: { StringBuilder_t * L_4 = __this->get_testString_20(); NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_6, L_5, /*hidden argument*/NULL); V_0 = L_6; V_1 = 0; goto IL_006d; } IL_0031: { List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_7 = __this->get_stringDescriptor_28(); int32_t L_8 = V_1; NullCheck(L_7); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_9; L_9 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_2 = L_9; StringBuilder_t * L_10 = V_0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); bool L_12; L_12 = MaskedTextProvider_IsEditPosition_m0385904ADADA4E9734EF85B5221981D64AE6250D(L_11, /*hidden argument*/NULL); G_B5_0 = L_10; if (!L_12) { G_B6_0 = L_10; goto IL_004f; } } { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_13 = V_2; NullCheck(L_13); bool L_14 = L_13->get_IsAssigned_3(); G_B6_0 = G_B5_0; if (L_14) { G_B7_0 = G_B5_0; goto IL_005d; } } IL_004f: { StringBuilder_t * L_15 = __this->get_testString_20(); int32_t L_16 = V_1; NullCheck(L_15); Il2CppChar L_17; L_17 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_15, L_16, /*hidden argument*/NULL); G_B8_0 = L_17; G_B8_1 = G_B6_0; goto IL_0063; } IL_005d: { Il2CppChar L_18 = __this->get_passwordChar_26(); G_B8_0 = L_18; G_B8_1 = G_B7_0; } IL_0063: { NullCheck(G_B8_1); StringBuilder_t * L_19; L_19 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(G_B8_1, G_B8_0, /*hidden argument*/NULL); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006d: { int32_t L_21 = V_1; StringBuilder_t * L_22 = __this->get_testString_20(); NullCheck(L_22); int32_t L_23; L_23 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0031; } } { StringBuilder_t * L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24); return L_25; } } // System.String System.ComponentModel.MaskedTextProvider::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m500344F85DA5AB55EB7F2A600B4958A225945D3B (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = MaskedTextProvider_get_IncludePrompt_mE72E60E3C4DA0698E79EE21CEA0D71404574DB64(__this, /*hidden argument*/NULL); bool L_1; L_1 = MaskedTextProvider_get_IncludeLiterals_mA2C2B48A1DC4C4CB9DA6D68717AED6E365DB79AA(__this, /*hidden argument*/NULL); StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737(__this, (bool)1, L_0, L_1, 0, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.ComponentModel.MaskedTextProvider::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m8270F57EBBE87B2811EDDA42C116AF095CE298A1 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___ignorePasswordChar0, const RuntimeMethod* method) { { bool L_0 = ___ignorePasswordChar0; bool L_1; L_1 = MaskedTextProvider_get_IncludePrompt_mE72E60E3C4DA0698E79EE21CEA0D71404574DB64(__this, /*hidden argument*/NULL); bool L_2; L_2 = MaskedTextProvider_get_IncludeLiterals_mA2C2B48A1DC4C4CB9DA6D68717AED6E365DB79AA(__this, /*hidden argument*/NULL); StringBuilder_t * L_3 = __this->get_testString_20(); NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737(__this, L_0, L_1, L_2, 0, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.ComponentModel.MaskedTextProvider::ToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m6F20760E6191959AE657C9B5D607696285082DEE (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, int32_t ___startPosition0, int32_t ___length1, const RuntimeMethod* method) { { bool L_0; L_0 = MaskedTextProvider_get_IncludePrompt_mE72E60E3C4DA0698E79EE21CEA0D71404574DB64(__this, /*hidden argument*/NULL); bool L_1; L_1 = MaskedTextProvider_get_IncludeLiterals_mA2C2B48A1DC4C4CB9DA6D68717AED6E365DB79AA(__this, /*hidden argument*/NULL); int32_t L_2 = ___startPosition0; int32_t L_3 = ___length1; String_t* L_4; L_4 = MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737(__this, (bool)1, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.ComponentModel.MaskedTextProvider::ToString(System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m84F3ED596DBC0331FB25D8D747C775CCD8013E0A (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___ignorePasswordChar0, int32_t ___startPosition1, int32_t ___length2, const RuntimeMethod* method) { { bool L_0 = ___ignorePasswordChar0; bool L_1; L_1 = MaskedTextProvider_get_IncludePrompt_mE72E60E3C4DA0698E79EE21CEA0D71404574DB64(__this, /*hidden argument*/NULL); bool L_2; L_2 = MaskedTextProvider_get_IncludeLiterals_mA2C2B48A1DC4C4CB9DA6D68717AED6E365DB79AA(__this, /*hidden argument*/NULL); int32_t L_3 = ___startPosition1; int32_t L_4 = ___length2; String_t* L_5; L_5 = MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.ComponentModel.MaskedTextProvider::ToString(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m16F1899FC92EF28995A94DC16312CB6134935776 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___includePrompt0, bool ___includeLiterals1, const RuntimeMethod* method) { { bool L_0 = ___includePrompt0; bool L_1 = ___includeLiterals1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737(__this, (bool)1, L_0, L_1, 0, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.ComponentModel.MaskedTextProvider::ToString(System.Boolean,System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_m10CF80B236B1F6586A3277893CFD2D2345AD8373 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___includePrompt0, bool ___includeLiterals1, int32_t ___startPosition2, int32_t ___length3, const RuntimeMethod* method) { { bool L_0 = ___includePrompt0; bool L_1 = ___includeLiterals1; int32_t L_2 = ___startPosition2; int32_t L_3 = ___length3; String_t* L_4; L_4 = MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737(__this, (bool)1, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.ComponentModel.MaskedTextProvider::ToString(System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_ToString_mF6DE7D743A8434D31A65847491B7AC7B992DF737 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, bool ___ignorePasswordChar0, bool ___includePrompt1, bool ___includeLiterals2, int32_t ___startPosition3, int32_t ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * V_7 = NULL; int32_t V_8 = 0; int32_t G_B15_0 = 0; MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * G_B17_0 = NULL; MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * G_B16_0 = NULL; int32_t G_B18_0 = 0; MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * G_B18_1 = NULL; int32_t G_B21_0 = 0; { int32_t L_0 = ___length4; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000b: { int32_t L_2 = ___startPosition3; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0013; } } { ___startPosition3 = 0; } IL_0013: { int32_t L_3 = ___startPosition3; StringBuilder_t * L_4 = __this->get_testString_20(); NullCheck(L_4); int32_t L_5; L_5 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_5))) { goto IL_0028; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_6; } IL_0028: { StringBuilder_t * L_7 = __this->get_testString_20(); NullCheck(L_7); int32_t L_8; L_8 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_7, /*hidden argument*/NULL); int32_t L_9 = ___startPosition3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)); int32_t L_10 = ___length4; int32_t L_11 = V_0; if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_003f; } } { int32_t L_12 = V_0; ___length4 = L_12; } IL_003f: { bool L_13; L_13 = MaskedTextProvider_get_IsPassword_m8CEF29F0BDC4B3AD1AF2FA8D3F02E79BDC8D0E37(__this, /*hidden argument*/NULL); bool L_14 = ___ignorePasswordChar0; if (!((int32_t)((int32_t)((((int32_t)L_13) == ((int32_t)0))? 1 : 0)|(int32_t)L_14))) { goto IL_0061; } } { bool L_15 = ___includePrompt1; bool L_16 = ___includeLiterals2; if (!((int32_t)((int32_t)L_15&(int32_t)L_16))) { goto IL_0061; } } { StringBuilder_t * L_17 = __this->get_testString_20(); int32_t L_18 = ___startPosition3; int32_t L_19 = ___length4; NullCheck(L_17); String_t* L_20; L_20 = StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453(L_17, L_18, L_19, /*hidden argument*/NULL); return L_20; } IL_0061: { StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_21, /*hidden argument*/NULL); V_1 = L_21; int32_t L_22 = ___startPosition3; int32_t L_23 = ___length4; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), (int32_t)1)); bool L_24 = ___includePrompt1; if (L_24) { goto IL_00bb; } } { bool L_25 = ___includeLiterals2; if (L_25) { goto IL_007c; } } { IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_26; L_26 = MaskedTextProvider_get_InvalidIndex_mFA65C8A5B1442E7A3376BF7D9840C7DA918E6D1A(/*hidden argument*/NULL); G_B15_0 = L_26; goto IL_0086; } IL_007c: { int32_t L_27 = ___startPosition3; int32_t L_28 = V_2; int32_t L_29; L_29 = MaskedTextProvider_FindNonEditPositionInRange_mF1EF7A2C725323301107D4AA2E8DD640062F5F09(__this, L_27, L_28, (bool)0, /*hidden argument*/NULL); G_B15_0 = L_29; } IL_0086: { V_3 = G_B15_0; int32_t L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_31; L_31 = MaskedTextProvider_get_InvalidIndex_mFA65C8A5B1442E7A3376BF7D9840C7DA918E6D1A(/*hidden argument*/NULL); G_B16_0 = __this; if ((((int32_t)L_30) == ((int32_t)L_31))) { G_B17_0 = __this; goto IL_0093; } } { int32_t L_32 = V_3; G_B18_0 = L_32; G_B18_1 = G_B16_0; goto IL_0095; } IL_0093: { int32_t L_33 = ___startPosition3; G_B18_0 = L_33; G_B18_1 = G_B17_0; } IL_0095: { int32_t L_34 = V_2; NullCheck(G_B18_1); int32_t L_35; L_35 = MaskedTextProvider_FindAssignedEditPositionInRange_m94E0F31E780F9DA49270C2287CAC7454A9AE2BED(G_B18_1, G_B18_0, L_34, (bool)0, /*hidden argument*/NULL); V_4 = L_35; int32_t L_36 = V_4; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_37; L_37 = MaskedTextProvider_get_InvalidIndex_mFA65C8A5B1442E7A3376BF7D9840C7DA918E6D1A(/*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)L_37)))) { goto IL_00aa; } } { int32_t L_38 = V_3; G_B21_0 = L_38; goto IL_00ac; } IL_00aa: { int32_t L_39 = V_4; G_B21_0 = L_39; } IL_00ac: { V_2 = G_B21_0; int32_t L_40 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); int32_t L_41; L_41 = MaskedTextProvider_get_InvalidIndex_mFA65C8A5B1442E7A3376BF7D9840C7DA918E6D1A(/*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)L_41)))) { goto IL_00bb; } } { String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_42; } IL_00bb: { int32_t L_43 = ___startPosition3; V_5 = L_43; goto IL_013e; } IL_00c1: { StringBuilder_t * L_44 = __this->get_testString_20(); int32_t L_45 = V_5; NullCheck(L_44); Il2CppChar L_46; L_46 = StringBuilder_get_Chars_m5961A0987EEF0A0F8C335048A33EC4584B53F1E3(L_44, L_45, /*hidden argument*/NULL); V_6 = L_46; List_1_tEC7E75DDD5AF9A67CD4D314BB254DE550AD20AA5 * L_47 = __this->get_stringDescriptor_28(); int32_t L_48 = V_5; NullCheck(L_47); CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_49; L_49 = List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_inline(L_47, L_48, /*hidden argument*/List_1_get_Item_mBB867C1C98D4A40C91D99E9B465C19380BE3FE7C_RuntimeMethod_var); V_7 = L_49; CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_50 = V_7; NullCheck(L_50); int32_t L_51 = L_50->get_CharType_2(); V_8 = L_51; int32_t L_52 = V_8; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1))) > ((uint32_t)1)))) { goto IL_00fb; } } { int32_t L_53 = V_8; if ((((int32_t)L_53) == ((int32_t)4))) { goto IL_012c; } } { int32_t L_54 = V_8; if ((((int32_t)L_54) == ((int32_t)8))) { goto IL_012c; } } { goto IL_012f; } IL_00fb: { CharDescriptor_t06E962D496FDBB9AEF309C9F7E14CAA48E2D5B0E * L_55 = V_7; NullCheck(L_55); bool L_56 = L_55->get_IsAssigned_3(); if (!L_56) { goto IL_011e; } } { bool L_57; L_57 = MaskedTextProvider_get_IsPassword_m8CEF29F0BDC4B3AD1AF2FA8D3F02E79BDC8D0E37(__this, /*hidden argument*/NULL); if (!L_57) { goto IL_012f; } } { bool L_58 = ___ignorePasswordChar0; if (L_58) { goto IL_012f; } } { StringBuilder_t * L_59 = V_1; Il2CppChar L_60 = __this->get_passwordChar_26(); NullCheck(L_59); StringBuilder_t * L_61; L_61 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_59, L_60, /*hidden argument*/NULL); goto IL_0138; } IL_011e: { bool L_62 = ___includePrompt1; if (L_62) { goto IL_012f; } } { StringBuilder_t * L_63 = V_1; NullCheck(L_63); StringBuilder_t * L_64; L_64 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_63, ((int32_t)32), /*hidden argument*/NULL); goto IL_0138; } IL_012c: { bool L_65 = ___includeLiterals2; if (!L_65) { goto IL_0138; } } IL_012f: { StringBuilder_t * L_66 = V_1; Il2CppChar L_67 = V_6; NullCheck(L_66); StringBuilder_t * L_68; L_68 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_66, L_67, /*hidden argument*/NULL); } IL_0138: { int32_t L_69 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_013e: { int32_t L_70 = V_5; int32_t L_71 = V_2; if ((((int32_t)L_70) <= ((int32_t)L_71))) { goto IL_00c1; } } { 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; } } // System.Boolean System.ComponentModel.MaskedTextProvider::VerifyChar(System.Char,System.Int32,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyChar_m68877614E6548C87DC307CC618B85D6208F3BBDB (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, int32_t* ___hint2, const RuntimeMethod* method) { { int32_t* L_0 = ___hint2; *((int32_t*)L_0) = (int32_t)2; int32_t L_1 = ___position1; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0015; } } { int32_t L_2 = ___position1; StringBuilder_t * L_3 = __this->get_testString_20(); NullCheck(L_3); int32_t L_4; L_4 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) < ((int32_t)L_4))) { goto IL_001b; } } IL_0015: { int32_t* L_5 = ___hint2; *((int32_t*)L_5) = (int32_t)((int32_t)-55); return (bool)0; } IL_001b: { Il2CppChar L_6 = ___input0; int32_t L_7 = ___position1; int32_t* L_8 = ___hint2; bool L_9; L_9 = MaskedTextProvider_TestChar_m7E090DCFE4EA854807A609EF9523463DA631C6DA(__this, L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.ComponentModel.MaskedTextProvider::VerifyEscapeChar(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyEscapeChar_m6A7CB54D9DA83A0B6B247E7C20D73758DDDA6DE1 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, Il2CppChar ___input0, int32_t ___position1, const RuntimeMethod* method) { { int32_t L_0 = ___position1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = ___position1; StringBuilder_t * L_2 = __this->get_testString_20(); NullCheck(L_2); int32_t L_3; L_3 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_0014; } } IL_0012: { return (bool)0; } IL_0014: { Il2CppChar L_4 = ___input0; int32_t L_5 = ___position1; bool L_6; L_6 = MaskedTextProvider_TestEscapeChar_m91E82B6C69C4010A14879FD0BE76B9175CB2B3EE(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.ComponentModel.MaskedTextProvider::VerifyString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyString_m95755D0462A004F61113D2DB1C521CEEE3DEB655 (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___input0; bool L_1; L_1 = MaskedTextProvider_VerifyString_m8800ABD188DC706BFBD9E0500DD4899DE0B5145E(__this, L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.MaskedTextProvider::VerifyString(System.String,System.Int32&,System.ComponentModel.MaskedTextResultHint&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MaskedTextProvider_VerifyString_m8800ABD188DC706BFBD9E0500DD4899DE0B5145E (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, String_t* ___input0, int32_t* ___testPosition1, int32_t* ___resultHint2, const RuntimeMethod* method) { { int32_t* L_0 = ___testPosition1; *((int32_t*)L_0) = (int32_t)0; String_t* L_1 = ___input0; if (!L_1) { goto IL_000e; } } { String_t* L_2 = ___input0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0013; } } IL_000e: { int32_t* L_4 = ___resultHint2; *((int32_t*)L_4) = (int32_t)2; return (bool)1; } IL_0013: { String_t* L_5 = ___input0; int32_t* L_6 = ___testPosition1; int32_t* L_7 = ___resultHint2; bool L_8; L_8 = MaskedTextProvider_TestString_m717F902B2F9B7324C3164EF1B4D120A52F3B5FB7(__this, L_5, 0, (int32_t*)L_6, (int32_t*)L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.ComponentModel.MaskedTextProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaskedTextProvider__cctor_m31F6D75061F67D0A99B2683A91113A19FDF838E6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = BitVector32_CreateMask_mCFD5B8A436EEAEBEB0F91F930F86E69578B8EE90(/*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_ASCII_ONLY_10(L_0); int32_t L_1 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_ASCII_ONLY_10(); int32_t L_2; L_2 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_1, /*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_ALLOW_PROMPT_AS_INPUT_11(L_2); int32_t L_3 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_ALLOW_PROMPT_AS_INPUT_11(); int32_t L_4; L_4 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_3, /*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_INCLUDE_PROMPT_12(L_4); int32_t L_5 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_PROMPT_12(); int32_t L_6; L_6 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_5, /*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_INCLUDE_LITERALS_13(L_6); int32_t L_7 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_INCLUDE_LITERALS_13(); int32_t L_8; L_8 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_7, /*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_RESET_ON_PROMPT_14(L_8); int32_t L_9 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_PROMPT_14(); int32_t L_10; L_10 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_9, /*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_RESET_ON_LITERALS_15(L_10); int32_t L_11 = ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->get_RESET_ON_LITERALS_15(); int32_t L_12; L_12 = BitVector32_CreateMask_mFF86DDAB03E23CB84880380347CA7D63032BB40C(L_11, /*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_SKIP_SPACE_16(L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); ((MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_StaticFields*)il2cpp_codegen_static_fields_for(MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01_il2cpp_TypeInfo_var))->set_maskTextProviderType_17(L_14); 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.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Match_get_Empty_mE05C90C7D155060839CC7D0C2EA04F8302EDFFC9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields*)il2cpp_codegen_static_fields_for(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))->get__empty_8(); return L_0; } } // System.Void System.Text.RegularExpressions.Match::.ctor(System.Text.RegularExpressions.Regex,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, int32_t ___capcount1, String_t* ___text2, int32_t ___begpos3, int32_t ___len4, int32_t ___startpos5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); IL2CPP_RUNTIME_CLASS_INIT(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_il2cpp_TypeInfo_var); Group__ctor_m5FE82FDB5B4EE244EB46909ACC099806555EB32F(__this, L_0, L_1, 0, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, /*hidden argument*/NULL); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_2 = ___regex0; __this->set__regex_10(L_2); int32_t L_3 = ___capcount1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->set__matchcount_16(L_4); int32_t L_5 = ___capcount1; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_6 = (Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)SZArrayNew(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var, (uint32_t)L_5); __this->set__matches_15(L_6); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_7 = __this->get__matches_15(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = ((Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 *)__this)->get__caps_4(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_8); int32_t L_9 = ___begpos3; __this->set__textbeg_11(L_9); int32_t L_10 = ___begpos3; int32_t L_11 = ___len4; __this->set__textend_13(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))); int32_t L_12 = ___startpos5; __this->set__textstart_14(L_12); __this->set__balancing_17((bool)0); return; } } // System.Void System.Text.RegularExpressions.Match::Reset(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_Reset_m6C8293B576685831F43AACF255D2DAC5898662DB (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___text1, int32_t ___textbeg2, int32_t ___textend3, int32_t ___textstart4, const RuntimeMethod* method) { int32_t V_0 = 0; { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = ___regex0; __this->set__regex_10(L_0); String_t* L_1 = ___text1; ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->set__text_0(L_1); int32_t L_2 = ___textbeg2; __this->set__textbeg_11(L_2); int32_t L_3 = ___textend3; __this->set__textend_13(L_3); int32_t L_4 = ___textstart4; __this->set__textstart_14(L_4); V_0 = 0; goto IL_0036; } IL_0029: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get__matchcount_16(); int32_t L_6 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (int32_t)0); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0036: { int32_t L_8 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = __this->get__matchcount_16(); NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0029; } } { __this->set__balancing_17((bool)0); return; } } // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * Match_get_Groups_m4FB7AAC1E08BF8710992FA9C07A8357115EFE6D2 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_0 = __this->get__groupcoll_9(); if (L_0) { goto IL_0015; } } { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_1 = (GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 *)il2cpp_codegen_object_new(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); GroupCollection__ctor_m7DC940E706407EAE4AC45F297F021CD11F26CF6A(L_1, __this, (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)NULL, /*hidden argument*/NULL); __this->set__groupcoll_9(L_1); } IL_0015: { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_2 = __this->get__groupcoll_9(); return L_2; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::NextMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Match_NextMatch_m6C6550D7A4885CADF936BF856E0BDE28FAD77A63 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = __this->get__regex_10(); if (L_0) { goto IL_000a; } } { return __this; } IL_000a: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_1 = __this->get__regex_10(); int32_t L_2 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->get__length_2(); String_t* L_3 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->get__text_0(); int32_t L_4 = __this->get__textbeg_11(); int32_t L_5 = __this->get__textend_13(); int32_t L_6 = __this->get__textbeg_11(); int32_t L_7 = __this->get__textpos_12(); NullCheck(L_1); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_8; L_8 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(L_1, (bool)0, L_2, L_3, L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Text.RegularExpressions.Match::GroupToStringImpl(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Match_GroupToStringImpl_mD4E730B7A61C21307E0047CD541968871B361067 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___groupnum0, 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; } int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_16(); int32_t L_1 = ___groupnum0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0012; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } IL_0012: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_6 = __this->get__matches_15(); int32_t L_7 = ___groupnum0; NullCheck(L_6); int32_t L_8 = L_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_6)->GetAt(static_cast(L_8)); V_1 = L_9; String_t* L_10 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->get__text_0(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), (int32_t)2)); int32_t L_14 = (L_11)->GetAt(static_cast(L_13)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_1; int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)), (int32_t)1)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_10); String_t* L_19; L_19 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_10, L_14, L_18, /*hidden argument*/NULL); return L_19; } } // System.String System.Text.RegularExpressions.Match::LastGroupToStringImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Match_LastGroupToStringImpl_mA8B7094C2B4A31D5ABBDCF575302E6731A2D3E05 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_16(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, int32_t >::Invoke(6 /* System.String System.Text.RegularExpressions.Match::GroupToStringImpl(System.Int32) */, __this, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)1))); return L_1; } } // System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_AddMatch_m5B128123CBA71A35E471CFF1AAE1013A7722DFA2 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; int32_t V_3 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_15(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_2)); if (L_3) { goto IL_0018; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_4 = __this->get__matches_15(); int32_t L_5 = ___cap0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(L_5), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_6); } IL_0018: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get__matchcount_16(); int32_t L_8 = ___cap0; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); V_0 = L_10; int32_t L_11 = V_0; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_12 = __this->get__matches_15(); int32_t L_13 = ___cap0; NullCheck(L_12); int32_t L_14 = L_13; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)), (int32_t)2))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_0061; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_16 = __this->get__matches_15(); int32_t L_17 = ___cap0; NullCheck(L_16); int32_t L_18 = L_17; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_16)->GetAt(static_cast(L_18)); V_1 = L_19; int32_t L_20 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)8))); V_2 = L_21; V_3 = 0; goto IL_0052; } IL_0048: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_2; int32_t L_23 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_24 = V_1; int32_t L_25 = V_3; NullCheck(L_24); int32_t L_26 = L_25; int32_t L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (int32_t)L_27); int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0052: { int32_t L_29 = V_3; int32_t L_30 = V_0; if ((((int32_t)L_29) < ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_30, (int32_t)2))))) { goto IL_0048; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_31 = __this->get__matches_15(); int32_t L_32 = ___cap0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = V_2; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_33); (L_31)->SetAt(static_cast(L_32), (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_33); } IL_0061: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_34 = __this->get__matches_15(); int32_t L_35 = ___cap0; NullCheck(L_34); int32_t L_36 = L_35; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_34)->GetAt(static_cast(L_36)); int32_t L_38 = V_0; int32_t L_39 = ___start1; NullCheck(L_37); (L_37)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)2))), (int32_t)L_39); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_40 = __this->get__matches_15(); int32_t L_41 = ___cap0; NullCheck(L_40); int32_t L_42 = L_41; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_43 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_40)->GetAt(static_cast(L_42)); int32_t L_44 = V_0; int32_t L_45 = ___len2; NullCheck(L_43); (L_43)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)2)), (int32_t)1))), (int32_t)L_45); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_46 = __this->get__matchcount_16(); int32_t L_47 = ___cap0; int32_t L_48 = V_0; NullCheck(L_46); (L_46)->SetAt(static_cast(L_47), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1))); return; } } // System.Void System.Text.RegularExpressions.Match::BalanceMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_BalanceMatch_mF04DF97CE9E41B8A85C54212B43B5DF381218BE5 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { int32_t V_0 = 0; { __this->set__balancing_17((bool)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_16(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), (int32_t)2)); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_4 = __this->get__matches_15(); int32_t L_5 = ___cap0; NullCheck(L_4); int32_t L_6 = L_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_4)->GetAt(static_cast(L_6)); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_002f; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_11 = __this->get__matches_15(); int32_t L_12 = ___cap0; NullCheck(L_11); int32_t L_13 = L_12; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_11)->GetAt(static_cast(L_13)); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_17)); } IL_002f: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)2)); int32_t L_19 = V_0; if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0062; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_20 = __this->get__matches_15(); int32_t L_21 = ___cap0; NullCheck(L_20); int32_t L_22 = L_21; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_20)->GetAt(static_cast(L_22)); int32_t L_24 = V_0; NullCheck(L_23); int32_t L_25 = L_24; int32_t L_26 = (L_23)->GetAt(static_cast(L_25)); if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_0062; } } { int32_t L_27 = ___cap0; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_28 = __this->get__matches_15(); int32_t L_29 = ___cap0; NullCheck(L_28); int32_t L_30 = L_29; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_28)->GetAt(static_cast(L_30)); int32_t L_32 = V_0; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_35 = __this->get__matches_15(); int32_t L_36 = ___cap0; NullCheck(L_35); int32_t L_37 = L_36; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_38 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_35)->GetAt(static_cast(L_37)); int32_t L_39 = V_0; NullCheck(L_38); int32_t L_40 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); int32_t L_41 = (L_38)->GetAt(static_cast(L_40)); VirtualActionInvoker3< int32_t, int32_t, int32_t >::Invoke(7 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, __this, L_27, L_34, L_41); return; } IL_0062: { int32_t L_42 = ___cap0; int32_t L_43 = V_0; int32_t L_44 = V_0; VirtualActionInvoker3< int32_t, int32_t, int32_t >::Invoke(7 /* System.Void System.Text.RegularExpressions.Match::AddMatch(System.Int32,System.Int32,System.Int32) */, __this, L_42, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_43)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-4), (int32_t)L_44))); return; } } // System.Void System.Text.RegularExpressions.Match::RemoveMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_RemoveMatch_mF21E3166D8D461D44952E96C9CD7CFA8E776EA5F (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get__matchcount_16(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1))); int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); return; } } // System.Boolean System.Text.RegularExpressions.Match::IsMatched(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Match_IsMatched_m1491C04ADB99BCB81D84BC5D85C31B4F45965C3C (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { { int32_t L_0 = ___cap0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get__matchcount_16(); NullCheck(L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_0033; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get__matchcount_16(); int32_t L_3 = ___cap0; NullCheck(L_2); int32_t L_4 = L_3; int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0033; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_6 = __this->get__matches_15(); int32_t L_7 = ___cap0; NullCheck(L_6); int32_t L_8 = L_7; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_6)->GetAt(static_cast(L_8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get__matchcount_16(); int32_t L_11 = ___cap0; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_9); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)), (int32_t)1)); int32_t L_15 = (L_9)->GetAt(static_cast(L_14)); return (bool)((((int32_t)((((int32_t)L_15) == ((int32_t)((int32_t)-2)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0033: { return (bool)0; } } // System.Int32 System.Text.RegularExpressions.Match::MatchIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Match_MatchIndex_mFDD766CF18E4F508DEE3E2E24F6046DE66D1B808 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_15(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_2)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get__matchcount_16(); int32_t L_5 = ___cap0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)2)); int32_t L_9 = (L_3)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_11 = V_0; return L_11; } IL_001c: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_12 = __this->get__matches_15(); int32_t L_13 = ___cap0; NullCheck(L_12); int32_t L_14 = L_13; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_12)->GetAt(static_cast(L_14)); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_16)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); return L_18; } } // System.Int32 System.Text.RegularExpressions.Match::MatchLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Match_MatchLength_m9D6E7D98CC4B2EBE26070D3A8D88428B515D417A (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___cap0, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_15(); int32_t L_1 = ___cap0; NullCheck(L_0); int32_t L_2 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_2)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get__matchcount_16(); int32_t L_5 = ___cap0; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)), (int32_t)1)); int32_t L_9 = (L_3)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_11 = V_0; return L_11; } IL_001c: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_12 = __this->get__matches_15(); int32_t L_13 = ___cap0; NullCheck(L_12); int32_t L_14 = L_13; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_12)->GetAt(static_cast(L_14)); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)-3), (int32_t)L_16)); int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); return L_18; } } // System.Void System.Text.RegularExpressions.Match::Tidy(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match_Tidy_mA9C76513AF185747A5F9E73790701ABD3D2B09A4 (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, int32_t ___textpos0, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_0 = __this->get__matches_15(); NullCheck(L_0); int32_t L_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_0)->GetAt(static_cast(L_1)); V_0 = L_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; NullCheck(L_3); int32_t L_4 = 0; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->set__index_1(L_5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_0; NullCheck(L_6); int32_t L_7 = 1; int32_t L_8 = (L_6)->GetAt(static_cast(L_7)); ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)__this)->set__length_2(L_8); int32_t L_9 = ___textpos0; __this->set__textpos_12(L_9); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get__matchcount_16(); NullCheck(L_10); int32_t L_11 = 0; int32_t L_12 = (L_10)->GetAt(static_cast(L_11)); ((Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 *)__this)->set__capcount_5(L_12); bool L_13 = __this->get__balancing_17(); if (!L_13) { goto IL_00c3; } } { V_1 = 0; goto IL_00b1; } IL_003f: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = __this->get__matchcount_16(); int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_18 = __this->get__matches_15(); int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = L_19; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(L_18)->GetAt(static_cast(L_20)); V_3 = L_21; V_4 = 0; V_4 = 0; goto IL_0068; } IL_005b: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = V_3; int32_t L_23 = V_4; NullCheck(L_22); int32_t L_24 = L_23; int32_t L_25 = (L_22)->GetAt(static_cast(L_24)); if ((((int32_t)L_25) < ((int32_t)0))) { goto IL_006d; } } { int32_t L_26 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0068: { int32_t L_27 = V_4; int32_t L_28 = V_2; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_005b; } } IL_006d: { int32_t L_29 = V_4; V_5 = L_29; goto IL_009c; } IL_0073: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = V_3; int32_t L_31 = V_4; NullCheck(L_30); int32_t L_32 = L_31; int32_t L_33 = (L_30)->GetAt(static_cast(L_32)); if ((((int32_t)L_33) >= ((int32_t)0))) { goto IL_0082; } } { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)); goto IL_0096; } IL_0082: { int32_t L_35 = V_4; int32_t L_36 = V_5; if ((((int32_t)L_35) == ((int32_t)L_36))) { goto IL_0090; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_37 = V_3; int32_t L_38 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = V_3; int32_t L_40 = V_4; NullCheck(L_39); int32_t L_41 = L_40; int32_t L_42 = (L_39)->GetAt(static_cast(L_41)); NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (int32_t)L_42); } IL_0090: { int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_0096: { int32_t L_44 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_009c: { int32_t L_45 = V_4; int32_t L_46 = V_2; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0073; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_47 = __this->get__matchcount_16(); int32_t L_48 = V_1; int32_t L_49 = V_5; NullCheck(L_47); (L_47)->SetAt(static_cast(L_48), (int32_t)((int32_t)((int32_t)L_49/(int32_t)2))); int32_t L_50 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00b1: { int32_t L_51 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_52 = __this->get__matchcount_16(); NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_003f; } } { __this->set__balancing_17((bool)0); } IL_00c3: { return; } } // System.Void System.Text.RegularExpressions.Match::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__cctor_m0AAA94CFEFA7DB6F9B7286DD0134B3E7AE0D7FF1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_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(); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_1 = (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)il2cpp_codegen_object_new(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5(L_1, (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)NULL, 1, L_0, 0, 0, 0, /*hidden argument*/NULL); ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields*)il2cpp_codegen_static_fields_for(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var))->set__empty_8(L_1); return; } } // System.Void System.Text.RegularExpressions.Match::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(Match__ctor_mC2AE5A1EBC553A0E6BBA59603674183FF5E80CCC_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.MatchCollection::.ctor(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, String_t* ___input1, int32_t ___beginning2, int32_t ___length3, int32_t ___startat4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___startat4; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0015; } } { int32_t L_1 = ___startat4; String_t* L_2 = ___input1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_002a; } } IL_0015: { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB596320AE4D74537B29168E9BDF95B753E2B5301)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB132716D89EF0EE2CEF39498DA0895B2449AB344)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MatchCollection__ctor_mB2FA3F30789018215F0D4C5FFF00379F5415AC37_RuntimeMethod_var))); } IL_002a: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_6 = ___regex0; __this->set__regex_0(L_6); String_t* L_7 = ___input1; __this->set__input_3(L_7); int32_t L_8 = ___beginning2; __this->set__beginning_4(L_8); int32_t L_9 = ___length3; __this->set__length_5(L_9); int32_t L_10 = ___startat4; __this->set__startat_6(L_10); __this->set__prevlen_7((-1)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_11, /*hidden argument*/NULL); __this->set__matches_1(L_11); __this->set__done_2((bool)0); return; } } // System.Text.RegularExpressions.Match System.Text.RegularExpressions.MatchCollection::GetMatch(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; { int32_t L_0 = ___i0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0006; } } { return (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL; } IL_0006: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get__matches_1(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); int32_t L_3 = ___i0; if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0026; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get__matches_1(); int32_t L_5 = ___i0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); return ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)CastclassClass((RuntimeObject*)L_6, Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var)); } IL_0026: { bool L_7 = __this->get__done_2(); if (!L_7) { goto IL_0030; } } { return (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL; } IL_0030: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_8 = __this->get__regex_0(); int32_t L_9 = __this->get__prevlen_7(); String_t* L_10 = __this->get__input_3(); int32_t L_11 = __this->get__beginning_4(); int32_t L_12 = __this->get__length_5(); int32_t L_13 = __this->get__startat_6(); NullCheck(L_8); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_14; L_14 = Regex_Run_m021AFCB24F51C103A7E8D1D59805B47FD582E3FB(L_8, (bool)0, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_15 = V_0; NullCheck(L_15); bool L_16; L_16 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_006c; } } { __this->set__done_2((bool)1); return (Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)NULL; } IL_006c: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = __this->get__matches_1(); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_18 = V_0; NullCheck(L_17); int32_t L_19; L_19 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_20 = V_0; NullCheck(L_20); int32_t L_21 = ((Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 *)L_20)->get__length_2(); __this->set__prevlen_7(L_21); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get__textpos_12(); __this->set__startat_6(L_23); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24 = __this->get__matches_1(); NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24); int32_t L_26 = ___i0; if ((((int32_t)L_25) <= ((int32_t)L_26))) { goto IL_0030; } } { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_27 = V_0; return L_27; } } // System.Int32 System.Text.RegularExpressions.MatchCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_m1476DA408DBD9D6EAD231F2AF1320E0990CF287D (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__done_2(); if (!L_0) { goto IL_0014; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = __this->get__matches_1(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); return L_2; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); int32_t L_3 = ((MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields*)il2cpp_codegen_static_fields_for(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var))->get_infinite_8(); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_4; L_4 = MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342(__this, L_3, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get__matches_1(); NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5); return L_6; } } // System.Object System.Text.RegularExpressions.MatchCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MatchCollection_get_SyncRoot_m5E339388E782280CC9BBED40986AA360CA5BCDCC (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.Text.RegularExpressions.MatchCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchCollection_get_IsSynchronized_m7A91B1D2CA86E9CF46615BAEE642BD04637BE5DB (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Text.RegularExpressions.MatchCollection::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeArray * L_0 = ___array0; if (!L_0) { goto IL_001c; } } { RuntimeArray * L_1 = ___array0; NullCheck(L_1); int32_t L_2; L_2 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_001c; } } { String_t* L_3; L_3 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21_RuntimeMethod_var))); } IL_001c: { int32_t L_5; L_5 = MatchCollection_get_Count_m1476DA408DBD9D6EAD231F2AF1320E0990CF287D(__this, /*hidden argument*/NULL); } IL_0023: try {// begin try (depth: 1) ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get__matches_1(); RuntimeArray * L_7 = ___array0; int32_t L_8 = ___arrayIndex1; NullCheck(L_6); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_6, L_7, L_8); goto IL_0044; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0032; } throw e; } CATCH_0032: {// begin catch(System.ArrayTypeMismatchException) V_0 = ((ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 *)); String_t* L_9; L_9 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD0381A992FDF4F7DA60E5D83689FE7FF6309CB8)), /*hidden argument*/NULL); ArrayTypeMismatchException_tFD610FDA00012564CB75AFCA3A489F29CF628784 * L_10 = V_0; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852(L_11, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MatchCollection_CopyTo_mD72903F019CA31813B8A842A18CA4761484CFB21_RuntimeMethod_var))); }// end catch (depth: 1) IL_0044: { return; } } // System.Collections.IEnumerator System.Text.RegularExpressions.MatchCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchCollection_GetEnumerator_mB4DEC015B69A67D38E6F7E14D63C64047BDCF76F (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * L_0 = (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 *)il2cpp_codegen_object_new(MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735_il2cpp_TypeInfo_var); MatchEnumerator__ctor_mAC068C23A5E2366435764453E8E80C8B5803AD31(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Text.RegularExpressions.MatchCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__cctor_m41194DB8AD661F28A4F6FCB077EE8276DD1BC7CF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_StaticFields*)il2cpp_codegen_static_fields_for(MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E_il2cpp_TypeInfo_var))->set_infinite_8(((int32_t)2147483647LL)); return; } } // System.Void System.Text.RegularExpressions.MatchCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1 (MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(MatchCollection__ctor_mA95FE66298AA5AE593EE40B3A7ED76F1011829C1_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.MatchEnumerator::.ctor(System.Text.RegularExpressions.MatchCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchEnumerator__ctor_mAC068C23A5E2366435764453E8E80C8B5803AD31 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * ___matchcoll0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_0 = ___matchcoll0; __this->set__matchcoll_0(L_0); return; } } // System.Boolean System.Text.RegularExpressions.MatchEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchEnumerator_MoveNext_m1088424FEAD89A2693A0CF9200041A5C5B9DC052 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__done_3(); if (!L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { MatchCollection_tC2C84E59658F73C90FD36007DE73C869BADEFF3E * L_1 = __this->get__matchcoll_0(); int32_t L_2 = __this->get__curindex_2(); NullCheck(L_1); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3; L_3 = MatchCollection_GetMatch_m7C693363C6B2100ED58BD5B85C3CCCE1D858E342(L_1, L_2, /*hidden argument*/NULL); __this->set__match_1(L_3); int32_t L_4 = __this->get__curindex_2(); __this->set__curindex_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_5 = __this->get__match_1(); if (L_5) { goto IL_0040; } } { __this->set__done_3((bool)1); return (bool)0; } IL_0040: { return (bool)1; } } // System.Object System.Text.RegularExpressions.MatchEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MatchEnumerator_get_Current_m2FB7B386869A6C4F5EC5327603EF79E8135BDEC1 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, const RuntimeMethod* method) { { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_0 = __this->get__match_1(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63FC874122847D14784CB3ADBE59A08B9558FA97)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MatchEnumerator_get_Current_m2FB7B386869A6C4F5EC5327603EF79E8135BDEC1_RuntimeMethod_var))); } IL_0018: { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3 = __this->get__match_1(); return L_3; } } // System.Void System.Text.RegularExpressions.MatchEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchEnumerator_Reset_m70B97522C32C01A38648D591B8BA3A8990186311 (MatchEnumerator_tEB47660DB3F5DD6857ECAF73B79066F82B77F735 * __this, const RuntimeMethod* method) { { __this->set__curindex_2(0); __this->set__done_3((bool)0); __this->set__match_1((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)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.Text.RegularExpressions.MatchSparse::.ctor(System.Text.RegularExpressions.Regex,System.Collections.Hashtable,System.Int32,System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchSparse__ctor_mA6CA132A5DA7D9ADED1D0FF1D7AD786109D33624 (MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 * __this, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___regex0, Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps1, int32_t ___capcount2, String_t* ___text3, int32_t ___begpos4, int32_t ___len5, int32_t ___startpos6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = ___regex0; int32_t L_1 = ___capcount2; String_t* L_2 = ___text3; int32_t L_3 = ___begpos4; int32_t L_4 = ___len5; int32_t L_5 = ___startpos6; IL2CPP_RUNTIME_CLASS_INIT(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_il2cpp_TypeInfo_var); Match__ctor_mB01F9576125C09E5DFAD425523FF0C0FF16000A5(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ___caps1; __this->set__caps_18(L_6); return; } } // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.MatchSparse::get_Groups() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * MatchSparse_get_Groups_mAF4486FB3D52F65427B855B5F410192543B99DB3 (MatchSparse_tF4A7983ADA82DB12269F4D384E7C2D15F0D32694 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_0 = ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)__this)->get__groupcoll_9(); if (L_0) { goto IL_001a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__caps_18(); GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_2 = (GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 *)il2cpp_codegen_object_new(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556_il2cpp_TypeInfo_var); GroupCollection__ctor_m7DC940E706407EAE4AC45F297F021CD11F26CF6A(L_2, __this, L_1, /*hidden argument*/NULL); ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)__this)->set__groupcoll_9(L_2); } IL_001a: { GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * L_3 = ((Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B *)__this)->get__groupcoll_9(); 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.MemberDescriptor::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m62D570EEDD5AB824CEF99B4F0D84236449AD753E (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16(__this, L_0, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_lockCookie_11(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); } IL_0011: try {// begin try (depth: 1) { String_t* L_1 = ___name0; if (!L_1) { goto IL_001c; } } IL_0014: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (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*)&_stringLiteralDE2D7698FE57322C99ED23E69E7AB3FCB824AF7E)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16_RuntimeMethod_var))); } IL_002c: { String_t* L_6 = ___name0; __this->set_name_0(L_6); String_t* L_7 = ___name0; __this->set_displayName_1(L_7); String_t* L_8 = ___name0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_8); __this->set_nameHash_2(L_9); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_10 = ___attributes1; if (!L_10) { goto IL_0057; } } IL_0049: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_11 = ___attributes1; __this->set_attributes_4(L_11); __this->set_attributesFiltered_6((bool)0); } IL_0057: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_12 = __this->get_attributes_4(); __this->set_originalAttributes_5(L_12); goto IL_0066; } }// 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_0065; } throw e; } CATCH_0065: {// begin catch(System.Exception) IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor__ctor_m8B12FC75CC9C9A30A68DDBF31B7A58D25FDECD16_RuntimeMethod_var))); }// end catch (depth: 1) IL_0066: { return; } } // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m7B28673B84E74C66147B48DBB8695B4CB5708FF1 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___descr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_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); __this->set_lockCookie_11(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_1 = ___descr0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_1); __this->set_name_0(L_2); String_t* L_3 = __this->get_name_0(); __this->set_displayName_1(L_3); String_t* L_4 = __this->get_name_0(); NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); __this->set_nameHash_2(L_5); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_6 = ___descr0; NullCheck(L_6); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_7; L_7 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_6); NullCheck(L_7); int32_t L_8; L_8 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_7, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_9 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_8); __this->set_attributes_4(L_9); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_10 = ___descr0; NullCheck(L_10); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_11; L_11 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_10); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_12 = __this->get_attributes_4(); NullCheck(L_11); AttributeCollection_CopyTo_m239A34E1B2C3FB3CE90C5210332BFE1EB795849E(L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, /*hidden argument*/NULL); __this->set_attributesFiltered_6((bool)1); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_13 = __this->get_attributes_4(); __this->set_originalAttributes_5(L_13); return; } } // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.ComponentModel.MemberDescriptor,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m1B2998AD8C93C8E5D674E3962D94B0558A3002A0 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * ___oldMemberDescriptor0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___newAttributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_4 = NULL; int32_t V_5 = 0; RuntimeObject * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); __this->set_lockCookie_11(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_1 = ___oldMemberDescriptor0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_1); __this->set_name_0(L_2); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_3 = ___oldMemberDescriptor0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.ComponentModel.MemberDescriptor::get_DisplayName() */, L_3); __this->set_displayName_1(L_4); String_t* L_5 = __this->get_name_0(); NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5); __this->set_nameHash_2(L_6); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_7, /*hidden argument*/NULL); V_0 = L_7; MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_8 = ___oldMemberDescriptor0; NullCheck(L_8); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_9; L_9 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_8); NullCheck(L_9); int32_t L_10; L_10 = AttributeCollection_get_Count_m8BD0E449F39F3E1AF9D3E0F2A03A187ECAEF56F3(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0085; } } { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_11 = ___oldMemberDescriptor0; NullCheck(L_11); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_12; L_12 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_11); NullCheck(L_12); RuntimeObject* L_13; L_13 = AttributeCollection_GetEnumerator_mAADB4044DB82256BEBF4E42ABC9A2DC756534CB7(L_12, /*hidden argument*/NULL); V_1 = L_13; } IL_0059: try {// begin try (depth: 1) { goto IL_006a; } IL_005b: { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_14); V_2 = L_15; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = V_0; RuntimeObject * L_17 = V_2; NullCheck(L_16); int32_t L_18; L_18 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_17); } IL_006a: { RuntimeObject* L_19 = V_1; NullCheck(L_19); bool L_20; L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_005b; } } IL_0072: { IL2CPP_LEAVE(0x85, FINALLY_0074); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0074; } FINALLY_0074: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_3; if (!L_22) { goto IL_0084; } } IL_007e: { RuntimeObject* L_23 = V_3; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_23); } IL_0084: { IL2CPP_END_FINALLY(116) } }// end finally (depth: 1) IL2CPP_CLEANUP(116) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x85, IL_0085) } IL_0085: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_24 = ___newAttributes1; if (!L_24) { goto IL_00ae; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_25 = ___newAttributes1; V_4 = L_25; V_5 = 0; goto IL_00a6; } IL_0090: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_26 = V_4; int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_29 = (L_26)->GetAt(static_cast(L_28)); V_6 = L_29; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_30 = V_0; RuntimeObject * L_31 = V_6; NullCheck(L_30); int32_t L_32; L_32 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_30, L_31); int32_t L_33 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a6: { int32_t L_34 = V_5; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_35 = V_4; NullCheck(L_35); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_0090; } } IL_00ae: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_36 = V_0; NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_36); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_38 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_37); __this->set_attributes_4(L_38); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_39 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_40 = __this->get_attributes_4(); NullCheck(L_39); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_39, (RuntimeArray *)(RuntimeArray *)L_40, 0); __this->set_attributesFiltered_6((bool)0); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_41 = __this->get_attributes_4(); __this->set_originalAttributes_5(L_41); return; } } // System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* MemberDescriptor_get_AttributeArray_m3C6B44F14AF735791EB5AE32BA82DA3891AB2F6A (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { { MemberDescriptor_CheckAttributesValid_mC432A0713C9BCEA92876A472738DE9250812F69C(__this, /*hidden argument*/NULL); MemberDescriptor_FilterAttributesIfNeeded_m1A08E5CF047132A2A72178D32F98697960E979A0(__this, /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0 = __this->get_attributes_4(); return L_0; } } // System.Void System.ComponentModel.MemberDescriptor::set_AttributeArray(System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_set_AttributeArray_m267E99851C7B8EEB1A92F26B81485FC3A9FB1EDF (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_lockCookie_11(); 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); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = ___value0; __this->set_attributes_4(L_2); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_3 = ___value0; __this->set_originalAttributes_5(L_3); __this->set_attributesFiltered_6((bool)0); __this->set_attributeCollection_3((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)NULL); IL2CPP_LEAVE(0x39, FINALLY_002f); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: {// begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0038; } } IL_0032: { RuntimeObject * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_0038: { IL2CPP_END_FINALLY(47) } }// end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x39, IL_0039) } IL_0039: { return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * MemberDescriptor_get_Attributes_m57A494A5704EC6BC121E0CB10C99C1684A737F9F (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { MemberDescriptor_CheckAttributesValid_mC432A0713C9BCEA92876A472738DE9250812F69C(__this, /*hidden argument*/NULL); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0 = __this->get_attributeCollection_3(); V_0 = L_0; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1 = V_0; if (L_1) { goto IL_003b; } } { RuntimeObject * L_2 = __this->get_lockCookie_11(); V_1 = L_2; V_2 = (bool)0; } IL_0019: try {// begin try (depth: 1) RuntimeObject * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_4; L_4 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(14 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::CreateAttributeCollection() */, __this); V_0 = L_4; AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_5 = V_0; __this->set_attributeCollection_3(L_5); IL2CPP_LEAVE(0x3B, FINALLY_0031); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: {// begin finally (depth: 1) { bool L_6 = V_2; if (!L_6) { goto IL_003a; } } IL_0034: { RuntimeObject * L_7 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_003a: { IL2CPP_END_FINALLY(49) } }// end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_8 = V_0; return L_8; } } // System.String System.ComponentModel.MemberDescriptor::get_Category() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_Category_m95E7FEEBE208C68E5C63F0E2D93EEBF5653CB40A (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_category_9(); if (L_0) { goto IL_002d; } } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_1, L_3); NullCheck(((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)CastclassClass((RuntimeObject*)L_4, CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = CategoryAttribute_get_Category_m02F82210B41F101E8745B7994C1169802D8D0E39(((CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8 *)CastclassClass((RuntimeObject*)L_4, CategoryAttribute_tE5AF909634BAE63A6382877F2A95720B04BE50B8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_category_9(L_5); } IL_002d: { String_t* L_6 = __this->get_category_9(); return L_6; } } // System.String System.ComponentModel.MemberDescriptor::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_Description_mD5856DFA3AA9407873377BDAB6634D13AAAECE69 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_description_10(); if (L_0) { goto IL_002d; } } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_1, L_3); NullCheck(((DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)CastclassClass((RuntimeObject*)L_4, DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DescriptionAttribute::get_Description() */, ((DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA *)CastclassClass((RuntimeObject*)L_4, DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var))); __this->set_description_10(L_5); } IL_002d: { String_t* L_6 = __this->get_description_10(); return L_6; } } // System.Boolean System.ComponentModel.MemberDescriptor::get_IsBrowsable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberDescriptor_get_IsBrowsable_mF3FBD317F0897AD156AE03922EC07287337E9F83 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_0); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_0, L_2); NullCheck(((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)CastclassSealed((RuntimeObject*)L_3, BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var))); bool L_4; L_4 = BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline(((BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 *)CastclassSealed((RuntimeObject*)L_3, BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } } // System.String System.ComponentModel.MemberDescriptor::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_Name_m80FD1DCDC667140A9991137A4AEAA8C7707A022A (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_name_0(); if (L_0) { goto IL_000e; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_000e: { String_t* L_1 = __this->get_name_0(); return L_1; } } // System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptor_get_NameHashCode_mBDD666D3285D201DE8C075E48804DC34C46B4198 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nameHash_2(); return L_0; } } // System.Boolean System.ComponentModel.MemberDescriptor::get_DesignTimeOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberDescriptor_get_DesignTimeOnly_m4E973D00C3439A19B843CE9230D57341ADB22B1D (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var); DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D * L_0 = ((DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_StaticFields*)il2cpp_codegen_static_fields_for(DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_il2cpp_TypeInfo_var))->get_Yes_1(); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1; L_1 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (DesignOnlyAttribute_t9CBBCAFBA6234F6DA316E96D53806426F537CD9D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_1); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_1, L_3); NullCheck(L_0); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_4); return L_5; } } // System.String System.ComponentModel.MemberDescriptor::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_DisplayName_mB3422B834402243FD1748D33C800F0EAA7D2D693 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * V_0 = NULL; { AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_0; L_0 = VirtualFuncInvoker0< AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_0); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = VirtualFuncInvoker1< Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_0, L_2); V_0 = ((DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 *)IsInstClass((RuntimeObject*)L_3, DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85_il2cpp_TypeInfo_var)); DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_4 = V_0; if (!L_4) { goto IL_0026; } } { DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_5); if (!L_6) { goto IL_002d; } } IL_0026: { String_t* L_7 = __this->get_displayName_1(); return L_7; } IL_002d: { DisplayNameAttribute_t23E87B8B23DC5CF5E2A72B8039935029D0A53E85 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.ComponentModel.DisplayNameAttribute::get_DisplayName() */, L_8); return L_9; } } // System.Void System.ComponentModel.MemberDescriptor::CheckAttributesValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_CheckAttributesValid_mC432A0713C9BCEA92876A472738DE9250812F69C (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_attributesFiltered_6(); if (!L_0) { goto IL_002a; } } { int32_t L_1 = __this->get_metadataVersion_8(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); int32_t L_2; L_2 = TypeDescriptor_get_MetadataVersion_m96D7FABBFCD10081ABCF98C6ED3852B4D5BF367D_inline(/*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_002a; } } { __this->set_attributesFilled_7((bool)0); __this->set_attributesFiltered_6((bool)0); __this->set_attributeCollection_3((AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)NULL); } IL_002a: { return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::CreateAttributeCollection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * MemberDescriptor_CreateAttributeCollection_m144276D1D01ADEE54C9B4CB077972CEC68A7F7BA (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0; L_0 = VirtualFuncInvoker0< AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(4 /* System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() */, __this); AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * L_1 = (AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C *)il2cpp_codegen_object_new(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C_il2cpp_TypeInfo_var); AttributeCollection__ctor_mFBF15844F07821ABFF14C29ECCA26B4DAD20AC32(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.MemberDescriptor::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberDescriptor_Equals_mD0211F6C592E64AA8F1E2EC3E733EBB8F93A24D5 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalAppContextSwitches_t73419A96BC3A7B8FC35572814017A8FD6F34E360_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { RuntimeObject * L_2 = ___obj0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); Type_t * L_4; L_4 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0020; } } { return (bool)0; } IL_0020: { RuntimeObject * L_6 = ___obj0; V_0 = ((MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F *)CastclassClass((RuntimeObject*)L_6, MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F_il2cpp_TypeInfo_var)); MemberDescriptor_FilterAttributesIfNeeded_m1A08E5CF047132A2A72178D32F98697960E979A0(__this, /*hidden argument*/NULL); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_7 = V_0; NullCheck(L_7); MemberDescriptor_FilterAttributesIfNeeded_m1A08E5CF047132A2A72178D32F98697960E979A0(L_7, /*hidden argument*/NULL); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_nameHash_2(); int32_t L_10 = __this->get_nameHash_2(); if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0043; } } { return (bool)0; } IL_0043: { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_11 = V_0; NullCheck(L_11); String_t* L_12 = L_11->get_category_9(); String_t* L_13 = __this->get_category_9(); if ((!(((uint32_t)((((RuntimeObject*)(String_t*)L_12) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((uint32_t)((((RuntimeObject*)(String_t*)L_13) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))) { goto IL_0072; } } { String_t* L_14 = __this->get_category_9(); if (!L_14) { goto IL_0074; } } { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_15 = V_0; NullCheck(L_15); String_t* L_16 = L_15->get_category_9(); String_t* L_17 = __this->get_category_9(); NullCheck(L_16); bool L_18; L_18 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_16, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0074; } } IL_0072: { return (bool)0; } IL_0074: { bool L_19 = ((LocalAppContextSwitches_t73419A96BC3A7B8FC35572814017A8FD6F34E360_StaticFields*)il2cpp_codegen_static_fields_for(LocalAppContextSwitches_t73419A96BC3A7B8FC35572814017A8FD6F34E360_il2cpp_TypeInfo_var))->get_MemberDescriptorEqualsReturnsFalseIfEquivalent_0(); if (L_19) { goto IL_00ac; } } { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_20 = V_0; NullCheck(L_20); String_t* L_21 = L_20->get_description_10(); String_t* L_22 = __this->get_description_10(); if ((!(((uint32_t)((((RuntimeObject*)(String_t*)L_21) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((uint32_t)((((RuntimeObject*)(String_t*)L_22) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))) { goto IL_00aa; } } { String_t* L_23 = __this->get_description_10(); if (!L_23) { goto IL_00dd; } } { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_24 = V_0; NullCheck(L_24); String_t* L_25 = L_24->get_description_10(); String_t* L_26 = __this->get_description_10(); NullCheck(L_25); bool L_27; L_27 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_25, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00dd; } } IL_00aa: { return (bool)0; } IL_00ac: { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_28 = V_0; NullCheck(L_28); String_t* L_29 = L_28->get_description_10(); String_t* L_30 = __this->get_description_10(); if ((!(((uint32_t)((((RuntimeObject*)(String_t*)L_29) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((uint32_t)((((RuntimeObject*)(String_t*)L_30) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0))))) { goto IL_00db; } } { String_t* L_31 = __this->get_description_10(); if (!L_31) { goto IL_00dd; } } { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_32 = V_0; NullCheck(L_32); String_t* L_33 = L_32->get_category_9(); String_t* L_34 = __this->get_description_10(); NullCheck(L_33); bool L_35; L_35 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_33, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_00dd; } } IL_00db: { return (bool)0; } IL_00dd: { MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_36 = V_0; NullCheck(L_36); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_37 = L_36->get_attributes_4(); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_38 = __this->get_attributes_4(); if ((((int32_t)((((RuntimeObject*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)L_37) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)((((RuntimeObject*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)L_38) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)))) { goto IL_00f3; } } { return (bool)0; } IL_00f3: { V_1 = (bool)1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_39 = __this->get_attributes_4(); if (!L_39) { goto IL_013f; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_40 = __this->get_attributes_4(); NullCheck(L_40); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_41 = V_0; NullCheck(L_41); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_42 = L_41->get_attributes_4(); NullCheck(L_42); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))) { goto IL_0111; } } { return (bool)0; } IL_0111: { V_2 = 0; goto IL_0134; } IL_0115: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_43 = __this->get_attributes_4(); int32_t L_44 = V_2; NullCheck(L_43); int32_t L_45 = L_44; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_46 = (L_43)->GetAt(static_cast(L_45)); MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * L_47 = V_0; NullCheck(L_47); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_48 = L_47->get_attributes_4(); int32_t L_49 = V_2; NullCheck(L_48); int32_t L_50 = L_49; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_46); bool L_52; L_52 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_46, L_51); if (L_52) { goto IL_0130; } } { V_1 = (bool)0; goto IL_013f; } IL_0130: { int32_t L_53 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0134: { int32_t L_54 = V_2; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_55 = __this->get_attributes_4(); NullCheck(L_55); if ((((int32_t)L_54) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))))) { goto IL_0115; } } IL_013f: { bool L_56 = V_1; return L_56; } } // System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FillAttributes_m2598F7EF310160BD825F166ECE8BAEB201DA9143 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_0 = NULL; int32_t V_1 = 0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_2 = NULL; { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_0 = __this->get_originalAttributes_5(); if (!L_0) { goto IL_0029; } } { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_1 = __this->get_originalAttributes_5(); V_0 = L_1; V_1 = 0; goto IL_0023; } IL_0013: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; RuntimeObject* L_6 = ___attributeList0; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_7 = V_2; NullCheck(L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, L_7); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0023: { int32_t L_10 = V_1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0013; } } IL_0029: { return; } } // System.Void System.ComponentModel.MemberDescriptor::FilterAttributesIfNeeded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberDescriptor_FilterAttributesIfNeeded_m1A08E5CF047132A2A72178D32F98697960E979A0 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __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*)&AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_1 = NULL; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* V_2 = NULL; RuntimeObject* V_3 = NULL; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject * V_6 = NULL; bool V_7 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_attributesFiltered_6(); if (L_0) { goto IL_00e3; } } { bool L_1 = __this->get_attributesFilled_7(); if (L_1) { goto IL_0028; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_2, /*hidden argument*/NULL); V_0 = L_2; } IL_0019: try {// begin try (depth: 1) RuntimeObject* L_3 = V_0; VirtualActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) */, __this, L_3); goto IL_0034; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0022; } 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_0025; } throw e; } CATCH_0022: {// begin catch(System.Threading.ThreadAbortException) IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_FilterAttributesIfNeeded_m1A08E5CF047132A2A72178D32F98697960E979A0_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_0025: {// begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0034; }// end catch (depth: 1) IL_0028: { AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_4 = __this->get_attributes_4(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_5, (RuntimeObject*)(RuntimeObject*)L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0034: { RuntimeObject* L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_6); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC(L_8, L_7, /*hidden argument*/NULL); V_1 = L_8; RuntimeObject* L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_9); V_3 = L_10; } IL_0047: try {// begin try (depth: 1) { goto IL_0065; } IL_0049: { RuntimeObject* L_11 = V_3; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); V_4 = ((Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 *)CastclassClass((RuntimeObject*)L_12, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71_il2cpp_TypeInfo_var)); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = V_1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_14 = V_4; NullCheck(L_14); RuntimeObject * L_15; L_15 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_14); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_16 = V_4; NullCheck(L_13); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_15, L_16); } IL_0065: { RuntimeObject* L_17 = V_3; 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_0049; } } IL_006d: { IL2CPP_LEAVE(0x83, FINALLY_006f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: {// begin finally (depth: 1) { RuntimeObject* L_19 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_5; if (!L_20) { goto IL_0082; } } IL_007b: { RuntimeObject* L_21 = V_5; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_21); } IL_0082: { IL2CPP_END_FINALLY(111) } }// end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x83, IL_0083) } IL_0083: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = V_1; NullCheck(L_22); RuntimeObject* L_23; L_23 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_22); NullCheck(L_23); int32_t L_24; L_24 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_23); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_25 = (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)SZArrayNew(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4_il2cpp_TypeInfo_var, (uint32_t)L_24); V_2 = L_25; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_26 = V_1; NullCheck(L_26); RuntimeObject* L_27; L_27 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_26); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_28 = V_2; NullCheck(L_27); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(0 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_27, (RuntimeArray *)(RuntimeArray *)L_28, 0); RuntimeObject * L_29 = __this->get_lockCookie_11(); V_6 = L_29; V_7 = (bool)0; } IL_00ac: try {// begin try (depth: 1) RuntimeObject * L_30 = V_6; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_30, (bool*)(&V_7), /*hidden argument*/NULL); AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_31 = V_2; __this->set_attributes_4(L_31); __this->set_attributesFiltered_6((bool)1); __this->set_attributesFilled_7((bool)1); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); int32_t L_32; L_32 = TypeDescriptor_get_MetadataVersion_m96D7FABBFCD10081ABCF98C6ED3852B4D5BF367D_inline(/*hidden argument*/NULL); __this->set_metadataVersion_8(L_32); IL2CPP_LEAVE(0xE3, FINALLY_00d7); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d7; } FINALLY_00d7: {// begin finally (depth: 1) { bool L_33 = V_7; if (!L_33) { goto IL_00e2; } } IL_00db: { RuntimeObject * L_34 = V_6; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_34, /*hidden argument*/NULL); } IL_00e2: { IL2CPP_END_FINALLY(215) } }// end finally (depth: 1) IL2CPP_CLEANUP(215) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE3, IL_00e3) } IL_00e3: { return; } } // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MemberDescriptor_FindMethod_m9525A2F1FB88AAF9B53F13AAF587103AC7E26F8F (Type_t * ___componentClass0, String_t* ___name1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___args2, Type_t * ___returnType3, const RuntimeMethod* method) { { Type_t * L_0 = ___componentClass0; String_t* L_1 = ___name1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = ___args2; Type_t * L_3 = ___returnType3; MethodInfo_t * L_4; L_4 = MemberDescriptor_FindMethod_m7BA08612FBB4FC6565F58D83A2F156C4264AA7F7(L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); return L_4; } } // System.Reflection.MethodInfo System.ComponentModel.MemberDescriptor::FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * MemberDescriptor_FindMethod_m7BA08612FBB4FC6565F58D83A2F156C4264AA7F7 (Type_t * ___componentClass0, String_t* ___name1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___args2, Type_t * ___returnType3, bool ___publicOnly4, const RuntimeMethod* method) { MethodInfo_t * V_0 = NULL; { V_0 = (MethodInfo_t *)NULL; bool L_0 = ___publicOnly4; if (!L_0) { goto IL_0011; } } { Type_t * L_1 = ___componentClass0; String_t* L_2 = ___name1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = ___args2; NullCheck(L_1); MethodInfo_t * L_4; L_4 = Type_GetMethod_mDA3E2A83228C0493894D40D02963D7B07C7B058E(L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_001e; } IL_0011: { Type_t * L_5 = ___componentClass0; String_t* L_6 = ___name1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = ___args2; NullCheck(L_5); MethodInfo_t * L_8; L_8 = Type_GetMethod_m69EE86B5A87244C925333CCF1B6D6B9BCFED8A89(L_5, L_6, ((int32_t)60), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_7, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); V_0 = L_8; } IL_001e: { MethodInfo_t * L_9 = V_0; bool L_10; L_10 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_9, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0037; } } { MethodInfo_t * L_11 = V_0; NullCheck(L_11); Type_t * L_12; L_12 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_11); Type_t * L_13 = ___returnType3; NullCheck(L_12); bool L_14; L_14 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(122 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_12, L_13); if (L_14) { goto IL_0037; } } { V_0 = (MethodInfo_t *)NULL; } IL_0037: { MethodInfo_t * L_15 = V_0; return L_15; } } // System.Int32 System.ComponentModel.MemberDescriptor::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemberDescriptor_GetHashCode_mF95FA3EB6CEEF8DFEAC34727472411AE51800CBA (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nameHash_2(); return L_0; } } // System.Object System.ComponentModel.MemberDescriptor::GetInvocationTarget(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MemberDescriptor_GetInvocationTarget_m5BFB66243513C2C58BEF2EDBE3E019C7CC38C083 (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, Type_t * ___type0, RuntimeObject * ___instance1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * 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_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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvocationTarget_m5BFB66243513C2C58BEF2EDBE3E019C7CC38C083_RuntimeMethod_var))); } IL_0014: { RuntimeObject * L_3 = ___instance1; if (L_3) { goto IL_0022; } } { 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*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvocationTarget_m5BFB66243513C2C58BEF2EDBE3E019C7CC38C083_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___type0; RuntimeObject * L_6 = ___instance1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_7; L_7 = TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D(L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.ComponentModel.ISite System.ComponentModel.MemberDescriptor::GetSite(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MemberDescriptor_GetSite_m4635FB2CD2B37C40F9A4848DEA1D728664B73C34 (RuntimeObject * ___component0, 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; } { RuntimeObject * L_0 = ___component0; if (((RuntimeObject*)IsInst((RuntimeObject*)L_0, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (RuntimeObject*)NULL; } IL_000a: { RuntimeObject * L_1 = ___component0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var))); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var))); return L_2; } } // System.Object System.ComponentModel.MemberDescriptor::GetInvokee(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MemberDescriptor_GetInvokee_mB2EC350D77203477D1EBF47C46619452D6A49F93 (Type_t * ___componentClass0, RuntimeObject * ___component1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentClass0; 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_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*)&_stringLiteralE76DC7DE3FC2CC157328500C2CF8C5063BA936A6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvokee_mB2EC350D77203477D1EBF47C46619452D6A49F93_RuntimeMethod_var))); } IL_0014: { RuntimeObject * L_3 = ___component1; if (L_3) { goto IL_0022; } } { 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*)&_stringLiteral62085E8C55DCED36DF75D38F113376BFB67686BB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemberDescriptor_GetInvokee_mB2EC350D77203477D1EBF47C46619452D6A49F93_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___componentClass0; RuntimeObject * L_6 = ___component1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); RuntimeObject * L_7; L_7 = TypeDescriptor_GetAssociation_m8AF27618AEF59992631895B365F0BFA2CED09F5D(L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.MergablePropertyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergablePropertyAttribute__ctor_mA72B640AA52C25910A5453761550DC0CEECECA1A (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, bool ___allowMerge0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___allowMerge0; __this->set_allowMerge_3(L_0); return; } } // System.Boolean System.ComponentModel.MergablePropertyAttribute::get_AllowMerge() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MergablePropertyAttribute_get_AllowMerge_m14346F26A5635E83491087D9500916D197E480F9 (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allowMerge_3(); return L_0; } } // System.Boolean System.ComponentModel.MergablePropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MergablePropertyAttribute_Equals_m71BE42C78E4B532F3809BF15D0AE38321A2CB1DB (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; V_0 = ((MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 *)IsInstSealed((RuntimeObject*)L_1, MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var)); MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = MergablePropertyAttribute_get_AllowMerge_m14346F26A5635E83491087D9500916D197E480F9_inline(L_3, /*hidden argument*/NULL); bool L_5 = __this->get_allowMerge_3(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_001f: { return (bool)0; } } // System.Int32 System.ComponentModel.MergablePropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MergablePropertyAttribute_GetHashCode_m0350CDB6F07BA7724FC505DDFCDBAF2450AE9F4C (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.MergablePropertyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MergablePropertyAttribute_IsDefaultAttribute_m5B516B1129B1898BB5558F8E8A5932C8DC9C9E49 (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var); MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * L_0 = ((MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields*)il2cpp_codegen_static_fields_for(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_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.MergablePropertyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergablePropertyAttribute__cctor_mBA246E4F510EB677489509AF26C3D742DE8F70EF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * L_0 = (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 *)il2cpp_codegen_object_new(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var); MergablePropertyAttribute__ctor_mA72B640AA52C25910A5453761550DC0CEECECA1A(L_0, (bool)1, /*hidden argument*/NULL); ((MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields*)il2cpp_codegen_static_fields_for(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var))->set_Yes_0(L_0); MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * L_1 = (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 *)il2cpp_codegen_object_new(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var); MergablePropertyAttribute__ctor_mA72B640AA52C25910A5453761550DC0CEECECA1A(L_1, (bool)0, /*hidden argument*/NULL); ((MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields*)il2cpp_codegen_static_fields_for(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var))->set_No_1(L_1); MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * L_2 = ((MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields*)il2cpp_codegen_static_fields_for(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var))->get_Yes_0(); ((MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_StaticFields*)il2cpp_codegen_static_fields_for(MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9_il2cpp_TypeInfo_var))->set_Default_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MibIPGlobalProperties__ctor_m64009FA9C2EDC7E97A8BFDADD97F30699037CAA6 (MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B * __this, String_t* ___procDir0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F5C30709A18EDFC49B2BF15394C17FB119F30AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3468AB44B71564C19903B982B65E8FC9D8FAB681); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39018BD2B1E6B53A73300485415B9C67EBBB8E8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C90CD7979AE994720DF188BE3332941EFE0422B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC55A81D36282A546B820600CC854C7337938C6B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF039187B83496487A3C33AE7AF2F88D59D3934FC); s_Il2CppMethodInitialized = true; } { UnixIPGlobalProperties__ctor_mF2ADB564F94ABCB20CB71DDE34FAB070BA12A868(__this, /*hidden argument*/NULL); String_t* L_0 = ___procDir0; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_0, _stringLiteral3468AB44B71564C19903B982B65E8FC9D8FAB681, /*hidden argument*/NULL); __this->set_StatisticsFile_1(L_1); String_t* L_2 = ___procDir0; String_t* L_3; L_3 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_2, _stringLiteral1F5C30709A18EDFC49B2BF15394C17FB119F30AD, /*hidden argument*/NULL); __this->set_StatisticsFileIPv6_2(L_3); String_t* L_4 = ___procDir0; String_t* L_5; L_5 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_4, _stringLiteralEC55A81D36282A546B820600CC854C7337938C6B, /*hidden argument*/NULL); __this->set_TcpFile_3(L_5); String_t* L_6 = ___procDir0; String_t* L_7; L_7 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_6, _stringLiteral39018BD2B1E6B53A73300485415B9C67EBBB8E8A, /*hidden argument*/NULL); __this->set_Tcp6File_4(L_7); String_t* L_8 = ___procDir0; String_t* L_9; L_9 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_8, _stringLiteralF039187B83496487A3C33AE7AF2F88D59D3934FC, /*hidden argument*/NULL); __this->set_UdpFile_5(L_9); String_t* L_10 = ___procDir0; String_t* L_11; L_11 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_10, _stringLiteral8C90CD7979AE994720DF188BE3332941EFE0422B, /*hidden argument*/NULL); __this->set_Udp6File_6(L_11); return; } } // System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MibIPGlobalProperties__cctor_m9229AC18053CFF56E254C8AEE1A3513FC4EF4B4D (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*)&MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (Il2CppChar)((int32_t)9)); ((MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_StaticFields*)il2cpp_codegen_static_fields_for(MibIPGlobalProperties_t3722DFB852035FAEC93E9F5FDFE3D163653B666B_il2cpp_TypeInfo_var))->set_wsChars_7(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 Mono.Net.Security.MobileAuthenticatedStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.SslStream,Mono.Security.Interface.MonoTlsSettings,Mono.Security.Interface.MonoTlsProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream__ctor_m0D8FB103726E0824BEFD3033D067F7F4EA13EF3B (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___innerStream0, bool ___leaveInnerStreamOpen1, SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * ___owner2, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___settings3, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___provider4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_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); __this->set_ioLock_14(L_0); IL2CPP_RUNTIME_CLASS_INIT(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); int32_t L_1 = ((MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields*)il2cpp_codegen_static_fields_for(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))->get_nextId_21(); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); ((MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields*)il2cpp_codegen_static_fields_for(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))->set_nextId_21(L_2); __this->set_ID_22(L_2); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___innerStream0; bool L_4 = ___leaveInnerStreamOpen1; AuthenticatedStream__ctor_mDE77A28CCC056362108DCDE9345EE3F6D73AF509(__this, L_3, L_4, /*hidden argument*/NULL); SslStream_t8C3E1BFCC63C3FC9A4684697FFBBA81B843D5F49 * L_5 = ___owner2; __this->set_U3CSslStreamU3Ek__BackingField_18(L_5); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_6 = ___settings3; __this->set_U3CSettingsU3Ek__BackingField_19(L_6); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7 = ___provider4; __this->set_U3CProviderU3Ek__BackingField_20(L_7); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_8 = (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 *)il2cpp_codegen_object_new(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var); BufferOffsetSize2__ctor_mE4644CFB0D6AC7297E01282C7B898D119E18E8D2(L_8, ((int32_t)16834), /*hidden argument*/NULL); __this->set_readBuffer_12(L_8); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_9 = (BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 *)il2cpp_codegen_object_new(BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638_il2cpp_TypeInfo_var); BufferOffsetSize2__ctor_mE4644CFB0D6AC7297E01282C7B898D119E18E8D2(L_9, ((int32_t)16384), /*hidden argument*/NULL); __this->set_writeBuffer_13(L_9); return; } } // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileAuthenticatedStream::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_U3CSettingsU3Ek__BackingField_19(); return L_0; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MobileAuthenticatedStream::get_Provider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = __this->get_U3CProviderU3Ek__BackingField_20(); return L_0; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::CheckThrow(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___authSuccessCheck0, bool ___shutdownCheck1, const RuntimeMethod* method) { { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_0 = __this->get_lastException_8(); if (!L_0) { goto IL_0013; } } { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1 = __this->get_lastException_8(); NullCheck(L_1); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_1, /*hidden argument*/NULL); } IL_0013: { bool L_2 = ___authSuccessCheck0; if (!L_2) { goto IL_0029; } } { bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, __this); if (L_3) { goto IL_0029; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00045BEB4E25927218B1459FF5C9438A7C8C07B7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080_RuntimeMethod_var))); } IL_0029: { bool L_5 = ___shutdownCheck1; if (!L_5) { goto IL_003f; } } { bool L_6 = __this->get_shutdown_16(); if (!L_6) { goto IL_003f; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral21A3BA98CA9A7E573D0A549E82022237715538AD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080_RuntimeMethod_var))); } IL_003f: { return; } } // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetSSPIException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetSSPIException_mE68EE4F3915B1D350E340962DE053D2DAA8D05C8 (Exception_t * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B5A0438F4523FBE0B6941C88468C47294D2BFB8); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___e0; if (((OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)IsInstClass((RuntimeObject*)L_0, OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_1 = ___e0; if (((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IsInstClass((RuntimeObject*)L_1, IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_2 = ___e0; if (((ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)IsInstClass((RuntimeObject*)L_2, ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_3 = ___e0; if (!((AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 *)IsInstClass((RuntimeObject*)L_3, AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var))) { goto IL_0022; } } IL_0020: { Exception_t * L_4 = ___e0; return L_4; } IL_0022: { Exception_t * L_5 = ___e0; AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 * L_6 = (AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 *)il2cpp_codegen_object_new(AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var); AuthenticationException__ctor_mA0752219534B87AA44CA1F8F65920A91F2D5E513(L_6, _stringLiteral5B5A0438F4523FBE0B6941C88468C47294D2BFB8, L_5, /*hidden argument*/NULL); return L_6; } } // System.Exception Mono.Net.Security.MobileAuthenticatedStream::GetIOException(System.Exception,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MobileAuthenticatedStream_GetIOException_m3FA680F8E914AC496E6F439F6FDCE0A766C35C5C (Exception_t * ___e0, String_t* ___message1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___e0; if (((OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB *)IsInstClass((RuntimeObject*)L_0, OperationCanceledException_tA90317406FAE39FB4E2C6AA84E12135E1D56B6FB_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_1 = ___e0; if (((IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)IsInstClass((RuntimeObject*)L_1, IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_2 = ___e0; if (((ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)IsInstClass((RuntimeObject*)L_2, ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Exception_t * L_3 = ___e0; if (!((AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390 *)IsInstClass((RuntimeObject*)L_3, AuthenticationException_t66537B2818EBF1B8DBC9AFB377F1346EA96F0390_il2cpp_TypeInfo_var))) { goto IL_0022; } } IL_0020: { Exception_t * L_4 = ___e0; return L_4; } IL_0022: { String_t* L_5 = ___message1; Exception_t * L_6 = ___e0; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_7 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_7, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Runtime.ExceptionServices.ExceptionDispatchInfo Mono.Net.Security.MobileAuthenticatedStream::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, Exception_t * ___e0, const RuntimeMethod* method) { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * V_0 = NULL; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * G_B2_0 = NULL; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * G_B1_0 = NULL; { Exception_t * L_0 = ___e0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1; L_1 = ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B(L_0, /*hidden argument*/NULL); V_0 = L_1; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 ** L_2 = __this->get_address_of_lastException_8(); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_3 = V_0; ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_4; L_4 = InterlockedCompareExchangeImpl((ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 **)L_2, L_3, (ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 *)NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_5 = L_4; G_B1_0 = L_5; if (L_5) { G_B2_0 = L_5; goto IL_0019; } } { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_6 = V_0; G_B2_0 = L_6; } IL_0019: { return G_B2_0; } } // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileAuthenticatedStream::get_DefaultProtocols() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_get_DefaultProtocols_mE99BEE04BF2F1CCC71DAD7602407EFC61178E1BD (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)4032)); } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClient(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_AuthenticateAsClient_m6A281E9F820138B000F1B0592435AAEB576E9F7E (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, String_t* ___targetHost0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___targetHost0; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_1 = (X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *)il2cpp_codegen_object_new(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B_il2cpp_TypeInfo_var); X509CertificateCollection__ctor_m038CE3FFE670E8DC426728EE334DF915BC3F1644(L_1, /*hidden argument*/NULL); int32_t L_2; L_2 = MobileAuthenticatedStream_get_DefaultProtocols_mE99BEE04BF2F1CCC71DAD7602407EFC61178E1BD(__this, /*hidden argument*/NULL); MobileAuthenticatedStream_AuthenticateAsClient_m54333EB0B910C87E197A05F1C15D6544DB33BDD1(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_AuthenticateAsClient_m54333EB0B910C87E197A05F1C15D6544DB33BDD1 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates1, int32_t ___enabledSslProtocols2, bool ___checkCertificateRevocation3, const RuntimeMethod* method) { { String_t* L_0 = ___targetHost0; int32_t L_1 = ___enabledSslProtocols2; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2 = ___clientCertificates1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3; L_3 = MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373(__this, (bool)1, (bool)0, L_0, L_1, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL, L_2, (bool)0, /*hidden argument*/NULL); NullCheck(L_3); Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40(L_3, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::AuthenticateAsClientAsync(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_AuthenticateAsClientAsync_mAEB1458E00859473D7182F54F316E8D62CE28BC0 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, String_t* ___targetHost0, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates1, int32_t ___enabledSslProtocols2, bool ___checkCertificateRevocation3, const RuntimeMethod* method) { { String_t* L_0 = ___targetHost0; int32_t L_1 = ___enabledSslProtocols2; X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2 = ___clientCertificates1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_3; L_3 = MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373(__this, (bool)0, (bool)0, L_0, L_1, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL, L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.Net.Security.AuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream::get_AuthenticatedStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * MobileAuthenticatedStream_get_AuthenticatedStream_m5DF2DEFCE6B26E196FCA94F3E53DF6F0DEF6C622 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { return __this; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::ProcessAuthentication(System.Boolean,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_ProcessAuthentication_m178A7A98E02403F5CD941B3C49B580686643E373 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___runSynchronously0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate4, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates5, bool ___clientCertRequired6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m75545B63DAA435A2CCAE7BAC12DB93BEF441AA30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F 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_5(__this); bool L_0 = ___runSynchronously0; (&V_0)->set_runSynchronously_6(L_0); bool L_1 = ___serverMode1; (&V_0)->set_serverMode_2(L_1); String_t* L_2 = ___targetHost2; (&V_0)->set_targetHost_4(L_2); int32_t L_3 = ___enabledProtocols3; (&V_0)->set_enabledProtocols_7(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = ___serverCertificate4; (&V_0)->set_serverCertificate_3(L_4); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___clientCertificates5; (&V_0)->set_clientCertificates_8(L_5); bool L_6 = ___clientCertRequired6; (&V_0)->set_clientCertRequired_9(L_6); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_7; L_7 = AsyncTaskMethodBuilder_Create_mFF3A436623D0A24B2063FDB41694EDFDA7783DE8(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_7); (&V_0)->set_U3CU3E1__state_0((-1)); U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F L_8 = V_0; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_9 = L_8.get_U3CU3Et__builder_1(); V_1 = L_9; AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m75545B63DAA435A2CCAE7BAC12DB93BEF441AA30((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(&V_1), (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m75545B63DAA435A2CCAE7BAC12DB93BEF441AA30_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_10 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_11; L_11 = AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_10, /*hidden argument*/NULL); return L_11; } } // System.IAsyncResult Mono.Net.Security.MobileAuthenticatedStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MobileAuthenticatedStream_BeginRead_m2299EDE0D418F86FF6D7CA812B2DF4F3B07D82DA (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_3 = (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA *)il2cpp_codegen_object_new(AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 0, L_4, L_5, /*hidden argument*/NULL); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_7 = ___asyncCallback3; RuntimeObject * L_8 = ___asyncState4; RuntimeObject* L_9; L_9 = TaskToApm_Begin_m0A8A1E0B6104AD2D83E5767147A2808B89756AD6(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_EndRead_mF64C5AE2022C2E6E32FBD7DE9CAF6204488F42A8 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m94BEE28ADAAC7223EE34485FD592C44F0EBC36B4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___asyncResult0; int32_t L_1; L_1 = TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m94BEE28ADAAC7223EE34485FD592C44F0EBC36B4(L_0, /*hidden argument*/TaskToApm_End_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m94BEE28ADAAC7223EE34485FD592C44F0EBC36B4_RuntimeMethod_var); return L_1; } } // System.IAsyncResult Mono.Net.Security.MobileAuthenticatedStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MobileAuthenticatedStream_BeginWrite_m444A84556523CD3607B0C3811B07BF7AD4B6E466 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_3 = (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA *)il2cpp_codegen_object_new(AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 1, L_4, L_5, /*hidden argument*/NULL); AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_7 = ___asyncCallback3; RuntimeObject * L_8 = ___asyncState4; RuntimeObject* L_9; L_9 = TaskToApm_Begin_m0A8A1E0B6104AD2D83E5767147A2808B89756AD6(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_EndWrite_mF32510E6ACF5029C4FFA0084687DBA67780935AD (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___asyncResult0; TaskToApm_End_m91446ED84F2ED6AE3003382E1B7AE44EA6937493(L_0, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_Read_m91B1888817700E4B4D059CDE6FCD78A3DCAE6C19 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_mB982065BEF89A1FCB342D8E013FCF82912F66FDB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_3 = (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA *)il2cpp_codegen_object_new(AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A(L_3, __this, (bool)1, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 0, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7; L_7 = Task_1_get_Result_mB982065BEF89A1FCB342D8E013FCF82912F66FDB(L_6, /*hidden argument*/Task_1_get_Result_mB982065BEF89A1FCB342D8E013FCF82912F66FDB_RuntimeMethod_var); return L_7; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_Write_m6E0F97F71B3E8EE7F188C2E75AFBFFE3C33C69FB (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_3 = (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA *)il2cpp_codegen_object_new(AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416(L_3, __this, (bool)1, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_il2cpp_TypeInfo_var); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5; L_5 = CancellationToken_get_None_m13F4B9DCF5D7BE8E9E3F60026C98E50A946FE9DF(/*hidden argument*/NULL); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 1, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40(L_6, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_ReadAsync_m518A7BCD987093B19EB9CAAE57631CB0BAFE0C8F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_3 = (AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA *)il2cpp_codegen_object_new(AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA_il2cpp_TypeInfo_var); AsyncReadRequest__ctor_m97269914BB6F589C30C0B3580114757CD9BB6D0A(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncReadRequest_tFB09794CAE8E21578BD579C9C00205E3853939EA * L_4 = V_0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = ___cancellationToken3; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 0, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_WriteAsync_m4F9F9B8C926E8B5AACBA1B7DF15638A4055E7AA8 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_3 = (AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA *)il2cpp_codegen_object_new(AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA_il2cpp_TypeInfo_var); AsyncWriteRequest__ctor_m23D8ED46901F944741CD1EA551CF171421D16416(L_3, __this, (bool)0, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; AsyncWriteRequest_t094FD2BF3EBD0CEBDEECFDF5EAACF7D273B2F6DA * L_4 = V_0; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_5 = ___cancellationToken3; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_6; L_6 = MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883(__this, 1, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::StartOperation(Mono.Net.Security.MobileAuthenticatedStream/OperationType,Mono.Net.Security.AsyncProtocolRequest,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_StartOperation_mA2F6EF91539E13CC9FED2888148C9708ED563883 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___type0, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mBC7723F7843F9E284C2F49B12037C126E7B144DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); int32_t L_0 = ___type0; (&V_0)->set_type_3(L_0); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = ___asyncRequest1; (&V_0)->set_asyncRequest_4(L_1); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = ___cancellationToken2; (&V_0)->set_cancellationToken_5(L_2); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_3; L_3 = AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD L_4 = V_0; AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_5 = L_4.get_U3CU3Et__builder_1(); V_1 = L_5; AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mBC7723F7843F9E284C2F49B12037C126E7B144DE((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)(&V_1), (U3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CStartOperationU3Ed__58_t846484D40C63F4CF7C74649463EE2652D0C48DBD_mBC7723F7843F9E284C2F49B12037C126E7B144DE_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_6 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_6, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var); return L_7; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::InternalRead(System.Byte[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_InternalRead_mC430180F8FD5AA589FD7AE5044A89F9B6F1427D8 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, bool* ___outWantMore3, const RuntimeMethod* method) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; Exception_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B2_0 = NULL; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B1_0 = NULL; IL_0000: try {// begin try (depth: 1) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = __this->get_asyncHandshakeRequest_9(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } IL_0009: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_2 = __this->get_asyncReadRequest_10(); G_B2_0 = L_2; } IL_0010: { V_0 = G_B2_0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_3 = V_0; BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_4 = __this->get_readBuffer_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = ___size2; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_8; L_8 = MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3(__this, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_9 = L_8; int32_t L_10 = L_9.get_Item1_0(); V_1 = L_10; bool L_11 = L_9.get_Item2_1(); V_2 = L_11; bool* L_12 = ___outWantMore3; bool L_13 = V_2; *((int8_t*)L_12) = (int8_t)L_13; int32_t L_14 = V_1; V_3 = L_14; goto IL_0053; } }// 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_0036; } throw e; } CATCH_0036: {// begin catch(System.Exception) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_15 = V_4; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))); Exception_t * L_16; L_16 = MobileAuthenticatedStream_GetIOException_m3FA680F8E914AC496E6F439F6FDCE0A766C35C5C(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA25F6BDE622F13BBCD87A785C8019A938EF75A7B)), /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_17; L_17 = MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896(__this, L_16, /*hidden argument*/NULL); bool* L_18 = ___outWantMore3; *((int8_t*)L_18) = (int8_t)0; V_3 = (-1); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0053; }// end catch (depth: 1) IL_0053: { int32_t L_19 = V_3; return L_19; } } // System.ValueTuple`2 Mono.Net.Security.MobileAuthenticatedStream::InternalRead(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * ___internalBuffer1, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B7_0 = 0; int32_t G_B6_0 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = ___asyncRequest0; if (L_0) { goto IL_0009; } } { 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*)&MobileAuthenticatedStream_InternalRead_m86C071DC37153DC3E055BCCD6E932CEB5AA65ED3_RuntimeMethod_var))); } IL_0009: { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_2 = ___internalBuffer1; NullCheck(L_2); int32_t L_3 = L_2->get_Size_2(); if (L_3) { goto IL_0039; } } { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_4 = ___internalBuffer1; NullCheck(L_4); bool L_5 = L_4->get_Complete_4(); if (L_5) { goto IL_0039; } } { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_6 = ___internalBuffer1; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_7 = ___internalBuffer1; int32_t L_8 = 0; V_1 = L_8; NullCheck(L_7); L_7->set_Size_2(L_8); int32_t L_9 = V_1; NullCheck(L_6); L_6->set_Offset_1(L_9); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_10 = ___asyncRequest0; int32_t L_11 = ___size4; NullCheck(L_10); AsyncProtocolRequest_RequestRead_mD0C4C34F3D1602E8F138D93D6CF39A1CF89CB25A(L_10, L_11, /*hidden argument*/NULL); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_12; memset((&L_12), 0, sizeof(L_12)); ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB((&L_12), 0, (bool)1, /*hidden argument*/ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB_RuntimeMethod_var); return L_12; } IL_0039: { BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_13 = ___internalBuffer1; NullCheck(L_13); int32_t L_14 = L_13->get_Size_2(); int32_t L_15 = ___size4; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_16; L_16 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574(L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_17 = ___internalBuffer1; NullCheck(L_17); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = L_17->get_Buffer_0(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_19 = ___internalBuffer1; NullCheck(L_19); int32_t L_20 = L_19->get_Offset_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___buffer2; int32_t L_22 = ___offset3; int32_t L_23 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_18, L_20, (RuntimeArray *)(RuntimeArray *)L_21, L_22, L_23, /*hidden argument*/NULL); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_24 = ___internalBuffer1; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_25 = L_24; NullCheck(L_25); int32_t L_26 = L_25->get_Offset_1(); int32_t L_27 = V_0; NullCheck(L_25); L_25->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_28 = ___internalBuffer1; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_29 = L_28; NullCheck(L_29); int32_t L_30 = L_29->get_Size_2(); int32_t L_31 = V_0; NullCheck(L_29); L_29->set_Size_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31))); int32_t L_32 = V_0; BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_33 = ___internalBuffer1; NullCheck(L_33); bool L_34 = L_33->get_Complete_4(); G_B6_0 = L_32; if (L_34) { G_B7_0 = L_32; goto IL_0088; } } { int32_t L_35 = V_0; int32_t L_36 = ___size4; G_B8_0 = ((((int32_t)L_35) < ((int32_t)L_36))? 1 : 0); G_B8_1 = G_B6_0; goto IL_0089; } IL_0088: { G_B8_0 = 0; G_B8_1 = G_B7_0; } IL_0089: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_37; memset((&L_37), 0, sizeof(L_37)); ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB((&L_37), G_B8_1, (bool)G_B8_0, /*hidden argument*/ValueTuple_2__ctor_mDEFB7C90797BA80EDB0E87F0BE16758068CBF3DB_RuntimeMethod_var); return L_37; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::InternalWrite(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_InternalWrite_m272A619B00CBE6704AAD300536D176AF4BF4F76F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * V_0 = NULL; bool V_1 = false; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B2_0 = NULL; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * G_B1_0 = NULL; IL_0000: try {// begin try (depth: 1) { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = __this->get_asyncHandshakeRequest_9(); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } IL_0009: { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_2 = __this->get_asyncWriteRequest_11(); G_B2_0 = L_2; } IL_0010: { V_0 = G_B2_0; AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_3 = V_0; BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_4 = __this->get_writeBuffer_13(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = ___size2; bool L_8; L_8 = MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74(__this, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; goto IL_003b; } }// 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_0024; } throw e; } CATCH_0024: {// begin catch(System.Exception) V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))); Exception_t * L_10; L_10 = MobileAuthenticatedStream_GetIOException_m3FA680F8E914AC496E6F439F6FDCE0A766C35C5C(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7E96087CB3CFB8FA010625C93BB4A5CF8279FF69)), /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11; L_11 = MobileAuthenticatedStream_SetException_m5B0A18C66D1431C6EF3A43BFA7964BD376F57896(__this, L_10, /*hidden argument*/NULL); V_1 = (bool)0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003b; }// end catch (depth: 1) IL_003b: { bool L_12 = V_1; return L_12; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::InternalWrite(Mono.Net.Security.AsyncProtocolRequest,Mono.Net.Security.BufferOffsetSize2,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___asyncRequest0, BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * ___internalBuffer1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method) { { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_0 = ___asyncRequest0; if (L_0) { goto IL_0031; } } { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_1 = __this->get_lastException_8(); if (!L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t* L_2 = __this->get_address_of_closeRequested_15(); int32_t L_3; L_3 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_2, 1, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_4 = ___internalBuffer1; NullCheck(L_4); BufferOffsetSize2_Reset_mE4DE740467F990ED792FB4966B367091B27BBAB4(L_4, /*hidden argument*/NULL); goto IL_0031; } IL_0023: { BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_5 = ___internalBuffer1; NullCheck(L_5); int32_t L_6; L_6 = BufferOffsetSize_get_Remaining_m2DE18A3119D97C30B3EE54B9C6260030413B089D(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0031; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_InternalWrite_mAC3D67F3F2A6BE41320B01433AC26BFAD2063A74_RuntimeMethod_var))); } IL_0031: { BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_8 = ___internalBuffer1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer2; int32_t L_10 = ___offset3; int32_t L_11 = ___size4; NullCheck(L_8); BufferOffsetSize2_AppendData_m5AFEF21E75273C3BF7FCD4B4433A49D088587F29(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_12 = ___asyncRequest0; if (!L_12) { goto IL_0045; } } { AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * L_13 = ___asyncRequest0; NullCheck(L_13); AsyncProtocolRequest_RequestWrite_m75F0A9A2A611CC2BB267ADE4FF36E98148F413E7(L_13, /*hidden argument*/NULL); } IL_0045: { return (bool)1; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MobileAuthenticatedStream::InnerRead(System.Boolean,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * MobileAuthenticatedStream_InnerRead_m791585462E4A887702A9BF3650FCBE0BAC98FABF (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___sync0, int32_t ___requestedSize1, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_mFB51DA57871396772302E050A808E031C2E400C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); bool L_0 = ___sync0; (&V_0)->set_sync_5(L_0); int32_t L_1 = ___requestedSize1; (&V_0)->set_requestedSize_4(L_1); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_2 = ___cancellationToken2; (&V_0)->set_cancellationToken_3(L_2); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_3; L_3 = AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 L_4 = V_0; AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_5 = L_4.get_U3CU3Et__builder_1(); V_1 = L_5; AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_mFB51DA57871396772302E050A808E031C2E400C8((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)(&V_1), (U3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CInnerReadU3Ed__66_t26DA83244D92680885E16E75E09BFA9406869057_mFB51DA57871396772302E050A808E031C2E400C8_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_6 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_6, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var); return L_7; } } // System.Threading.Tasks.Task Mono.Net.Security.MobileAuthenticatedStream::InnerWrite(System.Boolean,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * MobileAuthenticatedStream_InnerWrite_m9B4A4FCF793834DCBF434ADFFBC43B4D215EB52F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___sync0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mD2E0101E81D0F14A3A3B64541D6FD6E5EF75EABF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B 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); bool L_0 = ___sync0; (&V_0)->set_sync_4(L_0); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = ___cancellationToken1; (&V_0)->set_cancellationToken_2(L_1); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_2; L_2 = AsyncTaskMethodBuilder_Create_mFF3A436623D0A24B2063FDB41694EDFDA7783DE8(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_2); (&V_0)->set_U3CU3E1__state_0((-1)); U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B L_3 = V_0; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_4 = L_3.get_U3CU3Et__builder_1(); V_1 = L_4; AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mD2E0101E81D0F14A3A3B64541D6FD6E5EF75EABF((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(&V_1), (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mD2E0101E81D0F14A3A3B64541D6FD6E5EF75EABF_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_5 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_6; L_6 = AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_5, /*hidden argument*/NULL); return L_6; } } // 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) { RuntimeObject * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = __this->get_ioLock_14(); 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 = ___status0; if (L_2) { goto IL_0023; } } IL_0014: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_3 = __this->get_xobileTlsContext_7(); NullCheck(L_3); VirtualActionInvoker0::Invoke(6 /* System.Void Mono.Net.Security.MobileTlsContext::StartHandshake() */, L_3); V_3 = 1; IL2CPP_LEAVE(0x79, FINALLY_006f); } IL_0023: { int32_t L_4 = ___status0; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0032; } } IL_0027: { IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_5 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96DDBF9A4A89732F34FC5A0EF7DBBB4E91C5BCC8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5_RuntimeMethod_var))); } IL_0032: { int32_t L_6 = ___status0; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_003c; } } IL_0036: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_ProcessHandshake_m49D890591613A8EBE1B80CBDB5056FAF501D1BF5_RuntimeMethod_var))); } IL_003c: { V_2 = 1; MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_8 = __this->get_xobileTlsContext_7(); NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean Mono.Net.Security.MobileTlsContext::ProcessHandshake() */, L_8); if (!L_9) { goto IL_0058; } } IL_004b: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_10 = __this->get_xobileTlsContext_7(); NullCheck(L_10); VirtualActionInvoker0::Invoke(8 /* System.Void Mono.Net.Security.MobileTlsContext::FinishHandshake() */, L_10); V_2 = 3; } IL_0058: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11 = __this->get_lastException_8(); if (!L_11) { goto IL_006b; } } IL_0060: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_12 = __this->get_lastException_8(); NullCheck(L_12); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_12, /*hidden argument*/NULL); } IL_006b: { int32_t L_13 = V_2; V_3 = L_13; IL2CPP_LEAVE(0x79, FINALLY_006f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006f; } FINALLY_006f: {// begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_0078; } } IL_0072: { RuntimeObject * L_15 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_15, /*hidden argument*/NULL); } IL_0078: { IL2CPP_END_FINALLY(111) } }// end finally (depth: 1) IL2CPP_CLEANUP(111) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x79, IL_0079) } IL_0079: { int32_t L_16 = V_3; return L_16; } } // 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) { RuntimeObject * V_0 = NULL; bool V_1 = false; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); { RuntimeObject * L_0 = __this->get_ioLock_14(); 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); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_3 = ___userBuffer0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_Buffer_0(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_5 = ___userBuffer0; NullCheck(L_5); int32_t L_6 = L_5->get_Offset_1(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_7 = ___userBuffer0; NullCheck(L_7); int32_t L_8 = L_7->get_Size_2(); NullCheck(L_2); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_9; L_9 = VirtualFuncInvoker3< ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE , ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(10 /* System.ValueTuple`2 Mono.Net.Security.MobileTlsContext::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_4, L_6, L_8); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_10 = __this->get_lastException_8(); G_B2_0 = L_9; if (!L_10) { G_B3_0 = L_9; goto IL_0041; } } IL_0036: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11 = __this->get_lastException_8(); NullCheck(L_11); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_11, /*hidden argument*/NULL); G_B3_0 = G_B2_0; } IL_0041: { V_2 = G_B3_0; IL2CPP_LEAVE(0x4E, FINALLY_0044); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: {// begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004d; } } IL_0047: { RuntimeObject * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_004d: { IL2CPP_END_FINALLY(68) } }// end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_14 = V_2; return L_14; } } // 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) { RuntimeObject * V_0 = NULL; bool V_1 = false; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); { RuntimeObject * L_0 = __this->get_ioLock_14(); 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); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_3 = ___userBuffer0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3->get_Buffer_0(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_5 = ___userBuffer0; NullCheck(L_5); int32_t L_6 = L_5->get_Offset_1(); BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD * L_7 = ___userBuffer0; NullCheck(L_7); int32_t L_8 = L_7->get_Size_2(); NullCheck(L_2); ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_9; L_9 = VirtualFuncInvoker3< ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE , ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(11 /* System.ValueTuple`2 Mono.Net.Security.MobileTlsContext::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_4, L_6, L_8); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_10 = __this->get_lastException_8(); G_B2_0 = L_9; if (!L_10) { G_B3_0 = L_9; goto IL_0041; } } IL_0036: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_11 = __this->get_lastException_8(); NullCheck(L_11); ExceptionDispatchInfo_Throw_m7BB0D6275623932B2FCEB0BD7FF4073ED010C095(L_11, /*hidden argument*/NULL); G_B3_0 = G_B2_0; } IL_0041: { V_2 = G_B3_0; IL2CPP_LEAVE(0x4E, FINALLY_0044); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: {// begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004d; } } IL_0047: { RuntimeObject * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_004d: { IL2CPP_END_FINALLY(68) } }// end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { ValueTuple_2_t09889C82553E88C15C307F32ADD6F843F46373FE L_14 = V_2; return L_14; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_IsAuthenticated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_IsAuthenticated_mC3633B71C753DA01E8DBD81BF5298500662ECDDA (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B5_0 = 0; { RuntimeObject * L_0 = __this->get_ioLock_14(); 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); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); if (!L_2) { goto IL_002e; } } IL_0019: { ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_3 = __this->get_lastException_8(); if (L_3) { goto IL_002e; } } IL_0021: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_4 = __this->get_xobileTlsContext_7(); NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean Mono.Net.Security.MobileTlsContext::get_IsAuthenticated() */, L_4); G_B5_0 = ((int32_t)(L_5)); goto IL_002f; } IL_002e: { G_B5_0 = 0; } IL_002f: { V_2 = (bool)G_B5_0; IL2CPP_LEAVE(0x3C, FINALLY_0032); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_003b; } } IL_0035: { RuntimeObject * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_003b: { IL2CPP_END_FINALLY(50) } }// end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3C, IL_003c) } IL_003c: { bool L_8 = V_2; return L_8; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_Dispose_m26864896490F078C981103A7927BDF91A39B33B7 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD644D3A09E6018C0DD586854D34E1CD3EE727A0); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { RuntimeObject * L_0 = __this->get_ioLock_14(); V_0 = L_0; V_1 = (bool)0; } IL_0009: try {// begin try (depth: 2) { RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_2 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_2, _stringLiteralBD644D3A09E6018C0DD586854D34E1CD3EE727A0, /*hidden argument*/NULL); ExceptionDispatchInfo_t85442E41DA1485CFF22598AC362EE986DF3CDD09 * L_3; L_3 = ExceptionDispatchInfo_Capture_m972BB7AC3DEF807C66DD794FA29D48829252F40B(L_2, /*hidden argument*/NULL); __this->set_lastException_8(L_3); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_4 = __this->get_xobileTlsContext_7(); if (!L_4) { goto IL_0040; } } IL_002e: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_5 = __this->get_xobileTlsContext_7(); NullCheck(L_5); MobileTlsContext_Dispose_mDD54934F58E124A19D89712EA3524008E5CAC050(L_5, /*hidden argument*/NULL); __this->set_xobileTlsContext_7((MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF *)NULL); } IL_0040: { IL2CPP_LEAVE(0x54, FINALLY_0042); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: {// begin finally (depth: 2) { bool L_6 = V_1; if (!L_6) { goto IL_004b; } } IL_0045: { RuntimeObject * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } }// end finally (depth: 2) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x54, FINALLY_004c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: {// begin finally (depth: 1) bool L_8 = ___disposing0; AuthenticatedStream_Dispose_m922381D0775D8A14FF01E106A47EAEF318EA982E(__this, L_8, /*hidden argument*/NULL); IL2CPP_END_FINALLY(76) }// end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) } IL_0054: { return; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_Flush_m199FE316A80E60239A917644253970986B9E7583 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileAuthenticatedStream::get_InternalLocalCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileAuthenticatedStream_get_InternalLocalCertificate_m92ADFDBB94D1A2173175C92FC3CCCE6A71FDB199 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * G_B6_0 = NULL; { RuntimeObject * L_0 = __this->get_ioLock_14(); 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); MobileAuthenticatedStream_CheckThrow_mC8397F4398D9B5675EC3DE5612E31C2CECE89080(__this, (bool)0, (bool)0, /*hidden argument*/NULL); MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_2 = __this->get_xobileTlsContext_7(); if (L_2) { goto IL_0025; } } IL_0021: { V_2 = (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL; IL2CPP_LEAVE(0x57, FINALLY_004d); } IL_0025: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_3 = __this->get_xobileTlsContext_7(); NullCheck(L_3); bool L_4; L_4 = MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_003f; } } IL_0032: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_5 = __this->get_xobileTlsContext_7(); NullCheck(L_5); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6; L_6 = VirtualFuncInvoker0< X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * >::Invoke(9 /* System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::get_LocalClientCertificate() */, L_5); G_B6_0 = L_6; goto IL_004a; } IL_003f: { MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * L_7 = __this->get_xobileTlsContext_7(); NullCheck(L_7); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_8; L_8 = MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E_inline(L_7, /*hidden argument*/NULL); G_B6_0 = L_8; } IL_004a: { V_2 = G_B6_0; IL2CPP_LEAVE(0x57, FINALLY_004d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) { bool L_9 = V_1; if (!L_9) { goto IL_0056; } } IL_0050: { RuntimeObject * L_10 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_10, /*hidden argument*/NULL); } IL_0056: { IL2CPP_END_FINALLY(77) } }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_11 = V_2; return L_11; } } // System.Int64 Mono.Net.Security.MobileAuthenticatedStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MobileAuthenticatedStream_Seek_mE638919C187C89E8EEB4415565A1608C01100265 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_Seek_mE638919C187C89E8EEB4415565A1608C01100265_RuntimeMethod_var))); } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_SetLength_m50ED54093260F90E226AC7964C6A380F6C5C0955 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); return; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_CanRead_mD5EE416A9C812C7A5BA93A3F3AC3F4CD3CD7D5E7 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, __this); if (!L_0) { goto IL_0014; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_1); return L_2; } IL_0014: { return (bool)0; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_CanWrite_m6892AB7DA9B4EC279CFC64BABA5BC2F81E26E37F (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Net.Security.AuthenticatedStream::get_IsAuthenticated() */, __this); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_1); if (!((int32_t)((int32_t)L_0&(int32_t)L_2))) { goto IL_001e; } } { bool L_3 = __this->get_shutdown_16(); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001e: { return (bool)0; } } // System.Boolean Mono.Net.Security.MobileAuthenticatedStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileAuthenticatedStream_get_CanSeek_mF4B1F3F83D9B6EE8AF5984CA6911D42AE9181805 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int64 Mono.Net.Security.MobileAuthenticatedStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MobileAuthenticatedStream_get_Length_m26B4552100F40FE8CEF547787BDBACC469528599 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 Mono.Net.Security.MobileAuthenticatedStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MobileAuthenticatedStream_get_Position_mBADC7270050681E68FFDABCBB5EEC6D6C0B4171D (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_set_Position_m34CF317339FC45361ED4CFB074E5F1ADA4EE1FA5 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int64_t ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileAuthenticatedStream_set_Position_m34CF317339FC45361ED4CFB074E5F1ADA4EE1FA5_RuntimeMethod_var))); } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::get_ReadTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_get_ReadTimeout_m08E7A1C46ACA653B8624E3CD0357FFB2F61D9249 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.Stream::get_ReadTimeout() */, L_0); return L_1; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::set_ReadTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_set_ReadTimeout_mBE551C47A9E8F41C80F07E1191EEFE08341ABE04 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, int32_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); int32_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(14 /* System.Void System.IO.Stream::set_ReadTimeout(System.Int32) */, L_0, L_1); return; } } // System.Int32 Mono.Net.Security.MobileAuthenticatedStream::get_WriteTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MobileAuthenticatedStream_get_WriteTimeout_m89405014AAA907C0AAF95E0E6A27F13BA9484D25 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.Stream::get_WriteTimeout() */, L_0); return L_1; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream__cctor_m6F1D2C909E67A0CA814D65E336039BB2B22348EB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_StaticFields*)il2cpp_codegen_static_fields_for(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E_il2cpp_TypeInfo_var))->set_uniqueNameInteger_17(((int32_t)123)); return; } } // System.Void Mono.Net.Security.MobileAuthenticatedStream::b__67_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileAuthenticatedStream_U3CInnerWriteU3Eb__67_0_m63D62194859ED8623C24783D737CA11D06501E97 (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0; L_0 = AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline(__this, /*hidden argument*/NULL); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_1 = __this->get_writeBuffer_13(); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_1)->get_Buffer_0(); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_3 = __this->get_writeBuffer_13(); NullCheck(L_3); int32_t L_4 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_3)->get_Offset_1(); BufferOffsetSize2_t53A7904B35210F6224E0EF24DB945DBDD87D7638 * L_5 = __this->get_writeBuffer_13(); NullCheck(L_5); int32_t L_6 = ((BufferOffsetSize_t5A78BBF6B31705B87172553D19C90FB08FC93ACD *)L_5)->get_Size_2(); NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_2, L_4, L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Net.Security.MobileTlsContext::.ctor(Mono.Net.Security.MobileAuthenticatedStream,System.Boolean,System.String,System.Security.Authentication.SslProtocols,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext__ctor_m656F47DCC938252723AFFDAE365DA1CA56A5C95B (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___parent0, bool ___serverMode1, String_t* ___targetHost2, int32_t ___enabledProtocols3, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate4, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates5, bool ___askForClientCert6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertificateValidationHelper_t919B07F5B0AE5544BFF05A5555E4479F93272C9C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = ___parent0; __this->set_parent_0(L_0); bool L_1 = ___serverMode1; __this->set_serverMode_1(L_1); String_t* L_2 = ___targetHost2; __this->set_targetHost_2(L_2); int32_t L_3 = ___enabledProtocols3; __this->set_enabledProtocols_4(L_3); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_4 = ___serverCertificate4; __this->set_serverCertificate_5(L_4); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_5 = ___clientCertificates5; __this->set_clientCertificates_6(L_5); bool L_6 = ___askForClientCert6; __this->set_askForClientCert_7(L_6); String_t* L_7 = ___targetHost2; __this->set_serverName_3(L_7); String_t* L_8 = __this->get_serverName_3(); bool L_9; L_9 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0074; } } { String_t* L_10 = __this->get_serverName_3(); NullCheck(L_10); int32_t L_11; L_11 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_10, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_11; int32_t L_12 = V_0; if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_0074; } } { String_t* L_13 = __this->get_serverName_3(); int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_13, 0, L_14, /*hidden argument*/NULL); __this->set_serverName_3(L_15); } IL_0074: { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_16 = ___parent0; NullCheck(L_16); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_17; L_17 = MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline(L_16, /*hidden argument*/NULL); MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_18 = ___parent0; NullCheck(L_18); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_19; L_19 = MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293_inline(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CertificateValidationHelper_t919B07F5B0AE5544BFF05A5555E4479F93272C9C_il2cpp_TypeInfo_var); RuntimeObject* L_20; L_20 = CertificateValidationHelper_GetInternalValidator_mA9423272BF9414FEC789EFC299B8E55B998C73D5(L_17, L_19, /*hidden argument*/NULL); __this->set_certificateValidator_8(L_20); return; } } // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileTlsContext::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * MobileTlsContext_get_Parent_mA247FA590751030497F9B039ED3543748981EDC3 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_parent_0(); return L_0; } } // Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MobileTlsContext::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileTlsContext_get_Settings_m960574D1AA3C5F8FA078E05662093E419195FF6E (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * L_0 = __this->get_parent_0(); NullCheck(L_0); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_1; L_1 = MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Mono.Net.Security.MobileTlsContext::get_IsServer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_serverMode_1(); return L_0; } } // System.String Mono.Net.Security.MobileTlsContext::get_TargetHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_targetHost_2(); return L_0; } } // System.String Mono.Net.Security.MobileTlsContext::get_ServerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_ServerName_mDB9D97589ED6FF43DC54F753C4338691DA302B07 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_serverName_3(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileTlsContext::get_ClientCertificates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = __this->get_clientCertificates_6(); return L_0; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::get_LocalServerCertificate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = __this->get_serverCertificate_5(); return L_0; } } // System.Boolean Mono.Net.Security.MobileTlsContext::ValidateCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MobileTlsContext_ValidateCertificate_m54BB8BC9C5C0703F52BD92F73F32C9E29D7754BC (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___leaf0, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * ___chain1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * V_0 = NULL; { RuntimeObject* L_0 = __this->get_certificateValidator_8(); String_t* L_1; L_1 = MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline(__this, /*hidden argument*/NULL); bool L_2; L_2 = MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline(__this, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___leaf0; X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * L_4 = ___chain1; NullCheck(L_0); ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_5; L_5 = InterfaceFuncInvoker4< ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 *, String_t*, bool, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, X509Chain_t2167363ADB11F31A4A13E77EB73BEEE29381AF37 * >::Invoke(0 /* Mono.Security.Interface.ValidationResult Mono.Security.Interface.ICertificateValidator2::ValidateCertificate(System.String,System.Boolean,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain) */, ICertificateValidator2_t22CB731C71E60368AFF5F7B89098AEEDB2A66B6A_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4); V_0 = L_5; ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_6 = V_0; if (!L_6) { goto IL_002f; } } { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = ValidationResult_get_Trusted_mFDD8BFA1C1EC21DC970A55810381205D7841D35A_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002f; } } { ValidationResult_tB73CE818E34E0ED4099C58E55BF780E7C8168B23 * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = ValidationResult_get_UserDenied_m1E4095C966C2AC586B421485A171FF6BA45DE002_inline(L_9, /*hidden argument*/NULL); return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0); } IL_002f: { return (bool)0; } } // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileTlsContext::SelectClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_SelectClientCertificate_m0BD84B3C86150115C8141884B98D78C95FA7ABBC (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___acceptableIssuers1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * V_0 = NULL; { RuntimeObject* L_0 = __this->get_certificateValidator_8(); String_t* L_1; L_1 = MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline(__this, /*hidden argument*/NULL); X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_2; L_2 = MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6_inline(__this, /*hidden argument*/NULL); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_3 = ___serverCertificate0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___acceptableIssuers1; NullCheck(L_0); bool L_5; L_5 = InterfaceFuncInvoker5< bool, String_t*, X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B *, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** >::Invoke(1 /* System.Boolean Mono.Security.Interface.ICertificateValidator::SelectClientCertificate(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.Security.Cryptography.X509Certificates.X509Certificate&) */, ICertificateValidator_tFDF5F2F2BBF1F6EE09772244D8D150C6EA143628_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4, (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 **)(&V_0)); if (!L_5) { goto IL_001f; } } { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_6 = V_0; return L_6; } IL_001f: { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_7 = __this->get_clientCertificates_6(); if (!L_7) { goto IL_0034; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_8 = __this->get_clientCertificates_6(); NullCheck(L_8); int32_t L_9; L_9 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0036; } } IL_0034: { return (X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 *)NULL; } IL_0036: { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_10 = __this->get_clientCertificates_6(); NullCheck(L_10); int32_t L_11; L_11 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0051; } } { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_12 = __this->get_clientCertificates_6(); NullCheck(L_12); X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_13; L_13 = X509CertificateCollection_get_Item_mF0F62ACA6DB4482B2F055563F3A88CFDB92377FA(L_12, 0, /*hidden argument*/NULL); return L_13; } IL_0051: { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_14 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MobileTlsContext_SelectClientCertificate_m0BD84B3C86150115C8141884B98D78C95FA7ABBC_RuntimeMethod_var))); } } // System.Void Mono.Net.Security.MobileTlsContext::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Dispose_mDD54934F58E124A19D89712EA3524008E5CAC050 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __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(13 /* System.Void Mono.Net.Security.MobileTlsContext::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 Mono.Net.Security.MobileTlsContext::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Dispose_m8689020FD9EAEF86AA65046E9A8DF23239B9BADD (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Void Mono.Net.Security.MobileTlsContext::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MobileTlsContext_Finalize_m530A5F255410FD4FE9D22182B9F26376C1FB5D55 (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __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(13 /* System.Void Mono.Net.Security.MobileTlsContext::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.ModuleElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuleElement__ctor_mCBB73FFF4BB39A9389370BE39B88967F49EB7C19 (ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuleElement__ctor_mCBB73FFF4BB39A9389370BE39B88967F49EB7C19_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ModuleElement__ctor_mCBB73FFF4BB39A9389370BE39B88967F49EB7C19_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ModuleElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * ModuleElement_get_Properties_mC66E545FBC47E905000B1F10F37763AC35002125 (ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuleElement_get_Properties_mC66E545FBC47E905000B1F10F37763AC35002125_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ModuleElement_get_Properties_mC66E545FBC47E905000B1F10F37763AC35002125_RuntimeMethod_var); return (ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B *)NULL; } } // System.String System.Net.Configuration.ModuleElement::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ModuleElement_get_Type_m82CF4A6E7211CB48972A31E6EB11930CA6294478 (ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuleElement_get_Type_m82CF4A6E7211CB48972A31E6EB11930CA6294478_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ModuleElement_get_Type_m82CF4A6E7211CB48972A31E6EB11930CA6294478_RuntimeMethod_var); return (String_t*)NULL; } } // System.Void System.Net.Configuration.ModuleElement::set_Type(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuleElement_set_Type_m8C92A9AF6C7B77B3B1C3824353CF71B8804D78B1 (ModuleElement_t0AF50760F4F234AE35460D569CB83417EEB850C7 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuleElement_set_Type_m8C92A9AF6C7B77B3B1C3824353CF71B8804D78B1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(ModuleElement_set_Type_m8C92A9AF6C7B77B3B1C3824353CF71B8804D78B1_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.Diagnostics.MonitoringDescriptionAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonitoringDescriptionAttribute__ctor_m96E682B9E362DC14FC8FA53D1FDDF66F1E7C11CF (MonitoringDescriptionAttribute_t71F1E6A44C9E1311837BD6619EE612C80F8E0791 * __this, String_t* ___description0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___description0; IL2CPP_RUNTIME_CLASS_INIT(DescriptionAttribute_tBDFA332A8D0CD36C090BA99110241E2A4A6F25DA_il2cpp_TypeInfo_var); DescriptionAttribute__ctor_m88B8CF110270B3759BE4A9D17D6B1A4A17305D9E(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Diagnostics.MonitoringDescriptionAttribute::get_Description() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonitoringDescriptionAttribute_get_Description_m6A6C49942C0064F62072BA08BACD3D62187F793F (MonitoringDescriptionAttribute_t71F1E6A44C9E1311837BD6619EE612C80F8E0791 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = DescriptionAttribute_get_Description_m0FA1D4D963B0CC6430641650EAFC0A28EF5D7567(__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.MonoChunkStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Net.WebHeaderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_m0983391DA1D85F1C99A7156057AC9B4391C80D5A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers3, const RuntimeMethod* method) { { WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_0 = ___headers3; MonoChunkStream__ctor_mD2D5FA0ACB85A6CC731CB9C793339E507A6C8AE0(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebHeaderCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_mD2D5FA0ACB85A6CC731CB9C793339E507A6C8AE0 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___headers0, 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*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_0 = ___headers0; __this->set_headers_0(L_0); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_1, /*hidden argument*/NULL); __this->set_saved_5(L_1); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_2, /*hidden argument*/NULL); __this->set_chunks_9(L_2); __this->set_chunkSize_1((-1)); __this->set_totalWritten_3(0); return; } } // System.Void System.Net.MonoChunkStream::ResetBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ResetBuffer_m1378860F1775891DFFD8783EA7D51D9D1EB757AF (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { { __this->set_chunkSize_1((-1)); __this->set_chunkRead_2(0); __this->set_totalWritten_3(0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_chunks_9(); NullCheck(L_0); VirtualActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Void System.Net.MonoChunkStream::WriteAndReadBack(System.Byte[],System.Int32,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_WriteAndReadBack_mE6CB867432CBBB655C866E139C16A7FFBD53E45A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t* ___read3, const RuntimeMethod* method) { { int32_t L_0 = ___offset1; int32_t* L_1 = ___read3; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_2))) <= ((int32_t)0))) { goto IL_0015; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___offset1; int32_t* L_6 = ___read3; int32_t L_7 = *((int32_t*)L_6); MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF(__this, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)), /*hidden argument*/NULL); } IL_0015: { int32_t* L_8 = ___read3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; int32_t L_10 = ___offset1; int32_t L_11 = ___size2; int32_t L_12; L_12 = MonoChunkStream_Read_m43A4085433F66530A42EF59AAB3A0D51E6E5891A(__this, L_9, L_10, L_11, /*hidden argument*/NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Int32 System.Net.MonoChunkStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_Read_m43A4085433F66530A42EF59AAB3A0D51E6E5891A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3; L_3 = MonoChunkStream_ReadFromChunks_m37D5FAEAFECA57D507F64766999D57A95EEA0D2A(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Net.MonoChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadFromChunks_m37D5FAEAFECA57D507F64766999D57A95EEA0D2A (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4AD1ECAD659B1BA6DAE69CF90B069F6F16BBF387_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mCD876E76ACD2EA824393C395083E036B1D3FB417_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m1B995832FE9B1B944B31B06DB3F6ADC247EFC1E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t59478D999576758E965737A3361AFC7391C2BB15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; List_1_t59478D999576758E965737A3361AFC7391C2BB15 * V_2 = NULL; int32_t V_3 = 0; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * V_4 = NULL; Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD V_5; memset((&V_5), 0, sizeof(V_5)); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_chunks_9(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = L_1; V_1 = 0; int32_t L_2 = V_0; List_1_t59478D999576758E965737A3361AFC7391C2BB15 * L_3 = (List_1_t59478D999576758E965737A3361AFC7391C2BB15 *)il2cpp_codegen_object_new(List_1_t59478D999576758E965737A3361AFC7391C2BB15_il2cpp_TypeInfo_var); List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624(L_3, L_2, /*hidden argument*/List_1__ctor_m866EDEEAA6B501A636343218C0988F1C41F71624_RuntimeMethod_var); V_2 = L_3; V_3 = 0; goto IL_0061; } IL_0019: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = __this->get_chunks_9(); int32_t L_5 = V_3; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); V_4 = ((Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *)CastclassClass((RuntimeObject*)L_6, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var)); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_7 = V_4; NullCheck(L_7); int32_t L_8 = L_7->get_Offset_1(); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_9 = V_4; NullCheck(L_9); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9->get_Bytes_0(); NullCheck(L_10); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))))) { goto IL_0048; } } { List_1_t59478D999576758E965737A3361AFC7391C2BB15 * L_11 = V_2; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_12 = V_4; NullCheck(L_11); List_1_Add_mCD876E76ACD2EA824393C395083E036B1D3FB417(L_11, L_12, /*hidden argument*/List_1_Add_mCD876E76ACD2EA824393C395083E036B1D3FB417_RuntimeMethod_var); goto IL_005d; } IL_0048: { int32_t L_13 = V_1; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_14 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; int32_t L_16 = ___offset1; int32_t L_17 = V_1; int32_t L_18 = ___size2; int32_t L_19 = V_1; NullCheck(L_14); int32_t L_20; L_20 = Chunk_Read_mD196D23B6CCE13436E9654D5690B120A27D767F9(L_14, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_20)); int32_t L_21 = V_1; int32_t L_22 = ___size2; if ((((int32_t)L_21) == ((int32_t)L_22))) { goto IL_0065; } } IL_005d: { int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0061: { int32_t L_24 = V_3; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0019; } } IL_0065: { List_1_t59478D999576758E965737A3361AFC7391C2BB15 * L_26 = V_2; NullCheck(L_26); Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD L_27; L_27 = List_1_GetEnumerator_m1B995832FE9B1B944B31B06DB3F6ADC247EFC1E6(L_26, /*hidden argument*/List_1_GetEnumerator_m1B995832FE9B1B944B31B06DB3F6ADC247EFC1E6_RuntimeMethod_var); V_5 = L_27; } IL_006d: try {// begin try (depth: 1) { goto IL_0085; } IL_006f: { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_28; L_28 = Enumerator_get_Current_m4AD1ECAD659B1BA6DAE69CF90B069F6F16BBF387_inline((Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *)(&V_5), /*hidden argument*/Enumerator_get_Current_m4AD1ECAD659B1BA6DAE69CF90B069F6F16BBF387_RuntimeMethod_var); V_6 = L_28; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_29 = __this->get_chunks_9(); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_30 = V_6; NullCheck(L_29); VirtualActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_29, L_30); } IL_0085: { bool L_31; L_31 = Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A((Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mC21A26A205998A3D388FE5E59415B31279C4AF6A_RuntimeMethod_var); if (L_31) { goto IL_006f; } } IL_008e: { IL2CPP_LEAVE(0x9E, FINALLY_0090); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0090; } FINALLY_0090: {// begin finally (depth: 1) Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816((Enumerator_t62D974916F32C64496B865AD8C118C6CCA7C86BD *)(&V_5), /*hidden argument*/Enumerator_Dispose_mEF8A760076D03AD35EF56D1DD492D7A43BB80816_RuntimeMethod_var); IL2CPP_END_FINALLY(144) }// end finally (depth: 1) IL2CPP_CLEANUP(144) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9E, IL_009e) } IL_009e: { int32_t L_32 = V_1; return L_32; } } // System.Void System.Net.MonoChunkStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_Write_m137C8C8D13524480B95A13C03AD732BAA179ACDF (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = ___offset1; int32_t L_1 = ___size2; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = ___size2; MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F(__this, L_2, (int32_t*)(&___offset1), L_3, /*hidden argument*/NULL); } IL_000e: { return; } } // System.Void System.Net.MonoChunkStream::InternalWrite(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_4(); if (!L_0) { goto IL_0011; } } { int32_t L_1 = __this->get_state_4(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0044; } } IL_0011: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t* L_3 = ___offset1; int32_t L_4 = ___size2; int32_t L_5; L_5 = MonoChunkStream_GetChunkSize_m6C80D3EEFADE084F993AAAFF2CA0F2DC494446C4(__this, L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL); __this->set_state_4(L_5); int32_t L_6 = __this->get_state_4(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_002a; } } { return; } IL_002a: { StringBuilder_t * L_7 = __this->get_saved_5(); NullCheck(L_7); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_7, 0, /*hidden argument*/NULL); __this->set_sawCR_6((bool)0); __this->set_gotit_7((bool)0); } IL_0044: { int32_t L_8 = __this->get_state_4(); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_006b; } } { int32_t* L_9 = ___offset1; int32_t L_10 = *((int32_t*)L_9); int32_t L_11 = ___size2; if ((((int32_t)L_10) >= ((int32_t)L_11))) { goto IL_006b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___buffer0; int32_t* L_13 = ___offset1; int32_t L_14 = ___size2; int32_t L_15; L_15 = MonoChunkStream_ReadBody_mA94E7D8EB2AA23BDF0C5C23175BC98B2CBE2DCCB(__this, L_12, (int32_t*)L_13, L_14, /*hidden argument*/NULL); __this->set_state_4(L_15); int32_t L_16 = __this->get_state_4(); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_006b; } } { return; } IL_006b: { int32_t L_17 = __this->get_state_4(); if ((!(((uint32_t)L_17) == ((uint32_t)3)))) { goto IL_0099; } } { int32_t* L_18 = ___offset1; int32_t L_19 = *((int32_t*)L_18); int32_t L_20 = ___size2; if ((((int32_t)L_19) >= ((int32_t)L_20))) { goto IL_0099; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___buffer0; int32_t* L_22 = ___offset1; int32_t L_23 = ___size2; int32_t L_24; L_24 = MonoChunkStream_ReadCRLF_m0A00BE1B5479D26A93C6FC1ED5250C30A194C708(__this, L_21, (int32_t*)L_22, L_23, /*hidden argument*/NULL); __this->set_state_4(L_24); int32_t L_25 = __this->get_state_4(); if ((!(((uint32_t)L_25) == ((uint32_t)3)))) { goto IL_0092; } } { return; } IL_0092: { __this->set_sawCR_6((bool)0); } IL_0099: { int32_t L_26 = __this->get_state_4(); if ((!(((uint32_t)L_26) == ((uint32_t)4)))) { goto IL_00da; } } { int32_t* L_27 = ___offset1; int32_t L_28 = *((int32_t*)L_27); int32_t L_29 = ___size2; if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_00da; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ___buffer0; int32_t* L_31 = ___offset1; int32_t L_32 = ___size2; int32_t L_33; L_33 = MonoChunkStream_ReadTrailer_m5F9E21734592996F66F8BDDBF66D7AC9F4A90C1E(__this, L_30, (int32_t*)L_31, L_32, /*hidden argument*/NULL); __this->set_state_4(L_33); int32_t L_34 = __this->get_state_4(); if ((!(((uint32_t)L_34) == ((uint32_t)4)))) { goto IL_00c0; } } { return; } IL_00c0: { StringBuilder_t * L_35 = __this->get_saved_5(); NullCheck(L_35); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_35, 0, /*hidden argument*/NULL); __this->set_sawCR_6((bool)0); __this->set_gotit_7((bool)0); } IL_00da: { int32_t* L_36 = ___offset1; int32_t L_37 = *((int32_t*)L_36); int32_t L_38 = ___size2; if ((((int32_t)L_37) >= ((int32_t)L_38))) { goto IL_00e8; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = ___buffer0; int32_t* L_40 = ___offset1; int32_t L_41 = ___size2; MonoChunkStream_InternalWrite_m5470C15DE29BA1C8DB49A76C55CDF15F964FE34F(__this, L_39, (int32_t*)L_40, L_41, /*hidden argument*/NULL); } IL_00e8: { return; } } // System.Boolean System.Net.MonoChunkStream::get_WantMore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkStream_get_WantMore_m83CC3A4E18F848C35EF9853D7E2FB49A329B8127 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_chunkRead_2(); int32_t L_1 = __this->get_chunkSize_1(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0020; } } { int32_t L_2 = __this->get_chunkSize_1(); if (L_2) { goto IL_0020; } } { int32_t L_3 = __this->get_state_4(); return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0); } IL_0020: { return (bool)1; } } // System.Boolean System.Net.MonoChunkStream::get_DataAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkStream_get_DataAvailable_mA4A5DF49C69DA98965B564B7EF510D8B17E4D6DE (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * V_2 = NULL; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_chunks_9(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = L_1; V_1 = 0; goto IL_0057; } IL_0010: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_chunks_9(); int32_t L_3 = V_1; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_2 = ((Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *)CastclassClass((RuntimeObject*)L_4, Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var)); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_5 = V_2; if (!L_5) { goto IL_0053; } } { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_6 = V_2; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6->get_Bytes_0(); if (!L_7) { goto IL_0053; } } { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_8 = V_2; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = L_8->get_Bytes_0(); NullCheck(L_9); if (!(((RuntimeArray*)L_9)->max_length)) { goto IL_0053; } } { Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = L_10->get_Offset_1(); Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_12 = V_2; NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12->get_Bytes_0(); NullCheck(L_13); if ((((int32_t)L_11) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_0053; } } { int32_t L_14 = __this->get_state_4(); return (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0053: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0057: { int32_t L_16 = V_1; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0010; } } { return (bool)0; } } // System.Int32 System.Net.MonoChunkStream::get_ChunkLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_get_ChunkLeft_m5E5FD7651D4CD801F84B2C5FE6DC0953AA332E45 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_chunkSize_1(); int32_t L_1 = __this->get_chunkRead_2(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadBody_mA94E7D8EB2AA23BDF0C5C23175BC98B2CBE2DCCB (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { int32_t L_0 = __this->get_chunkSize_1(); if (L_0) { goto IL_000a; } } { return (int32_t)(3); } IL_000a: { int32_t L_1 = ___size2; int32_t* L_2 = ___offset1; int32_t L_3 = *((int32_t*)L_2); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3)); int32_t L_4 = V_0; int32_t L_5 = __this->get_chunkRead_2(); int32_t L_6 = __this->get_chunkSize_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) <= ((int32_t)L_6))) { goto IL_002d; } } { int32_t L_7 = __this->get_chunkSize_1(); int32_t L_8 = __this->get_chunkRead_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); } IL_002d: { int32_t L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_9); V_1 = L_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; int32_t* L_12 = ___offset1; int32_t L_13 = *((int32_t*)L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; int32_t L_15 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_11, L_13, (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = __this->get_chunks_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 * L_18 = (Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951 *)il2cpp_codegen_object_new(Chunk_t072451223373A33A2ED60C3A6B57CC4C1D621951_il2cpp_TypeInfo_var); Chunk__ctor_m85D8BE6C05ACCD31D613F2EC44FC12000795C95D(L_18, L_17, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_19; L_19 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_18); int32_t* L_20 = ___offset1; int32_t* L_21 = ___offset1; int32_t L_22 = *((int32_t*)L_21); int32_t L_23 = V_0; *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); int32_t L_24 = __this->get_chunkRead_2(); int32_t L_25 = V_0; __this->set_chunkRead_2(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25))); int32_t L_26 = __this->get_totalWritten_3(); int32_t L_27 = V_0; __this->set_totalWritten_3(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); int32_t L_28 = __this->get_chunkRead_2(); int32_t L_29 = __this->get_chunkSize_1(); if ((((int32_t)L_28) == ((int32_t)L_29))) { goto IL_0083; } } { return (int32_t)(2); } IL_0083: { return (int32_t)(3); } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::GetChunkSize(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_GetChunkSize_m6C80D3EEFADE084F993AAAFF2CA0F2DC494446C4 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { __this->set_chunkRead_2(0); __this->set_chunkSize_1(0); V_0 = 0; goto IL_0085; } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t* L_1 = ___offset1; int32_t* L_2 = ___offset1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; int32_t L_4 = V_1; *((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_1; NullCheck(L_0); int32_t L_6 = L_5; uint8_t L_7 = (L_0)->GetAt(static_cast(L_6)); V_0 = L_7; Il2CppChar L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)13))))) { goto IL_003e; } } { bool L_9 = __this->get_sawCR_6(); if (!L_9) { goto IL_0035; } } { MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(_stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514, /*hidden argument*/NULL); } IL_0035: { __this->set_sawCR_6((bool)1); goto IL_0085; } IL_003e: { bool L_10 = __this->get_sawCR_6(); if (!L_10) { goto IL_004b; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)10)))) { goto IL_008a; } } IL_004b: { Il2CppChar L_12 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)32))))) { goto IL_0057; } } { __this->set_gotit_7((bool)1); } IL_0057: { bool L_13 = __this->get_gotit_7(); if (L_13) { goto IL_006c; } } { StringBuilder_t * L_14 = __this->get_saved_5(); Il2CppChar L_15 = V_0; NullCheck(L_14); StringBuilder_t * L_16; L_16 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_14, L_15, /*hidden argument*/NULL); } IL_006c: { StringBuilder_t * L_17 = __this->get_saved_5(); NullCheck(L_17); int32_t L_18; L_18 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)((int32_t)20)))) { goto IL_0085; } } { MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(_stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9, /*hidden argument*/NULL); } IL_0085: { int32_t* L_19 = ___offset1; int32_t L_20 = *((int32_t*)L_19); int32_t L_21 = ___size2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0012; } } IL_008a: { bool L_22 = __this->get_sawCR_6(); if (!L_22) { goto IL_0097; } } { Il2CppChar L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)10)))) { goto IL_00e6; } } IL_0097: { int32_t* L_24 = ___offset1; int32_t L_25 = *((int32_t*)L_24); int32_t L_26 = ___size2; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_00a6; } } { MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(_stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685, /*hidden argument*/NULL); } IL_00a6: { } IL_00a7: try {// begin try (depth: 1) { StringBuilder_t * L_27 = __this->get_saved_5(); NullCheck(L_27); int32_t L_28; L_28 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_27, /*hidden argument*/NULL); if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_00d5; } } IL_00b5: { StringBuilder_t * L_29 = __this->get_saved_5(); NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29); String_t* L_31; L_31 = MonoChunkStream_RemoveChunkExtension_m5EE5C7814ED62003E69A3116DAA16785BC282D88(L_30, /*hidden argument*/NULL); int32_t L_32; L_32 = Int32_Parse_mE2DF841397B10B947C6729D5B811D0C25D211A56(L_31, ((int32_t)515), /*hidden argument*/NULL); __this->set_chunkSize_1(L_32); } IL_00d5: { goto IL_00e4; } }// 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_00d7; } throw e; } CATCH_00d7: {// begin catch(System.Exception) MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67921229B6193521250B21AF59D7AC8F873790B9)), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e4; }// end catch (depth: 1) IL_00e4: { return (int32_t)(1); } IL_00e6: { __this->set_chunkRead_2(0); } IL_00ed: try {// begin try (depth: 1) StringBuilder_t * L_33 = __this->get_saved_5(); NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); String_t* L_35; L_35 = MonoChunkStream_RemoveChunkExtension_m5EE5C7814ED62003E69A3116DAA16785BC282D88(L_34, /*hidden argument*/NULL); int32_t L_36; L_36 = Int32_Parse_mE2DF841397B10B947C6729D5B811D0C25D211A56(L_35, ((int32_t)515), /*hidden argument*/NULL); __this->set_chunkSize_1(L_36); goto IL_011c; }// 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_010f; } throw e; } CATCH_010f: {// begin catch(System.Exception) MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67921229B6193521250B21AF59D7AC8F873790B9)), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_011c; }// end catch (depth: 1) IL_011c: { int32_t L_37 = __this->get_chunkSize_1(); if (L_37) { goto IL_012d; } } { __this->set_trailerState_8(2); return (int32_t)(4); } IL_012d: { return (int32_t)(2); } } // System.String System.Net.MonoChunkStream::RemoveChunkExtension(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoChunkStream_RemoveChunkExtension_m5EE5C7814ED62003E69A3116DAA16785BC282D88 (String_t* ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___input0; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)59), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_000f; } } { String_t* L_3 = ___input0; return L_3; } IL_000f: { String_t* L_4 = ___input0; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6; L_6 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_4, 0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadCRLF(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadCRLF_m0A00BE1B5479D26A93C6FC1ED5250C30A194C708 (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_sawCR_6(); if (L_0) { goto IL_002f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t* L_2 = ___offset1; int32_t* L_3 = ___offset1; int32_t L_4 = *((int32_t*)L_3); V_0 = L_4; int32_t L_5 = V_0; *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; NullCheck(L_1); int32_t L_7 = L_6; uint8_t L_8 = (L_1)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)13)))) { goto IL_0021; } } { MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(_stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB, /*hidden argument*/NULL); } IL_0021: { __this->set_sawCR_6((bool)1); int32_t* L_9 = ___offset1; int32_t L_10 = *((int32_t*)L_9); int32_t L_11 = ___size2; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_002f; } } { return (int32_t)(3); } IL_002f: { bool L_12 = __this->get_sawCR_6(); if (!L_12) { goto IL_0050; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___buffer0; int32_t* L_14 = ___offset1; int32_t* L_15 = ___offset1; int32_t L_16 = *((int32_t*)L_15); V_0 = L_16; int32_t L_17 = V_0; *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); int32_t L_18 = V_0; NullCheck(L_13); int32_t L_19 = L_18; uint8_t L_20 = (L_13)->GetAt(static_cast(L_19)); if ((((int32_t)L_20) == ((int32_t)((int32_t)10)))) { goto IL_0050; } } { MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(_stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0, /*hidden argument*/NULL); } IL_0050: { return (int32_t)(0); } } // System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadTrailer(System.Byte[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadTrailer_m5F9E21734592996F66F8BDDBF66D7AC9F4A90C1E (MonoChunkStream_t890E01BB394186CFA1A1B92B07A1F996E9A2C9E7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F92197AA4E8B6EEFF26E4527BBF892AFC42586A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; String_t* V_2 = NULL; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t G_B19_0 = 0; String_t* G_B19_1 = NULL; StringBuilder_t * G_B19_2 = NULL; int32_t G_B18_0 = 0; String_t* G_B18_1 = NULL; StringBuilder_t * G_B18_2 = NULL; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; String_t* G_B20_2 = NULL; StringBuilder_t * G_B20_3 = NULL; { V_0 = 0; int32_t L_0 = __this->get_trailerState_8(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0041; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t* L_2 = ___offset1; int32_t L_3 = *((int32_t*)L_2); NullCheck(L_1); int32_t L_4 = L_3; uint8_t L_5 = (L_1)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)13))))) { goto IL_0041; } } { StringBuilder_t * L_6 = __this->get_saved_5(); NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0041; } } { int32_t* L_8 = ___offset1; int32_t* L_9 = ___offset1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t* L_11 = ___offset1; int32_t L_12 = *((int32_t*)L_11); int32_t L_13 = ___size2; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_003b; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___buffer0; int32_t* L_15 = ___offset1; int32_t L_16 = *((int32_t*)L_15); NullCheck(L_14); int32_t L_17 = L_16; uint8_t L_18 = (L_14)->GetAt(static_cast(L_17)); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10))))) { goto IL_003b; } } { int32_t* L_19 = ___offset1; int32_t* L_20 = ___offset1; int32_t L_21 = *((int32_t*)L_20); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); return (int32_t)(0); } IL_003b: { int32_t* L_22 = ___offset1; int32_t* L_23 = ___offset1; int32_t L_24 = *((int32_t*)L_23); *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); } IL_0041: { int32_t L_25 = __this->get_trailerState_8(); V_1 = L_25; V_2 = _stringLiteral7F92197AA4E8B6EEFF26E4527BBF892AFC42586A; goto IL_00cc; } IL_0050: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t* L_27 = ___offset1; int32_t* L_28 = ___offset1; int32_t L_29 = *((int32_t*)L_28); V_5 = L_29; int32_t L_30 = V_5; *((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); int32_t L_31 = V_5; NullCheck(L_26); int32_t L_32 = L_31; uint8_t L_33 = (L_26)->GetAt(static_cast(L_32)); V_0 = L_33; int32_t L_34 = V_1; if (!L_34) { goto IL_0066; } } { int32_t L_35 = V_1; if ((!(((uint32_t)L_35) == ((uint32_t)2)))) { goto IL_0071; } } IL_0066: { Il2CppChar L_36 = V_0; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)13))))) { goto IL_0071; } } { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); goto IL_00cc; } IL_0071: { int32_t L_38 = V_1; if ((((int32_t)L_38) == ((int32_t)1))) { goto IL_0079; } } { int32_t L_39 = V_1; if ((!(((uint32_t)L_39) == ((uint32_t)3)))) { goto IL_0084; } } IL_0079: { Il2CppChar L_40 = V_0; if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)10))))) { goto IL_0084; } } { int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); goto IL_00cc; } IL_0084: { int32_t L_42 = V_1; if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_00cc; } } { StringBuilder_t * L_43 = __this->get_saved_5(); String_t* L_44 = V_2; StringBuilder_t * L_45 = __this->get_saved_5(); NullCheck(L_45); int32_t L_46; L_46 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_45, /*hidden argument*/NULL); G_B18_0 = 0; G_B18_1 = L_44; G_B18_2 = L_43; if (!L_46) { G_B19_0 = 0; G_B19_1 = L_44; G_B19_2 = L_43; goto IL_00a0; } } { int32_t L_47 = V_1; G_B20_0 = L_47; G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; G_B20_3 = G_B18_2; goto IL_00a3; } IL_00a0: { int32_t L_48 = V_1; G_B20_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)2)); G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; G_B20_3 = G_B19_2; } IL_00a3: { NullCheck(G_B20_2); String_t* L_49; L_49 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(G_B20_2, G_B20_1, G_B20_0, /*hidden argument*/NULL); NullCheck(G_B20_3); StringBuilder_t * L_50; L_50 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(G_B20_3, L_49, /*hidden argument*/NULL); V_1 = 0; StringBuilder_t * L_51 = __this->get_saved_5(); NullCheck(L_51); int32_t L_52; L_52 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_51, /*hidden argument*/NULL); if ((((int32_t)L_52) <= ((int32_t)((int32_t)4196)))) { goto IL_00cc; } } { MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(_stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14, /*hidden argument*/NULL); } IL_00cc: { int32_t* L_53 = ___offset1; int32_t L_54 = *((int32_t*)L_53); int32_t L_55 = ___size2; if ((((int32_t)L_54) >= ((int32_t)L_55))) { goto IL_00d8; } } { int32_t L_56 = V_1; if ((((int32_t)L_56) < ((int32_t)4))) { goto IL_0050; } } IL_00d8: { int32_t L_57 = V_1; if ((((int32_t)L_57) >= ((int32_t)4))) { goto IL_00f4; } } { int32_t L_58 = V_1; __this->set_trailerState_8(L_58); int32_t* L_59 = ___offset1; int32_t L_60 = *((int32_t*)L_59); int32_t L_61 = ___size2; if ((((int32_t)L_60) >= ((int32_t)L_61))) { goto IL_00f2; } } { MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C(_stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C, /*hidden argument*/NULL); } IL_00f2: { return (int32_t)(4); } IL_00f4: { StringBuilder_t * L_62 = __this->get_saved_5(); NullCheck(L_62); String_t* L_63; L_63 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_62); StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_64 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_64, L_63, /*hidden argument*/NULL); V_3 = L_64; goto IL_0114; } IL_0107: { WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * L_65 = __this->get_headers_0(); String_t* L_66 = V_4; NullCheck(L_65); WebHeaderCollection_Add_m2001A99A04978C4DE11DAC26540C04C5EF5CC776(L_65, L_66, /*hidden argument*/NULL); } IL_0114: { StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_67 = V_3; NullCheck(L_67); String_t* L_68; L_68 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_67); String_t* L_69 = L_68; V_4 = L_69; if (!L_69) { goto IL_012d; } } { String_t* L_70 = V_4; bool L_71; L_71 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_70, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (L_71) { goto IL_0107; } } IL_012d: { return (int32_t)(0); } } // System.Void System.Net.MonoChunkStream::ThrowProtocolViolation(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C (String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 * L_1 = (WebException_t824617203133537D3B05BF786C22AECE0E2DBD08 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t824617203133537D3B05BF786C22AECE0E2DBD08_il2cpp_TypeInfo_var))); WebException__ctor_m7C17EA99B1FE182295AF99B968D67080AD4E2CCE(L_1, L_0, (Exception_t *)NULL, ((int32_t)11), (WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoChunkStream_ThrowProtocolViolation_m086C92CCA578AC0C769B91A7554E23C595A49B8C_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Util.MonoPInvokeCallbackAttribute::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_m38A1F94D97EA55DC3B5AEC44EB89A0F266BAFE92 (MonoPInvokeCallbackAttribute_t69538D44A3EDF035036BAF120F1D9B105A60464A * __this, Type_t * ___t0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProviderInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProviderInternal_m7D960EA29363DFCCFF13D821CFB91F0BAC2A7587 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); 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(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProviderFactory_InitializeInternal_m238CDC0CF80A8124AC0B4CDED7336081D0A8F20B(/*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_defaultProvider_2(); V_2 = L_2; IL2CPP_LEAVE(0x27, 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) { bool L_3 = V_1; if (!L_3) { goto IL_0026; } } IL_0020: { RuntimeObject * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_0026: { IL2CPP_END_FINALLY(29) } }// end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_5 = V_2; return L_5; } } // System.Void Mono.Net.Security.MonoTlsProviderFactory::InitializeInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeInternal_m238CDC0CF80A8124AC0B4CDED7336081D0A8F20B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m990DD12827858278A3D1D26793BEA1131576E193_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); 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(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); bool L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_initialized_1(); if (!L_2) { goto IL_0019; } } IL_0017: { IL2CPP_LEAVE(0x81, FINALLY_0077); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProviderFactory_InitializeProviderRegistration_m1B832D92E9E3086AD854E25847DF13BD598BD53A(/*hidden argument*/NULL); } IL_001e: try {// begin try (depth: 2) IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_3; L_3 = MonoTlsProviderFactory_CreateDefaultProviderImpl_mD3884B54DC7A03ECADE264FFFFE03A107347944A(/*hidden argument*/NULL); V_2 = L_3; goto IL_0033; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0026; } throw e; } CATCH_0026: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_4 = V_3; NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_5 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m764DC8FAE02378475423615A5C23DF0DE77E02A5(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE92283747E37A297B07C2D57B4A8BC7A97D44A74)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_InitializeInternal_m238CDC0CF80A8124AC0B4CDED7336081D0A8F20B_RuntimeMethod_var))); }// end catch (depth: 2) IL_0033: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_6 = V_2; if (L_6) { goto IL_0041; } } IL_0036: { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_7 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE92283747E37A297B07C2D57B4A8BC7A97D44A74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_InitializeInternal_m238CDC0CF80A8124AC0B4CDED7336081D0A8F20B_RuntimeMethod_var))); } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_8 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_9 = V_2; NullCheck(L_9); Guid_t L_10; L_10 = VirtualFuncInvoker0< Guid_t >::Invoke(4 /* System.Guid Mono.Security.Interface.MonoTlsProvider::get_ID() */, L_9); NullCheck(L_8); bool L_11; L_11 = Dictionary_2_ContainsKey_m990DD12827858278A3D1D26793BEA1131576E193(L_8, L_10, /*hidden argument*/Dictionary_2_ContainsKey_m990DD12827858278A3D1D26793BEA1131576E193_RuntimeMethod_var); if (L_11) { goto IL_0064; } } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_12 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_13 = V_2; NullCheck(L_13); Guid_t L_14; L_14 = VirtualFuncInvoker0< Guid_t >::Invoke(4 /* System.Guid Mono.Security.Interface.MonoTlsProvider::get_ID() */, L_13); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_15 = V_2; NullCheck(L_12); Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303(L_12, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303_RuntimeMethod_var); } IL_0064: { X509Helper2_Initialize_m9F2CFE871D3D462E215BE293D3378AE97FF21BB1(/*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_defaultProvider_2(L_16); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_initialized_1((bool)1); IL2CPP_LEAVE(0x81, FINALLY_0077); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0077; } FINALLY_0077: {// begin finally (depth: 1) { bool L_17 = V_1; if (!L_17) { goto IL_0080; } } IL_007a: { RuntimeObject * L_18 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_18, /*hidden argument*/NULL); } IL_0080: { IL2CPP_END_FINALLY(119) } }// end finally (depth: 1) IL2CPP_CLEANUP(119) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x81, IL_0081) } IL_0081: { return; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::LookupProvider(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628 (String_t* ___name0, bool ___throwOnError1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m23F1489BD538308540A0F6313983CDD147408A0D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m60F8EEEF51DD1006B87EE0F2046240DAE70D1E7D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item1_m589970D8747D52618ED9DBCE416590647E133725_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item2_m1D484F512004D008465E8E38AA03B2058C9D78BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_2 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_3 = NULL; Type_t * V_4 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); 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(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProviderFactory_InitializeProviderRegistration_m1B832D92E9E3086AD854E25847DF13BD598BD53A(/*hidden argument*/NULL); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); String_t* L_3 = ___name0; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_m23F1489BD538308540A0F6313983CDD147408A0D(L_2, L_3, (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m23F1489BD538308540A0F6313983CDD147408A0D_RuntimeMethod_var); if (L_4) { goto IL_0040; } } IL_0024: { bool L_5 = ___throwOnError1; if (!L_5) { goto IL_0038; } } IL_0027: { String_t* L_6 = ___name0; String_t* L_7; L_7 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF36146B1871734889391881FED19110261D6A78A)), L_6, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_8 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628_RuntimeMethod_var))); } IL_0038: { V_5 = (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)NULL; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_0040: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_9 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_10 = V_2; NullCheck(L_10); Guid_t L_11; L_11 = Tuple_2_get_Item1_m589970D8747D52618ED9DBCE416590647E133725_inline(L_10, /*hidden argument*/Tuple_2_get_Item1_m589970D8747D52618ED9DBCE416590647E133725_RuntimeMethod_var); NullCheck(L_9); bool L_12; L_12 = Dictionary_2_TryGetValue_m60F8EEEF51DD1006B87EE0F2046240DAE70D1E7D(L_9, L_11, (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 **)(&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m60F8EEEF51DD1006B87EE0F2046240DAE70D1E7D_RuntimeMethod_var); if (!L_12) { goto IL_005c; } } IL_0054: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_13 = V_3; V_5 = L_13; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_005c: { Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_14 = V_2; NullCheck(L_14); String_t* L_15; L_15 = Tuple_2_get_Item2_m1D484F512004D008465E8E38AA03B2058C9D78BC_inline(L_14, /*hidden argument*/Tuple_2_get_Item2_m1D484F512004D008465E8E38AA03B2058C9D78BC_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = il2cpp_codegen_get_type(Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var, L_15, (bool)0, MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628_RuntimeMethod_var); V_4 = L_16; Type_t * L_17 = V_4; bool L_18; L_18 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_17, (Type_t *)NULL, /*hidden argument*/NULL); bool L_19 = ___throwOnError1; if (!((int32_t)((int32_t)L_18&(int32_t)L_19))) { goto IL_008c; } } IL_0076: { Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_20 = V_2; NullCheck(L_20); String_t* L_21; L_21 = Tuple_2_get_Item2_m1D484F512004D008465E8E38AA03B2058C9D78BC_inline(L_20, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Tuple_2_get_Item2_m1D484F512004D008465E8E38AA03B2058C9D78BC_RuntimeMethod_var))); String_t* L_22; L_22 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FD38829970030D94E5815DAB6ED73CBC728EBBF)), L_21, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_23 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628_RuntimeMethod_var))); } IL_008c: { } IL_008d: try {// begin try (depth: 2) Type_t * L_24 = V_4; RuntimeObject * L_25; L_25 = Activator_CreateInstance_m35ED39C8B9201D90292C1803022AEE106B69A295(L_24, (bool)1, /*hidden argument*/NULL); V_3 = ((MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)CastclassClass((RuntimeObject*)L_25, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var)); goto IL_00b3; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_009d; } throw e; } CATCH_009d: {// begin catch(System.Exception) V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Type_t * L_26 = V_4; String_t* L_27; L_27 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral63AC9DC645168B914A535F5C7342717758BEEFAF)), L_26, /*hidden argument*/NULL); Exception_t * L_28 = V_6; NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_29 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m764DC8FAE02378475423615A5C23DF0DE77E02A5(L_29, L_27, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628_RuntimeMethod_var))); }// end catch (depth: 2) IL_00b3: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_30 = V_3; if (L_30) { goto IL_00cf; } } IL_00b6: { bool L_31 = ___throwOnError1; if (!L_31) { goto IL_00ca; } } IL_00b9: { String_t* L_32 = ___name0; String_t* L_33; L_33 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF36146B1871734889391881FED19110261D6A78A)), L_32, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_34 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628_RuntimeMethod_var))); } IL_00ca: { V_5 = (MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)NULL; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_00cf: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_35 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerCache_4(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_36 = V_2; NullCheck(L_36); Guid_t L_37; L_37 = Tuple_2_get_Item1_m589970D8747D52618ED9DBCE416590647E133725_inline(L_36, /*hidden argument*/Tuple_2_get_Item1_m589970D8747D52618ED9DBCE416590647E133725_RuntimeMethod_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_38 = V_3; NullCheck(L_35); Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303(L_35, L_37, L_38, /*hidden argument*/Dictionary_2_Add_m5E1BD12C656F219AC347FAA01784C756AA37A303_RuntimeMethod_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_39 = V_3; V_5 = L_39; IL2CPP_LEAVE(0xEF, FINALLY_00e5); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e5; } FINALLY_00e5: {// begin finally (depth: 1) { bool L_40 = V_1; if (!L_40) { goto IL_00ee; } } IL_00e8: { RuntimeObject * L_41 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_41, /*hidden argument*/NULL); } IL_00ee: { IL2CPP_END_FINALLY(229) } }// end finally (depth: 1) IL2CPP_CLEANUP(229) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xEF, IL_00ef) } IL_00ef: { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_42 = V_5; return L_42; } } // System.Void Mono.Net.Security.MonoTlsProviderFactory::InitializeProviderRegistration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory_InitializeProviderRegistration_m1B832D92E9E3086AD854E25847DF13BD598BD53A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F83BE0D6326B760AD76E78EDEB68B73ED006B6D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78B3723E9E7DC2FC6BBC85752CD7AA342CF070FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D552BA8BBFFCD85EFDE066E4246951389138C69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93F62CF47DF0D24493DE0B2AAF703EF5DE975C8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC1D8466CFE269E28819446A9477DFA99679394E); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_2 = NULL; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_3 = NULL; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_4 = NULL; Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_locker_0(); 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(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_2 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); if (!L_2) { goto IL_001c; } } IL_0017: { IL2CPP_LEAVE(0xFE, FINALLY_00f4); } IL_001c: { Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_3 = (Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 *)il2cpp_codegen_object_new(Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30_il2cpp_TypeInfo_var); Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B(L_3, /*hidden argument*/Dictionary_2__ctor_m46718D125ADD01D9762D224441A2D9B3CE79EA2B_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_providerRegistration_3(L_3); Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 * L_4 = (Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301 *)il2cpp_codegen_object_new(Dictionary_2_t94DF7D57A0FF045929FE85E29881A95D7B508301_il2cpp_TypeInfo_var); Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A(L_4, /*hidden argument*/Dictionary_2__ctor_mD6A4CDC156E16F5A545AF72D280CA59576E91F4A_RuntimeMethod_var); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_providerCache_4(L_4); bool L_5; L_5 = UnityTls_get_IsSupported_mCBB21E730F0F22A25CB1E55731809D6EA899A780(/*hidden argument*/NULL); if (!L_5) { goto IL_006f; } } IL_0037: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Guid_t L_6 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_UnityTlsId_5(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_7 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)il2cpp_codegen_object_new(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D(L_7, L_6, _stringLiteral3F83BE0D6326B760AD76E78EDEB68B73ED006B6D, /*hidden argument*/Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D_RuntimeMethod_var); V_5 = L_7; Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_8 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_9 = V_5; NullCheck(L_8); Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E(L_8, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_9, /*hidden argument*/Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_10 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_11 = V_5; NullCheck(L_10); Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E(L_10, _stringLiteral9F1213AA6EEF9116A55D707F375372E7AE4811E0, L_11, /*hidden argument*/Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); IL2CPP_LEAVE(0xFE, FINALLY_00f4); } IL_006f: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Guid_t L_12 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_AppleTlsId_6(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_13 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)il2cpp_codegen_object_new(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D(L_13, L_12, _stringLiteralDC1D8466CFE269E28819446A9477DFA99679394E, /*hidden argument*/Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D_RuntimeMethod_var); V_2 = L_13; Guid_t L_14 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_LegacyId_8(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_15 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)il2cpp_codegen_object_new(Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C_il2cpp_TypeInfo_var); Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D(L_15, L_14, _stringLiteral93F62CF47DF0D24493DE0B2AAF703EF5DE975C8D, /*hidden argument*/Tuple_2__ctor_m9C9CDEA5A458D20DC3D2FB754255AB44D971A53D_RuntimeMethod_var); V_3 = L_15; Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_16 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_17 = V_3; NullCheck(L_16); Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E(L_16, _stringLiteral7D552BA8BBFFCD85EFDE066E4246951389138C69, L_17, /*hidden argument*/Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); V_4 = (Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C *)NULL; bool L_18; L_18 = il2cpp_codegen_platform_is_osx_or_ios(); if (!L_18) { goto IL_00bb; } } IL_00a9: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_19 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_20 = V_2; NullCheck(L_19); Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E(L_19, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_20, /*hidden argument*/Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); goto IL_00e2; } IL_00bb: { Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_21 = V_4; if (!L_21) { goto IL_00d2; } } IL_00bf: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_22 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_23 = V_4; NullCheck(L_22); Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E(L_22, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_23, /*hidden argument*/Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); goto IL_00e2; } IL_00d2: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_24 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_25 = V_3; NullCheck(L_24); Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E(L_24, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, L_25, /*hidden argument*/Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); } IL_00e2: { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); Dictionary_2_t793091DA1462753E144A0B0F7DF3EE7D79B61D30 * L_26 = ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->get_providerRegistration_3(); Tuple_2_tE30975A46827E0356F6124C9ED9CD167B302963C * L_27 = V_2; NullCheck(L_26); Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E(L_26, _stringLiteral78B3723E9E7DC2FC6BBC85752CD7AA342CF070FF, L_27, /*hidden argument*/Dictionary_2_Add_m8E884CC996030A8D79C51804FCDAD2166FC61B7E_RuntimeMethod_var); IL2CPP_LEAVE(0xFE, FINALLY_00f4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f4; } FINALLY_00f4: {// begin finally (depth: 1) { bool L_28 = V_1; if (!L_28) { goto IL_00fd; } } IL_00f7: { RuntimeObject * L_29 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_29, /*hidden argument*/NULL); } IL_00fd: { IL2CPP_END_FINALLY(244) } }// end finally (depth: 1) IL2CPP_CLEANUP(244) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFE, IL_00fe) } IL_00fe: { return; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::CreateDefaultProviderImpl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_CreateDefaultProviderImpl_mD3884B54DC7A03ECADE264FFFFE03A107347944A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B011A2F05732EE2D8F05125670B35D80E4C0155); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0; L_0 = Environment_GetEnvironmentVariable_mBDE19BD883E2D01AEA6DD1667D5E97941558C7A3(_stringLiteral9B011A2F05732EE2D8F05125670B35D80E4C0155, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; bool L_2; L_2 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { V_0 = _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; } IL_0019: { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_4; L_4 = MonoTlsProviderFactory_LookupProvider_mCF31D55B729ACF21C9D70A1390FE665DDE76A628(L_3, (bool)1, /*hidden argument*/NULL); return L_4; } } // Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MonoTlsProviderFactory_GetProvider_mFD7B472C08E54CF8D28B4EE0E4CF402F18A99E20 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B2_0 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B1_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0; L_0 = MonoTlsProviderFactory_GetProviderInternal_m7D960EA29363DFCCFF13D821CFB91F0BAC2A7587(/*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0013; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB70E03551FDDF9A760853AF17904CB8088C65A47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoTlsProviderFactory_GetProvider_mFD7B472C08E54CF8D28B4EE0E4CF402F18A99E20_RuntimeMethod_var))); } IL_0013: { return G_B2_0; } } // System.Void Mono.Net.Security.MonoTlsProviderFactory::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsProviderFactory__cctor_mD47FFE4B6FD8AB8C6EC15E4D977A2765D22A1BF9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72FE9C12E1AB46DB8B8914B5C68022117A630A66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73FA04677D2EC5BD9AE931264820FA6E454A3008); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9E1478B8D72599051CCFC890ADE5E685453A124); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBB621ED7B9025FA2DDD168BF1DEBFF75375C3FB); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_locker_0(L_0); Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_1), _stringLiteral73FA04677D2EC5BD9AE931264820FA6E454A3008, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_UnityTlsId_5(L_1); Guid_t L_2; memset((&L_2), 0, sizeof(L_2)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_2), _stringLiteralB9E1478B8D72599051CCFC890ADE5E685453A124, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_AppleTlsId_6(L_2); Guid_t L_3; memset((&L_3), 0, sizeof(L_3)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_3), _stringLiteralEBB621ED7B9025FA2DDD168BF1DEBFF75375C3FB, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_BtlsId_7(L_3); Guid_t L_4; memset((&L_4), 0, sizeof(L_4)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_4), _stringLiteral72FE9C12E1AB46DB8B8914B5C68022117A630A66, /*hidden argument*/NULL); ((MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_StaticFields*)il2cpp_codegen_static_fields_for(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var))->set_LegacyId_8(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::get_Request() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * MonoTlsStream_get_Request_m5CE0E7D32A482AFFEA41907117E3519B23C92F83 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = __this->get_request_2(); return L_0; } } // System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::get_ExceptionStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoTlsStream_get_ExceptionStatus_m790CC2AAD7D1BE95C884D0BB91D6EF4B1A8856FF (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_status_5(); return L_0; } } // System.Boolean Mono.Net.Security.MonoTlsStream::get_CertificateValidationFailed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoTlsStream_get_CertificateValidationFailed_mF9670263A9DF5CFD0E8C0FD5D38153A24694A8AE (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCertificateValidationFailedU3Ek__BackingField_6(); return L_0; } } // System.Void Mono.Net.Security.MonoTlsStream::set_CertificateValidationFailed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsStream_set_CertificateValidationFailed_m0CB02DA5133C5B1D5E8CB9794A3BAEC3BDC5E0B9 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCertificateValidationFailedU3Ek__BackingField_6(L_0); return; } } // System.Void Mono.Net.Security.MonoTlsStream::.ctor(System.Net.HttpWebRequest,System.Net.Sockets.NetworkStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoTlsStream__ctor_mCD79785E4129D92AEC28A2241616A44981F6BEE1 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request0, NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * ___networkStream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B2_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B2_1 = NULL; MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * G_B1_0 = NULL; MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * G_B1_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_0 = ___request0; __this->set_request_2(L_0); NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * L_1 = ___networkStream1; __this->set_networkStream_1(L_1); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_2 = ___request0; NullCheck(L_2); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_3; L_3 = HttpWebRequest_get_TlsSettings_mD57C8AFBCF00FD71E557AE9F87A1765BC4AF720A_inline(L_2, /*hidden argument*/NULL); __this->set_settings_3(L_3); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_4 = ___request0; NullCheck(L_4); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_5; L_5 = HttpWebRequest_get_TlsProvider_m522A745ADDE50C0F25D25A366E35A9DB0D4DE281_inline(L_4, /*hidden argument*/NULL); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_6 = L_5; G_B1_0 = L_6; G_B1_1 = __this; if (L_6) { G_B2_0 = L_6; G_B2_1 = __this; goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_7; L_7 = MonoTlsProviderFactory_GetProviderInternal_m7D960EA29363DFCCFF13D821CFB91F0BAC2A7587(/*hidden argument*/NULL); G_B2_0 = L_7; G_B2_1 = G_B1_1; } IL_0030: { NullCheck(G_B2_1); G_B2_1->set_provider_0(G_B2_0); __this->set_status_5(((int32_t)10)); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_8 = __this->get_provider_0(); MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** L_9 = __this->get_address_of_settings_3(); ChainValidationHelper_t11ABA60B2B49C9FF9CAC6994C7E5DD9733197FFE * L_10; L_10 = ChainValidationHelper_Create_m133301B36D2C7B41D9E4571C9605E9368E977960(L_8, (MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 **)L_9, __this, /*hidden argument*/NULL); return; } } // System.Threading.Tasks.Task`1 Mono.Net.Security.MonoTlsStream::CreateStream(System.Net.WebConnectionTunnel,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * MonoTlsStream_CreateStream_mBD75F08F189BB5EE0F2CCB765217BCEF99F78BE2 (MonoTlsStream_t1CBBE92DE7BA1B432289982184305AF431C01233 * __this, WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___tunnel0, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m2B912E0C9F8B5156DB05415F27403E594D2770DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * L_0 = ___tunnel0; (&V_0)->set_tunnel_4(L_0); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = ___cancellationToken1; (&V_0)->set_cancellationToken_5(L_1); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_2; L_2 = AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m17BE28485AA30057F1400295B109A7294BFC194B_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_2); (&V_0)->set_U3CU3E1__state_0((-1)); U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 L_3 = V_0; AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_4 = L_3.get_U3CU3Et__builder_1(); V_1 = L_4; AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m2B912E0C9F8B5156DB05415F27403E594D2770DE((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)(&V_1), (U3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CCreateStreamU3Ed__17_t008F2CB88702556B45D7584AE8D9E6349502AEB5_m2B912E0C9F8B5156DB05415F27403E594D2770DE_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_5 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_6; L_6 = AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_5, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m62DBE5DEC9FB6B71D5453D4D22ED292DA14E05A0_RuntimeMethod_var); 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 #ifdef __clang__ #pragma 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.MultilineStringConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MultilineStringConverter_ConvertTo_m37DE14ADF2DDF13F489725CDE8B354C6C0665CA9 (MultilineStringConverter_t4FE8E9A3AD010271F7B8217F5C355095358DFF30 * __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*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B209F1FB7E8C8DFF67FF46D62326A5F5180F4AC); 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*)&MultilineStringConverter_ConvertTo_m37DE14ADF2DDF13F489725CDE8B354C6C0665CA9_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 (!((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var))) { goto IL_003b; } } { String_t* L_8; L_8 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(_stringLiteral4B209F1FB7E8C8DFF67FF46D62326A5F5180F4AC, /*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.MultilineStringConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * MultilineStringConverter_GetProperties_m5FD7F58C7EFB74CDB6B9CB6B1E2FB65906372566 (MultilineStringConverter_t4FE8E9A3AD010271F7B8217F5C355095358DFF30 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { { return (PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *)NULL; } } // System.Boolean System.ComponentModel.MultilineStringConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MultilineStringConverter_GetPropertiesSupported_mBEA786397C477EB1DED125A07CA687064FF646CB (MultilineStringConverter_t4FE8E9A3AD010271F7B8217F5C355095358DFF30 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.ComponentModel.MultilineStringConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultilineStringConverter__ctor_mBD1CAD8E5925921BD2FFD05FC9E51BF26C06E230 (MultilineStringConverter_t4FE8E9A3AD010271F7B8217F5C355095358DFF30 * __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.Collections.Specialized.NameObjectCollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mA74DFF0CE0FB59430A786082F414813F276F130D (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0 = ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->get_defaultComparer_8(); NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * G_B2_0 = NULL; NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * G_B3_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___equalityComparer0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { RuntimeObject* L_1 = ___equalityComparer0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0014; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_2 = ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->get_defaultComparer_8(); V_0 = L_2; RuntimeObject* L_3 = V_0; G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); G_B3_1->set__keyComparer_2(G_B3_0); NameObjectCollectionBase_Reset_m7D346054B961190F3799970BC8C4F8EBD3689986(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m9100CD7C0C24135A887EC01FCAA69EC0DBF0D463 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___equalityComparer1; NameObjectCollectionBase__ctor_m684256D394079487B0AA79F96D82FC1EF34A2123(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___capacity0; NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.DBNull) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m4BF6C086BA110F79E817D1F307D0B912E32BCA55 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___dummy0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_mAF5575543B8D937C34D00E9D7B6642BFAD74F37C (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; __this->set__serializationInfo_5(L_0); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_GetObjectData_mF4EA432DCE051F52DD8CA3C091F606D8C216D9DA (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * V_3 = NULL; int32_t V_4 = 0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_5 = NULL; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; 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*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_GetObjectData_mF4EA432DCE051F52DD8CA3C091F606D8C216D9DA_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; bool L_3 = __this->get__readOnly_0(); NullCheck(L_2); SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B(L_2, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, L_3, /*hidden argument*/NULL); RuntimeObject* L_4 = __this->get__keyComparer_2(); IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_5 = ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->get_defaultComparer_8(); if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 *)L_5)))) { goto IL_0065; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeObject* L_7; L_7 = CompatibleComparer_get_DefaultHashCodeProvider_m97193A6E0AB462BB662CA24C0F3491CE2B950698(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_6); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_6, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, L_7, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; RuntimeObject* L_11; L_11 = CompatibleComparer_get_DefaultComparer_m3CE447550711937CB1B4012A0886F99E0719C8E4(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_10); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_10, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_11, L_13, /*hidden argument*/NULL); goto IL_0107; } IL_0065: { RuntimeObject* L_14 = __this->get__keyComparer_2(); if (L_14) { goto IL_009b; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_15 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_16, /*hidden argument*/NULL); NullCheck(L_15); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_15, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, NULL, L_17, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_18 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); NullCheck(L_18); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_18, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, NULL, L_20, /*hidden argument*/NULL); goto IL_0107; } IL_009b: { RuntimeObject* L_21 = __this->get__keyComparer_2(); if (!((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F *)IsInstClass((RuntimeObject*)L_21, CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var))) { goto IL_00ec; } } { RuntimeObject* L_22 = __this->get__keyComparer_2(); V_3 = ((CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F *)CastclassClass((RuntimeObject*)L_22, CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var)); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_23 = ___info0; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * L_24 = V_3; NullCheck(L_24); RuntimeObject* L_25; L_25 = CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D_inline(L_24, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_26, /*hidden argument*/NULL); NullCheck(L_23); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_23, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, L_25, L_27, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_28 = ___info0; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * L_29 = V_3; NullCheck(L_29); RuntimeObject* L_30; L_30 = CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79_inline(L_29, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; Type_t * L_32; L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_31, /*hidden argument*/NULL); NullCheck(L_28); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_28, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_30, L_32, /*hidden argument*/NULL); goto IL_0107; } IL_00ec: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_33 = ___info0; RuntimeObject* L_34 = __this->get__keyComparer_2(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_35, /*hidden argument*/NULL); NullCheck(L_33); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_33, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_34, L_36, /*hidden argument*/NULL); } IL_0107: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37 = __this->get__entriesArray_1(); NullCheck(L_37); int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_37); V_0 = L_38; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_39 = ___info0; int32_t L_40 = V_0; NullCheck(L_39); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_39, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, L_40, /*hidden argument*/NULL); int32_t L_41 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_42 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_41); V_1 = L_42; int32_t L_43 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_44 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_43); V_2 = L_44; V_4 = 0; goto IL_0162; } IL_0132: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_45 = __this->get__entriesArray_1(); int32_t L_46 = V_4; NullCheck(L_45); RuntimeObject * L_47; L_47 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_45, L_46); V_5 = ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_47, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_48 = V_1; int32_t L_49 = V_4; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_50 = V_5; NullCheck(L_50); String_t* L_51 = L_50->get_Key_0(); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(L_49), (String_t*)L_51); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_52 = V_2; int32_t L_53 = V_4; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_54 = V_5; NullCheck(L_54); RuntimeObject * L_55 = L_54->get_Value_1(); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(L_53), (RuntimeObject *)L_55); int32_t L_56 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0162: { int32_t L_57 = V_4; int32_t L_58 = V_0; if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_0132; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_59 = ___info0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_60 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_61 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62; L_62 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_61, /*hidden argument*/NULL); NullCheck(L_59); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_59, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, (RuntimeObject *)(RuntimeObject *)L_60, L_62, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_63 = ___info0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_64 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_65, /*hidden argument*/NULL); NullCheck(L_63); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_63, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, (RuntimeObject *)(RuntimeObject *)L_64, L_66, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_67 = ___info0; int32_t L_68 = __this->get__version_6(); NullCheck(L_67); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_67, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, L_68, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1); s_Il2CppMethodInitialized = true; } SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_3 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; bool V_7 = false; int32_t V_8 = 0; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_9 = NULL; String_t* V_10 = NULL; uint32_t V_11 = 0; int32_t V_12 = 0; { RuntimeObject* L_0 = __this->get__keyComparer_2(); if (!L_0) { goto IL_0009; } } { return; } IL_0009: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = __this->get__serializationInfo_5(); if (L_1) { goto IL_0017; } } { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_2 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var))); } IL_0017: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = __this->get__serializationInfo_5(); V_0 = L_3; __this->set__serializationInfo_5((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)NULL); V_1 = (bool)0; V_2 = 0; V_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; V_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; V_5 = (RuntimeObject*)NULL; V_6 = (RuntimeObject*)NULL; V_7 = (bool)0; V_8 = 0; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = V_0; NullCheck(L_4); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_5; L_5 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_4, /*hidden argument*/NULL); V_9 = L_5; goto IL_025a; } IL_0047: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_6 = V_9; NullCheck(L_6); String_t* L_7; L_7 = SerializationInfoEnumerator_get_Name_m77C59B00E71ADDFA65D08FE52BE16D4D0E4A2480(L_6, /*hidden argument*/NULL); V_10 = L_7; String_t* L_8 = V_10; uint32_t L_9; L_9 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mF68FD3031E09D93558520520C63240F3EA7D6AC6(L_8, /*hidden argument*/NULL); V_11 = L_9; uint32_t L_10 = V_11; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)1573770551))))) { goto IL_00a2; } } { uint32_t L_11 = V_11; if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)1202781175))))) { goto IL_0085; } } { uint32_t L_12 = V_11; if ((((int32_t)L_12) == ((int32_t)((int32_t)891156946)))) { goto IL_010b; } } { uint32_t L_13 = V_11; if ((((int32_t)L_13) == ((int32_t)((int32_t)1202781175)))) { goto IL_00df; } } { goto IL_025a; } IL_0085: { uint32_t L_14 = V_11; if ((((int32_t)L_14) == ((int32_t)((int32_t)1228509323)))) { goto IL_0121; } } { uint32_t L_15 = V_11; if ((((int32_t)L_15) == ((int32_t)((int32_t)1573770551)))) { goto IL_0179; } } { goto IL_025a; } IL_00a2: { uint32_t L_16 = V_11; if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1944240600))))) { goto IL_00c5; } } { uint32_t L_17 = V_11; if ((((int32_t)L_17) == ((int32_t)((int32_t)1613443821)))) { goto IL_014d; } } { uint32_t L_18 = V_11; if ((((int32_t)L_18) == ((int32_t)((int32_t)1944240600)))) { goto IL_00f5; } } { goto IL_025a; } IL_00c5: { uint32_t L_19 = V_11; if ((((int32_t)L_19) == ((int32_t)((int32_t)-1924324773)))) { goto IL_0163; } } { uint32_t L_20 = V_11; if ((((int32_t)L_20) == ((int32_t)((int32_t)-504907628)))) { goto IL_0137; } } { goto IL_025a; } IL_00df: { String_t* L_21 = V_10; bool L_22; L_22 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_21, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, /*hidden argument*/NULL); if (L_22) { goto IL_018f; } } { goto IL_025a; } IL_00f5: { String_t* L_23 = V_10; bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, /*hidden argument*/NULL); if (L_24) { goto IL_01a0; } } { goto IL_025a; } IL_010b: { String_t* L_25 = V_10; bool L_26; L_26 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_25, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, /*hidden argument*/NULL); if (L_26) { goto IL_01c1; } } { goto IL_025a; } IL_0121: { String_t* L_27 = V_10; bool L_28; L_28 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_27, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, /*hidden argument*/NULL); if (L_28) { goto IL_01df; } } { goto IL_025a; } IL_0137: { String_t* L_29 = V_10; bool L_30; L_30 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_29, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, /*hidden argument*/NULL); if (L_30) { goto IL_0201; } } { goto IL_025a; } IL_014d: { String_t* L_31 = V_10; bool L_32; L_32 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_31, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, /*hidden argument*/NULL); if (L_32) { goto IL_020f; } } { goto IL_025a; } IL_0163: { String_t* L_33 = V_10; bool L_34; L_34 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_33, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, /*hidden argument*/NULL); if (L_34) { goto IL_022c; } } { goto IL_025a; } IL_0179: { String_t* L_35 = V_10; bool L_36; L_36 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_35, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, /*hidden argument*/NULL); if (L_36) { goto IL_024a; } } { goto IL_025a; } IL_018f: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_37 = V_0; NullCheck(L_37); bool L_38; L_38 = SerializationInfo_GetBoolean_m705ADACFB52D6385DDB6B2525C1979ECBE6D5849(L_37, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, /*hidden argument*/NULL); V_1 = L_38; goto IL_025a; } IL_01a0: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_39 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_40, /*hidden argument*/NULL); NullCheck(L_39); RuntimeObject * L_42; L_42 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_39, _stringLiteral01C3E1084120C54EF6D707D79CEA78DCBCB4D133, L_41, /*hidden argument*/NULL); V_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_42, IHashCodeProvider_t1DC17F4EF3AD40E5D1A107939F6E18E2D450B691_il2cpp_TypeInfo_var)); goto IL_025a; } IL_01c1: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_43 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); NullCheck(L_43); RuntimeObject * L_46; L_46 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_43, _stringLiteralC5F173ABE7214E8ED04EE91D0D5626EEDF0007E9, L_45, /*hidden argument*/NULL); V_6 = ((RuntimeObject*)Castclass((RuntimeObject*)L_46, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var)); goto IL_025a; } IL_01df: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_47 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_48, /*hidden argument*/NULL); NullCheck(L_47); RuntimeObject * L_50; L_50 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_47, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_49, /*hidden argument*/NULL); __this->set__keyComparer_2(((RuntimeObject*)Castclass((RuntimeObject*)L_50, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var))); goto IL_025a; } IL_0201: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_51 = V_0; NullCheck(L_51); int32_t L_52; L_52 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_51, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, /*hidden argument*/NULL); V_2 = L_52; goto IL_025a; } IL_020f: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_53 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_55; L_55 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_54, /*hidden argument*/NULL); NullCheck(L_53); RuntimeObject * L_56; L_56 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_53, _stringLiteral11F27A23993F7FC4801D0240B7C41D835B44B745, L_55, /*hidden argument*/NULL); V_3 = ((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_56, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)); goto IL_025a; } IL_022c: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_57 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_58 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_59; L_59 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_58, /*hidden argument*/NULL); NullCheck(L_57); RuntimeObject * L_60; L_60 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_57, _stringLiteral12B3B315E8F60BA82CD3BA50FEE2FE5C0949B763, L_59, /*hidden argument*/NULL); V_4 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_60, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); goto IL_025a; } IL_024a: { V_7 = (bool)1; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_61 = V_0; NullCheck(L_61); int32_t L_62; L_62 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_61, _stringLiteralE200AC1425952F4F5CEAAA9C773B6D17B90E47C1, /*hidden argument*/NULL); V_8 = L_62; } IL_025a: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_63 = V_9; NullCheck(L_63); bool L_64; L_64 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_63, /*hidden argument*/NULL); if (L_64) { goto IL_0047; } } { RuntimeObject* L_65 = __this->get__keyComparer_2(); if (L_65) { goto IL_028b; } } { RuntimeObject* L_66 = V_6; if (!L_66) { goto IL_0276; } } { RuntimeObject* L_67 = V_5; if (L_67) { goto IL_027c; } } IL_0276: { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_68 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8(L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var))); } IL_027c: { RuntimeObject* L_69 = V_6; RuntimeObject* L_70 = V_5; CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * L_71 = (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F *)il2cpp_codegen_object_new(CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F_il2cpp_TypeInfo_var); CompatibleComparer__ctor_mFAA5DFD1F5D8A144CBE12E74E8557CF5653A2DB0(L_71, L_69, L_70, /*hidden argument*/NULL); __this->set__keyComparer_2(L_71); } IL_028b: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_72 = V_3; if (!L_72) { goto IL_0292; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_73 = V_4; if (L_73) { goto IL_0298; } } IL_0292: { SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_74 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_mE798CA7487C384162AE182B8E9DF80BD0CCFD3D8(L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_OnDeserialization_m8C86FE5E896571CDA1C4335CFC799F20ACFBC3B5_RuntimeMethod_var))); } IL_0298: { int32_t L_75 = V_2; NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E(__this, L_75, /*hidden argument*/NULL); V_12 = 0; goto IL_02b9; } IL_02a4: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_76 = V_3; int32_t L_77 = V_12; NullCheck(L_76); int32_t L_78 = L_77; String_t* L_79 = (L_76)->GetAt(static_cast(L_78)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_80 = V_4; int32_t L_81 = V_12; NullCheck(L_80); int32_t L_82 = L_81; RuntimeObject * L_83 = (L_80)->GetAt(static_cast(L_82)); NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F(__this, L_79, L_83, /*hidden argument*/NULL); int32_t L_84 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_02b9: { int32_t L_85 = V_12; int32_t L_86 = V_2; if ((((int32_t)L_85) < ((int32_t)L_86))) { goto IL_02a4; } } { bool L_87 = V_1; __this->set__readOnly_0(L_87); bool L_88 = V_7; if (!L_88) { goto IL_02d1; } } { int32_t L_89 = V_8; __this->set__version_6(L_89); } IL_02d1: { return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m7D346054B961190F3799970BC8C4F8EBD3689986 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __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*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_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__entriesArray_1(L_0); RuntimeObject* L_1 = __this->get__keyComparer_2(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m112ADCD5297836A75FD5BFB576F7B14174FCC802(L_2, L_1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set__entriesTable_3(L_2); il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)NULL); int32_t L_3 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::Reset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Reset_m1A5701DA2CE23C171A59DDCE5EE8166528C1081E (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_1, L_0, /*hidden argument*/NULL); __this->set__entriesArray_1(L_1); int32_t L_2 = ___capacity0; RuntimeObject* L_3 = __this->get__keyComparer_2(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C(L_4, L_2, L_3, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set__entriesTable_3(L_4); il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)NULL); int32_t L_5 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return; } } // System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry System.Collections.Specialized.NameObjectCollectionBase::FindEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; if (!L_0) { goto IL_0017; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_2 = ___key0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); return ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_3, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var)); } IL_0017: { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_4 = __this->get__nullKeyEntry_4(); il2cpp_codegen_memory_barrier(); return L_4; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_0(); return L_0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_0 = NULL; { bool L_0 = __this->get__readOnly_0(); 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*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = ___name0; RuntimeObject * L_4 = ___value1; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_5 = (NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)il2cpp_codegen_object_new(NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); NameObjectEntry__ctor_mB4018B4F844A8F7F3308B10CB017D6008DB0736B(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___name0; if (!L_6) { goto IL_0044; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_8 = ___name0; 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); if (L_9) { goto IL_0057; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_11 = ___name0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_12 = V_0; NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_12); goto IL_0057; } IL_0044: { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_13 = __this->get__nullKeyEntry_4(); il2cpp_codegen_memory_barrier(); if (L_13) { goto IL_0057; } } { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_14 = V_0; il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4(L_14); } IL_0057: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_15 = __this->get__entriesArray_1(); NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_16 = V_0; NullCheck(L_15); int32_t L_17; L_17 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); int32_t L_18 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get__readOnly_0(); 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*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = ___name0; if (!L_3) { goto IL_0064; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get__entriesTable_3(); il2cpp_codegen_memory_barrier(); String_t* L_5 = ___name0; NullCheck(L_4); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = __this->get__entriesArray_1(); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_005e; } IL_0039: { RuntimeObject* L_8 = __this->get__keyComparer_2(); String_t* L_9 = ___name0; int32_t L_10 = V_0; String_t* L_11; L_11 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(__this, L_10, /*hidden argument*/NULL); NullCheck(L_8); bool L_12; L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, L_8, L_9, L_11); if (!L_12) { goto IL_005a; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = __this->get__entriesArray_1(); int32_t L_14 = V_0; NullCheck(L_13); VirtualActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_13, L_14); } IL_005a: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_005e: { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0039; } } { goto IL_009a; } IL_0064: { il2cpp_codegen_memory_barrier(); __this->set__nullKeyEntry_4((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17 = __this->get__entriesArray_1(); NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); goto IL_0096; } IL_007d: { int32_t L_19 = V_1; String_t* L_20; L_20 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(__this, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0092; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_21 = __this->get__entriesArray_1(); int32_t L_22 = V_1; NullCheck(L_21); VirtualActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_21, L_22); } IL_0092: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)); } IL_0096: { int32_t L_24 = V_1; if ((((int32_t)L_24) >= ((int32_t)0))) { goto IL_007d; } } IL_009a: { int32_t L_25 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, const RuntimeMethod* method) { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_0 = NULL; { String_t* L_0 = ___name0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_1; L_1 = NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_2 = V_0; if (L_2) { goto IL_000d; } } { return NULL; } IL_000d: { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_Value_1(); return L_4; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * V_0 = NULL; { bool L_0 = __this->get__readOnly_0(); 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*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = ___name0; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_4; L_4 = NameObjectCollectionBase_FindEntry_m5D2C7207AF84D9CFAE79399387115E44C5348C8F(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_5 = V_0; if (!L_5) { goto IL_0039; } } { NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 * L_6 = V_0; RuntimeObject * L_7 = ___value1; NullCheck(L_6); L_6->set_Value_1(L_7); int32_t L_8 = __this->get__version_6(); __this->set__version_6(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return; } IL_0039: { String_t* L_9 = ___name0; RuntimeObject * L_10 = ___value1; NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F(__this, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_mDEFD71E2644E7080FBE6E79B9221673D02F64202 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__entriesArray_1(); 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); NullCheck(((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))); RuntimeObject * L_3 = ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))->get_Value_1(); return L_3; } } // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__entriesArray_1(); 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); NullCheck(((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))); String_t* L_3 = ((NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22 *)CastclassClass((RuntimeObject*)L_2, NameObjectEntry_tB3CCC5A6F04E0522370F45A92233E91A5B9F4C22_il2cpp_TypeInfo_var))->get_Key_0(); return L_3; } } // System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_GetEnumerator_m02D0640D271E51652CC9E1B50C6795CA19761E88 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 * L_0 = (NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71 *)il2cpp_codegen_object_new(NameObjectKeysEnumerator_t3BDB3FAAE44E54CA46F5E7D384ACAA364A92CC71_il2cpp_TypeInfo_var); NameObjectKeysEnumerator__ctor_m684F9F2CC2934708B3F198D7F750D5030AD9CC80(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NameObjectCollectionBase_get_Count_mA6E8285C71420239BF891DF0FFCC60E68E660D25 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__entriesArray_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.Void System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45F384B655DDF6A33BF7B0E551F80B07399CA472)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9; L_9 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_10; L_10 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___index1), L_9, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3FB7B372D879A173F88B1B57D2B19E95BABF6F3A)), L_8, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_0055: { RuntimeArray * L_13 = ___array0; NullCheck(L_13); int32_t L_14; L_14 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_13, /*hidden argument*/NULL); int32_t L_15 = ___index1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = __this->get__entriesArray_1(); NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_17))) { goto IL_007a; } } { String_t* L_18; L_18 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral34AE52A4D26F1742129FB49939AAFD990890D6C0)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameObjectCollectionBase_System_Collections_ICollection_CopyTo_mE984B0745168F2F0FCAD2F9CC36E525592EDFC20_RuntimeMethod_var))); } IL_007a: { RuntimeObject* L_20; L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(13 /* System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() */, __this); V_0 = L_20; goto IL_0095; } IL_0083: { RuntimeArray * L_21 = ___array0; RuntimeObject* L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); int32_t L_24 = ___index1; int32_t L_25 = L_24; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); NullCheck(L_21); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_21, L_23, L_25, /*hidden argument*/NULL); } IL_0095: { RuntimeObject* L_26 = V_0; NullCheck(L_26); bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0083; } } { return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_m5BA819A3EBE9BDD6B7ECB55E9C4D767D85EAF641 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __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 = __this->get__syncRoot_7(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_7(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_4 = __this->get__syncRoot_7(); return L_4; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_System_Collections_ICollection_get_IsSynchronized_mC079154D099C5C60910FF6B003AC60D196B65309 (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String[] System.Collections.Specialized.NameObjectCollectionBase::BaseGetAllKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameObjectCollectionBase_BaseGetAllKeys_mEFBFD95763573A64657C8A3592CD97B2A03C916C (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t V_2 = 0; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__entriesArray_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = L_1; int32_t L_2 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_2); V_1 = L_3; V_2 = 0; goto IL_0025; } IL_0017: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_1; int32_t L_5 = V_2; int32_t L_6 = V_2; String_t* L_7; L_7 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(__this, L_6, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(L_5), (String_t*)L_7); int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0025: { int32_t L_9 = V_2; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0017; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = V_1; return L_11; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameObjectCollectionBase__cctor_m75D92824CC99BD5686855E00C115ADD337FD46D8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); 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; L_0 = StringComparer_get_InvariantCultureIgnoreCase_m091360FF9FE3516559AFF706AF431E6FD4CCF2C2_inline(/*hidden argument*/NULL); ((NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_StaticFields*)il2cpp_codegen_static_fields_for(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var))->set_defaultComparer_8(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.NameValueCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m78B698FEF3EFEE917D0EBAA0DEDCFD1BD9AA6323 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_mA74DFF0CE0FB59430A786082F414813F276F130D(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m3FB82F83A2B13FC647CECDF8610D53B52F52170F (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___capacity0; RuntimeObject* L_1 = ___equalityComparer1; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_m9100CD7C0C24135A887EC01FCAA69EC0DBF0D463(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.DBNull) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_mA7D338E7E6795829EE4E64D8834A41C2CE898FBB (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___dummy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_0 = ___dummy0; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_m4BF6C086BA110F79E817D1F307D0B912E32BCA55(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m69DC8832F5EC7DD21DE701866B84A639570AC8D5 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29_il2cpp_TypeInfo_var); NameObjectCollectionBase__ctor_mAF5575543B8D937C34D00E9D7B6642BFAD74F37C(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, const RuntimeMethod* method) { { __this->set__all_9((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL); __this->set__allKeys_10((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL); return; } } // System.String System.Collections.Specialized.NameValueCollection::GetAsOneString(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetAsOneString_m17F731980F76CFE607BD54F6A965BD6930927669 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t G_B3_0 = 0; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___list0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000c; } IL_0006: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___list0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_001e; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ___list0; NullCheck(L_4); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, 0); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } IL_001e: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)1))) { goto IL_0063; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = ___list0; NullCheck(L_7); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, 0); StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m9305A36F9CF53EDD80D132428999934C68904C77(L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_9; V_2 = 1; goto IL_0058; } IL_0038: { StringBuilder_t * L_10 = V_1; NullCheck(L_10); StringBuilder_t * L_11; L_11 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_10, ((int32_t)44), /*hidden argument*/NULL); StringBuilder_t * L_12 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = ___list0; int32_t L_14 = V_2; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14); NullCheck(L_12); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0058: { int32_t L_18 = V_2; int32_t L_19 = V_0; if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0038; } } { StringBuilder_t * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); return L_21; } IL_0063: { return (String_t*)NULL; } } // System.String[] System.Collections.Specialized.NameValueCollection::GetAsStringArray(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameValueCollection_GetAsStringArray_m1EDCB363B9C6F60755628FE8A8AB366CB451405C (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; int32_t G_B3_0 = 0; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___list0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000c; } IL_0006: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___list0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; if (L_3) { goto IL_0012; } } { return (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL; } IL_0012: { int32_t L_4 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_4); V_1 = L_5; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = ___list0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_6); VirtualActionInvoker4< int32_t, RuntimeArray *, int32_t, int32_t >::Invoke(36 /* System.Void System.Collections.ArrayList::CopyTo(System.Int32,System.Array,System.Int32,System.Int32) */, L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = V_1; return L_9; } } // System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Add_m2058D4136F9DC4A11836DF6B1AB4853387898B2C (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; { bool L_0; L_0 = NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_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*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameValueCollection_Add_m2058D4136F9DC4A11836DF6B1AB4853387898B2C_RuntimeMethod_var))); } IL_0018: { NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8(__this, /*hidden argument*/NULL); String_t* L_3 = ___name0; RuntimeObject * L_4; L_4 = NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF(__this, L_3, /*hidden argument*/NULL); V_0 = ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_4, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = V_0; if (L_5) { goto IL_0049; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_6, 1, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___value1; if (!L_7) { goto IL_0040; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = V_0; String_t* L_9 = ___value1; NullCheck(L_8); int32_t L_10; L_10 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); } IL_0040: { String_t* L_11 = ___name0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = V_0; NameObjectCollectionBase_BaseAdd_m1A0CA51397D274B23B10ECE78D2EE923C4FDC07F(__this, L_11, L_12, /*hidden argument*/NULL); return; } IL_0049: { String_t* L_13 = ___value1; if (!L_13) { goto IL_0054; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = V_0; String_t* L_15 = ___value1; NullCheck(L_14); int32_t L_16; L_16 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15); } IL_0054: { return; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_mDEC8EB5C5FAA1B34B99C6AAA50F0F575296DB1F1 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF(__this, L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = NameValueCollection_GetAsOneString_m17F731980F76CFE607BD54F6A965BD6930927669(((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameValueCollection_GetValues_mF6E7959EDDA51B0E1F86D31AC90E949ADAF4A0DD (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = NameObjectCollectionBase_BaseGet_m9ADF3F54E9A5D8151837C6E4652ED27CD1C06CFF(__this, L_0, /*hidden argument*/NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2; L_2 = NameValueCollection_GetAsStringArray_m1EDCB363B9C6F60755628FE8A8AB366CB451405C(((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Set_mE479F82E6045A7447D4CFA7040FF63CC5CCD1329 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; { bool L_0; L_0 = NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_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*)&_stringLiteralE7AF8BCE7F42000322C784E007AAB43CA3E3D9AB)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameValueCollection_Set_mE479F82E6045A7447D4CFA7040FF63CC5CCD1329_RuntimeMethod_var))); } IL_0018: { NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_3, 1, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = V_0; String_t* L_5 = ___value1; 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); String_t* L_7 = ___name0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = V_0; NameObjectCollectionBase_BaseSet_mDAD4979940B3ACC47B77A64AECCD0C69C2F9A015(__this, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_Remove_mFA1B8B38078E7B158E18CF9B6D1A211F071082D0 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, const RuntimeMethod* method) { { NameValueCollection_InvalidateCachedArrays_mA7CA9F8B09DDFA9163FB77563C6FCB07762D23C8(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; NameObjectCollectionBase_BaseRemove_m301318FB3627302D115078FA8250D07A4B851A99(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_mCA21B55D4454D35073475B2966BA0F9207D16FED (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, __this, L_0); return L_1; } } // System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_m068F8AB7B8D0EDFD8A9DA582E80A20ACF9E8D692 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___value1; VirtualActionInvoker2< String_t*, String_t* >::Invoke(18 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, __this, L_0, L_1); return; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m0CF4D7CB8B22A2B269CFD472A17494F592E470E7 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1; L_1 = NameObjectCollectionBase_BaseGet_mDEFD71E2644E7080FBE6E79B9221673D02F64202(__this, L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = NameValueCollection_GetAsOneString_m17F731980F76CFE607BD54F6A965BD6930927669(((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetKey_m56EE50398F41A0A52AA2E7759B511BFAC068125D (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1; L_1 = NameObjectCollectionBase_BaseGetKey_m0ED9A3D47A2808BF98BCBEAFB51D175127B9CFB1(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Collections.Specialized.NameValueCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m7FB1C296D496DF2C14C2939B4DEF610DF6F18EB7 (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, int32_t >::Invoke(20 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) */, __this, L_0); return L_1; } } // System.String[] System.Collections.Specialized.NameValueCollection::get_AllKeys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* NameValueCollection_get_AllKeys_mC9FDFF8D39CA1D967149AEEAAEC4BB3A61643DBB (NameValueCollection_tE3BED11C58844E8A4D9A74F359692B9A51781B4D * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get__allKeys_10(); if (L_0) { goto IL_0014; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = NameObjectCollectionBase_BaseGetAllKeys_mEFBFD95763573A64657C8A3592CD97B2A03C916C(__this, /*hidden argument*/NULL); __this->set__allKeys_10(L_1); } IL_0014: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = __this->get__allKeys_10(); 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.Configuration.NameValueFileSectionHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueFileSectionHandler__ctor_m8B1E6EB3F92707F5A79C1139584458CCB63C3D4C (NameValueFileSectionHandler_t8EDF0F7FE7740077B21C1F79D489903F22C2E279 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameValueFileSectionHandler__ctor_m8B1E6EB3F92707F5A79C1139584458CCB63C3D4C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NameValueFileSectionHandler__ctor_m8B1E6EB3F92707F5A79C1139584458CCB63C3D4C_RuntimeMethod_var); return; } } // System.Object System.Configuration.NameValueFileSectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameValueFileSectionHandler_Create_mD0CBE920F29286A445F1C2CED9EC8A91183E7804 (NameValueFileSectionHandler_t8EDF0F7FE7740077B21C1F79D489903F22C2E279 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameValueFileSectionHandler_Create_mD0CBE920F29286A445F1C2CED9EC8A91183E7804_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NameValueFileSectionHandler_Create_mD0CBE920F29286A445F1C2CED9EC8A91183E7804_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.NameValueSectionHandler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueSectionHandler__ctor_mC7FE47D7425B2E557964E0FC10935CEDAB5F4687 (NameValueSectionHandler_t5C285CE8465CEBA3191A612F8C3F68AAAB07A6CC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameValueSectionHandler__ctor_mC7FE47D7425B2E557964E0FC10935CEDAB5F4687_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NameValueSectionHandler__ctor_mC7FE47D7425B2E557964E0FC10935CEDAB5F4687_RuntimeMethod_var); return; } } // System.String System.Configuration.NameValueSectionHandler::get_KeyAttributeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueSectionHandler_get_KeyAttributeName_mCC6AD1C905E60757E84047B925D08CB756392D0C (NameValueSectionHandler_t5C285CE8465CEBA3191A612F8C3F68AAAB07A6CC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameValueSectionHandler_get_KeyAttributeName_mCC6AD1C905E60757E84047B925D08CB756392D0C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NameValueSectionHandler_get_KeyAttributeName_mCC6AD1C905E60757E84047B925D08CB756392D0C_RuntimeMethod_var); return (String_t*)NULL; } } // System.String System.Configuration.NameValueSectionHandler::get_ValueAttributeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueSectionHandler_get_ValueAttributeName_m05773FFB29E9F57A7DCBCF8F2949C781172BB97A (NameValueSectionHandler_t5C285CE8465CEBA3191A612F8C3F68AAAB07A6CC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameValueSectionHandler_get_ValueAttributeName_m05773FFB29E9F57A7DCBCF8F2949C781172BB97A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NameValueSectionHandler_get_ValueAttributeName_m05773FFB29E9F57A7DCBCF8F2949C781172BB97A_RuntimeMethod_var); return (String_t*)NULL; } } // System.Object System.Configuration.NameValueSectionHandler::Create(System.Object,System.Object,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NameValueSectionHandler_Create_mCCD971936BB843BA3B93A96735BB08149788F761 (NameValueSectionHandler_t5C285CE8465CEBA3191A612F8C3F68AAAB07A6CC * __this, RuntimeObject * ___parent0, RuntimeObject * ___context1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameValueSectionHandler_Create_mCCD971936BB843BA3B93A96735BB08149788F761_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NameValueSectionHandler_Create_mCCD971936BB843BA3B93A96735BB08149788F761_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.Boolean Microsoft.Win32.NativeMethods::DuplicateHandle(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.SafeHandle,System.Runtime.InteropServices.HandleRef,Microsoft.Win32.SafeHandles.SafeWaitHandle&,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_DuplicateHandle_m881DE936556887BFD90C8476CEF64E69E962675D (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hSourceProcessHandle0, SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * ___hSourceHandle1, HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hTargetProcess2, SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** ___targetHandle3, int32_t ___dwDesiredAccess4, bool ___bInheritHandle5, int32_t ___dwOptions6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B3_0 = 0; intptr_t* G_B3_1 = NULL; intptr_t G_B3_2; memset((&G_B3_2), 0, sizeof(G_B3_2)); intptr_t G_B3_3; memset((&G_B3_3), 0, sizeof(G_B3_3)); intptr_t G_B3_4; memset((&G_B3_4), 0, sizeof(G_B3_4)); int32_t G_B2_0 = 0; intptr_t* G_B2_1 = NULL; intptr_t G_B2_2; memset((&G_B2_2), 0, sizeof(G_B2_2)); intptr_t G_B2_3; memset((&G_B2_3), 0, sizeof(G_B2_3)); intptr_t G_B2_4; memset((&G_B2_4), 0, sizeof(G_B2_4)); int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; intptr_t* G_B4_2 = NULL; intptr_t G_B4_3; memset((&G_B4_3), 0, sizeof(G_B4_3)); intptr_t G_B4_4; memset((&G_B4_4), 0, sizeof(G_B4_4)); intptr_t G_B4_5; memset((&G_B4_5), 0, sizeof(G_B4_5)); bool G_B6_0 = false; bool G_B5_0 = false; { V_0 = (bool)0; } IL_0002: try {// begin try (depth: 1) { SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * L_0 = ___hSourceHandle1; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); intptr_t L_1; L_1 = HandleRef_get_Handle_m0768FA4E8D38B46978DB96DAEDCD4947E5256ED5_inline((HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF *)(&___hSourceProcessHandle0), /*hidden argument*/NULL); SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * L_2 = ___hSourceHandle1; NullCheck(L_2); intptr_t L_3; L_3 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_2, /*hidden argument*/NULL); intptr_t L_4; L_4 = HandleRef_get_Handle_m0768FA4E8D38B46978DB96DAEDCD4947E5256ED5_inline((HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF *)(&___hTargetProcess2), /*hidden argument*/NULL); int32_t L_5 = ___dwDesiredAccess4; bool L_6 = ___bInheritHandle5; G_B2_0 = L_5; G_B2_1 = (&V_2); G_B2_2 = L_4; G_B2_3 = L_3; G_B2_4 = L_1; if (L_6) { G_B3_0 = L_5; G_B3_1 = (&V_2); G_B3_2 = L_4; G_B3_3 = L_3; G_B3_4 = L_1; goto IL_0029; } } IL_0026: { G_B4_0 = 0; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; G_B4_3 = G_B2_2; G_B4_4 = G_B2_3; G_B4_5 = G_B2_4; goto IL_002a; } IL_0029: { G_B4_0 = 1; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; G_B4_3 = G_B3_2; G_B4_4 = G_B3_3; G_B4_5 = G_B3_4; } IL_002a: { int32_t L_7 = ___dwOptions6; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); bool L_8; L_8 = MonoIO_DuplicateHandle_m0D67973F970B9407188CE2F964562D1443CB4C43((intptr_t)G_B4_5, (intptr_t)G_B4_4, (intptr_t)G_B4_3, (intptr_t*)G_B4_2, G_B4_1, G_B4_0, L_7, (int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_9 = V_1; G_B5_0 = L_8; if (!L_9) { G_B6_0 = L_8; goto IL_003d; } } IL_0036: { int32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var))); Exception_t * L_11; L_11 = MonoIO_GetException_mDD3EB51C4BE23A4395889E0AE45C3CC68C776188(L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeMethods_DuplicateHandle_m881DE936556887BFD90C8476CEF64E69E962675D_RuntimeMethod_var))); } IL_003d: { SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** L_12 = ___targetHandle3; intptr_t L_13 = V_2; SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_14 = (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 *)il2cpp_codegen_object_new(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1_il2cpp_TypeInfo_var); SafeWaitHandle__ctor_mABE9A7F29A09ECD2B86643417576C1FF40707601(L_14, (intptr_t)L_13, (bool)1, /*hidden argument*/NULL); *((RuntimeObject **)L_12) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)L_14); V_3 = G_B6_0; IL2CPP_LEAVE(0x53, 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) { bool L_15 = V_0; if (!L_15) { goto IL_0052; } } IL_004c: { SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * L_16 = ___hSourceHandle1; NullCheck(L_16); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_16, /*hidden argument*/NULL); } IL_0052: { IL2CPP_END_FINALLY(73) } }// end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { bool L_17 = V_3; return L_17; } } // System.Boolean Microsoft.Win32.NativeMethods::DuplicateHandle(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,Microsoft.Win32.SafeHandles.SafeProcessHandle&,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_DuplicateHandle_m6D9151AA337C724D50A58662F92E93364D832B27 (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hSourceProcessHandle0, HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hSourceHandle1, HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF ___hTargetProcess2, SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** ___targetHandle3, int32_t ___dwDesiredAccess4, bool ___bInheritHandle5, int32_t ___dwOptions6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset((&V_1), 0, sizeof(V_1)); int32_t G_B2_0 = 0; intptr_t* G_B2_1 = NULL; intptr_t G_B2_2; memset((&G_B2_2), 0, sizeof(G_B2_2)); intptr_t G_B2_3; memset((&G_B2_3), 0, sizeof(G_B2_3)); intptr_t G_B2_4; memset((&G_B2_4), 0, sizeof(G_B2_4)); int32_t G_B1_0 = 0; intptr_t* G_B1_1 = NULL; intptr_t G_B1_2; memset((&G_B1_2), 0, sizeof(G_B1_2)); intptr_t G_B1_3; memset((&G_B1_3), 0, sizeof(G_B1_3)); intptr_t G_B1_4; memset((&G_B1_4), 0, sizeof(G_B1_4)); int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; intptr_t* G_B3_2 = NULL; intptr_t G_B3_3; memset((&G_B3_3), 0, sizeof(G_B3_3)); intptr_t G_B3_4; memset((&G_B3_4), 0, sizeof(G_B3_4)); intptr_t G_B3_5; memset((&G_B3_5), 0, sizeof(G_B3_5)); bool G_B5_0 = false; bool G_B4_0 = false; { intptr_t L_0; L_0 = HandleRef_get_Handle_m0768FA4E8D38B46978DB96DAEDCD4947E5256ED5_inline((HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF *)(&___hSourceProcessHandle0), /*hidden argument*/NULL); intptr_t L_1; L_1 = HandleRef_get_Handle_m0768FA4E8D38B46978DB96DAEDCD4947E5256ED5_inline((HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF *)(&___hSourceHandle1), /*hidden argument*/NULL); intptr_t L_2; L_2 = HandleRef_get_Handle_m0768FA4E8D38B46978DB96DAEDCD4947E5256ED5_inline((HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF *)(&___hTargetProcess2), /*hidden argument*/NULL); int32_t L_3 = ___dwDesiredAccess4; bool L_4 = ___bInheritHandle5; G_B1_0 = L_3; G_B1_1 = (&V_1); G_B1_2 = L_2; G_B1_3 = L_1; G_B1_4 = L_0; if (L_4) { G_B2_0 = L_3; G_B2_1 = (&V_1); G_B2_2 = L_2; G_B2_3 = L_1; G_B2_4 = L_0; goto IL_0020; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; goto IL_0021; } IL_0020: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; } IL_0021: { int32_t L_5 = ___dwOptions6; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var); bool L_6; L_6 = MonoIO_DuplicateHandle_m0D67973F970B9407188CE2F964562D1443CB4C43((intptr_t)G_B3_5, (intptr_t)G_B3_4, (intptr_t)G_B3_3, (intptr_t*)G_B3_2, G_B3_1, G_B3_0, L_5, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_7 = V_0; G_B4_0 = L_6; if (!L_7) { G_B5_0 = L_6; goto IL_0034; } } { int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoIO_t0C62EC04843C9D276C9DFB8B12D9D1FD8F81B24B_il2cpp_TypeInfo_var))); Exception_t * L_9; L_9 = MonoIO_GetException_mDD3EB51C4BE23A4395889E0AE45C3CC68C776188(L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeMethods_DuplicateHandle_m6D9151AA337C724D50A58662F92E93364D832B27_RuntimeMethod_var))); } IL_0034: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C ** L_10 = ___targetHandle3; intptr_t L_11 = V_1; SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_12 = (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C *)il2cpp_codegen_object_new(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var); SafeProcessHandle__ctor_m32FDC3151EE29F72A7EEBDDA5163EB791D77F402(L_12, (intptr_t)L_11, (bool)1, /*hidden argument*/NULL); *((RuntimeObject **)L_10) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_12); return G_B5_0; } } // System.IntPtr Microsoft.Win32.NativeMethods::GetCurrentProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F (const RuntimeMethod* method) { typedef intptr_t (*NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F_ftn) (); using namespace il2cpp::icalls; return ((NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F_ftn)System::Microsoft::Win32::NativeMethods::GetCurrentProcess) (); } // System.Boolean Microsoft.Win32.NativeMethods::GetExitCodeProcess(System.IntPtr,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_GetExitCodeProcess_mA3D7E6594163BA1E94EE3221D6B223B2F50485AC (intptr_t ___processHandle0, int32_t* ___exitCode1, const RuntimeMethod* method) { typedef bool (*NativeMethods_GetExitCodeProcess_mA3D7E6594163BA1E94EE3221D6B223B2F50485AC_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((NativeMethods_GetExitCodeProcess_mA3D7E6594163BA1E94EE3221D6B223B2F50485AC_ftn)System::Microsoft::Win32::NativeMethods::GetExitCodeProcess) (___processHandle0, ___exitCode1); } // System.Boolean Microsoft.Win32.NativeMethods::GetExitCodeProcess(Microsoft.Win32.SafeHandles.SafeProcessHandle,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_GetExitCodeProcess_m4BC6015D876FF8A913A66C60C59B0F0C811ED277 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___processHandle0, int32_t* ___exitCode1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try {// begin try (depth: 1) SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_0 = ___processHandle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_1 = ___processHandle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); int32_t* L_3 = ___exitCode1; bool L_4; L_4 = NativeMethods_GetExitCodeProcess_mA3D7E6594163BA1E94EE3221D6B223B2F50485AC((intptr_t)L_2, (int32_t*)L_3, /*hidden argument*/NULL); V_1 = L_4; IL2CPP_LEAVE(0x23, FINALLY_0019); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: {// begin finally (depth: 1) { bool L_5 = V_0; if (!L_5) { goto IL_0022; } } IL_001c: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_6 = ___processHandle0; NullCheck(L_6); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_6, /*hidden argument*/NULL); } IL_0022: { IL2CPP_END_FINALLY(25) } }// end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23, IL_0023) } IL_0023: { bool L_7 = V_1; return L_7; } } // System.Int32 Microsoft.Win32.NativeMethods::GetCurrentProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeMethods_GetCurrentProcessId_m3EFF2E4E24F69C4AA03FFA21E0A1C8611604D649 (const RuntimeMethod* method) { typedef int32_t (*NativeMethods_GetCurrentProcessId_m3EFF2E4E24F69C4AA03FFA21E0A1C8611604D649_ftn) (); using namespace il2cpp::icalls; return ((NativeMethods_GetCurrentProcessId_m3EFF2E4E24F69C4AA03FFA21E0A1C8611604D649_ftn)System::Microsoft::Win32::NativeMethods::GetCurrentProcessId) (); } // System.Boolean Microsoft.Win32.NativeMethods::CloseProcess(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeMethods_CloseProcess_mE1C1C32B6FF9CDC27C5A31993E821D3867C8980C (intptr_t ___handle0, const RuntimeMethod* method) { typedef bool (*NativeMethods_CloseProcess_mE1C1C32B6FF9CDC27C5A31993E821D3867C8980C_ftn) (intptr_t); using namespace il2cpp::icalls; return ((NativeMethods_CloseProcess_mE1C1C32B6FF9CDC27C5A31993E821D3867C8980C_ftn)System::Microsoft::Win32::NativeMethods::CloseProcess) (___handle0); } #ifdef __clang__ #pragma 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.NclUtilities::IsAddressLocal(System.Net.IPAddress) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NclUtilities_IsAddressLocal_mA242E6ABE428178E61CD874861C9FC403B7A8E6D (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * ___ipAddress0, const RuntimeMethod* method) { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_0 = NULL; int32_t V_1 = 0; { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0; L_0 = NclUtilities_get_LocalAddresses_m02FAA6B8E057FF963114C8B6081D240E1650C682(/*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_001c; } IL_000a: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_1 = ___ipAddress0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); bool L_6; L_6 = IPAddress_Equals_m4B1CA27458D8182146569D0BC82A2D3A23346516(L_1, L_5, (bool)0, /*hidden argument*/NULL); if (!L_6) { goto IL_0018; } } { return (bool)1; } IL_0018: { int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001c: { int32_t L_8 = V_1; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_000a; } } { return (bool)0; } } // System.Net.IPHostEntry System.Net.NclUtilities::GetLocalHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * NclUtilities_GetLocalHost_mE12F4302AAB81FEADA5297FCFA19D3489AF307D5 (const RuntimeMethod* method) { { String_t* L_0; L_0 = Dns_GetHostName_m8BF02B75F8EF9723179339212805C5BAF5C4B706(/*hidden argument*/NULL); IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_1; L_1 = Dns_GetHostByName_m56DD7C1149C9931F93FFA8F2AC502B27ADACF6CE(L_0, /*hidden argument*/NULL); return L_1; } } // System.Net.IPAddress[] System.Net.NclUtilities::get_LocalAddresses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* NclUtilities_get_LocalAddresses_m02FAA6B8E057FF963114C8B6081D240E1650C682 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m772E710B012743511D17527B141BF18FAF261C21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m12B2B3DF2361E35086818ACA0D5FFCD81EACA1D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mEE8CCCC50A3969552AEF7ED9CB7237E6391588BA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * V_3 = NULL; int32_t V_4 = 0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_5 = NULL; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * V_6 = NULL; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_7 = NULL; int32_t V_8 = 0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* V_9 = NULL; int32_t V_10 = 0; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_11 = NULL; Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 V_12; memset((&V_12), 0, sizeof(V_12)); IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * V_13 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddresses_0(); il2cpp_codegen_memory_barrier(); V_0 = L_0; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_1 = V_0; if (!L_1) { goto IL_000d; } } { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_2 = V_0; return L_2; } IL_000d: { RuntimeObject * L_3; L_3 = NclUtilities_get_LocalAddressesLock_m0947ED2032CDB835110A441EEB4F8749B460ED88(/*hidden argument*/NULL); V_1 = L_3; V_2 = (bool)0; } IL_0015: try {// begin try (depth: 1) { RuntimeObject * L_4 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_2), /*hidden argument*/NULL); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_5 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddresses_0(); il2cpp_codegen_memory_barrier(); V_0 = L_5; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_6 = V_0; if (!L_6) { goto IL_0030; } } IL_0028: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_7 = V_0; V_5 = L_7; IL2CPP_LEAVE(0x108, FINALLY_00fe); } IL_0030: { List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_8 = (List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 *)il2cpp_codegen_object_new(List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651_il2cpp_TypeInfo_var); List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138(L_8, /*hidden argument*/List_1__ctor_m21DDEFA19FB444CAA0D305057FDB47D13EFB3138_RuntimeMethod_var); V_3 = L_8; } IL_0036: try {// begin try (depth: 2) { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_9; L_9 = NclUtilities_GetLocalHost_mE12F4302AAB81FEADA5297FCFA19D3489AF307D5(/*hidden argument*/NULL); V_6 = L_9; IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_10 = V_6; if (!L_10) { goto IL_00a5; } } IL_0041: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_11 = V_6; NullCheck(L_11); String_t* L_12; L_12 = IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0072; } } IL_004a: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_13 = V_6; NullCheck(L_13); String_t* L_14; L_14 = IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15; L_15 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_14, ((int32_t)46), /*hidden argument*/NULL); V_8 = L_15; int32_t L_16 = V_8; if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0072; } } IL_005f: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_17 = V_6; NullCheck(L_17); String_t* L_18; L_18 = IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline(L_17, /*hidden argument*/NULL); int32_t L_19 = V_8; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_18, L_19, /*hidden argument*/NULL); ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->set__LocalDomainName_2(L_20); } IL_0072: { IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * L_21 = V_6; NullCheck(L_21); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_22; L_22 = IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline(L_21, /*hidden argument*/NULL); V_7 = L_22; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_23 = V_7; if (!L_23) { goto IL_00a5; } } IL_007f: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_24 = V_7; V_9 = L_24; V_10 = 0; goto IL_009d; } IL_0088: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_25 = V_9; int32_t L_26 = V_10; NullCheck(L_25); int32_t L_27 = L_26; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_28 = (L_25)->GetAt(static_cast(L_27)); V_11 = L_28; List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_29 = V_3; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_30 = V_11; NullCheck(L_29); List_1_Add_m12B2B3DF2361E35086818ACA0D5FFCD81EACA1D4(L_29, L_30, /*hidden argument*/List_1_Add_m12B2B3DF2361E35086818ACA0D5FFCD81EACA1D4_RuntimeMethod_var); int32_t L_31 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_009d: { int32_t L_32 = V_10; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_33 = V_9; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_0088; } } IL_00a5: { goto IL_00aa; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00a7; } throw e; } CATCH_00a7: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00aa; }// end catch (depth: 2) IL_00aa: { List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_34 = V_3; NullCheck(L_34); int32_t L_35; L_35 = List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_inline(L_34, /*hidden argument*/List_1_get_Count_m1F7C317627442DB6E3B4F98C1FF1422A514B9535_RuntimeMethod_var); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_36 = (IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB*)SZArrayNew(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB_il2cpp_TypeInfo_var, (uint32_t)L_35); V_0 = L_36; V_4 = 0; List_1_t2EDDED92A80712108B736EB9FFD84D0C78DDE651 * L_37 = V_3; NullCheck(L_37); Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 L_38; L_38 = List_1_GetEnumerator_mEE8CCCC50A3969552AEF7ED9CB7237E6391588BA(L_37, /*hidden argument*/List_1_GetEnumerator_mEE8CCCC50A3969552AEF7ED9CB7237E6391588BA_RuntimeMethod_var); V_12 = L_38; } IL_00c1: try {// begin try (depth: 2) { goto IL_00d8; } IL_00c3: { IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_39; L_39 = Enumerator_get_Current_m772E710B012743511D17527B141BF18FAF261C21_inline((Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *)(&V_12), /*hidden argument*/Enumerator_get_Current_m772E710B012743511D17527B141BF18FAF261C21_RuntimeMethod_var); V_13 = L_39; IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_40 = V_0; int32_t L_41 = V_4; IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE * L_42 = V_13; NullCheck(L_40); ArrayElementTypeCheck (L_40, L_42); (L_40)->SetAt(static_cast(L_41), (IPAddress_t2B5F1762B4B9935BA6CA8FB12C87282C72E035AE *)L_42); int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00d8: { bool L_44; L_44 = Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662((Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *)(&V_12), /*hidden argument*/Enumerator_MoveNext_mD8DFDF939F285F122483FB166AD165216A9A0662_RuntimeMethod_var); if (L_44) { goto IL_00c3; } } IL_00e1: { IL2CPP_LEAVE(0xF1, FINALLY_00e3); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e3; } FINALLY_00e3: {// begin finally (depth: 2) Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A((Enumerator_t2B0305060FC795B54147336A7C2D3EB9109AD245 *)(&V_12), /*hidden argument*/Enumerator_Dispose_m99BDC485E0F50621E5402FB3396274F0B415728A_RuntimeMethod_var); IL2CPP_END_FINALLY(227) }// end finally (depth: 2) IL2CPP_CLEANUP(227) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF1, IL_00f1) } IL_00f1: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_45 = V_0; il2cpp_codegen_memory_barrier(); ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->set__LocalAddresses_0(L_45); IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_46 = V_0; V_5 = L_46; IL2CPP_LEAVE(0x108, FINALLY_00fe); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fe; } FINALLY_00fe: {// begin finally (depth: 1) { bool L_47 = V_2; if (!L_47) { goto IL_0107; } } IL_0101: { RuntimeObject * L_48 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_48, /*hidden argument*/NULL); } IL_0107: { IL2CPP_END_FINALLY(254) } }// end finally (depth: 1) IL2CPP_CLEANUP(254) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x108, IL_0108) } IL_0108: { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_49 = V_5; return L_49; } } // System.Object System.Net.NclUtilities::get_LocalAddressesLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NclUtilities_get_LocalAddressesLock_m0947ED2032CDB835110A441EEB4F8749B460ED88 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddressesLock_1(); if (L_0) { goto IL_0018; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); RuntimeObject * L_2; L_2 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)(((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get_address_of__LocalAddressesLock_1()), L_1, NULL, /*hidden argument*/NULL); } IL_0018: { RuntimeObject * L_3 = ((NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_tA5D86ADFC10D8EF33400F3BF0C1D4A8E3F7EE55B_il2cpp_TypeInfo_var))->get__LocalAddressesLock_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 System.ComponentModel.NestedContainer::.ctor(System.ComponentModel.IComponent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedContainer__ctor_m80A35F30D0A053A47682D2D3C927F1BEF4B30DF4 (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, RuntimeObject* ___owner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedContainer_OnOwnerDisposed_m3C7E69000C694B1402F3C217D86316597200B7C5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Container__ctor_mC968D91128B24B10F70815B572FC064D4FD1C94F(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___owner0; 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*)&_stringLiteralC89994489E374EE60488665751DAAD6F3B411190)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NestedContainer__ctor_m80A35F30D0A053A47682D2D3C927F1BEF4B30DF4_RuntimeMethod_var))); } IL_0014: { RuntimeObject* L_2 = ___owner0; __this->set__owner_6(L_2); RuntimeObject* L_3 = __this->get__owner_6(); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_4 = (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)il2cpp_codegen_object_new(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); EventHandler__ctor_m9D4CC7B806AFF3B790E5E1A3B891F6775A146B78(L_4, __this, (intptr_t)((intptr_t)NestedContainer_OnOwnerDisposed_m3C7E69000C694B1402F3C217D86316597200B7C5_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_3); InterfaceActionInvoker1< EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * >::Invoke(2 /* System.Void System.ComponentModel.IComponent::add_Disposed(System.EventHandler) */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_3, L_4); return; } } // System.ComponentModel.IComponent System.ComponentModel.NestedContainer::get_Owner() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_get_Owner_mEEFC77BA03C43D69D7FC17FAE3AF6075352448BC (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__owner_6(); return L_0; } } // System.String System.ComponentModel.NestedContainer::get_OwnerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NestedContainer_get_OwnerName_mBD92BCC647669426447D5B21FE42E4E5D7272EFC (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISite_tC1E55EC6FA743BE8C9D79C838308E788B90C8790_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; { V_0 = (String_t*)NULL; RuntimeObject* L_0 = __this->get__owner_6(); if (!L_0) { goto IL_0045; } } { RuntimeObject* L_1 = __this->get__owner_6(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_1); if (!L_2) { goto IL_0045; } } { RuntimeObject* L_3 = __this->get__owner_6(); 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_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_1; if (!L_5) { goto IL_0034; } } { RuntimeObject* L_6 = V_1; NullCheck(L_6); String_t* L_7; L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.ComponentModel.INestedSite::get_FullName() */, INestedSite_tC36666BA3417B5FC87033B26B79F7971BCA8BA2D_il2cpp_TypeInfo_var, L_6); V_0 = L_7; goto IL_0045; } IL_0034: { RuntimeObject* L_8 = __this->get__owner_6(); 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); V_0 = L_10; } IL_0045: { String_t* L_11 = V_0; return L_11; } } // System.ComponentModel.ISite System.ComponentModel.NestedContainer::CreateSite(System.ComponentModel.IComponent,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NestedContainer_CreateSite_m60721ED4B942962430A1874E069C6D0B5FB17FDF (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, RuntimeObject* ___component0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Site_tA3480C1C11DD11563EF48290D6F40D88855DE964_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&NestedContainer_CreateSite_m60721ED4B942962430A1874E069C6D0B5FB17FDF_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___component0; String_t* L_3 = ___name1; Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 * L_4 = (Site_tA3480C1C11DD11563EF48290D6F40D88855DE964 *)il2cpp_codegen_object_new(Site_tA3480C1C11DD11563EF48290D6F40D88855DE964_il2cpp_TypeInfo_var); Site__ctor_m6EFAE747585141965F2058282310CF4C585B1B0B(L_4, L_2, __this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.ComponentModel.NestedContainer::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedContainer_Dispose_m0D3F98A5C0E787FCC96DA386BB5032200461ABCB (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NestedContainer_OnOwnerDisposed_m3C7E69000C694B1402F3C217D86316597200B7C5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___disposing0; if (!L_0) { goto IL_001a; } } { RuntimeObject* L_1 = __this->get__owner_6(); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_2 = (EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B *)il2cpp_codegen_object_new(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B_il2cpp_TypeInfo_var); EventHandler__ctor_m9D4CC7B806AFF3B790E5E1A3B891F6775A146B78(L_2, __this, (intptr_t)((intptr_t)NestedContainer_OnOwnerDisposed_m3C7E69000C694B1402F3C217D86316597200B7C5_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker1< EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * >::Invoke(3 /* System.Void System.ComponentModel.IComponent::remove_Disposed(System.EventHandler) */, IComponent_tA8288DBAE816F745C83DBC8E5F40E02272C08408_il2cpp_TypeInfo_var, L_1, L_2); } IL_001a: { bool L_3 = ___disposing0; Container_Dispose_mEA675D40B15223A89690AD3E809754083E076935(__this, L_3, /*hidden argument*/NULL); return; } } // System.Object System.ComponentModel.NestedContainer::GetService(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NestedContainer_GetService_m516BA27E5ABC922F0C75677705D818C4E4B2B9DB (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, Type_t * ___service0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&INestedContainer_t1073C24E822F4CBD6BAB74F93B95F864944E4727_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 (INestedContainer_t1073C24E822F4CBD6BAB74F93B95F864944E4727_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 __this; } IL_0014: { Type_t * L_4 = ___service0; RuntimeObject * L_5; L_5 = Container_GetService_mA8FA8CE594C8CFA4EB5BF8DACA1126B0E147E92D(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.ComponentModel.NestedContainer::OnOwnerDisposed(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NestedContainer_OnOwnerDisposed_m3C7E69000C694B1402F3C217D86316597200B7C5 (NestedContainer_tFA9EF7F0F2DE1D09DC3F996F9C0A4AEFD72FAA72 * __this, RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method) { { Container_Dispose_m40E0850BA9244FE9C7CC16C629BBAF9A1DBED6C6(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Net.NetRes::GetWebStatusString(System.String,System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m0D5F79A08AD2C1F946FB394B0BDAAABF86DFDF50 (String_t* ___Res0, int32_t ___Status1, const RuntimeMethod* method) { 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*)&WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = ___Status1; IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); String_t* L_1; L_1 = WebExceptionMapping_GetWebStatusString_m30EC249DEE18FC7F31A7AE05399C6D7E8CEF6554(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = ___Res0; String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(L_3, /*hidden argument*/NULL); V_0 = L_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_6 = V_0; String_t* L_7 = V_1; String_t* L_8; L_8 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Net.NetRes::GetWebStatusString(System.Net.WebExceptionStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m0F2E19EBF8DC9ADD97B2B1C229F9E527D16A7968 (int32_t ___Status0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___Status0; IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t3406C6654BD7E0196A7491671169FD9EC25BC326_il2cpp_TypeInfo_var); String_t* L_1; L_1 = WebExceptionMapping_GetWebStatusString_m30EC249DEE18FC7F31A7AE05399C6D7E8CEF6554(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(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.Net.Configuration.NetSectionGroup::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570 (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup__ctor_m7AB7B5CA35F2D7C06B047BD0B480AD6F2C067570_RuntimeMethod_var); return; } } // System.Net.Configuration.AuthenticationModulesSection System.Net.Configuration.NetSectionGroup::get_AuthenticationModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 * NetSectionGroup_get_AuthenticationModules_mE0A50F7A53DA836A0AAF4C66C910F182FB69E684 (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_get_AuthenticationModules_mE0A50F7A53DA836A0AAF4C66C910F182FB69E684_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_AuthenticationModules_mE0A50F7A53DA836A0AAF4C66C910F182FB69E684_RuntimeMethod_var); return (AuthenticationModulesSection_t0348534026541CB32FDE36EE604AD38F3677D4F6 *)NULL; } } // System.Net.Configuration.ConnectionManagementSection System.Net.Configuration.NetSectionGroup::get_ConnectionManagement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 * NetSectionGroup_get_ConnectionManagement_mBA5D5A9EBC216DA218BF628804ED625B4BAAD1CD (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_get_ConnectionManagement_mBA5D5A9EBC216DA218BF628804ED625B4BAAD1CD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_ConnectionManagement_mBA5D5A9EBC216DA218BF628804ED625B4BAAD1CD_RuntimeMethod_var); return (ConnectionManagementSection_t3A29EBAF9E3B13F9886D2739ABE4AD89CA007987 *)NULL; } } // System.Net.Configuration.DefaultProxySection System.Net.Configuration.NetSectionGroup::get_DefaultProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 * NetSectionGroup_get_DefaultProxy_m4D1D7CA5CDEE0AD1C59EF03A13F146F6160C3AC5 (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_get_DefaultProxy_m4D1D7CA5CDEE0AD1C59EF03A13F146F6160C3AC5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_DefaultProxy_m4D1D7CA5CDEE0AD1C59EF03A13F146F6160C3AC5_RuntimeMethod_var); return (DefaultProxySection_t3253AD6FC82F5374C16B845A65819B4C33F94A20 *)NULL; } } // System.Net.Configuration.MailSettingsSectionGroup System.Net.Configuration.NetSectionGroup::get_MailSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MailSettingsSectionGroup_t2173324660C721C373AD138C2687A6C700B9AD45 * NetSectionGroup_get_MailSettings_m55E6DE5279B2B447B8142F6DCE89619B565BB851 (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_get_MailSettings_m55E6DE5279B2B447B8142F6DCE89619B565BB851_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_MailSettings_m55E6DE5279B2B447B8142F6DCE89619B565BB851_RuntimeMethod_var); return (MailSettingsSectionGroup_t2173324660C721C373AD138C2687A6C700B9AD45 *)NULL; } } // System.Net.Configuration.RequestCachingSection System.Net.Configuration.NetSectionGroup::get_RequestCaching() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 * NetSectionGroup_get_RequestCaching_m11F5CF0BA82C13F33F0CC4234298E1DBAC77BD5E (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_get_RequestCaching_m11F5CF0BA82C13F33F0CC4234298E1DBAC77BD5E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_RequestCaching_m11F5CF0BA82C13F33F0CC4234298E1DBAC77BD5E_RuntimeMethod_var); return (RequestCachingSection_tE7866C3C13022A8B0CBC38E4C7E323F5AE6B24A0 *)NULL; } } // System.Net.Configuration.SettingsSection System.Net.Configuration.NetSectionGroup::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB * NetSectionGroup_get_Settings_m039F467C0D796CF7EBE33DBCB5C6FE9833CDA6AF (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_get_Settings_m039F467C0D796CF7EBE33DBCB5C6FE9833CDA6AF_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_Settings_m039F467C0D796CF7EBE33DBCB5C6FE9833CDA6AF_RuntimeMethod_var); return (SettingsSection_t711E6C3A32C96E69BF15E02FF55E58AF33EB95EB *)NULL; } } // System.Net.Configuration.WebRequestModulesSection System.Net.Configuration.NetSectionGroup::get_WebRequestModules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequestModulesSection_t2F6BB673DEE919615116B391BA37F70831084603 * NetSectionGroup_get_WebRequestModules_mB29454B90C5392089A81C22280855BBE615D441E (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_get_WebRequestModules_mB29454B90C5392089A81C22280855BBE615D441E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_WebRequestModules_mB29454B90C5392089A81C22280855BBE615D441E_RuntimeMethod_var); return (WebRequestModulesSection_t2F6BB673DEE919615116B391BA37F70831084603 *)NULL; } } // System.Net.Configuration.NetSectionGroup System.Net.Configuration.NetSectionGroup::GetSectionGroup(System.Configuration.Configuration) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 * NetSectionGroup_GetSectionGroup_mB5648D921FA8CD9879FD50F44295C79029ADE49C (Configuration_t2D6AF83B04651CA3592278913AAE0CBE02D7C380 * ___config0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NetSectionGroup_GetSectionGroup_mB5648D921FA8CD9879FD50F44295C79029ADE49C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(NetSectionGroup_GetSectionGroup_mB5648D921FA8CD9879FD50F44295C79029ADE49C_RuntimeMethod_var); return (NetSectionGroup_t6140365E450BA572B37299B8CF1715BB1144BFF2 *)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.NetworkCredential::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mBB62CCEBA2D6C5AE946F2D3F4A26FD3B718E312E (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___userName0, String_t* ___password1, const RuntimeMethod* method) { 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 = ___userName0; String_t* L_1 = ___password1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NetworkCredential__ctor_mFBBBBCA94F91EA965A2B3DD6DD52554245B6B41B(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Net.NetworkCredential::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mFBBBBCA94F91EA965A2B3DD6DD52554245B6B41B (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___userName0, String_t* ___password1, String_t* ___domain2, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___userName0; NetworkCredential_set_UserName_m0906CE0D5CFA7972CD2DA08D9D2DD5ABEEEE55C8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___password1; NetworkCredential_set_Password_mD3D1EF31B8A2C9011A2439B249E3B2D55D1144F4(__this, L_1, /*hidden argument*/NULL); String_t* L_2 = ___domain2; NetworkCredential_set_Domain_m122C82F6B1E78A1F0A86B9B314F479EB336DC354(__this, L_2, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0; L_0 = NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.NetworkCredential::set_UserName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_UserName_m0906CE0D5CFA7972CD2DA08D9D2DD5ABEEEE55C8 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __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_000f; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_userName_1(L_1); return; } IL_000f: { String_t* L_2 = ___value0; __this->set_m_userName_1(L_2); return; } } // 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) { { String_t* L_0; L_0 = NetworkCredential_InternalGetPassword_m3A81BC2DFB8F5EE58FB8E4AFC25DE6B4D65176D6(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.NetworkCredential::set_Password(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Password_mD3D1EF31B8A2C9011A2439B249E3B2D55D1144F4 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_1; L_1 = SecureStringHelper_CreateSecureString_mC09D746C7B8EB41AEE8C9AB8525FBCA7C3E63D1F(L_0, /*hidden argument*/NULL); __this->set_m_password_2(L_1); return; } } // 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) { { String_t* L_0; L_0 = NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Net.NetworkCredential::set_Domain(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkCredential_set_Domain_m122C82F6B1E78A1F0A86B9B314F479EB336DC354 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __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_000f; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_domain_0(L_1); return; } IL_000f: { String_t* L_2 = ___value0; __this->set_m_domain_0(L_2); return; } } // System.String System.Net.NetworkCredential::InternalGetUserName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_userName_1(); return L_0; } } // System.String System.Net.NetworkCredential::InternalGetPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetPassword_m3A81BC2DFB8F5EE58FB8E4AFC25DE6B4D65176D6 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_0 = __this->get_m_password_2(); String_t* L_1; L_1 = SecureStringHelper_CreateString_m3FB0D27762C3424DD3C9DCC1BB647C8F2F786528(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Net.NetworkCredential::InternalGetDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_0(); return L_0; } } // System.Net.NetworkCredential System.Net.NetworkCredential::GetCredential(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * NetworkCredential_GetCredential_m695587170B9003FAFA139B3F6EF82CB5F6CF20D1 (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, String_t* ___authType1, const RuntimeMethod* method) { { return __this; } } #ifdef __clang__ #pragma 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.NetworkInformation.NetworkInformationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_m5CDA318CAFE57C54FA19136D9CC86F34DF5F8F1C (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_0; L_0 = Marshal_GetLastWin32Error_m87DFFDB64662B46C9CF913EC08E5CEFF3A6E314D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); Win32Exception__ctor_mF8FAD9681BA8B2EFBD1EDA7C690764FF60E85A6F(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_m0132BE482A5DEDFAA8E675B7E8F1BB59BDB2E23F (NetworkInformationException_t1BA1B6E599C317CF3BBC965519238248C74211CF * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___serializationInfo0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___streamingContext1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___serializationInfo0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___streamingContext1; IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var); Win32Exception__ctor_m712FC6079EE6F92FAB0B3DDAFD652B24FF163CC6(__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.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_CloseTimeout_9((-1)); __this->set_m_CurrentReadTimeout_11((-1)); __this->set_m_CurrentWriteTimeout_12((-1)); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___socket0; if (L_0) { goto IL_0029; } } { 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*)&_stringLiteralCAE3EC607D0863F97F03818BC2D530CA097D5A2E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream__ctor_mF3FEC9C4DAA15E863B119F17F9EACE740ECD8E2C_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = ___socket0; NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52(__this, L_2, 3, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_m_CloseTimeout_9((-1)); __this->set_m_CurrentReadTimeout_11((-1)); __this->set_m_CurrentWriteTimeout_12((-1)); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___socket0; if (L_0) { goto IL_0029; } } { 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*)&_stringLiteralCAE3EC607D0863F97F03818BC2D530CA097D5A2E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream__ctor_mA1CC20301CE577D0D971E02452956141D21E2F48_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = ___socket0; NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52(__this, L_2, 3, /*hidden argument*/NULL); bool L_3 = ___ownsSocket1; __this->set_m_OwnsSocket_8(L_3); return; } } // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::get_InternalSocket() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_StreamSocket_5(); V_0 = L_0; bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (L_1) { goto IL_0014; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = V_0; if (L_2) { goto IL_0025; } } IL_0014: { Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_3); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_5 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_InternalSocket_m0F71D9478B11DF5AE9ADC8BD7F56B315B53F6F4B_RuntimeMethod_var))); } IL_0025: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = V_0; return L_6; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_CanRead_m18372499A3E8644ED054E324BBA2EDE1F2C0CA82 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Readable_6(); return L_0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_CanSeek_mF793B58986D542FC7310AC8933A3C26309919BCE (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Net.Sockets.NetworkStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_CanWrite_mDAE8A9686A2B56E688133B8DC2E94976B16AA2CD (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_Writeable_7(); return L_0; } } // System.Int32 System.Net.Sockets.NetworkStream::get_ReadTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_get_ReadTimeout_m3601F6C548B89001D44C0D87C0A2701D5DD63433 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, 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; } int32_t V_0 = 0; { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_StreamSocket_5(); NullCheck(L_0); RuntimeObject * L_1; L_1 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_0, ((int32_t)65535), ((int32_t)4102), /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_2 = V_0; if (L_2) { goto IL_0020; } } { return (-1); } IL_0020: { int32_t L_3 = V_0; return L_3; } } // System.Void System.Net.Sockets.NetworkStream::set_ReadTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_set_ReadTimeout_m4CA42D36C1A6081EB6CDD305AF47C5987D84951C (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_001d; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral760B4C78E2F14A393A6316A171E6402908250D25)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_set_ReadTimeout_m4CA42D36C1A6081EB6CDD305AF47C5987D84951C_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___value0; NetworkStream_SetSocketTimeoutOption_m9E73C579315BEB79DB9870FF3297E088D2897230(__this, 0, L_4, (bool)0, /*hidden argument*/NULL); return; } } // System.Int32 System.Net.Sockets.NetworkStream::get_WriteTimeout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_get_WriteTimeout_m9EA5F1B0F6654F3522ED9A90092F73B4AADD7BC4 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, 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; } int32_t V_0 = 0; { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = __this->get_m_StreamSocket_5(); NullCheck(L_0); RuntimeObject * L_1; L_1 = Socket_GetSocketOption_m58A866C87F4B09F2A8C3DA71635C8DA17836520D(L_0, ((int32_t)65535), ((int32_t)4101), /*hidden argument*/NULL); V_0 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_2 = V_0; if (L_2) { goto IL_0020; } } { return (-1); } IL_0020: { int32_t L_3 = V_0; return L_3; } } // System.Boolean System.Net.Sockets.NetworkStream::get_DataAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_001b; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845_RuntimeMethod_var))); } IL_001b: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_m_StreamSocket_5(); V_0 = L_4; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_5 = V_0; if (L_5) { goto IL_0048; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = L_6; String_t* L_8; L_8 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); String_t* L_9; L_9 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_7, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_10 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_DataAvailable_m37E50678B91FBC3BC8B92DDFAC683DBD39642845_RuntimeMethod_var))); } IL_0048: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = Socket_get_Available_mDAEF0D394D1130E69158CBE24A5687C772800E09(L_11, /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_12) <= ((uint32_t)0)))? 1 : 0); } } // System.Int64 System.Net.Sockets.NetworkStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Length_mBC8427DF08F60DECB0627E20F5A561102A33F089 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_Length_mBC8427DF08F60DECB0627E20F5A561102A33F089_RuntimeMethod_var))); } } // System.Int64 System.Net.Sockets.NetworkStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Position_mEA82AACE1AD0E58FEC0AE134A56D64FF7A071F9A (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_get_Position_mEA82AACE1AD0E58FEC0AE134A56D64FF7A071F9A_RuntimeMethod_var))); } } // System.Void System.Net.Sockets.NetworkStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_set_Position_m80106F320BDA2FB13B11A93D302CE72A95859999 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int64_t ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_set_Position_m80106F320BDA2FB13B11A93D302CE72A95859999_RuntimeMethod_var))); } } // System.Int64 System.Net.Sockets.NetworkStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NetworkStream_Seek_m7933D6E7EE305143454CDABFD5F512BCDE204CE0 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Seek_m7933D6E7EE305143454CDABFD5F512BCDE204CE0_RuntimeMethod_var))); } } // System.Void System.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * ___socket0, int32_t ___Access1, const RuntimeMethod* method) { { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_0 = ___socket0; NullCheck(L_0); bool L_1; L_1 = Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD363529D8796015218E34E332FCF70A0692BBEAE)), /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_3 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var))); } IL_0018: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = ___socket0; NullCheck(L_4); bool L_5; L_5 = Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0030; } } { String_t* L_6; L_6 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC346DF19BCA13733A62F157B7D32A1ADA5023CC6)), /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_7 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var))); } IL_0030: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_8 = ___socket0; NullCheck(L_8); int32_t L_9; L_9 = Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_0049; } } { String_t* L_10; L_10 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143906017307B2EE4CB5A4882212F84EB8C906E8)), /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_11 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_InitNetworkStream_m2DB75A504D6CD4BE407683A11E2A37F93B1DFF52_RuntimeMethod_var))); } IL_0049: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_12 = ___socket0; __this->set_m_StreamSocket_5(L_12); int32_t L_13 = ___Access1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1))) { case 0: { goto IL_0066; } case 1: { goto IL_006e; } case 2: { goto IL_0076; } } } { goto IL_0076; } IL_0066: { __this->set_m_Readable_6((bool)1); return; } IL_006e: { __this->set_m_Writeable_7((bool)1); return; } IL_0076: { __this->set_m_Readable_6((bool)1); __this->set_m_Writeable_7((bool)1); return; } } // System.Int32 System.Net.Sockets.NetworkStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD15E05E666C20FAF0B82204AE82FC229C31968CD)), /*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*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; String_t* L_22; L_22 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_009a: { } IL_009b: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; NullCheck(L_25); int32_t L_29; L_29 = Socket_Receive_mA08EE1F9A870791CECAAC2FA2D4144ACBA6B4962(L_25, L_26, L_27, L_28, 0, /*hidden argument*/NULL); V_1 = L_29; goto IL_00e3; }// 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_00a8; } throw e; } CATCH_00a8: {// begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_30 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_30, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b1: { Exception_t * L_31 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_31, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b9: { Exception_t * L_32 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c3; } } IL_00c1: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } IL_00c3: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = (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_34 = L_33; Exception_t * L_35 = V_2; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_35); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_36); String_t* L_37; L_37 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_34, /*hidden argument*/NULL); Exception_t * L_38 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_39 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_39, L_37, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Read_m519A834DAB398C347321493E82E7AB823EABEF36_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00e3: { int32_t L_40 = V_1; return L_40; } } // System.Void System.Net.Sockets.NetworkStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCB540C840AE79272EC9FC6FDFB1CD210042AEE5)), /*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*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; String_t* L_22; L_22 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_009a: { } IL_009b: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; NullCheck(L_25); int32_t L_29; L_29 = Socket_Send_mF70EF17396CEA161F628B1923DA32463720D9A1E(L_25, L_26, L_27, L_28, 0, /*hidden argument*/NULL); goto IL_00e3; }// 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_00a8; } throw e; } CATCH_00a8: {// begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_30 = V_1; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_30, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b1: { Exception_t * L_31 = V_1; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_31, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c1; } } IL_00b9: { Exception_t * L_32 = V_1; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c3; } } IL_00c1: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } IL_00c3: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_33 = (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_34 = L_33; Exception_t * L_35 = V_1; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_35); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_36); String_t* L_37; L_37 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_34, /*hidden argument*/NULL); Exception_t * L_38 = V_1; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_39 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_39, L_37, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_Write_mA36470E3CEDC327EC179649541ABBBE1DB294F4C_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00e3: { return; } } // System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Dispose_mB2BCF75273D7AE5D5417E9B02E6630B5CCBCBD97 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, bool ___disposing0, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); il2cpp_codegen_memory_barrier(); __this->set_m_CleanedUp_10(1); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_0053; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = __this->get_m_StreamSocket_5(); if (!L_2) { goto IL_0053; } } { __this->set_m_Readable_6((bool)0); __this->set_m_Writeable_7((bool)0); bool L_3 = __this->get_m_OwnsSocket_8(); if (!L_3) { goto IL_0053; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_4 = __this->get_m_StreamSocket_5(); V_0 = L_4; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_5 = V_0; if (!L_5) { goto IL_0053; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = V_0; NullCheck(L_6); Socket_InternalShutdown_mDA3F1ED617847E781AA826C43A833E7C978FD850(L_6, 2, /*hidden argument*/NULL); Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; int32_t L_8 = __this->get_m_CloseTimeout_9(); NullCheck(L_7); Socket_Close_mEC9B67F2F0E51F7FBB9D6BC9F630AD52DF7D0E65(L_7, L_8, /*hidden argument*/NULL); } IL_0053: { bool L_9 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Net.Sockets.NetworkStream::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Finalize_m67A14B9689E9E9775841BFA59A272347FAC5D40E (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(19 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD15E05E666C20FAF0B82204AE82FC229C31968CD)), /*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*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; String_t* L_22; L_22 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_009a: { } IL_009b: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_29 = ___callback3; RuntimeObject * L_30 = ___state4; NullCheck(L_25); RuntimeObject* L_31; L_31 = Socket_BeginReceive_mE0B06265B8AFC35DADCA4184D6C8B8A062BCDE73(L_25, L_26, L_27, L_28, 0, L_29, L_30, /*hidden argument*/NULL); V_1 = L_31; goto IL_00e7; }// 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_00ac; } throw e; } CATCH_00ac: {// begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_32 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00b5: { Exception_t * L_33 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_33, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00bd: { Exception_t * L_34 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_34, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c7; } } IL_00c5: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } IL_00c7: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = (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_36 = L_35; Exception_t * L_37 = V_2; NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_37); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_38); String_t* L_39; L_39 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_36, /*hidden argument*/NULL); Exception_t * L_40 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_41 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_41, L_39, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginRead_m237864822EAB5EA9D8221CA37B141C38E035A896_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00e7: { RuntimeObject* L_42 = V_1; return L_42; } } // System.Int32 System.Net.Sockets.NetworkStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; int32_t V_1 = 0; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_001b; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_4 = ___asyncResult0; if (L_4) { goto IL_0029; } } { 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*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = __this->get_m_StreamSocket_5(); V_0 = L_6; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; if (L_7) { goto IL_0056; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (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_9 = L_8; String_t* L_10; L_10 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_9, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_12 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_0056: { } IL_0057: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_13 = V_0; RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_13); int32_t L_15; L_15 = Socket_EndReceive_m46B15199B81401BF6B7B76242C6E3A7E8156749C(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; goto IL_009c; }// 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_0061; } throw e; } CATCH_0061: {// begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_16 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_006a: { Exception_t * L_17 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_0072: { Exception_t * L_18 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_18, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_007c; } } IL_007a: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } IL_007c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (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_20 = L_19; Exception_t * L_21 = V_2; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD276871380E2514BC5C852354B661466FE73932A)), L_20, /*hidden argument*/NULL); Exception_t * L_24 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_25 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndRead_mDCD08C532B8346555DD2D31850D15C8A900ECEF5_RuntimeMethod_var))); } }// end catch (depth: 1) IL_009c: { int32_t L_26 = V_1; return L_26; } } // System.IAsyncResult System.Net.Sockets.NetworkStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; bool G_B2_0 = false; bool G_B1_0 = false; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); bool L_1 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); G_B1_0 = L_0; if (!L_1) { G_B2_0 = L_0; goto IL_0021; } } { Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_2); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_4 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0021: { if (G_B2_0) { goto IL_0033; } } { String_t* L_5; L_5 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCB540C840AE79272EC9FC6FDFB1CD210042AEE5)), /*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*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0033: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; if (L_7) { goto IL_0041; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_8 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0041: { int32_t L_9 = ___offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_10 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___buffer0; NullCheck(L_11); if ((((int32_t)L_10) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0056; } } IL_004b: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_0056: { int32_t L_13 = ___size2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0062; } } { int32_t L_14 = ___size2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; NullCheck(L_15); int32_t L_16 = ___offset1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))), (int32_t)L_16))))) { goto IL_006d; } } IL_0062: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3EE5A4671A4E5AEBD31CA5F013A7773DC18ED22B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_006d: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_18 = __this->get_m_StreamSocket_5(); V_0 = L_18; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_19 = V_0; if (L_19) { goto IL_009a; } } { 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)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; String_t* L_22; L_22 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_21, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_24 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_009a: { } IL_009b: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___size2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_29 = ___callback3; RuntimeObject * L_30 = ___state4; NullCheck(L_25); RuntimeObject* L_31; L_31 = Socket_BeginSend_mFB97AF214E7F82B0B38434F844DA755AF18E612C(L_25, L_26, L_27, L_28, 0, L_29, L_30, /*hidden argument*/NULL); V_1 = L_31; goto IL_00e7; }// 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_00ac; } throw e; } CATCH_00ac: {// begin catch(System.Exception) { V_2 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_32 = V_2; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_32, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00b5: { Exception_t * L_33 = V_2; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_33, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_00c5; } } IL_00bd: { Exception_t * L_34 = V_2; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_34, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_00c7; } } IL_00c5: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } IL_00c7: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = (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_36 = L_35; Exception_t * L_37 = V_2; NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_37); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_38); String_t* L_39; L_39 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_36, /*hidden argument*/NULL); Exception_t * L_40 = V_2; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_41 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_41, L_39, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_BeginWrite_m260304D17C2BAFBCF1601F8479DF20E3618AA9DE_RuntimeMethod_var))); } }// end catch (depth: 1) IL_00e7: { RuntimeObject* L_42 = V_1; return L_42; } } // System.Void System.Net.Sockets.NetworkStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_m_CleanedUp_10(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_001b; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_3 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_001b: { RuntimeObject* L_4 = ___asyncResult0; if (L_4) { goto IL_0029; } } { 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*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_0029: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_6 = __this->get_m_StreamSocket_5(); V_0 = L_6; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; if (L_7) { goto IL_0056; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (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_9 = L_8; String_t* L_10; L_10 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB89A13A0E5FA15F482D392D70ABCD9C821ABC069)), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_9, /*hidden argument*/NULL); IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_12 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_0056: { } IL_0057: try {// begin try (depth: 1) Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_13 = V_0; RuntimeObject* L_14 = ___asyncResult0; NullCheck(L_13); int32_t L_15; L_15 = Socket_EndSend_mE56C2A95C12655CA7C3C6690382FC48B7E9AA45C(L_13, L_14, /*hidden argument*/NULL); goto IL_009c; }// 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_0061; } throw e; } CATCH_0061: {// begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_16 = V_1; if (((ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153 *)IsInstSealed((RuntimeObject*)L_16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ThreadAbortException_t16772A32C3654FCFF0399F11874CB783CC51C153_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_006a: { Exception_t * L_17 = V_1; if (((StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E *)IsInstSealed((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackOverflowException_tCDBFE2D7CF662B7405CDB64A8ED8CE0E2728055E_il2cpp_TypeInfo_var))))) { goto IL_007a; } } IL_0072: { Exception_t * L_18 = V_1; if (!((OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC *)IsInstClass((RuntimeObject*)L_18, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_t2671AB315BD130A49A1592BAD0AEE9F2D37667AC_il2cpp_TypeInfo_var))))) { goto IL_007c; } } IL_007a: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } IL_007c: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (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_20 = L_19; Exception_t * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23; L_23 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D8C2C829708035B4AF0CC756D4133E365D4602A)), L_20, /*hidden argument*/NULL); Exception_t * L_24 = V_1; IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_25 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m6FEE731FB9201F8322FB67EFEE6F43D424DFE1E7(L_25, L_23, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_EndWrite_mE66E13187FAEFE8DBB41C5A8F5BE7D7BC3686E73_RuntimeMethod_var))); } }// end catch (depth: 1) IL_009c: { return; } } // System.Void System.Net.Sockets.NetworkStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Flush_m29FFA75A5BE746CF8BA1381B48D4963ED38E0288 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, const RuntimeMethod* method) { { return; } } // System.Threading.Tasks.Task System.Net.Sockets.NetworkStream::FlushAsync(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * NetworkStream_FlushAsync_m6DFDF1F76CD42E35082C1FE71012B3F9363A55D7 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_0; L_0 = Task_get_CompletedTask_m50A6B866A113BC922674893991DC4E80CB629C1D(/*hidden argument*/NULL); return L_0; } } // System.Void System.Net.Sockets.NetworkStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_SetLength_mAB9261955C29DC6346EDDC2351B793C7F797D8CD (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int64_t ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A1C57A14DBAA067A98C8B33FA6B28D793AFE67D)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NetworkStream_SetLength_mAB9261955C29DC6346EDDC2351B793C7F797D8CD_RuntimeMethod_var))); } } // System.Void System.Net.Sockets.NetworkStream::SetSocketTimeoutOption(System.Net.Sockets.SocketShutdown,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_SetSocketTimeoutOption_m9E73C579315BEB79DB9870FF3297E088D2897230 (NetworkStream_t160A2538024FE3EC707872435D01F1C20B3B1A48 * __this, int32_t ___mode0, int32_t ___timeout1, bool ___silent2, const RuntimeMethod* method) { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * V_0 = NULL; { int32_t L_0 = ___timeout1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0007; } } { ___timeout1 = 0; } IL_0007: { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_1 = __this->get_m_StreamSocket_5(); V_0 = L_1; Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_2 = V_0; if (L_2) { goto IL_0012; } } { return; } IL_0012: { int32_t L_3 = ___mode0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_001a; } } { int32_t L_4 = ___mode0; if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_003c; } } IL_001a: { int32_t L_5 = ___timeout1; int32_t L_6 = __this->get_m_CurrentWriteTimeout_12(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_003c; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_7 = V_0; int32_t L_8 = ___timeout1; bool L_9 = ___silent2; NullCheck(L_7); Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B(L_7, ((int32_t)65535), ((int32_t)4101), L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = ___timeout1; __this->set_m_CurrentWriteTimeout_12(L_10); } IL_003c: { int32_t L_11 = ___mode0; if (!L_11) { goto IL_0043; } } { int32_t L_12 = ___mode0; if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0065; } } IL_0043: { int32_t L_13 = ___timeout1; int32_t L_14 = __this->get_m_CurrentReadTimeout_11(); if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0065; } } { Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * L_15 = V_0; int32_t L_16 = ___timeout1; bool L_17 = ___silent2; NullCheck(L_15); Socket_SetSocketOption_m82AF3404BDE49D13BE5860C622D484AA52F1DD3B(L_15, ((int32_t)65535), ((int32_t)4102), L_16, L_17, /*hidden argument*/NULL); int32_t L_18 = ___timeout1; __this->set_m_CurrentReadTimeout_11(L_18); } IL_0065: { 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 Mono.Net.Security.NoReflectionHelper::GetInternalValidator(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NoReflectionHelper_GetInternalValidator_m2AB3CD42938623B7E574540B348646074B14204E (RuntimeObject * ___provider0, RuntimeObject * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___provider0; RuntimeObject * L_1 = ___settings1; RuntimeObject* L_2; L_2 = ChainValidationHelper_GetInternalValidator_m8DC69A5241DDF15BB501760A626D94014DD0B394(((MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 *)CastclassClass((RuntimeObject*)L_0, MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7_il2cpp_TypeInfo_var)), ((MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 *)CastclassSealed((RuntimeObject*)L_1, MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Object Mono.Net.Security.NoReflectionHelper::GetProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NoReflectionHelper_GetProvider_m8487EA5169A551E12D27430F665EFE691E783B9E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_tDC0E4A55DAC6D84A30FC6DE4C17959B1E5CAA791_il2cpp_TypeInfo_var); MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0; L_0 = MonoTlsProviderFactory_GetProvider_mFD7B472C08E54CF8D28B4EE0E4CF402F18A99E20(/*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.NoSettingsVersionUpgradeAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoSettingsVersionUpgradeAttribute__ctor_m6DD34F28410A66FA338CD38E4E739C02CD6DDA38 (NoSettingsVersionUpgradeAttribute_t6790D64DA503700356B15AEA8110F7E815B27ED0 * __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.ComponentModel.NotifyParentPropertyAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyParentPropertyAttribute__ctor_mA940DDCEA299F7B7644087AE6DE6AC5635BF9CB6 (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, bool ___notifyParent0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___notifyParent0; __this->set_notifyParent_3(L_0); return; } } // System.Boolean System.ComponentModel.NotifyParentPropertyAttribute::get_NotifyParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NotifyParentPropertyAttribute_get_NotifyParent_m52CA347317CBC9D712D126B9F98AF19895423F5E (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_notifyParent_3(); return L_0; } } // System.Boolean System.ComponentModel.NotifyParentPropertyAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NotifyParentPropertyAttribute_Equals_m4A47A6267BC03090A706DA6EC9B90E4286045212 (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 *)__this)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___obj0; if (!L_1) { goto IL_0025; } } { RuntimeObject * L_2 = ___obj0; if (!((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 *)IsInstSealed((RuntimeObject*)L_2, NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject * L_3 = ___obj0; NullCheck(((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 *)CastclassSealed((RuntimeObject*)L_3, NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var))); bool L_4; L_4 = NotifyParentPropertyAttribute_get_NotifyParent_m52CA347317CBC9D712D126B9F98AF19895423F5E_inline(((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 *)CastclassSealed((RuntimeObject*)L_3, NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_5 = __this->get_notifyParent_3(); return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0); } IL_0025: { return (bool)0; } } // System.Int32 System.ComponentModel.NotifyParentPropertyAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotifyParentPropertyAttribute_GetHashCode_mA182F719C5E0B50180911581BA41C21777F668D6 (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.NotifyParentPropertyAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NotifyParentPropertyAttribute_IsDefaultAttribute_m0779C36BAA043AAD64E9776C0AA993C811C903BF (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var); NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * L_0 = ((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields*)il2cpp_codegen_static_fields_for(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_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.NotifyParentPropertyAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotifyParentPropertyAttribute__cctor_m0523E0FC31A293E1C1195D965619F5E0C422AC42 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * L_0 = (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 *)il2cpp_codegen_object_new(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var); NotifyParentPropertyAttribute__ctor_mA940DDCEA299F7B7644087AE6DE6AC5635BF9CB6(L_0, (bool)1, /*hidden argument*/NULL); ((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields*)il2cpp_codegen_static_fields_for(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var))->set_Yes_0(L_0); NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * L_1 = (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 *)il2cpp_codegen_object_new(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var); NotifyParentPropertyAttribute__ctor_mA940DDCEA299F7B7644087AE6DE6AC5635BF9CB6(L_1, (bool)0, /*hidden argument*/NULL); ((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields*)il2cpp_codegen_static_fields_for(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var))->set_No_1(L_1); NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * L_2 = ((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields*)il2cpp_codegen_static_fields_for(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_il2cpp_TypeInfo_var))->get_No_1(); ((NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_StaticFields*)il2cpp_codegen_static_fields_for(NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0_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.Net.Authorization Mono.Http.NtlmClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_Authenticate_m93E135571DBA7CD774FF632109C22D0285A75049 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __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*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_GetValue_m518B06A384647F2CFF6CD781009438BC834F7CE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAuthenticateU3Eb__1_0_mDA687B87E74F0D58938A2C7821FD6EADB6649AE5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA2D66EF3F464A2B4BB53FA80F38DAD712C178D8); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_2 = NULL; ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * V_3 = NULL; bool V_4 = false; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * G_B13_0 = NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * G_B13_1 = NULL; ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * G_B13_2 = NULL; CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * G_B12_0 = NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * G_B12_1 = NULL; ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * G_B12_2 = NULL; { 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); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_5, _stringLiteralDA2D66EF3F464A2B4BB53FA80F38DAD712C178D8, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0026; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0026: { String_t* L_8 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (Il2CppChar)((int32_t)9)); NullCheck(L_8); int32_t L_12; L_12 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_8, L_11, /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0050; } } { String_t* L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_14); String_t* L_16; L_16 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_16, /*hidden argument*/NULL); V_0 = L_17; goto IL_0052; } IL_0050: { V_0 = (String_t*)NULL; } IL_0052: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_18 = ___webRequest1; V_2 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_18, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_19 = V_2; if (L_19) { goto IL_005e; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_20 = ((NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields*)il2cpp_codegen_static_fields_for(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var))->get_cache_0(); V_3 = L_20; V_4 = (bool)0; } IL_0067: try {// begin try (depth: 1) { ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_21 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_21, (bool*)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_22 = ((NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields*)il2cpp_codegen_static_fields_for(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var))->get_cache_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_24 = ((U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var))->get_U3CU3E9__1_0_1(); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_25 = L_24; G_B12_0 = L_25; G_B12_1 = L_23; G_B12_2 = L_22; if (L_25) { G_B13_0 = L_25; G_B13_1 = L_23; G_B13_2 = L_22; goto IL_0094; } } IL_007d: { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var); U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91 * L_26 = ((U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_27 = (CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 *)il2cpp_codegen_object_new(CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1_il2cpp_TypeInfo_var); CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec_U3CAuthenticateU3Eb__1_0_mDA687B87E74F0D58938A2C7821FD6EADB6649AE5_RuntimeMethod_var), /*hidden argument*/CreateValueCallback__ctor_m7045B48B67943D35DDEE60AD0DC39C5D3BFB804F_RuntimeMethod_var); CreateValueCallback_t9DCF08FE02218656ED07066FCDB42953E07335B1 * L_28 = L_27; ((U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7264E48057433D5F8FF447EFA59E822729EC1B91_il2cpp_TypeInfo_var))->set_U3CU3E9__1_0_1(L_28); G_B13_0 = L_28; G_B13_1 = G_B12_1; G_B13_2 = G_B12_2; } IL_0094: { NullCheck(G_B13_2); NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * L_29; L_29 = ConditionalWeakTable_2_GetValue_m518B06A384647F2CFF6CD781009438BC834F7CE1(G_B13_2, G_B13_1, G_B13_0, /*hidden argument*/ConditionalWeakTable_2_GetValue_m518B06A384647F2CFF6CD781009438BC834F7CE1_RuntimeMethod_var); String_t* L_30 = V_0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_31 = ___webRequest1; RuntimeObject* L_32 = ___credentials2; NullCheck(L_29); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_33; L_33 = NtlmSession_Authenticate_mB6D8793AD526536CCF6125081AAB225AC16CE2FA(L_29, L_30, L_31, L_32, /*hidden argument*/NULL); V_5 = L_33; IL2CPP_LEAVE(0xB0, FINALLY_00a5); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a5; } FINALLY_00a5: {// begin finally (depth: 1) { bool L_34 = V_4; if (!L_34) { goto IL_00af; } } IL_00a9: { ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_35 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_35, /*hidden argument*/NULL); } IL_00af: { IL2CPP_END_FINALLY(165) } }// end finally (depth: 1) IL2CPP_CLEANUP(165) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB0, IL_00b0) } IL_00b0: { Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_36 = V_5; return L_36; } } // System.Net.Authorization Mono.Http.NtlmClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_PreAuthenticate_m086D1325279E3D203B3ECFFDCF718930D2A31B9E (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } } // System.String Mono.Http.NtlmClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NtlmClient_get_AuthenticationType_mA0E7AF714054C75AD6151729DC08011D2BEE4510 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); s_Il2CppMethodInitialized = true; } { return _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364; } } // System.Void Mono.Http.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m3D9978034518F3C84749A7F8315BAD280BDF2C81 (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Http.NtlmClient::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__cctor_mF37C107318D8D9977B31B28860FF42C20B45DD30 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F * L_0 = (ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F *)il2cpp_codegen_object_new(ConditionalWeakTable_2_t4E40266F1B236FA0DFEBA65499184DDF28400B7F_il2cpp_TypeInfo_var); ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1(L_0, /*hidden argument*/ConditionalWeakTable_2__ctor_mF6F15C6F43EB86F20B95101C1DBB940D178EB3D1_RuntimeMethod_var); ((NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_StaticFields*)il2cpp_codegen_static_fields_for(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var))->set_cache_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.NtlmClient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m42061F6AD56B23AB8052A7B2536ADDD16C65ACFC (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 * L_0 = (NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3 *)il2cpp_codegen_object_new(NtlmClient_t17487BD239EE83FB3EB7F7280DDF56D73FC2B7D3_il2cpp_TypeInfo_var); NtlmClient__ctor_m3D9978034518F3C84749A7F8315BAD280BDF2C81(L_0, /*hidden argument*/NULL); __this->set_authObject_0(L_0); return; } } // System.Net.Authorization System.Net.NtlmClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_Authenticate_m8818860DA0F138939D885CAA1D32ACECE1325A18 (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __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*)&IAuthenticationModule_t67F16DA3F76B270D5A7B1971C0D38D5271432F98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_authObject_0(); if (L_0) { goto IL_000a; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000a: { RuntimeObject* L_1 = __this->get_authObject_0(); String_t* L_2 = ___challenge0; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_3 = ___webRequest1; RuntimeObject* L_4 = ___credentials2; NullCheck(L_1); Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_5; L_5 = 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_1, L_2, L_3, L_4); return L_5; } } // System.Net.Authorization System.Net.NtlmClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmClient_PreAuthenticate_mF922EE3871ECE8A42FF525F839E257132E101735 (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } } // System.String System.Net.NtlmClient::get_AuthenticationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NtlmClient_get_AuthenticationType_m7245279ADF0745AAE487D87553B6CAFAC4F3F84E (NtlmClient_t3D12B7BC894264BA93669B18974EE08A9ED233C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); s_Il2CppMethodInitialized = true; } { return _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Http.NtlmSession::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmSession__ctor_mA97C8FC8E8DE96DE3F32909B142F4AB4DF8164A0 (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Net.Authorization Mono.Http.NtlmSession::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * NtlmSession_Authenticate_mB6D8793AD526536CCF6125081AAB225AC16CE2FA (NtlmSession_t43763A8C18DD15AB90A0B339B5A4EEB3F00F4FF7 * __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*)&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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type2Message_t1B53737A52257B8981536796FEA92465495D23BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE73638B205B1B37DAA16B344C18E6BAE6D8CF40C); 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; bool V_5 = false; int32_t V_6 = 0; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * V_7 = NULL; Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * V_8 = NULL; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * V_9 = NULL; Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * G_B19_0 = NULL; Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * G_B18_0 = NULL; { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_0 = ___webRequest1; V_0 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_000c: { RuntimeObject* L_2 = ___credentials2; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_3 = V_0; NullCheck(L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4; L_4 = VirtualFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_3); NullCheck(L_2); NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_5; L_5 = 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_2, L_4, _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364); V_1 = L_5; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_6 = V_1; if (L_6) { goto IL_0023; } } { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_0023: { NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = NetworkCredential_get_UserName_mFC41ED3D14796CA2B5C08EB0DE537A2F3EF02473(L_7, /*hidden argument*/NULL); V_2 = L_8; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = NetworkCredential_get_Domain_mE4AA75C44CA2189FC66B95235C17CCE6ACFEDCBC(L_9, /*hidden argument*/NULL); V_3 = L_10; NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * L_11 = V_1; NullCheck(L_11); String_t* L_12; L_12 = NetworkCredential_get_Password_m5EFE385E59C57168F8B8B43BE10196C4346AAFBB(L_11, /*hidden argument*/NULL); V_4 = L_12; String_t* L_13 = V_2; if (!L_13) { goto IL_0049; } } { String_t* L_14 = V_2; bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_15) { goto IL_004b; } } IL_0049: { return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_004b: { String_t* L_16 = V_3; bool L_17; L_17 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0086; } } { String_t* L_18 = V_2; NullCheck(L_18); int32_t L_19; L_19 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_18, ((int32_t)92), /*hidden argument*/NULL); V_6 = L_19; int32_t L_20 = V_6; if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_006c; } } { String_t* L_21 = V_2; NullCheck(L_21); int32_t L_22; L_22 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_21, ((int32_t)47), /*hidden argument*/NULL); V_6 = L_22; } IL_006c: { int32_t L_23 = V_6; if ((((int32_t)L_23) < ((int32_t)0))) { goto IL_0086; } } { String_t* L_24 = V_2; int32_t L_25 = V_6; NullCheck(L_24); String_t* L_26; L_26 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_24, 0, L_25, /*hidden argument*/NULL); V_3 = L_26; String_t* L_27 = V_2; int32_t L_28 = V_6; NullCheck(L_27); String_t* L_29; L_29 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_29; } IL_0086: { V_5 = (bool)0; MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * L_30 = __this->get_message_0(); if (L_30) { goto IL_00cc; } } { Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_31 = (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 *)il2cpp_codegen_object_new(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var); Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08(L_31, /*hidden argument*/NULL); V_7 = L_31; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_32 = V_7; String_t* L_33 = V_3; NullCheck(L_32); Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B(L_32, L_33, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_34 = V_7; NullCheck(L_34); Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5(L_34, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_35 = V_7; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_36 = L_35; NullCheck(L_36); int32_t L_37; L_37 = MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388_inline(L_36, /*hidden argument*/NULL); NullCheck(L_36); MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6_inline(L_36, ((int32_t)((int32_t)L_37|(int32_t)((int32_t)524288))), /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_38 = V_7; __this->set_message_0(L_38); goto IL_0161; } IL_00cc: { MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * L_39 = __this->get_message_0(); NullCheck(L_39); int32_t L_40; L_40 = MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591_inline(L_39, /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)1)))) { goto IL_0129; } } { String_t* L_41 = ___challenge0; if (L_41) { goto IL_00e6; } } { __this->set_message_0((MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD *)NULL); return (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)NULL; } IL_00e6: { String_t* L_42 = ___challenge0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43; L_43 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_42, /*hidden argument*/NULL); Type2Message_t1B53737A52257B8981536796FEA92465495D23BE * L_44 = (Type2Message_t1B53737A52257B8981536796FEA92465495D23BE *)il2cpp_codegen_object_new(Type2Message_t1B53737A52257B8981536796FEA92465495D23BE_il2cpp_TypeInfo_var); Type2Message__ctor_mF86941DD8A7EF8888CDF790C8E4FC49673D21FA0(L_44, L_43, /*hidden argument*/NULL); String_t* L_45 = V_4; G_B18_0 = L_44; if (L_45) { G_B19_0 = L_44; goto IL_00fc; } } { V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B19_0 = G_B18_0; } IL_00fc: { Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_46 = (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 *)il2cpp_codegen_object_new(Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593_il2cpp_TypeInfo_var); Type3Message__ctor_mCE4962FBD2E02548911C84E16883C5A09000D216(L_46, G_B19_0, /*hidden argument*/NULL); V_8 = L_46; Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_47 = V_8; String_t* L_48 = V_2; NullCheck(L_47); Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF_inline(L_47, L_48, /*hidden argument*/NULL); Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_49 = V_8; String_t* L_50 = V_4; NullCheck(L_49); Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C_inline(L_49, L_50, /*hidden argument*/NULL); Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_51 = V_8; String_t* L_52 = V_3; NullCheck(L_51); Type3Message_set_Domain_mA62BE8C9225B57D959F636664EB4C44D6CF4F125(L_51, L_52, /*hidden argument*/NULL); Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * L_53 = V_8; __this->set_message_0(L_53); V_5 = (bool)1; goto IL_0161; } IL_0129: { String_t* L_54 = ___challenge0; if (!L_54) { goto IL_0139; } } { String_t* L_55 = ___challenge0; String_t* L_56 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_57; L_57 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_55, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_015e; } } IL_0139: { Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_58 = (Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 *)il2cpp_codegen_object_new(Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621_il2cpp_TypeInfo_var); Type1Message__ctor_m395D0C93B2BB6810831A2D5DF36C15EFDC93DE08(L_58, /*hidden argument*/NULL); V_9 = L_58; Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_59 = V_9; String_t* L_60 = V_3; NullCheck(L_59); Type1Message_set_Domain_m38C0D490939A07EE001A4F1CD68C0158E258096B(L_59, L_60, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_61 = V_9; NullCheck(L_61); Type1Message_set_Host_m4DADB35E49A8FBD538A1AD49E73C30973AB7BDB5(L_61, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); Type1Message_t4D32A2A10A745A957589D5035270432D4EF1A621 * L_62 = V_9; __this->set_message_0(L_62); goto IL_0161; } IL_015e: { V_5 = (bool)1; } IL_0161: { MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * L_63 = __this->get_message_0(); NullCheck(L_63); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64; L_64 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(5 /* System.Byte[] Mono.Security.Protocol.Ntlm.MessageBase::GetBytes() */, L_63); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_65; L_65 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_64, /*hidden argument*/NULL); String_t* L_66; L_66 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralE73638B205B1B37DAA16B344C18E6BAE6D8CF40C, L_65, /*hidden argument*/NULL); bool L_67 = V_5; Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF * L_68 = (Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF *)il2cpp_codegen_object_new(Authorization_t4207BA9B4BECE231F74BE9DBC09952FACFAE81EF_il2cpp_TypeInfo_var); Authorization__ctor_m17BCE19AB822863CDBA3CE2AECAC97FF2F53426A(L_68, L_66, L_67, /*hidden argument*/NULL); return L_68; } } #ifdef __clang__ #pragma 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.NullableConverter::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableConverter__ctor_m54D1EDA567B81C66356E564BA54C2D353531D8AE (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); 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; } { IL2CPP_RUNTIME_CLASS_INIT(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4_il2cpp_TypeInfo_var); TypeConverter__ctor_mCD87E569A2C4CB1331A069396FFA98E65726A16C(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set_nullableType_2(L_0); Type_t * L_1 = ___type0; Type_t * L_2; L_2 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_1, /*hidden argument*/NULL); __this->set_simpleType_3(L_2); Type_t * L_3 = __this->get_simpleType_3(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { String_t* L_5; L_5 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD3D59EFBBCFA78E154D486B61FEFE1185A23E5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullableConverter__ctor_m54D1EDA567B81C66356E564BA54C2D353531D8AE_RuntimeMethod_var))); } IL_003c: { Type_t * L_7 = __this->get_simpleType_3(); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_8; L_8 = TypeDescriptor_GetConverter_m4A087A264082284312079152F6E572EB7B92BDC3(L_7, /*hidden argument*/NULL); __this->set_simpleTypeConverter_4(L_8); return; } } // System.Boolean System.ComponentModel.NullableConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertFrom_m8ACCBBA034879BD70DD6BA511AB5AB852522B7E6 (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; Type_t * L_1 = __this->get_simpleType_3(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_3 = __this->get_simpleTypeConverter_4(); if (!L_3) { goto IL_0026; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_4 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_5 = ___context0; Type_t * L_6 = ___sourceType1; NullCheck(L_4); bool L_7; L_7 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(4 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) */, L_4, L_5, L_6); return L_7; } IL_0026: { RuntimeObject* L_8 = ___context0; Type_t * L_9 = ___sourceType1; bool L_10; L_10 = TypeConverter_CanConvertFrom_m0EDDA8ACFFED3FE88C89F97EC764D625A1CD120D(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Object System.ComponentModel.NullableConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NullableConverter_ConvertFrom_m5A353703385E9D6F4E4140469FE21C79A60BE502 (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; if (!L_0) { goto IL_0016; } } { RuntimeObject * L_1 = ___value2; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); Type_t * L_3 = __this->get_simpleType_3(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0018; } } IL_0016: { RuntimeObject * L_5 = ___value2; return L_5; } IL_0018: { RuntimeObject * L_6 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var))) { goto IL_002f; } } { RuntimeObject * L_7 = ___value2; bool L_8; L_8 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_8) { goto IL_002f; } } { return NULL; } IL_002f: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_9 = __this->get_simpleTypeConverter_4(); if (!L_9) { goto IL_0046; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_10 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_11 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12 = ___culture1; RuntimeObject * L_13 = ___value2; NullCheck(L_10); RuntimeObject * L_14; L_14 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, L_10, L_11, L_12, L_13); return L_14; } IL_0046: { RuntimeObject* L_15 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture1; RuntimeObject * L_17 = ___value2; RuntimeObject * L_18; L_18 = TypeConverter_ConvertFrom_m8FA823F1E9BE68C98E7E062A8BFFA600DA06C153(__this, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Boolean System.ComponentModel.NullableConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertTo_mD876893D7031429212EF4B5AA228F32CCC85A48A (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; Type_t * L_1 = __this->get_simpleType_3(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { Type_t * L_3 = ___destinationType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0024; } } { return (bool)1; } IL_0024: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_7 = __this->get_simpleTypeConverter_4(); if (!L_7) { goto IL_003a; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_8 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_9 = ___context0; Type_t * L_10 = ___destinationType1; NullCheck(L_8); bool L_11; L_11 = VirtualFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(5 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) */, L_8, L_9, L_10); return L_11; } IL_003a: { RuntimeObject* L_12 = ___context0; Type_t * L_13 = ___destinationType1; bool L_14; L_14 = TypeConverter_CanConvertTo_m86E815C6F6AEA1999AF2114ADF977F6E8B8FAF28(__this, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Object System.ComponentModel.NullableConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NullableConverter_ConvertTo_mFDE308A1A3B2EF445A4E5BB58755C180B1A73DB8 (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __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*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); 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*)&NullableConverter_ConvertTo_mFDE308A1A3B2EF445A4E5BB58755C180B1A73DB8_RuntimeMethod_var))); } IL_0015: { Type_t * L_3 = ___destinationType3; Type_t * L_4 = __this->get_simpleType_3(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0034; } } { Type_t * L_6 = __this->get_nullableType_2(); RuntimeObject * L_7 = ___value2; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_6, L_7); if (!L_8) { goto IL_0034; } } { RuntimeObject * L_9 = ___value2; return L_9; } IL_0034: { Type_t * L_10 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0072; } } { Type_t * L_14 = __this->get_nullableType_2(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_15 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_16 = L_15; Type_t * L_17 = __this->get_simpleType_3(); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (Type_t *)L_17); NullCheck(L_14); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_18; L_18 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_14, L_16, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19; RuntimeObject * L_21 = ___value2; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_21); InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 * L_22 = (InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81 *)il2cpp_codegen_object_new(InstanceDescriptor_tC4566EF05EA27C1ADEF2ACC405AA2ADEB7A31C81_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m6DBEE7486D6D8CD230607B73C8BC078F45282E9A(L_22, L_18, (RuntimeObject*)(RuntimeObject*)L_20, (bool)1, /*hidden argument*/NULL); return L_22; } IL_0072: { RuntimeObject * L_23 = ___value2; if (L_23) { goto IL_008e; } } { Type_t * L_24 = ___destinationType3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); bool L_27; L_27 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00a7; } } { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_28; } IL_008e: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_29 = __this->get_simpleTypeConverter_4(); if (!L_29) { goto IL_00a7; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_30 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_31 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = ___culture1; RuntimeObject * L_33 = ___value2; Type_t * L_34 = ___destinationType3; NullCheck(L_30); RuntimeObject * L_35; L_35 = VirtualFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, L_30, L_31, L_32, L_33, L_34); return L_35; } IL_00a7: { RuntimeObject* L_36 = ___context0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_37 = ___culture1; RuntimeObject * L_38 = ___value2; Type_t * L_39 = ___destinationType3; RuntimeObject * L_40; L_40 = TypeConverter_ConvertTo_m217CDCD7FC43CECBF0F077DF139FDE0B4D263D47(__this, L_36, L_37, L_38, L_39, /*hidden argument*/NULL); return L_40; } } // System.Object System.ComponentModel.NullableConverter::CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NullableConverter_CreateInstance_mED137780B4CDBE1946583D4308ED920543D0AFCB (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, RuntimeObject* ___propertyValues1, const RuntimeMethod* method) { { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_0016; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_2 = ___context0; RuntimeObject* L_3 = ___propertyValues1; NullCheck(L_1); RuntimeObject * L_4; L_4 = VirtualFuncInvoker2< RuntimeObject *, RuntimeObject*, RuntimeObject* >::Invoke(8 /* System.Object System.ComponentModel.TypeConverter::CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary) */, L_1, L_2, L_3); return L_4; } IL_0016: { RuntimeObject* L_5 = ___context0; RuntimeObject* L_6 = ___propertyValues1; RuntimeObject * L_7; L_7 = TypeConverter_CreateInstance_mD4C88AEE5E27E4A1A0C2D29A4FED43FCF614758E(__this, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.ComponentModel.NullableConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetCreateInstanceSupported_m798D3F506F20BB4894BE0C08B5032ADB748D264D (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_0015; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(9 /* System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___context0; bool L_5; L_5 = TypeConverter_GetCreateInstanceSupported_m5D31C552CD77224FB1DD8B5C619F320CC013D6C4(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.NullableConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * NullableConverter_GetProperties_mC4F30239D0D84261C78EC8F580AB90D44006A35C (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_0019; } } { RuntimeObject * L_1 = ___value1; V_0 = L_1; TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_2 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_3 = ___context0; RuntimeObject * L_4 = V_0; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_5 = ___attributes2; NullCheck(L_2); PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_6; L_6 = VirtualFuncInvoker3< PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F *, RuntimeObject*, RuntimeObject *, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* >::Invoke(10 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) */, L_2, L_3, L_4, L_5); return L_6; } IL_0019: { RuntimeObject* L_7 = ___context0; RuntimeObject * L_8 = ___value1; AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* L_9 = ___attributes2; PropertyDescriptorCollection_t0BB7AE0048C13582B255B7D574F323B4B01D272F * L_10; L_10 = TypeConverter_GetProperties_mB755221A79F427F5B8FF205D2800DB8F1FD703CF(__this, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean System.ComponentModel.NullableConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetPropertiesSupported_mC21F6C6C8F8038B31FCED20DDB13958A3A8A961F (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_0015; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(11 /* System.Boolean System.ComponentModel.TypeConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___context0; bool L_5; L_5 = TypeConverter_GetPropertiesSupported_m5926E742F3B9D6D1419E5EE386E87FE73D68855A(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.NullableConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * NullableConverter_GetStandardValues_mC350FD764BFAF0BC9B704896785A18AA8DA46441 (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_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 * V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_0078; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_3; L_3 = VirtualFuncInvoker1< StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *, RuntimeObject* >::Invoke(12 /* System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); V_0 = L_3; RuntimeObject* L_4 = ___context0; bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(14 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) */, __this, L_4); if (!L_5) { goto IL_0078; } } { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_6 = V_0; if (!L_6) { goto IL_0078; } } { StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = StandardValuesCollection_get_Count_m44522925E530BF53F04AE213C7BCD2311874E27D(L_7, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); V_1 = L_9; V_2 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = V_1; int32_t L_11 = V_2; int32_t L_12 = L_11; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); ArrayElementTypeCheck (L_10, NULL); (L_10)->SetAt(static_cast(L_12), (RuntimeObject *)NULL); StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = StandardValuesCollection_GetEnumerator_m7A4D62B0B3E7514C6434A23B191FF0A15615B45A(L_13, /*hidden argument*/NULL); V_3 = L_14; } IL_0040: try {// begin try (depth: 1) { goto IL_0053; } IL_0042: { RuntimeObject* L_15 = V_3; NullCheck(L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); V_4 = L_16; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_1; int32_t L_18 = V_2; int32_t L_19 = L_18; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); RuntimeObject * L_20 = V_4; NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(L_19), (RuntimeObject *)L_20); } IL_0053: { RuntimeObject* L_21 = V_3; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0042; } } IL_005b: { IL2CPP_LEAVE(0x71, 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) { RuntimeObject* L_23 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_5; if (!L_24) { goto IL_0070; } } IL_0069: { RuntimeObject* L_25 = V_5; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_0070: { IL2CPP_END_FINALLY(93) } }// end finally (depth: 1) IL2CPP_CLEANUP(93) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) } IL_0071: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = V_1; StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_27 = (StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 *)il2cpp_codegen_object_new(StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m249BF4A43C982390DBEC8E92DFDB2C395FC9EEFF(L_27, (RuntimeObject*)(RuntimeObject*)L_26, /*hidden argument*/NULL); return L_27; } IL_0078: { RuntimeObject* L_28 = ___context0; StandardValuesCollection_tB8B2368EBF592D624D7A07BE6C539DE9BA9A1FB1 * L_29; L_29 = TypeConverter_GetStandardValues_m05900F8C22AC1D65F06483220288865CBC7F334A(__this, L_28, /*hidden argument*/NULL); return L_29; } } // System.Boolean System.ComponentModel.NullableConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetStandardValuesExclusive_mB34539ED2BC2EADE70FD0CCC96F4ED28F31E9BBE (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_0015; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(13 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___context0; bool L_5; L_5 = TypeConverter_GetStandardValuesExclusive_mC19F7CD2BEACF68EFE307210EFE31C3EE15E20F8(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.NullableConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_GetStandardValuesSupported_m3DB26C3E5DB0B5A443F49F08A0FB78733C6B6C9F (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_0015; } } { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_1 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(14 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0015: { RuntimeObject* L_4 = ___context0; bool L_5; L_5 = TypeConverter_GetStandardValuesSupported_m589546C22988D5056C728C0450367AF4C1916C1E(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.NullableConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NullableConverter_IsValid_mDC0A2A5B667E29F709A25902ECD6CB2692B2F65D (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); if (!L_0) { goto IL_001d; } } { RuntimeObject * L_1 = ___value1; V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_000f; } } { return (bool)1; } IL_000f: { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_3 = __this->get_simpleTypeConverter_4(); RuntimeObject* L_4 = ___context0; RuntimeObject * L_5 = V_0; NullCheck(L_3); bool L_6; L_6 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(15 /* System.Boolean System.ComponentModel.TypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) */, L_3, L_4, L_5); return L_6; } IL_001d: { RuntimeObject* L_7 = ___context0; RuntimeObject * L_8 = ___value1; bool L_9; L_9 = TypeConverter_IsValid_m5654CD8AB14A030C6BFA6187238BE5079E08E756(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Type System.ComponentModel.NullableConverter::get_NullableType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * NullableConverter_get_NullableType_mE30FFAE607B2A33C45046C375E0269CB0EE9771B (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_nullableType_2(); return L_0; } } // System.Type System.ComponentModel.NullableConverter::get_UnderlyingType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * NullableConverter_get_UnderlyingType_mEC157606436F9838B876A6891C59D051C07B75BE (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_simpleType_3(); return L_0; } } // System.ComponentModel.TypeConverter System.ComponentModel.NullableConverter::get_UnderlyingTypeConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * NullableConverter_get_UnderlyingTypeConverter_m88FFE3BDF18B241191D41FB4A7DFF6263D17B3C3 (NullableConverter_t38AE3AB9983F0D56857A59E9532843B4740F7E49 * __this, const RuntimeMethod* method) { { TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * L_0 = __this->get_simpleTypeConverter_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.Oid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_mDB319C52BC09ED73F02F5BEC5950F728059405C2 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, const RuntimeMethod* method) { { String_t* L_0 = ___oid0; Oid__ctor_m74A51E6D07E4EF2AEC66B6CAC03CFF60D072D3FF(__this, L_0, 0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.Security.Cryptography.OidGroup,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m74A51E6D07E4EF2AEC66B6CAC03CFF60D072D3FF (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___oid0, int32_t ___group1, bool ___lookupFriendlyName2, const RuntimeMethod* method) { String_t* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); bool L_0 = ___lookupFriendlyName2; if (!L_0) { goto IL_0020; } } { String_t* L_1 = ___oid0; int32_t L_2 = ___group1; String_t* L_3; L_3 = X509Utils_FindOidInfoWithFallback_m863F372B324E59321550DCCBF4E23ABCE0A1ABB1(2, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; if (L_4) { goto IL_0017; } } { String_t* L_5 = ___oid0; V_0 = L_5; } IL_0017: { String_t* L_6 = V_0; Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline(__this, L_6, /*hidden argument*/NULL); goto IL_0027; } IL_0020: { String_t* L_7 = ___oid0; Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline(__this, L_7, /*hidden argument*/NULL); } IL_0027: { int32_t L_8 = ___group1; __this->set_m_group_2(L_8); return; } } // System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid__ctor_m90964DEF8B3A9EEFAB59023627E2008E4A34983E (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_m_value_0(L_0); String_t* L_1 = ___friendlyName1; __this->set_m_friendlyName_1(L_1); return; } } // 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_0 = ___oid0; 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*)&_stringLiteral17E5BE9B221C767EF04A364F24B81309DAE38512)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Oid__ctor_m8C4B7AE0D9207BCF03960553182B43B8D1536ED0_RuntimeMethod_var))); } IL_0014: { Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_2 = ___oid0; NullCheck(L_2); String_t* L_3 = L_2->get_m_value_0(); __this->set_m_value_0(L_3); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_4 = ___oid0; NullCheck(L_4); String_t* L_5 = L_4->get_m_friendlyName_1(); __this->set_m_friendlyName_1(L_5); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_6 = ___oid0; NullCheck(L_6); int32_t L_7 = L_6->get_m_group_2(); __this->set_m_group_2(L_7); return; } } // System.String System.Security.Cryptography.Oid::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mD6F4D8AC1A3821D5DA263728C2DC0C208D084A78 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_value_0(); return L_0; } } // System.Void System.Security.Cryptography.Oid::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_0(L_0); return; } } // System.String System.Security.Cryptography.Oid::get_FriendlyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Oid_get_FriendlyName_mF93E7A679CA55F2D2E694814BF3B38532FF44B41 (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_friendlyName_1(); if (L_0) { goto IL_0028; } } { String_t* L_1 = __this->get_m_value_0(); if (!L_1) { goto IL_0028; } } { String_t* L_2 = __this->get_m_value_0(); int32_t L_3 = __this->get_m_group_2(); String_t* L_4; L_4 = X509Utils_FindOidInfoWithFallback_m863F372B324E59321550DCCBF4E23ABCE0A1ABB1(1, L_2, L_3, /*hidden argument*/NULL); __this->set_m_friendlyName_1(L_4); } IL_0028: { String_t* L_5 = __this->get_m_friendlyName_1(); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.OidCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidCollection__ctor_m99E1CCEB955F4BB57DEAE0BF8E7326380F93E111 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set_m_list_0(L_0); return; } } // System.Int32 System.Security.Cryptography.OidCollection::Add(System.Security.Cryptography.Oid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_Add_m13C7466BB24E047C88F27AC6AB5E9439AA491EF1 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * ___oid0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_0(); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_1 = ___oid0; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return L_2; } } // System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 *)IsInstSealed((RuntimeObject*)L_2, Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800_il2cpp_TypeInfo_var)); } } // System.Int32 System.Security.Cryptography.OidCollection::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_m_list_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Security.Cryptography.OidCollection::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OidCollection_System_Collections_IEnumerable_GetEnumerator_m550967A294FF63F004D855F019235DE15A046B3E (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * L_0 = (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 *)il2cpp_codegen_object_new(OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884_il2cpp_TypeInfo_var); OidEnumerator__ctor_m3BA079690E9B01B02B76FB694DCF279DAEC8E9D6(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Security.Cryptography.OidCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 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*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck(L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral967D403A541A1026A83D548E5AD5CA800AD4EFB5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_0027: { int32_t L_6 = ___index1; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0034; } } { int32_t L_7 = ___index1; RuntimeArray * L_8 = ___array0; NullCheck(L_8); int32_t L_9; L_9 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0049; } } IL_0034: { String_t* L_10; L_10 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_0049: { int32_t L_12 = ___index1; int32_t L_13; L_13 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(__this, /*hidden argument*/NULL); RuntimeArray * L_14 = ___array0; NullCheck(L_14); int32_t L_15; L_15 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_14, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)L_15))) { goto IL_0069; } } { String_t* L_16; L_16 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OidCollection_System_Collections_ICollection_CopyTo_mC02E6211EC33878C50BEA5914193F038EE2E9CB7_RuntimeMethod_var))); } IL_0069: { V_0 = 0; goto IL_0084; } IL_006d: { RuntimeArray * L_18 = ___array0; int32_t L_19 = V_0; Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_20; L_20 = OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967(__this, L_19, /*hidden argument*/NULL); int32_t L_21 = ___index1; NullCheck(L_18); Array_SetValue_mD28884941182C5B7118CFBA3D55DB9CEA8797455(L_18, L_20, L_21, /*hidden argument*/NULL); int32_t L_22 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0084: { int32_t L_24 = V_0; int32_t L_25; L_25 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(__this, /*hidden argument*/NULL); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_006d; } } { return; } } // System.Boolean System.Security.Cryptography.OidCollection::get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OidCollection_get_IsSynchronized_m36C9F73515DA6834B85F9C8F9446E080CFA4C291 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Security.Cryptography.OidCollection::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OidCollection_get_SyncRoot_mB10B680D12CB8AC9C0F32C3C1217FA4345552174 (OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * __this, const RuntimeMethod* method) { { return __this; } } #ifdef __clang__ #pragma 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.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidEnumerator__ctor_m3BA079690E9B01B02B76FB694DCF279DAEC8E9D6 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * ___oids0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_0 = ___oids0; __this->set_m_oids_0(L_0); __this->set_m_current_1((-1)); return; } } // System.Object System.Security.Cryptography.OidEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OidEnumerator_System_Collections_IEnumerator_get_Current_m21F1C975D9A97369DA0D3CEAADFA69D64214CEB3 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, const RuntimeMethod* method) { { OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_0 = __this->get_m_oids_0(); int32_t L_1 = __this->get_m_current_1(); NullCheck(L_0); Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * L_2; L_2 = OidCollection_get_Item_mB8F51EB0825BDE39504BC7090B8AEEE13D0A9967(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Security.Cryptography.OidEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OidEnumerator_MoveNext_m8CA45F7B39B4FEF9399379DAA1A6AAF4FFB8DCD8 (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_current_1(); OidCollection_tA091E185B8840648BE96A6C547F0C26F88E3A902 * L_1 = __this->get_m_oids_0(); NullCheck(L_1); int32_t L_2; L_2 = OidCollection_get_Count_m35D85FFEC009FD8195DA9E0EE0CD5B66290FA3C6(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))))) { goto IL_0017; } } { return (bool)0; } IL_0017: { int32_t L_3 = __this->get_m_current_1(); __this->set_m_current_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return (bool)1; } } // System.Void System.Security.Cryptography.OidEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OidEnumerator_Reset_mBCBE7C78E389E7D9794F44111832013583FB1F4C (OidEnumerator_tE58DA51601EA18C96FE1557EAE220C331AC51884 * __this, const RuntimeMethod* method) { { __this->set_m_current_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.OrderedDictionary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_mFE0FEF3F4D52353609F7AD8A37B33C299BAFE7C7 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { { OrderedDictionary__ctor_m23D67C2418DF62EDAE2F168C32C5A09204E94A51(__this, 0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m23D67C2418DF62EDAE2F168C32C5A09204E94A51 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, int32_t ___capacity0, const RuntimeMethod* method) { { int32_t L_0 = ___capacity0; OrderedDictionary__ctor_m7A99AFCA4EFD6B27413D21BCCAE9A09CFDBD4542(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Int32,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m7A99AFCA4EFD6B27413D21BCCAE9A09CFDBD4542 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, int32_t ___capacity0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; __this->set__initialCapacity_2(L_0); RuntimeObject* L_1 = ___comparer1; __this->set__comparer_3(L_1); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m90C2C5526689461268FA93092CC1404855CBAA85 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; __this->set__siInfo_6(L_0); return; } } // System.Int32 System.Collections.Specialized.OrderedDictionary::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_get_Count_m7B9E754E391D097630882003CB29D4B5116663CA (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::System.Collections.IDictionary.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_System_Collections_IDictionary_get_IsFixedSize_mC4D39F8DF1EE77AA94494836879F19A2CC519E10 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_4(); return L_0; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_get_IsReadOnly_mC9BCEDCAA9CF18E980EE0FA08C9DB7DE07CD0BE1 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_4(); return L_0; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_System_Collections_ICollection_get_IsSynchronized_mA63B65C6D219FE189B01F598555AE7050C8E6654 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Keys_m6C12A11358767E6F7A2ABCE0F7D41801F5BA797E (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * L_1 = (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E *)il2cpp_codegen_object_new(OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E_il2cpp_TypeInfo_var); OrderedDictionaryKeyValueCollection__ctor_mB8B17B24AAF453DA17845F85EA17CDD06573A9B4(L_1, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::get_objectsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__objectsArray_0(); if (L_0) { goto IL_0019; } } { int32_t L_1 = __this->get__initialCapacity_2(); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_mDB7BD757FE45E2B062AF39E9E6FE6B825858EE37(L_2, L_1, /*hidden argument*/NULL); __this->set__objectsArray_0(L_2); } IL_0019: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = __this->get__objectsArray_0(); return L_3; } } // System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::get_objectsTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get__objectsTable_1(); if (L_0) { goto IL_001f; } } { int32_t L_1 = __this->get__initialCapacity_2(); RuntimeObject* L_2 = __this->get__comparer_3(); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m08A6EF344F497A176BD48FDB33FFEFBEAC70C87C(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set__objectsTable_1(L_3); } IL_001f: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = __this->get__objectsTable_1(); return L_4; } } // System.Object System.Collections.Specialized.OrderedDictionary::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_System_Collections_ICollection_get_SyncRoot_m5BE140CF7DD8FBEB8C69A7B6EE3861B1592DA137 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __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 = __this->get__syncRoot_5(); if (L_0) { goto IL_001a; } } { RuntimeObject ** L_1 = __this->get_address_of__syncRoot_5(); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_2, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = Interlocked_CompareExchange_mFAD09589A5DAFDBABB05C62A2D35CD5B92BC6961((RuntimeObject **)L_1, L_2, NULL, /*hidden argument*/NULL); } IL_001a: { RuntimeObject * L_4 = __this->get__syncRoot_5(); return L_4; } } // System.Object System.Collections.Specialized.OrderedDictionary::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_get_Item_m214C7DD48EC03B78DEFD56DB8A3E7EC67D5AA7CB (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0; L_0 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.OrderedDictionary::set_Item(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__readOnly_4(); 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*)&_stringLiteralE9300F92FA968642C4C028D2E1DB9FDF0489F53A)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_set_Item_m0893A7F11C9F595BDAC2B0E21A1FD7092804F6E2_RuntimeMethod_var))); } IL_0018: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3; L_3 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeObject * L_4 = ___key0; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_3, L_4); if (!L_5) { goto IL_0052; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6; L_6 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeObject * L_7 = ___key0; RuntimeObject * 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); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_9; L_9 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); RuntimeObject * L_10 = ___key0; int32_t L_11; L_11 = OrderedDictionary_IndexOfKey_m110663357763B21C2098B72F815DC53FC133B41B(__this, L_10, /*hidden argument*/NULL); RuntimeObject * L_12 = ___key0; RuntimeObject * L_13 = ___value1; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_14; memset((&L_14), 0, sizeof(L_14)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_14), L_12, L_13, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_15 = L_14; RuntimeObject * L_16 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_15); NullCheck(L_9); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_9, L_11, L_16); return; } IL_0052: { RuntimeObject * L_17 = ___key0; RuntimeObject * L_18 = ___value1; OrderedDictionary_Add_m319ABEAB658AE1D4560326A6EFA5E174C4AFA5EB(__this, L_17, L_18, /*hidden argument*/NULL); return; } } // System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Values_m85823D309E685DC4DE0FC11D7F7B511FE18BFAFF (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E * L_1 = (OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E *)il2cpp_codegen_object_new(OrderedDictionaryKeyValueCollection_t0641748F7D058A1C0FB253A29B9EC43DBCB7FA2E_il2cpp_TypeInfo_var); OrderedDictionaryKeyValueCollection__ctor_mB8B17B24AAF453DA17845F85EA17CDD06573A9B4(L_1, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary::Add(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Add_m319ABEAB658AE1D4560326A6EFA5E174C4AFA5EB (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__readOnly_4(); 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*)&_stringLiteralE9300F92FA968642C4C028D2E1DB9FDF0489F53A)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_Add_m319ABEAB658AE1D4560326A6EFA5E174C4AFA5EB_RuntimeMethod_var))); } IL_0018: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3; L_3 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeObject * L_4 = ___key0; RuntimeObject * L_5 = ___value1; NullCheck(L_3); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_3, L_4, L_5); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6; L_6 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); RuntimeObject * L_7 = ___key0; RuntimeObject * L_8 = ___value1; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_9; memset((&L_9), 0, sizeof(L_9)); DictionaryEntry__ctor_mF383FECC02E6A6FA003D609E63697A9FC010BCB4((&L_9), L_7, L_8, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_10 = L_9; RuntimeObject * L_11 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_10); NullCheck(L_6); int32_t L_12; L_12 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_11); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Clear_m53B3197530F0C14583A236256FFC8D064AA74D49 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_4(); 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*)&_stringLiteralE9300F92FA968642C4C028D2E1DB9FDF0489F53A)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_Clear_m53B3197530F0C14583A236256FFC8D064AA74D49_RuntimeMethod_var))); } IL_0018: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3; L_3 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker0::Invoke(24 /* System.Void System.Collections.Hashtable::Clear() */, L_3); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4; L_4 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); NullCheck(L_4); VirtualActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_4); return; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OrderedDictionary_Contains_mCD16E0E40025C86639A81B8F8D7989B141783B97 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0; L_0 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.OrderedDictionary::CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_CopyTo_m97CD99BE0FA55E83AB9CD68E22E509E64117F77C (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0; L_0 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(28 /* System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Int32 System.Collections.Specialized.OrderedDictionary::IndexOfKey(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrderedDictionary_IndexOfKey_m110663357763B21C2098B72F815DC53FC133B41B (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_2; memset((&V_2), 0, sizeof(V_2)); { V_0 = 0; goto IL_0046; } IL_0004: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); int32_t L_1 = V_0; 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); V_2 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_2, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); RuntimeObject * L_3; L_3 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_2), /*hidden argument*/NULL); V_1 = L_3; RuntimeObject* L_4 = __this->get__comparer_3(); if (!L_4) { goto IL_0037; } } { RuntimeObject* L_5 = __this->get__comparer_3(); RuntimeObject * L_6 = V_1; RuntimeObject * L_7 = ___key0; NullCheck(L_5); bool L_8; L_8 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, L_5, L_6, L_7); if (!L_8) { goto IL_0042; } } { int32_t L_9 = V_0; return L_9; } IL_0037: { RuntimeObject * L_10 = V_1; RuntimeObject * L_11 = ___key0; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11); if (!L_12) { goto IL_0042; } } { int32_t L_13 = V_0; return L_13; } IL_0042: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0046: { int32_t L_15 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16; L_16 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0004; } } { return (-1); } } // System.Void System.Collections.Specialized.OrderedDictionary::OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_OnDeserialization_mD5F20C5CB65AD880B2DEDF4D465881A1893651BD (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D54049E84477C75DD8AFAD9B2244E5D4C140668); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA37BABAF77DF95A70A2787B19C22BF16BBEAD7B7); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 V_4; memset((&V_4), 0, sizeof(V_4)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = __this->get__siInfo_6(); 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*)&_stringLiteralAEE8DD47F29A535762B8579D9E3E69D0D84968BB)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_2 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_OnDeserialization_mD5F20C5CB65AD880B2DEDF4D465881A1893651BD_RuntimeMethod_var))); } IL_0018: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_3 = __this->get__siInfo_6(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject * L_6; L_6 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_3, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_5, /*hidden argument*/NULL); __this->set__comparer_3(((RuntimeObject*)Castclass((RuntimeObject*)L_6, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_7 = __this->get__siInfo_6(); NullCheck(L_7); bool L_8; L_8 = SerializationInfo_GetBoolean_m705ADACFB52D6385DDB6B2525C1979ECBE6D5849(L_7, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, /*hidden argument*/NULL); __this->set__readOnly_4(L_8); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_9 = __this->get__siInfo_6(); NullCheck(L_9); int32_t L_10; L_10 = SerializationInfo_GetInt32_mB22BBD01CBC189B7A76465CBFF7224F619395D30(L_9, _stringLiteralA37BABAF77DF95A70A2787B19C22BF16BBEAD7B7, /*hidden argument*/NULL); __this->set__initialCapacity_2(L_10); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_11 = __this->get__siInfo_6(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_11); RuntimeObject * L_14; L_14 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_11, _stringLiteral6D54049E84477C75DD8AFAD9B2244E5D4C140668, L_13, /*hidden argument*/NULL); V_0 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_14, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_0; if (!L_15) { goto IL_00e7; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = V_0; V_1 = L_16; V_2 = 0; goto IL_00e1; } IL_0092: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_1; int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; RuntimeObject * L_20 = (L_17)->GetAt(static_cast(L_19)); V_3 = L_20; } IL_0096: try {// begin try (depth: 1) RuntimeObject * L_21 = V_3; V_4 = ((*(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)UnBox(L_21, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var)))); goto IL_00b1; }// 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_00a0; } throw e; } CATCH_00a0: {// begin catch(System.Object) String_t* L_22; L_22 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1757A05516A315BB0FA6014D44AB4E34D2ECE718)), /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_23 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_OnDeserialization_mD5F20C5CB65AD880B2DEDF4D465881A1893651BD_RuntimeMethod_var))); }// end catch (depth: 1) IL_00b1: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_24; L_24 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_25 = V_4; DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 L_26 = L_25; RuntimeObject * L_27 = Box(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_il2cpp_TypeInfo_var, &L_26); NullCheck(L_24); int32_t L_28; L_28 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_27); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_29; L_29 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeObject * L_30; L_30 = DictionaryEntry_get_Key_m9A53AE1FA4CA017F0A7353F71658A9C36079E1D7_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); RuntimeObject * L_31; L_31 = DictionaryEntry_get_Value_m2D618D04C0A8EA2A065B171F528FEA98B059F9BC_inline((DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 *)(&V_4), /*hidden argument*/NULL); NullCheck(L_29); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_29, L_30, L_31); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00e1: { int32_t L_33 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = V_1; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))) { goto IL_0092; } } IL_00e7: { return; } } // System.Void System.Collections.Specialized.OrderedDictionary::Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_Remove_mA33AB2C73A47B86857DFD938C8707867B6C17AA0 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get__readOnly_4(); 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*)&_stringLiteralE9300F92FA968642C4C028D2E1DB9FDF0489F53A)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_Remove_mA33AB2C73A47B86857DFD938C8707867B6C17AA0_RuntimeMethod_var))); } IL_0018: { RuntimeObject * L_3 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_Remove_mA33AB2C73A47B86857DFD938C8707867B6C17AA0_RuntimeMethod_var))); } IL_0026: { RuntimeObject * L_5 = ___key0; int32_t L_6; L_6 = OrderedDictionary_IndexOfKey_m110663357763B21C2098B72F815DC53FC133B41B(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0033; } } { return; } IL_0033: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8; L_8 = OrderedDictionary_get_objectsTable_m2F29E0EFD6C2D698F160FCE8643968C510EB8E8D(__this, /*hidden argument*/NULL); RuntimeObject * L_9 = ___key0; NullCheck(L_8); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_8, L_9); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10; L_10 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); int32_t L_11 = V_0; NullCheck(L_10); VirtualActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_10, L_11); return; } } // System.Collections.IDictionaryEnumerator System.Collections.Specialized.OrderedDictionary::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_GetEnumerator_mC318A9E4C26F15D6B23935A045C62BC8EBF03FEF (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * L_1 = (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 *)il2cpp_codegen_object_new(OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var); OrderedDictionaryEnumerator__ctor_m49EDA80650ECBFA5B468C78CB065078024F6E7B2(L_1, L_0, 3, /*hidden argument*/NULL); return L_1; } } // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_System_Collections_IEnumerable_GetEnumerator_m04157BD70AE332FC886326A172DEB4148EF294F1 (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = OrderedDictionary_get_objectsArray_mE426198FDCE7B11AE6E230F7A2B3F9024E6C163C(__this, /*hidden argument*/NULL); OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 * L_1 = (OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969 *)il2cpp_codegen_object_new(OrderedDictionaryEnumerator_tF6DA720ED5DF81D7BD48E9398F32DA3E8896A969_il2cpp_TypeInfo_var); OrderedDictionaryEnumerator__ctor_m49EDA80650ECBFA5B468C78CB065078024F6E7B2(L_1, L_0, 3, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_GetObjectData_m7A94B9A21E979FBE5DC6258ADD4A3EEAEE22EDEF (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D54049E84477C75DD8AFAD9B2244E5D4C140668); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA37BABAF77DF95A70A2787B19C22BF16BBEAD7B7); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; 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*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrderedDictionary_GetObjectData_m7A94B9A21E979FBE5DC6258ADD4A3EEAEE22EDEF_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; RuntimeObject* L_3 = __this->get__comparer_3(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); NullCheck(L_2); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_2, _stringLiteral3EE17D366C57CBF012064BEF57DC6B58C6B46A88, L_3, L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; bool L_7 = __this->get__readOnly_4(); NullCheck(L_6); SerializationInfo_AddValue_m324F3E0B02B746D5F460499F5A25988FD608AD7B(L_6, _stringLiteral3C711D5A724A3DA17D92B65BCE5BF5C98DB762FA, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; int32_t L_9 = __this->get__initialCapacity_2(); NullCheck(L_8); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_8, _stringLiteralA37BABAF77DF95A70A2787B19C22BF16BBEAD7B7, L_9, /*hidden argument*/NULL); int32_t L_10; L_10 = OrderedDictionary_get_Count_m7B9E754E391D097630882003CB29D4B5116663CA(__this, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_10); V_0 = L_11; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = __this->get__objectsArray_0(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = V_0; NullCheck(L_12); VirtualActionInvoker1< RuntimeArray * >::Invoke(34 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_12, (RuntimeArray *)(RuntimeArray *)L_13); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_0; NullCheck(L_14); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_14, _stringLiteral6D54049E84477C75DD8AFAD9B2244E5D4C140668, (RuntimeObject *)(RuntimeObject *)L_15, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrderedDictionary_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m1ED995C8652A6865D613A868B606BBC1DD65F80C (OrderedDictionary_t5732A1063EEB3F32B0EEA37DAC760B5A58578D16 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___sender0; VirtualActionInvoker1< RuntimeObject * >::Invoke(22 /* System.Void System.Collections.Specialized.OrderedDictionary::OnDeserialization(System.Object) */, __this, 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.ParenthesizePropertyNameAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParenthesizePropertyNameAttribute__ctor_mF31EE21F569BE444CB01430843FC63274C92DBEE (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, const RuntimeMethod* method) { { ParenthesizePropertyNameAttribute__ctor_m4AFC0DEFA853EB981A02B427FA63459FF6039128(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.ParenthesizePropertyNameAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParenthesizePropertyNameAttribute__ctor_m4AFC0DEFA853EB981A02B427FA63459FF6039128 (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, bool ___needParenthesis0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___needParenthesis0; __this->set_needParenthesis_1(L_0); return; } } // System.Boolean System.ComponentModel.ParenthesizePropertyNameAttribute::get_NeedParenthesis() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParenthesizePropertyNameAttribute_get_NeedParenthesis_mE236764032129FBBD009AB9001AE1240409A644E (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_needParenthesis_1(); return L_0; } } // System.Boolean System.ComponentModel.ParenthesizePropertyNameAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParenthesizePropertyNameAttribute_Equals_mCA56F89553B1496C59C00AE42F6B05155E39509C (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (!((ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 *)IsInstSealed((RuntimeObject*)L_0, ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject * L_1 = ___o0; NullCheck(((ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 *)CastclassSealed((RuntimeObject*)L_1, ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var))); bool L_2; L_2 = ParenthesizePropertyNameAttribute_get_NeedParenthesis_mE236764032129FBBD009AB9001AE1240409A644E_inline(((ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 *)CastclassSealed((RuntimeObject*)L_1, ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_3 = __this->get_needParenthesis_1(); return (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.ParenthesizePropertyNameAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParenthesizePropertyNameAttribute_GetHashCode_mA085CCE4450485CB0DA06630901C1CC3B50BB72E (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.ParenthesizePropertyNameAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParenthesizePropertyNameAttribute_IsDefaultAttribute_m438CC3904682E306A80867ACA51395DF29DD4E27 (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var); ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * L_0 = ((ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_StaticFields*)il2cpp_codegen_static_fields_for(ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var))->get_Default_0(); bool L_1; L_1 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0); return L_1; } } // System.Void System.ComponentModel.ParenthesizePropertyNameAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParenthesizePropertyNameAttribute__cctor_m61374B95536D6189B27C4ABBCCB1F6682892A2D8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * L_0 = (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 *)il2cpp_codegen_object_new(ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var); ParenthesizePropertyNameAttribute__ctor_mF31EE21F569BE444CB01430843FC63274C92DBEE(L_0, /*hidden argument*/NULL); ((ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_StaticFields*)il2cpp_codegen_static_fields_for(ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082_il2cpp_TypeInfo_var))->set_Default_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.PasswordPropertyTextAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordPropertyTextAttribute__ctor_m53054C2BACE04389690B2D8F4016F58C86717677 (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, const RuntimeMethod* method) { { PasswordPropertyTextAttribute__ctor_mC590D23559FF047801BE6FAB627136B05A445CB0(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PasswordPropertyTextAttribute::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordPropertyTextAttribute__ctor_mC590D23559FF047801BE6FAB627136B05A445CB0 (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, bool ___password0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); bool L_0 = ___password0; __this->set__password_3(L_0); return; } } // System.Boolean System.ComponentModel.PasswordPropertyTextAttribute::get_Password() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_get_Password_m38757095ADB4E42B5B3E63B0C8D1DA3B2563CBC2 (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__password_3(); return L_0; } } // System.Boolean System.ComponentModel.PasswordPropertyTextAttribute::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_Equals_m06FBFC821606878E5728C23BF232F21FB7611BE2 (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (!((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC *)IsInstSealed((RuntimeObject*)L_0, PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject * L_1 = ___o0; NullCheck(((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC *)CastclassSealed((RuntimeObject*)L_1, PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var))); bool L_2; L_2 = PasswordPropertyTextAttribute_get_Password_m38757095ADB4E42B5B3E63B0C8D1DA3B2563CBC2_inline(((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC *)CastclassSealed((RuntimeObject*)L_1, PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_3 = __this->get__password_3(); return (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); } IL_001c: { return (bool)0; } } // System.Int32 System.ComponentModel.PasswordPropertyTextAttribute::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PasswordPropertyTextAttribute_GetHashCode_m42F4E8CE76F20D52D15C2949C94A8B4052162F9D (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Attribute_GetHashCode_m46EC3256A8DDAC7AC7576362EB50ABD0F83123B4(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.PasswordPropertyTextAttribute::IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_IsDefaultAttribute_mB7F6C6CB0BBEE9DF5056666A0D12FC268DACAB8E (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var); PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * L_0 = ((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_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.PasswordPropertyTextAttribute::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasswordPropertyTextAttribute__cctor_m33414F348F4918658B84D2A05C2B5E38E0BF2A81 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * L_0 = (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC *)il2cpp_codegen_object_new(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var); PasswordPropertyTextAttribute__ctor_mC590D23559FF047801BE6FAB627136B05A445CB0(L_0, (bool)1, /*hidden argument*/NULL); ((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var))->set_Yes_0(L_0); PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * L_1 = (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC *)il2cpp_codegen_object_new(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var); PasswordPropertyTextAttribute__ctor_mC590D23559FF047801BE6FAB627136B05A445CB0(L_1, (bool)0, /*hidden argument*/NULL); ((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var))->set_No_1(L_1); PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * L_2 = ((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var))->get_No_1(); ((PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_StaticFields*)il2cpp_codegen_static_fields_for(PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC_il2cpp_TypeInfo_var))->set_Default_2(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.PathList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList__ctor_mE7C40201BD66EA2737CFC92FF7B94CF442444778 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var); PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358 * L_0 = ((PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_t6C94E7AD51389747CB75025FD18947B5AEA55358_il2cpp_TypeInfo_var))->get_StaticInstance_0(); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_1 = (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 *)il2cpp_codegen_object_new(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); SortedList__ctor_m2F0DD5F83B3003852A05A5C3A2040AA448341932(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_2; L_2 = SortedList_Synchronized_m270BAED3E1BC3A3746468CC2AC0B0C936E46EEA6(L_1, /*hidden argument*/NULL); __this->set_m_list_0(L_2); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // 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) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0); return L_1; } } // System.Int32 System.Net.PathList::GetCookiesCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_mA2216C3D1A5328BB84EA3DFB15F5D9C25FD10B0F (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, 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*)&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); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; RuntimeObject * L_0; L_0 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(__this, /*hidden argument*/NULL); V_1 = L_0; V_2 = (bool)0; } IL_000b: try {// begin try (depth: 1) { RuntimeObject * L_1 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_2), /*hidden argument*/NULL); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_2 = __this->get_m_list_0(); NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(26 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_2); NullCheck(L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_3); V_3 = L_4; } IL_0024: try {// begin try (depth: 2) { goto IL_003d; } IL_0026: { RuntimeObject* L_5 = V_3; NullCheck(L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_5); V_4 = ((CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 *)CastclassClass((RuntimeObject*)L_6, CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06_il2cpp_TypeInfo_var)); int32_t L_7 = V_0; CookieCollection_t2D2FA42D43C1A8053D95FD2205360B2E0B94AF06 * L_8 = V_4; NullCheck(L_8); int32_t L_9; L_9 = CookieCollection_get_Count_m329458A1D5426014346F371D1B86AB4678FF34AE(L_8, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9)); } IL_003d: { RuntimeObject* L_10 = V_3; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0026; } } IL_0045: { IL2CPP_LEAVE(0x65, FINALLY_0047); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0047; } FINALLY_0047: {// begin finally (depth: 2) { RuntimeObject* L_12 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_5; if (!L_13) { goto IL_005a; } } IL_0053: { RuntimeObject* L_14 = V_5; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_005a: { IL2CPP_END_FINALLY(71) } }// end finally (depth: 2) IL2CPP_CLEANUP(71) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x65, FINALLY_005b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: {// begin finally (depth: 1) { bool L_15 = V_2; if (!L_15) { goto IL_0064; } } IL_005e: { RuntimeObject * L_16 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_16, /*hidden argument*/NULL); } IL_0064: { IL2CPP_END_FINALLY(91) } }// end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0065: { int32_t L_17 = V_0; return L_17; } } // 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) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(26 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_0); return L_1; } } // 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) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); String_t* L_1 = ___s0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(41 /* System.Object System.Collections.SortedList::get_Item(System.Object) */, L_0, L_1); return L_2; } } // 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) { RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0; L_0 = PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0(__this, /*hidden argument*/NULL); 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); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_2 = __this->get_m_list_0(); String_t* L_3 = ___s0; RuntimeObject * L_4 = ___value1; NullCheck(L_2); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(42 /* System.Void System.Collections.SortedList::set_Item(System.Object,System.Object) */, L_2, L_3, L_4); IL2CPP_LEAVE(0x2A, FINALLY_0020); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0020; } FINALLY_0020: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0029; } } IL_0023: { RuntimeObject * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0029: { IL2CPP_END_FINALLY(32) } }// end finally (depth: 1) IL2CPP_CLEANUP(32) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2A, IL_002a) } IL_002a: { return; } } // System.Collections.IEnumerator System.Net.PathList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_mEB480CB2359B7EA7639EE292658F7AC5B17AE998 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() */, L_0); return L_1; } } // System.Object System.Net.PathList::get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m28F8BCEC0CDF4514A9E43BD1E57F1809732377E0 (PathList_tA784D52BAA85A47458EA5E45B666D1DE20CDEC21 * __this, const RuntimeMethod* method) { { SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_0 = __this->get_m_list_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(30 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.PerformanceCountersElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5 (PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PerformanceCountersElement__ctor_mEB598DFD70066C845995EAC5D1BF82698130D2D5_RuntimeMethod_var); return; } } // System.Boolean System.Net.Configuration.PerformanceCountersElement::get_Enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceCountersElement_get_Enabled_mE8EE04110A3167886EA29D6893C9D65D5675C128 (PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceCountersElement_get_Enabled_mE8EE04110A3167886EA29D6893C9D65D5675C128_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { il2cpp_codegen_raise_profile_exception(PerformanceCountersElement_get_Enabled_mE8EE04110A3167886EA29D6893C9D65D5675C128_RuntimeMethod_var); il2cpp_codegen_initobj((&V_0), sizeof(bool)); bool L_0 = V_0; return L_0; } } // System.Void System.Net.Configuration.PerformanceCountersElement::set_Enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceCountersElement_set_Enabled_m771A6B8F2CF37DC7D25E02FF3A9F635524697A5C (PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceCountersElement_set_Enabled_m771A6B8F2CF37DC7D25E02FF3A9F635524697A5C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PerformanceCountersElement_set_Enabled_m771A6B8F2CF37DC7D25E02FF3A9F635524697A5C_RuntimeMethod_var); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.PerformanceCountersElement::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t8C098DB59DF7BA2C2A71369978F4225B92B2F59B * PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168 (PerformanceCountersElement_t356AD2A210376904FAAD48CCBB3D8CF91B89E577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(PerformanceCountersElement_get_Properties_m8519C030829398320F0A1AA087B41E71884FC168_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.Int32 System.Platform::uname(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Platform_uname_m5E4EF5E0C9060E01783301E28C8A58F45D8E4959 (intptr_t ___buf0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_libc_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("libc"), "uname", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_libc_INTERNAL int32_t returnValue = reinterpret_cast(uname)(___buf0); #else int32_t returnValue = il2cppPInvokeFunc(___buf0); #endif return returnValue; } // System.Void System.Platform::CheckOS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Platform_CheckOS_m2F2AD83106D4EE97E646C36AB222745F6A79439B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44DC49642EB05EDC1EF27E44C8717C00BCD0FC2B); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * L_0; L_0 = Environment_get_OSVersion_m9C59BAF537F0A8B51ABC3BEE212F08DCC498F64E(/*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0014; } } { ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_checkedOS_0((bool)1); return; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_AllocHGlobal_mED1B623D229DB8FAB58D187E4E73D3DA2E8AE6EC(((int32_t)8192), /*hidden argument*/NULL); V_0 = (intptr_t)L_2; } IL_001f: try {// begin try (depth: 1) { intptr_t L_3 = V_0; int32_t L_4; L_4 = Platform_uname_m5E4EF5E0C9060E01783301E28C8A58F45D8E4959((intptr_t)L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0058; } } IL_0027: { intptr_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); String_t* L_6; L_6 = Marshal_PtrToStringAnsi_m75BAFD813E1B985A654946F05159CFA46E34F5AA((intptr_t)L_5, /*hidden argument*/NULL); V_1 = L_6; String_t* L_7 = V_1; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteral13A4D85D0CFE99844130B92E643058A0A13C75B6, /*hidden argument*/NULL); if (L_8) { goto IL_004a; } } IL_003b: { String_t* L_9 = V_1; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteral44DC49642EB05EDC1EF27E44C8717C00BCD0FC2B, /*hidden argument*/NULL); if (L_10) { goto IL_0052; } } IL_0048: { IL2CPP_LEAVE(0x67, FINALLY_005a); } IL_004a: { ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_isMacOS_1((bool)1); IL2CPP_LEAVE(0x67, FINALLY_005a); } IL_0052: { ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_isFreeBSD_2((bool)1); } IL_0058: { IL2CPP_LEAVE(0x67, FINALLY_005a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: {// begin finally (depth: 1) intptr_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_FreeHGlobal_m53FC4846F5D3106BA25B52C321005C227E424F72((intptr_t)L_11, /*hidden argument*/NULL); ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->set_checkedOS_0((bool)1); IL2CPP_END_FINALLY(90) }// end finally (depth: 1) IL2CPP_CLEANUP(90) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x67, IL_0067) } IL_0067: { return; } } // System.Boolean System.Platform::get_IsMacOS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Platform_get_IsMacOS_m842F8283BD3653F87D1EAC7F17DD2B2B0DD8A6D2 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->get_checkedOS_0(); if (L_0) { goto IL_0017; } } IL_0007: try {// begin try (depth: 1) Platform_CheckOS_m2F2AD83106D4EE97E646C36AB222745F6A79439B(/*hidden argument*/NULL); goto IL_0017; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DllNotFoundException_tD2224C1993151B8CCF9938FD62649816CF977596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000e; } throw e; } CATCH_000e: {// begin catch(System.DllNotFoundException) ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))))->set_isMacOS_1((bool)0); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0017; }// end catch (depth: 1) IL_0017: { bool L_1 = ((Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t43D18B8C7EEF64C9E11DA33082053F9633FEB16A_il2cpp_TypeInfo_var))->get_isMacOS_1(); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.Process::.ctor(System.String,System.Boolean,System.Int32,System.Diagnostics.ProcessInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process__ctor_mA4B34284F20FE9429BA11163239A3E24445AD541 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, String_t* ___machineName0, bool ___isRemoteMachine1, int32_t ___processId2, ProcessInfo_tF04D791821A3852114D48FF2FD645423FAA7D6F9 * ___processInfo3, 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; } { IL2CPP_RUNTIME_CLASS_INIT(Component_t015539CFEAEEBFD7619041FE006475373E0D71DF_il2cpp_TypeInfo_var); Component__ctor_m840837E8F38EF7547938BF0E23F7D5847B8C4F48(__this, /*hidden argument*/NULL); String_t* L_0 = ___machineName0; __this->set_machineName_9(L_0); bool L_1 = ___isRemoteMachine1; __this->set_isRemoteMachine_8(L_1); int32_t L_2 = ___processId2; __this->set_processId_5(L_2); __this->set_haveProcessId_4((bool)1); __this->set_outputStreamReadMode_30(0); __this->set_errorStreamReadMode_31(0); __this->set_m_processAccess_10(((int32_t)2035711)); return; } } // System.Boolean System.Diagnostics.Process::get_Associated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Process_get_Associated_m69F894BB55F10306CC721B90D716E6EE66AC5B1B (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_haveProcessId_4(); if (L_0) { goto IL_000f; } } { bool L_1 = __this->get_haveProcessHandle_6(); return L_1; } IL_000f: { return (bool)1; } } // System.Boolean System.Diagnostics.Process::get_HasExited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Process_get_HasExited_m76E099052813E6276ED2EC44E507D366D3CB9621 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * V_0 = NULL; int32_t V_1 = 0; ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_exited_18(); if (L_0) { goto IL_00be; } } { Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA(__this, ((int32_t)32), /*hidden argument*/NULL); V_0 = (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C *)NULL; } IL_0015: try {// begin try (depth: 1) { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_1; L_1 = Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956(__this, ((int32_t)1049600), (bool)0, /*hidden argument*/NULL); V_0 = L_1; SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_2); if (!L_3) { goto IL_0033; } } IL_002a: { __this->set_exited_18((bool)1); IL2CPP_LEAVE(0xB0, FINALLY_00a8); } IL_0033: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_4 = V_0; bool L_5; L_5 = NativeMethods_GetExitCodeProcess_m4BC6015D876FF8A913A66C60C59B0F0C811ED277(L_4, (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_5) { goto IL_0055; } } IL_003d: { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)259)))) { goto IL_0055; } } IL_0045: { __this->set_exited_18((bool)1); int32_t L_7 = V_1; __this->set_exitCode_19(L_7); IL2CPP_LEAVE(0xB0, FINALLY_00a8); } IL_0055: { bool L_8 = __this->get_signaled_20(); if (L_8) { goto IL_0080; } } IL_005d: { V_2 = (ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 *)NULL; } IL_005f: try {// begin try (depth: 2) SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_9 = V_0; ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_10 = (ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 *)il2cpp_codegen_object_new(ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94_il2cpp_TypeInfo_var); ProcessWaitHandle__ctor_m4245C175DE3C813642C8505CC6EF501A2D98B571(L_10, L_9, /*hidden argument*/NULL); V_2 = L_10; ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_11, 0, (bool)0); __this->set_signaled_20(L_12); IL2CPP_LEAVE(0x80, FINALLY_0076); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0076; } FINALLY_0076: {// begin finally (depth: 2) { ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_13 = V_2; if (!L_13) { goto IL_007f; } } IL_0079: { ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_14 = V_2; NullCheck(L_14); VirtualActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_14); } IL_007f: { IL2CPP_END_FINALLY(118) } }// end finally (depth: 2) IL2CPP_CLEANUP(118) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x80, IL_0080) } IL_0080: { bool L_15 = __this->get_signaled_20(); if (!L_15) { goto IL_00a6; } } IL_0088: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_16 = V_0; bool L_17; L_17 = NativeMethods_GetExitCodeProcess_m4BC6015D876FF8A913A66C60C59B0F0C811ED277(L_16, (int32_t*)(&V_1), /*hidden argument*/NULL); if (L_17) { goto IL_0098; } } IL_0092: { Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * L_18 = (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var))); Win32Exception__ctor_m0DCDDC4BEF1DCC24190F7AAE8BB309FB5A8A9474(L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_get_HasExited_m76E099052813E6276ED2EC44E507D366D3CB9621_RuntimeMethod_var))); } IL_0098: { __this->set_exited_18((bool)1); int32_t L_19 = V_1; __this->set_exitCode_19(L_19); } IL_00a6: { IL2CPP_LEAVE(0xB0, FINALLY_00a8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a8; } FINALLY_00a8: {// begin finally (depth: 1) SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_20 = V_0; Process_ReleaseProcessHandle_m36F9DB1FC676C52787095C55C650F40DEDB12704(__this, L_20, /*hidden argument*/NULL); IL2CPP_END_FINALLY(168) }// end finally (depth: 1) IL2CPP_CLEANUP(168) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB0, IL_00b0) } IL_00b0: { bool L_21 = __this->get_exited_18(); if (!L_21) { goto IL_00be; } } { Process_RaiseOnExited_mFC0725804BEE6E90647C4DF284DFF30F7403C1BC(__this, /*hidden argument*/NULL); } IL_00be: { bool L_22 = __this->get_exited_18(); return L_22; } } // System.Int32 System.Diagnostics.Process::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Process_get_Id_m15347E5BEC4BC561CA209304786BAD42C72F03A9 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { { Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA(__this, 1, /*hidden argument*/NULL); int32_t L_0 = __this->get_processId_5(); return L_0; } } // System.ComponentModel.ISynchronizeInvoke System.Diagnostics.Process::get_SynchronizingObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Process_get_SynchronizingObject_m8C332511AD0AC6D663AB0BA5E0E0443148EC027C (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; { RuntimeObject* L_0 = __this->get_synchronizingObject_25(); if (L_0) { goto IL_0047; } } { bool L_1; L_1 = Component_get_DesignMode_m734BA2B9442EB0294B051D6DECC56272135EA36C(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0047; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(15 /* System.Object System.ComponentModel.Component::GetService(System.Type) */, __this, L_3); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var)); RuntimeObject* L_5 = V_0; if (!L_5) { goto IL_0047; } } { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IComponent System.ComponentModel.Design.IDesignerHost::get_RootComponent() */, IDesignerHost_tE8E392E64EFBF3B0FC1B1F4B96A6B38AC6086DA9_il2cpp_TypeInfo_var, L_6); V_1 = L_7; RuntimeObject * L_8 = V_1; if (!L_8) { goto IL_0047; } } { RuntimeObject * L_9 = V_1; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_9, ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9_il2cpp_TypeInfo_var))) { goto IL_0047; } } { RuntimeObject * L_10 = V_1; __this->set_synchronizingObject_25(((RuntimeObject*)Castclass((RuntimeObject*)L_10, ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9_il2cpp_TypeInfo_var))); } IL_0047: { RuntimeObject* L_11 = __this->get_synchronizingObject_25(); return L_11; } } // System.Void System.Diagnostics.Process::ReleaseProcessHandle(Microsoft.Win32.SafeHandles.SafeProcessHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_ReleaseProcessHandle_m36F9DB1FC676C52787095C55C650F40DEDB12704 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___handle0, const RuntimeMethod* method) { { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_0 = ___handle0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { bool L_1 = __this->get_haveProcessHandle_6(); if (!L_1) { goto IL_0016; } } { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_2 = ___handle0; SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_3 = __this->get_m_processHandle_7(); if ((!(((RuntimeObject*)(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C *)L_2) == ((RuntimeObject*)(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C *)L_3)))) { goto IL_0016; } } { return; } IL_0016: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_4 = ___handle0; NullCheck(L_4); SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18(L_4, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.Process::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_Dispose_m23E12A74FB48168895EC327BCF725B94C46E39E5 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_disposed_29(); if (L_0) { goto IL_001f; } } { bool L_1 = ___disposing0; if (!L_1) { goto IL_0011; } } { Process_Close_mAEA629C172A2F879046D2B5CC79F69350D7CFE68(__this, /*hidden argument*/NULL); } IL_0011: { __this->set_disposed_29((bool)1); bool L_2 = ___disposing0; Component_Dispose_m41A6868E474C0937E68618E171C8169ECE2A9347(__this, L_2, /*hidden argument*/NULL); } IL_001f: { return; } } // System.Void System.Diagnostics.Process::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_Close_mAEA629C172A2F879046D2B5CC79F69350D7CFE68 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * V_0 = NULL; StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * V_1 = NULL; AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * V_2 = NULL; { bool L_0; L_0 = Process_get_Associated_m69F894BB55F10306CC721B90D716E6EE66AC5B1B(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0101; } } { bool L_1 = __this->get_haveProcessHandle_6(); if (!L_1) { goto IL_0032; } } { Process_StopWatchingForExit_m406AB02D4448D513974286A586057E578F684B0F(__this, /*hidden argument*/NULL); SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_2 = __this->get_m_processHandle_7(); NullCheck(L_2); SafeHandle_Close_m20EA2E782117C132170FEF59CAD4BC4D20D64E18(L_2, /*hidden argument*/NULL); __this->set_m_processHandle_7((SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C *)NULL); __this->set_haveProcessHandle_6((bool)0); } IL_0032: { __this->set_haveProcessId_4((bool)0); __this->set_isRemoteMachine_8((bool)0); __this->set_machineName_9(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); __this->set_raisedOnExited_22((bool)0); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_3 = __this->get_standardInput_27(); V_0 = L_3; __this->set_standardInput_27((StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)NULL); int32_t L_4 = __this->get_inputStreamReadMode_32(); if (L_4) { goto IL_0071; } } { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_5 = V_0; if (!L_5) { goto IL_0071; } } { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_6 = V_0; NullCheck(L_6); VirtualActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_6); } IL_0071: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_7 = __this->get_standardOutput_26(); V_1 = L_7; __this->set_standardOutput_26((StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)NULL); int32_t L_8 = __this->get_outputStreamReadMode_30(); if (L_8) { goto IL_0090; } } { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_9 = V_1; if (!L_9) { goto IL_0090; } } { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_10 = V_1; NullCheck(L_10); VirtualActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_10); } IL_0090: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_11 = __this->get_standardError_28(); V_1 = L_11; __this->set_standardError_28((StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)NULL); int32_t L_12 = __this->get_errorStreamReadMode_31(); if (L_12) { goto IL_00af; } } { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_13 = V_1; if (!L_13) { goto IL_00af; } } { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_14 = V_1; NullCheck(L_14); VirtualActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_14); } IL_00af: { AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_15 = __this->get_output_33(); V_2 = L_15; __this->set_output_33((AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C *)NULL); int32_t L_16 = __this->get_outputStreamReadMode_30(); if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_00d5; } } { AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_17 = V_2; if (!L_17) { goto IL_00d5; } } { AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_18 = V_2; NullCheck(L_18); AsyncStreamReader_CancelOperation_mDF444FD80CA28A94785CA434D453A2AA24080AA0(L_18, /*hidden argument*/NULL); AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_19 = V_2; NullCheck(L_19); VirtualActionInvoker0::Invoke(4 /* System.Void System.Diagnostics.AsyncStreamReader::Close() */, L_19); } IL_00d5: { AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_20 = __this->get_error_34(); V_2 = L_20; __this->set_error_34((AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C *)NULL); int32_t L_21 = __this->get_errorStreamReadMode_31(); if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_00fb; } } { AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_22 = V_2; if (!L_22) { goto IL_00fb; } } { AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_23 = V_2; NullCheck(L_23); AsyncStreamReader_CancelOperation_mDF444FD80CA28A94785CA434D453A2AA24080AA0(L_23, /*hidden argument*/NULL); AsyncStreamReader_t729FEF214B9427B18DB824BD7BA980026F4FA07C * L_24 = V_2; NullCheck(L_24); VirtualActionInvoker0::Invoke(4 /* System.Void System.Diagnostics.AsyncStreamReader::Close() */, L_24); } IL_00fb: { Process_Refresh_m96E3F128B7B0E5BFCAD3B09D2C6006F4556EAB20(__this, /*hidden argument*/NULL); } IL_0101: { return; } } // System.Void System.Diagnostics.Process::EnsureState(System.Diagnostics.Process/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, int32_t ___state0, const RuntimeMethod* method) { { int32_t L_0 = ___state0; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) { goto IL_001e; } } { bool L_1; L_1 = Process_get_Associated_m69F894BB55F10306CC721B90D716E6EE66AC5B1B(__this, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { String_t* L_2; L_2 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral28ECC737A94E6AC0322B27EBEE0E0340A4B64B92)), /*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*)&Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA_RuntimeMethod_var))); } IL_001e: { int32_t L_4 = ___state0; if (!((int32_t)((int32_t)L_4&(int32_t)1))) { goto IL_0043; } } { bool L_5 = __this->get_haveProcessId_4(); if (L_5) { goto IL_0043; } } { Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA(__this, ((int32_t)32), /*hidden argument*/NULL); String_t* L_6; L_6 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CD381B77FCE8023477844D78F091E0BCF0F54BC)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_7 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA_RuntimeMethod_var))); } IL_0043: { int32_t L_8 = ___state0; if (!((int32_t)((int32_t)L_8&(int32_t)2))) { goto IL_0060; } } { bool L_9 = __this->get_isRemoteMachine_8(); if (!L_9) { goto IL_0060; } } { String_t* L_10; L_10 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB628C8078D6053033BCA437D4FB44E1EDA7545F5)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_11 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA_RuntimeMethod_var))); } IL_0060: { int32_t L_12 = ___state0; if (!((int32_t)((int32_t)L_12&(int32_t)8))) { goto IL_0075; } } { String_t* L_13; L_13 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD83D089E8917481EE6B00AE17F74E5A74C61A38F)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_14 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA_RuntimeMethod_var))); } IL_0075: { int32_t L_15 = ___state0; if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)16)))) { goto IL_00ab; } } { bool L_16; L_16 = Process_get_HasExited_m76E099052813E6276ED2EC44E507D366D3CB9621(__this, /*hidden argument*/NULL); if (L_16) { goto IL_0093; } } { String_t* L_17; L_17 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAB05E832CF2DE1DDBD2CCE93D1FFF39A279ACBF8)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_18 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA_RuntimeMethod_var))); } IL_0093: { bool L_19 = __this->get_haveProcessHandle_6(); if (L_19) { goto IL_00ab; } } { String_t* L_20; L_20 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A93D4492FCC1A13C6AE1317142F93BED22E1CA0)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_21 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA_RuntimeMethod_var))); } IL_00ab: { return; } } // System.Diagnostics.Process System.Diagnostics.Process::GetCurrentProcess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * Process_GetCurrentProcess_mCF9662E06F91AA21E8DEBBADD0DD2C46486358EA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = NativeMethods_GetCurrentProcessId_m3EFF2E4E24F69C4AA03FFA21E0A1C8611604D649(/*hidden argument*/NULL); Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_1 = (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 *)il2cpp_codegen_object_new(Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671_il2cpp_TypeInfo_var); Process__ctor_mA4B34284F20FE9429BA11163239A3E24445AD541(L_1, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, (bool)0, L_0, (ProcessInfo_tF04D791821A3852114D48FF2FD645423FAA7D6F9 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Void System.Diagnostics.Process::OnExited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_OnExited_m0C00FBEB8CE461426B7458E01469C118144CAAD9 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * V_0 = NULL; { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_0 = __this->get_onExited_17(); V_0 = L_0; EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_1 = V_0; if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2; L_2 = Process_get_SynchronizingObject_m8C332511AD0AC6D663AB0BA5E0E0443148EC027C(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_003f; } } { RuntimeObject* L_3; L_3 = Process_get_SynchronizingObject_m8C332511AD0AC6D663AB0BA5E0E0443148EC027C(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_4; L_4 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.ComponentModel.ISynchronizeInvoke::get_InvokeRequired() */, ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_003f; } } { RuntimeObject* L_5; L_5 = Process_get_SynchronizingObject_m8C332511AD0AC6D663AB0BA5E0E0443148EC027C(__this, /*hidden argument*/NULL); EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_6 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, __this); (L_8)->SetAt(static_cast(0), (RuntimeObject *)__this); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * L_10 = ((EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var))->get_Empty_0(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (RuntimeObject *)L_10); NullCheck(L_5); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker2< RuntimeObject*, Delegate_t *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(1 /* System.IAsyncResult System.ComponentModel.ISynchronizeInvoke::BeginInvoke(System.Delegate,System.Object[]) */, ISynchronizeInvoke_t95FF063A5295003D96C3C680EDF773DDF830DBF9_il2cpp_TypeInfo_var, L_5, L_6, L_9); return; } IL_003f: { EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * L_12 = V_0; 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_004b: { return; } } // Microsoft.Win32.SafeHandles.SafeProcessHandle System.Diagnostics.Process::GetProcessHandle(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, int32_t ___access0, bool ___throwIfExited1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * V_0 = NULL; SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * V_1 = NULL; intptr_t V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_haveProcessHandle_6(); if (!L_0) { goto IL_0077; } } { bool L_1 = ___throwIfExited1; if (!L_1) { goto IL_0070; } } { V_0 = (ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 *)NULL; } IL_000d: try {// begin try (depth: 1) { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_2 = __this->get_m_processHandle_7(); ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_3 = (ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 *)il2cpp_codegen_object_new(ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94_il2cpp_TypeInfo_var); ProcessWaitHandle__ctor_m4245C175DE3C813642C8505CC6EF501A2D98B571(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_4, 0, (bool)0); if (!L_5) { goto IL_0064; } } IL_0023: { bool L_6 = __this->get_haveProcessId_4(); if (!L_6) { goto IL_0054; } } IL_002b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = L_7; int32_t* L_9 = __this->get_address_of_processId_5(); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_11; L_11 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(0), (RuntimeObject *)L_11); String_t* L_12; L_12 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E24EB309ECB50B5CD787156EC3A0F97D92450E4)), L_8, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956_RuntimeMethod_var))); } IL_0054: { String_t* L_14; L_14 = SR_GetString_m9DC7F3962EEB239017A1A4C443F52047B5BC7462(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3D64C069010EB1BD864DD681EC17826BE4696CE)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_15 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956_RuntimeMethod_var))); } IL_0064: { IL2CPP_LEAVE(0x70, FINALLY_0066); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0066; } FINALLY_0066: {// begin finally (depth: 1) { ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_16 = V_0; if (!L_16) { goto IL_006f; } } IL_0069: { ProcessWaitHandle_t88F9EB49F2D6E81DC362B2B50C23FABA8D1F6F94 * L_17 = V_0; NullCheck(L_17); VirtualActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_17); } IL_006f: { IL2CPP_END_FINALLY(102) } }// end finally (depth: 1) IL2CPP_CLEANUP(102) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x70, IL_0070) } IL_0070: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_18 = __this->get_m_processHandle_7(); return L_18; } IL_0077: { Process_EnsureState_mE6FC061F8DC4F661C80642AA413064CC1AA082BA(__this, 3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var); SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_19 = ((SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_StaticFields*)il2cpp_codegen_static_fields_for(SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C_il2cpp_TypeInfo_var))->get_InvalidHandle_6(); V_1 = L_19; intptr_t L_20; L_20 = NativeMethods_GetCurrentProcess_mF93EF0A5CEE949EB9AEAB7D9CE8FA8B0B578C19F(/*hidden argument*/NULL); V_2 = (intptr_t)L_20; intptr_t L_21 = V_2; HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF L_22; memset((&L_22), 0, sizeof(L_22)); HandleRef__ctor_m32F577826A69BCA9CE2C57DA4E6A829B18A4C1A3((&L_22), __this, (intptr_t)L_21, /*hidden argument*/NULL); intptr_t L_23 = V_2; HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF L_24; memset((&L_24), 0, sizeof(L_24)); HandleRef__ctor_m32F577826A69BCA9CE2C57DA4E6A829B18A4C1A3((&L_24), __this, (intptr_t)L_23, /*hidden argument*/NULL); intptr_t L_25 = V_2; HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF L_26; memset((&L_26), 0, sizeof(L_26)); HandleRef__ctor_m32F577826A69BCA9CE2C57DA4E6A829B18A4C1A3((&L_26), __this, (intptr_t)L_25, /*hidden argument*/NULL); bool L_27; L_27 = NativeMethods_DuplicateHandle_m6D9151AA337C724D50A58662F92E93364D832B27(L_22, L_24, L_26, (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C **)(&V_1), 0, (bool)0, 3, /*hidden argument*/NULL); if (L_27) { goto IL_00b1; } } { Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 * L_28 = (Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Win32Exception_t4B7A329153AA0E88CA08533EFB6DB2F2A8E90950_il2cpp_TypeInfo_var))); Win32Exception__ctor_m0DCDDC4BEF1DCC24190F7AAE8BB309FB5A8A9474(L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956_RuntimeMethod_var))); } IL_00b1: { bool L_29 = ___throwIfExited1; if (!L_29) { goto IL_0101; } } { int32_t L_30 = ___access0; if (!((int32_t)((int32_t)L_30&(int32_t)((int32_t)1024)))) { goto IL_0101; } } { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_31 = V_1; int32_t* L_32 = __this->get_address_of_exitCode_19(); bool L_33; L_33 = NativeMethods_GetExitCodeProcess_m4BC6015D876FF8A913A66C60C59B0F0C811ED277(L_31, (int32_t*)L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0101; } } { int32_t L_34 = __this->get_exitCode_19(); if ((((int32_t)L_34) == ((int32_t)((int32_t)259)))) { goto IL_0101; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = (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_36 = L_35; int32_t* L_37 = __this->get_address_of_processId_5(); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_38; L_38 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_39; L_39 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)L_37, L_38, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_39); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_39); String_t* L_40; L_40 = SR_GetString_m4FFAF18248A54C5B67E4760C5ED4869A87BCAD7F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E24EB309ECB50B5CD787156EC3A0F97D92450E4)), L_36, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_41 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_41, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956_RuntimeMethod_var))); } IL_0101: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_42 = V_1; return L_42; } } // Microsoft.Win32.SafeHandles.SafeProcessHandle System.Diagnostics.Process::GetProcessHandle(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * Process_GetProcessHandle_m97725BFE7E644A6BEF48B734B882BF2F340C2C9B (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, int32_t ___access0, const RuntimeMethod* method) { { int32_t L_0 = ___access0; SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_1; L_1 = Process_GetProcessHandle_m6C008DF52E45045FAA1BB15C31280B8F877C7956(__this, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Void System.Diagnostics.Process::Refresh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_Refresh_m96E3F128B7B0E5BFCAD3B09D2C6006F4556EAB20 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { { __this->set_threads_11((ProcessThreadCollection_t933E50A1F8B7F6294FC743D7CAE864D36EDD6DC8 *)NULL); __this->set_modules_12((ProcessModuleCollection_t42ACCF1BC88B6A694EE6841DEE9CD906EE1A46B1 *)NULL); __this->set_exited_18((bool)0); __this->set_signaled_20((bool)0); __this->set_haveWorkingSetLimits_13((bool)0); __this->set_havePriorityClass_14((bool)0); __this->set_haveExitTime_21((bool)0); return; } } // System.Void System.Diagnostics.Process::StopWatchingForExit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_StopWatchingForExit_m406AB02D4448D513974286A586057E578F684B0F (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_watchingForExit_16(); if (!L_0) { goto IL_0055; } } { V_0 = __this; V_1 = (bool)0; } IL_000c: try {// begin try (depth: 1) { Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); bool L_2 = __this->get_watchingForExit_16(); if (!L_2) { goto IL_0049; } } IL_001c: { __this->set_watchingForExit_16((bool)0); RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_3 = __this->get_registeredWaitHandle_23(); NullCheck(L_3); bool L_4; L_4 = RegisteredWaitHandle_Unregister_m7528A5C8D960CB2C4497B9B9EA2DEC1396C5A5F2(L_3, (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 *)NULL, /*hidden argument*/NULL); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_5 = __this->get_waitHandle_24(); NullCheck(L_5); VirtualActionInvoker0::Invoke(13 /* System.Void System.Threading.WaitHandle::Close() */, L_5); __this->set_waitHandle_24((WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 *)NULL); __this->set_registeredWaitHandle_23((RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F *)NULL); } IL_0049: { IL2CPP_LEAVE(0x55, FINALLY_004b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004b; } FINALLY_004b: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_0054; } } IL_004e: { Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_0054: { IL2CPP_END_FINALLY(75) } }// end finally (depth: 1) IL2CPP_CLEANUP(75) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) } IL_0055: { return; } } // System.String System.Diagnostics.Process::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_ToString_m9A0FA28564C92CEDA54258664241BA7242FE9056 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5E215A6DBE803E908043576B18C4FAD26AD44F7); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0; L_0 = Process_get_Associated_m69F894BB55F10306CC721B90D716E6EE66AC5B1B(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0040; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_1; } IL_000e: try {// begin try (depth: 1) String_t* L_2; L_2 = Process_get_ProcessName_m900EF5AF1356CD5E330EF974110C99AD056ADB10(__this, /*hidden argument*/NULL); V_0 = L_2; goto IL_001a; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0017; } throw e; } CATCH_0017: {// begin catch(System.PlatformNotSupportedException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001a; }// end catch (depth: 1) IL_001a: { String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_6; L_6 = Component_ToString_m281811936682E090CB59313B17FDD92D21C6A0DF(__this, /*hidden argument*/NULL); String_t* L_7 = V_0; String_t* L_8; L_8 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_5, _stringLiteralA5E215A6DBE803E908043576B18C4FAD26AD44F7, L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0039: { String_t* L_9; L_9 = Component_ToString_m281811936682E090CB59313B17FDD92D21C6A0DF(__this, /*hidden argument*/NULL); return L_9; } IL_0040: { String_t* L_10; L_10 = Component_ToString_m281811936682E090CB59313B17FDD92D21C6A0DF(__this, /*hidden argument*/NULL); return L_10; } } // System.String System.Diagnostics.Process::ProcessName_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_ProcessName_internal_m66D884B2B6AB13392713B503D41CC26605EC9BBB (intptr_t ___handle0, const RuntimeMethod* method) { typedef String_t* (*Process_ProcessName_internal_m66D884B2B6AB13392713B503D41CC26605EC9BBB_ftn) (intptr_t); using namespace il2cpp::icalls; return ((Process_ProcessName_internal_m66D884B2B6AB13392713B503D41CC26605EC9BBB_ftn)System::System::Diagnostics::Process::ProcessName_internal) (___handle0); } // System.String System.Diagnostics.Process::ProcessName_internal(Microsoft.Win32.SafeHandles.SafeProcessHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_ProcessName_internal_m67689155353A1605AAC768C0FEB08886BC4E5666 (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * ___handle0, const RuntimeMethod* method) { bool V_0 = false; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try {// begin try (depth: 1) SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_0 = ___handle0; NullCheck(L_0); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_0, (bool*)(&V_0), /*hidden argument*/NULL); SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_1 = ___handle0; NullCheck(L_1); intptr_t L_2; L_2 = SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = Process_ProcessName_internal_m66D884B2B6AB13392713B503D41CC26605EC9BBB((intptr_t)L_2, /*hidden argument*/NULL); V_1 = L_3; IL2CPP_LEAVE(0x22, FINALLY_0018); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: {// begin finally (depth: 1) { bool L_4 = V_0; if (!L_4) { goto IL_0021; } } IL_001b: { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_5 = ___handle0; NullCheck(L_5); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_5, /*hidden argument*/NULL); } IL_0021: { IL2CPP_END_FINALLY(24) } }// end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22, IL_0022) } IL_0022: { String_t* L_6 = V_1; return L_6; } } // System.String System.Diagnostics.Process::get_ProcessName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Process_get_ProcessName_m900EF5AF1356CD5E330EF974110C99AD056ADB10 (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral260009A2E53BF4999861333709C4C47BC89C2E93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6E1C35407C2C2276609982ABAA7CBF7F971B7A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE1661FAC0FD64D8C30D6951B3D7B65391C05EB3); s_Il2CppMethodInitialized = true; } SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = __this->get_process_name_35(); if (L_0) { goto IL_0097; } } { V_0 = (SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C *)NULL; } IL_000d: try {// begin try (depth: 1) { SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_1; L_1 = Process_GetProcessHandle_m97725BFE7E644A6BEF48B734B882BF2F340C2C9B(__this, ((int32_t)1024), /*hidden argument*/NULL); V_0 = L_1; SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_2 = V_0; String_t* L_3; L_3 = Process_ProcessName_internal_m67689155353A1605AAC768C0FEB08886BC4E5666(L_2, /*hidden argument*/NULL); __this->set_process_name_35(L_3); String_t* L_4 = __this->get_process_name_35(); if (L_4) { goto IL_0038; } } IL_002d: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2EE6C1E7F2B9B74A18B71CE5CDB6125553385032)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Process_get_ProcessName_m900EF5AF1356CD5E330EF974110C99AD056ADB10_RuntimeMethod_var))); } IL_0038: { String_t* L_6 = __this->get_process_name_35(); NullCheck(L_6); bool L_7; L_7 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_6, _stringLiteralB6E1C35407C2C2276609982ABAA7CBF7F971B7A3, /*hidden argument*/NULL); if (L_7) { goto IL_006e; } } IL_004a: { String_t* L_8 = __this->get_process_name_35(); NullCheck(L_8); bool L_9; L_9 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_8, _stringLiteral260009A2E53BF4999861333709C4C47BC89C2E93, /*hidden argument*/NULL); if (L_9) { goto IL_006e; } } IL_005c: { String_t* L_10 = __this->get_process_name_35(); NullCheck(L_10); bool L_11; L_11 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_10, _stringLiteralEE1661FAC0FD64D8C30D6951B3D7B65391C05EB3, /*hidden argument*/NULL); if (!L_11) { goto IL_008d; } } IL_006e: { String_t* L_12 = __this->get_process_name_35(); String_t* L_13 = __this->get_process_name_35(); NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_15; L_15 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)4)), /*hidden argument*/NULL); __this->set_process_name_35(L_15); } IL_008d: { IL2CPP_LEAVE(0x97, FINALLY_008f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008f; } FINALLY_008f: {// begin finally (depth: 1) SafeProcessHandle_t7329AD2620D5F279CD510088EB4D9DB33319964C * L_16 = V_0; Process_ReleaseProcessHandle_m36F9DB1FC676C52787095C55C650F40DEDB12704(__this, L_16, /*hidden argument*/NULL); IL2CPP_END_FINALLY(143) }// end finally (depth: 1) IL2CPP_CLEANUP(143) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x97, IL_0097) } IL_0097: { String_t* L_17 = __this->get_process_name_35(); return L_17; } } // System.Void System.Diagnostics.Process::RaiseOnExited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Process_RaiseOnExited_mFC0725804BEE6E90647C4DF284DFF30F7403C1BC (Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * __this, const RuntimeMethod* method) { Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { bool L_0 = __this->get_watchForExit_15(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { bool L_1 = __this->get_raisedOnExited_22(); if (L_1) { goto IL_003e; } } { V_0 = __this; V_1 = (bool)0; } IL_0015: try {// begin try (depth: 1) { Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); bool L_3 = __this->get_raisedOnExited_22(); if (L_3) { goto IL_0032; } } IL_0025: { __this->set_raisedOnExited_22((bool)1); Process_OnExited_m0C00FBEB8CE461426B7458E01469C118144CAAD9(__this, /*hidden argument*/NULL); } IL_0032: { IL2CPP_LEAVE(0x3E, 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) { bool L_4 = V_1; if (!L_4) { goto IL_003d; } } IL_0037: { Process_t6E1CCB5489BA14AA553AAAF83C2014435A5D1671 * L_5 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_5, /*hidden argument*/NULL); } IL_003d: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { 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 bool CultureInfo_get_IsReadOnly_m2A30670E5820573D6E2EB1B9EC2744824816F837_inline (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isReadOnly_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_mDEE0AD902FFF6FD50CC73C9636ECF5603B5705D3_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_numberDecimalSeparator_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m1D17A9A056016A546F4C5255FA2DBEC532FC1BF1_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_numberGroupSeparator_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_TimeSeparator_m2D192C89989EE374E2B7377E2208A72F0E47371E_inline (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_timeSeparator_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_DateSeparator_m737CFEC3E8A8BF2234AEE05ACE2005777607C1C2_inline (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_dateSeparator_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencySymbol_m294691B5C58A2691C5F859647A6D4200A51BF514_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencySymbol_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MaskedTextProvider_get_Mask_m83969B2699095DC1BB586E912508167CD74DB0E4_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_mask_25(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * MaskedTextProvider_get_Culture_mD2149D52B3CF70FB794249AE2867D78217411F1A_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get_culture_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PromptChar_mE2C6DD81ABE850F45DC164227A4538A342ACA20E_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_promptChar_27(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar MaskedTextProvider_get_PasswordChar_m5FE2A10DEF9B3F7912D048A347391B153A8937FE_inline (MaskedTextProvider_t66C035D615139A93D190F6342656E9BE8C5AEF01 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_passwordChar_26(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BrowsableAttribute_get_Browsable_mEAD0188E3748DDB36677CC3F523B001145FE1288_inline (BrowsableAttribute_t705E82089C10349DE28438D04F7CA2B41758B5A2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_browsable_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeDescriptor_get_MetadataVersion_m96D7FABBFCD10081ABCF98C6ED3852B4D5BF367D_inline (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_RUNTIME_CLASS_INIT(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var); int32_t L_0 = ((TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t7B173A6626B330AB5B77345C4DE4AB6C7B38CA6F_il2cpp_TypeInfo_var))->get__metadataVersion_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MergablePropertyAttribute_get_AllowMerge_m14346F26A5635E83491087D9500916D197E480F9_inline (MergablePropertyAttribute_t48A15DBB3ED619E45CA069EA2AFFF080D644FFE9 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allowMerge_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * AuthenticatedStream_get_InnerStream_m11C037DEE34B2DD870301D499BEE69ECED787D7A_inline (AuthenticatedStream_t792DA994D6AAC4A102749A9530E95D8F049BF608 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get__InnerStream_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MobileTlsContext_get_IsServer_m6BA80FEC5C2FF9BEA15AB24562DAB28E2082361B_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_serverMode_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * MobileTlsContext_get_LocalServerCertificate_m4320272E1E2E02C77CB7521158C3E45565AB2A3E_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * L_0 = __this->get_serverCertificate_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * MobileAuthenticatedStream_get_Settings_m12C7E669BE45126A55BADAB2B707BC0F722EB610_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_U3CSettingsU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * MobileAuthenticatedStream_get_Provider_mBAD82128219CDFBF15FB864B10C7B0028B3B5293_inline (MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * __this, const RuntimeMethod* method) { { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = __this->get_U3CProviderU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* MobileTlsContext_get_TargetHost_m6054EE6F51F62C51B2479225DF80673B5FA47C42_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_targetHost_2(); 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 X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * MobileTlsContext_get_ClientCertificates_mC93FBAF7928EC1E3E1E4A47E99E6863FA8FAFBC6_inline (MobileTlsContext_t71B1F2E9A8145F69540B65CC5567C13A839FA3FF * __this, const RuntimeMethod* method) { { X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * L_0 = __this->get_clientCertificates_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * HttpWebRequest_get_TlsSettings_mD57C8AFBCF00FD71E557AE9F87A1765BC4AF720A_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * L_0 = __this->get_tlsSettings_57(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * HttpWebRequest_get_TlsProvider_m522A745ADDE50C0F25D25A366E35A9DB0D4DE281_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * L_0 = __this->get_tlsProvider_56(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_HashCodeProvider_mE92F98439CCB3AFCFFA472631B45AC8CA8686F0D_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__hcp_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CompatibleComparer_get_Comparer_m556DC9797B932664AA69CDC71F0C7EF8E669AF79_inline (CompatibleComparer_t8E136E9BC25B73D1FC839734E6E66C3D614A258F * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__comparer_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_InvariantCultureIgnoreCase_m091360FF9FE3516559AFF706AF431E6FD4CCF2C2_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__invariantCultureIgnoreCase_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_mFCB376BE86332546D47A4B983FD91FFF23558709_inline (NameObjectCollectionBase_t1317925F87C5856FA09F855B2B03D838DDC88D29 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__readOnly_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m0768FA4E8D38B46978DB96DAEDCD4947E5256ED5_inline (HandleRef_t1DB3576C2CC9E4AD072DF40863E6F352BE12BACF * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_handle_1(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_mEB7C6F9EC43E5A3483027A9B1B8D660D2F7E2CDB_inline (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_handle_0(); return (intptr_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m93399E3B7017D91869B47746BD9EDF74BF347FD1_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_hostName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* IPHostEntry_get_AddressList_m466AC33C136531F42A5EDCD3A75E5B392075186F_inline (IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * __this, const RuntimeMethod* method) { { IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* L_0 = __this->get_addressList_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_m978EFE7B8858AFE08B5281B187357934B75BF2E9_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_userName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_m675D988E1EA47F5EA6111A318FA02A9F951924C2_inline (NetworkCredential_t263CA6068540C6DA0E1CDE919BD7A15C28D55686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_domain_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Blocking_m808720CD768833CF2EB6F7F8AA462115AA3A1F8B_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_blocking_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Socket_get_Connected_m6E8C88AC69580EF7782514CD48754D4D180D9CE0_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_is_connected_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m59C57C96B6DBA839FAFBB649491A059082D5D6F5_inline (Socket_tD9721140F91BE95BA05B87DD26A855B215D84D09 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_socketType_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NotifyParentPropertyAttribute_get_NotifyParent_m52CA347317CBC9D712D126B9F98AF19895423F5E_inline (NotifyParentPropertyAttribute_tB4FBE987A2385BA1BD05BE2878D2ED350E4365F0 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_notifyParent_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Flags_mCE07CBFE2DC30070AF05C0CEAC5F9037A0F95388_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MessageBase_set_Flags_m541C31E93BBBD1DB08B57CD52070479CE33D6CA6_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__flags_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MessageBase_get_Type_m077A1703299E133EBBEC74D1A2273D9C2E8C0591_inline (MessageBase_t55E2C55F27F50449A209B797CE9D9E822BC126AD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__type_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Username_m6FF8B1FAF6720A561A339F4DBFC9DC5138F3B3BF_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__username_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Type3Message_set_Password_m73943B4C66A60ECFC287DE55FC0C284371A3F37C_inline (Type3Message_t0808657FE7B80050E45F3F4099F7C803182E7593 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__password_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Oid_set_Value_mE13751778D2AC00F1CC962E42B35339BAEE45825_inline (Oid_tD6586F9C615C5CBE741A5099DFB67FE0F99F4800 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_value_0(L_0); return; } } 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 bool ParenthesizePropertyNameAttribute_get_NeedParenthesis_mE236764032129FBBD009AB9001AE1240409A644E_inline (ParenthesizePropertyNameAttribute_t339B37FE451AAD8F62469F76EFB47CEB6B459082 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_needParenthesis_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PasswordPropertyTextAttribute_get_Password_m38757095ADB4E42B5B3E63B0C8D1DA3B2563CBC2_inline (PasswordPropertyTextAttribute_t18D1A60C1CEDAF64CDF48A81BA784B81889805EC * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__password_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m1E43B8C2B6CCDD74474E9AB9CF4EF7445D8BE1DF_inline (OperatingSystem_tBB911FE4834884FD79AF78F2B07C19B938491463 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__platform_0(); return 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 RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Guid_t Tuple_2_get_Item1_m94164C57294587FEB50D2E2326D9EF12FAF112B8_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method) { { Guid_t L_0 = (Guid_t )__this->get_m_Item1_0(); return (Guid_t )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Tuple_2_get_Item2_mA7125F9CAEBAFF4522EAFD535797F8F70C46FCDC_gshared_inline (Tuple_2_tDCABA049B1629C9645BDD4BE6BCD0592D0D025E1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Item2_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } }