#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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 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); } }; 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 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 InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.String struct String_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t3670035800; // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_t1962629119; // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.ICollection struct ICollection_t3904884886; // System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator struct DictionaryNodeEnumerator_t1673829610; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_t417719465; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.ArgumentException struct ArgumentException_t132251570; // System.Collections.Specialized.ListDictionary/DictionaryNodeCollection struct DictionaryNodeCollection_t819283804; // System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator struct DictionaryNodeCollectionEnumerator_t2863182637; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t2091847364; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.StringComparer struct StringComparer_t3301955079; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398; // System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator struct _KeysEnumerator_t4246666432; // System.Type struct Type_t; // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Collections.Specialized.NameObjectCollectionBase/_Item struct _Item_t2272350267; // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t407452768; // System.Text.StringBuilder struct StringBuilder_t; // System.String[] struct StringU5BU5D_t1281789340; // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t2617496293; // System.Collections.Specialized.OrderedDictionary/OrderedCollection struct OrderedCollection_t2804082187; // System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator struct OrderedEntryCollectionEnumerator_t1171499853; // System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator struct OrderedCollectionEnumerator_t3799789192; // System.Collections.Specialized.StringCollection struct StringCollection_t167406615; // System.Collections.Specialized.StringEnumerator struct StringEnumerator_t3934291441; // System.Collections.Specialized.StringDictionary struct StringDictionary_t120437468; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.ComponentModel.ArrayConverter struct ArrayConverter_t1750795769; // System.ComponentModel.ITypeDescriptorContext struct ITypeDescriptorContext_t2998566513; // System.ComponentModel.CollectionConverter struct CollectionConverter_t3078846443; // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t4164928659; // System.Attribute[] struct AttributeU5BU5D_t1575011174; // System.Attribute struct Attribute_t861562559; // System.NullReferenceException struct NullReferenceException_t1023182353; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t2649761905; // System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor struct ArrayPropertyDescriptor_t157990669; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t3244362832; // System.ComponentModel.AttributeCollection struct AttributeCollection_t4221220734; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Type[] struct TypeU5BU5D_t3940880105; // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t312147029; // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273; // System.Exception struct Exception_t; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.ComponentModel.BooleanConverter struct BooleanConverter_t941538927; // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_t2184948248; // System.ComponentModel.ByteConverter struct ByteConverter_t1408362843; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.ComponentModel.CharConverter struct CharConverter_t747842913; // System.FormatException struct FormatException_t154580423; // System.ComponentModel.ComponentCollection struct ComponentCollection_t1445440302; // System.ComponentModel.IComponent struct IComponent_t2320218252; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_t1836743899; // System.ComponentModel.ComponentConverter struct ComponentConverter_t118941221; // System.ComponentModel.ComponentInfo struct ComponentInfo_t1259248179; // System.ComponentModel.Info struct Info_t3260944019; // System.ComponentModel.ReflectionPropertyDescriptor struct ReflectionPropertyDescriptor_t3529497203; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_t81550636; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t377611285; // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_t657473484; // System.Reflection.MemberInfo struct MemberInfo_t; // System.ComponentModel.CultureInfoConverter/CultureInfoComparer struct CultureInfoComparer_t1184699714; // System.ComponentModel.DateTimeConverter struct DateTimeConverter_t2298802450; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.ComponentModel.DecimalConverter struct DecimalConverter_t3574141665; // System.Int32[] struct Int32U5BU5D_t385246372; // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_t587583663; // System.ComponentModel.Design.Serialization.DesignerSerializerAttribute struct DesignerSerializerAttribute_t1570548024; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute struct RootDesignerSerializerAttribute_t3074689342; // System.ComponentModel.DesignerAttribute struct DesignerAttribute_t2079716647; // System.ComponentModel.DoubleConverter struct DoubleConverter_t805142290; // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_t1475454531; // System.ComponentModel.EnumConverter struct EnumConverter_t1688858217; // System.Enum struct Enum_t4135868527; // System.Char[] struct CharU5BU5D_t3528271667; // System.ComponentModel.EnumConverter/EnumComparer struct EnumComparer_t557155003; // System.Collections.Comparer struct Comparer_t1912461351; // System.ComponentModel.GuidConverter struct GuidConverter_t3396672461; // System.ComponentModel.Int16Converter struct Int16Converter_t1119562914; // System.ComponentModel.Int32Converter struct Int32Converter_t677227065; // System.ComponentModel.Int64Converter struct Int64Converter_t1092099567; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t3815403747; // System.Collections.IList struct IList_t2094931216; // System.ComponentModel.NullableConverter struct NullableConverter_t1985728604; // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_t1907441566; // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t1811933861; // System.Reflection.Binder struct Binder_t2999457153; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.ComponentModel.SByteConverter struct SByteConverter_t2970182448; // System.ComponentModel.SingleConverter struct SingleConverter_t902207630; // System.ComponentModel.StringConverter struct StringConverter_t3216726494; // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_t3504031848; // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t3271584429; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t221103672; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.ComponentModel.WeakObjectWrapperComparer struct WeakObjectWrapperComparer_t303980402; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1364470182; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2934795668; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // System.ComponentModel.TypeInfo struct TypeInfo_t323385814; // System.EventArgs struct EventArgs_t3591816995; // System.EventHandler struct EventHandler_t1348719766; // System.ComponentModel.UInt16Converter struct UInt16Converter_t819459975; // System.ComponentModel.UInt32Converter struct UInt32Converter_t3472493373; // System.ComponentModel.UInt64Converter struct UInt64Converter_t4189949036; // System.ComponentModel.WeakObjectWrapper struct WeakObjectWrapper_t827463650; // System.WeakReference struct WeakReference_t1334886716; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3292203282; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t1249878500; // System.ComponentModel.Win32Exception struct Win32Exception_t3234146298; // System.Runtime.InteropServices.ExternalException struct ExternalException_t3544951457; // System.Configuration.ConfigurationException struct ConfigurationException_t3515317685; // System.SystemException struct SystemException_t176217640; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Configuration.DefaultConfig struct DefaultConfig_t1013547162; // System.DefaultUriParser struct DefaultUriParser_t95882050; // System.UriParser struct UriParser_t3890150400; // System.Diagnostics.CorrelationManager struct CorrelationManager_t2688752967; // System.Collections.Stack struct Stack_t2329662280; // System.Diagnostics.DefaultTraceListener struct DefaultTraceListener_t2804304119; // System.Diagnostics.TraceListener struct TraceListener_t3975618648; // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t2074484573; // System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler struct ElementHandler_t2521990823; // System.Diagnostics.TraceImplSettings struct TraceImplSettings_t2527703222; // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t1347122889; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Diagnostics.TraceSourceInfo struct TraceSourceInfo_t2065837391; // System.Configuration.ConfigurationErrorsException struct ConfigurationErrorsException_t66512296; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.MarshalByRefObject struct MarshalByRefObject_t2760389100; // System.IO.Compression.DeflateStream struct DeflateStream_t4175168077; // System.IO.Stream struct Stream_t1273022909; // System.IO.Compression.DeflateStream/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t876388624; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.IO.IOException struct IOException_t4088381929; // System.IO.Compression.DeflateStream/ReadMethod struct ReadMethod_t893206259; // System.IO.Compression.DeflateStream/WriteMethod struct WriteMethod_t2538911768; // System.IO.Compression.GZipStream struct GZipStream_t3417139389; // System.MonoTODOAttribute struct MonoTODOAttribute_t4131080584; // System.Net.Configuration.AuthenticationModulesSection struct AuthenticationModulesSection_t1083221556; // System.Net.Configuration.AuthenticationModuleElementCollection struct AuthenticationModuleElementCollection_t1161221431; // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t446763386; // System.Net.Configuration.AuthenticationModuleElement struct AuthenticationModuleElement_t2289740666; // System.Net.Authorization struct Authorization_t542416582; // System.Net.WebRequest struct WebRequest_t1939381076; // System.Net.ICredentials struct ICredentials_t725721261; // System.Net.IAuthenticationModule struct IAuthenticationModule_t3112562943; // System.Net.BindIPEndPoint struct BindIPEndPoint_t1029027275; // System.Net.IPEndPoint struct IPEndPoint_t3791887218; // System.Net.ServicePoint struct ServicePoint_t2786966844; // System.Net.ChunkStream struct ChunkStream_t2634567336; // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960; // System.Net.ChunkStream/Chunk struct Chunk_t1455545707; // System.IO.StringReader struct StringReader_t3465604688; // System.Net.WebException struct WebException_t3237156354; // System.Net.WebResponse struct WebResponse_t229922639; // System.Configuration.ConfigurationElement struct ConfigurationElement_t3318566633; // System.Configuration.ConfigurationProperty struct ConfigurationProperty_t3590861854; // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t2852175726; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Net.ICredentialPolicy struct ICredentialPolicy_t1002784953; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Configuration.IConfigurationSystem struct IConfigurationSystem_t1184708823; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.ComponentModel.WeakObjectWrapper[] struct WeakObjectWrapperU5BU5D_t789279319; // System.Collections.Generic.LinkedList`1[] struct LinkedList_1U5BU5D_t2646774401; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t1739145534; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2927269412; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Collections.Generic.List`1 struct List_1_t767969300; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Configuration.ElementMap struct ElementMap_t2160633803; // System.Configuration.ElementInformation struct ElementInformation_t2651568025; // System.Configuration.Configuration struct Configuration_t2529364143; // System.Configuration.ConfigurationLockCollection struct ConfigurationLockCollection_t4066281341; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Configuration.SectionInformation struct SectionInformation_t2821611020; // System.Configuration.IConfigurationSectionHandler struct IConfigurationSectionHandler_t3614337894; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Net.IPAddress struct IPAddress_t241777590; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4177511560; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Threading.WaitHandle struct WaitHandle_t1743403487; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t2807636944; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t317049502; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_t3593512748; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Configuration.ConfigurationValidatorBase struct ConfigurationValidatorBase_t888490966; // System.Configuration.ConfigurationCollectionAttribute struct ConfigurationCollectionAttribute_t3695308734; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Net.IWebProxy struct IWebProxy_t688979836; // Mono.Security.ASN1 struct ASN1_t2114160833; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.DSA struct DSA_t2386879874; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554709; // System.Uri struct Uri_t100236324; // System.Version struct Version_t3456873960; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622; // System.Net.IPHostEntry struct IPHostEntry_t263743900; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t Locale_GetText_m2640320736_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* OSX509Certificates_t2347337007_il2cpp_TypeInfo_var; extern const uint32_t OSX509Certificates__cctor_m2738271218_MetadataUsageId; extern const uint32_t OSX509Certificates_MakeCFData_m2482074024_MetadataUsageId; extern const uint32_t OSX509Certificates_FromIntPtrs_m4230648416_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t OSX509Certificates_TrustEvaluateSsl_m272221360_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* IntPtrU5BU5D_t4013366056_il2cpp_TypeInfo_var; extern const RuntimeMethod* OSX509Certificates__TrustEvaluateSsl_m790793461_RuntimeMethod_var; extern String_t* _stringLiteral295584906; extern const uint32_t OSX509Certificates__TrustEvaluateSsl_m790793461_MetadataUsageId; extern RuntimeClass* CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var; extern RuntimeClass* CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var; extern RuntimeClass* ListDictionary_t1624492310_il2cpp_TypeInfo_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern const uint32_t HybridDictionary__ctor_m1681134385_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t HybridDictionary_get_Count_m1166314536_MetadataUsageId; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern const uint32_t HybridDictionary_get_Item_m3133414958_MetadataUsageId; extern const uint32_t HybridDictionary_set_Item_m2823445799_MetadataUsageId; extern const uint32_t HybridDictionary_get_Keys_m516521928_MetadataUsageId; extern const uint32_t HybridDictionary_get_Values_m627762870_MetadataUsageId; extern const uint32_t HybridDictionary_Add_m912320053_MetadataUsageId; extern const uint32_t HybridDictionary_Clear_m2159137577_MetadataUsageId; extern const uint32_t HybridDictionary_Contains_m672494697_MetadataUsageId; extern const uint32_t HybridDictionary_CopyTo_m3592404936_MetadataUsageId; extern const uint32_t HybridDictionary_GetEnumerator_m1379032493_MetadataUsageId; extern const uint32_t HybridDictionary_Remove_m2295600623_MetadataUsageId; extern const uint32_t HybridDictionary_Switch_m3818192922_MetadataUsageId; extern RuntimeClass* DictionaryNodeEnumerator_t1673829610_il2cpp_TypeInfo_var; extern const uint32_t ListDictionary_System_Collections_IEnumerable_GetEnumerator_m884729149_MetadataUsageId; extern RuntimeClass* IComparer_t1540313114_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListDictionary_FindEntry_m4121604518_RuntimeMethod_var; extern String_t* _stringLiteral2600271970; extern String_t* _stringLiteral2338175934; extern const uint32_t ListDictionary_FindEntry_m4121604518_MetadataUsageId; extern const RuntimeMethod* ListDictionary_FindEntry_m2629402370_RuntimeMethod_var; extern const uint32_t ListDictionary_FindEntry_m2629402370_MetadataUsageId; extern RuntimeClass* DictionaryNode_t417719465_il2cpp_TypeInfo_var; extern const uint32_t ListDictionary_AddImpl_m3184792770_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListDictionary_CopyTo_m1633862866_RuntimeMethod_var; extern String_t* _stringLiteral4007973390; extern String_t* _stringLiteral300066062; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral1670863035; extern String_t* _stringLiteral2625861445; extern String_t* _stringLiteral1551459482; extern const uint32_t ListDictionary_CopyTo_m1633862866_MetadataUsageId; extern RuntimeClass* DictionaryNodeCollection_t819283804_il2cpp_TypeInfo_var; extern const uint32_t ListDictionary_get_Keys_m3758196857_MetadataUsageId; extern const uint32_t ListDictionary_get_Values_m870929555_MetadataUsageId; extern const RuntimeMethod* ListDictionary_Add_m3918308031_RuntimeMethod_var; extern String_t* _stringLiteral3910446909; extern const uint32_t ListDictionary_Add_m3918308031_MetadataUsageId; extern const uint32_t ListDictionary_GetEnumerator_m3395631195_MetadataUsageId; extern const RuntimeMethod* DictionaryNodeCollection_CopyTo_m1060994995_RuntimeMethod_var; extern const uint32_t DictionaryNodeCollection_CopyTo_m1060994995_MetadataUsageId; extern RuntimeClass* DictionaryNodeCollectionEnumerator_t2863182637_il2cpp_TypeInfo_var; extern const uint32_t DictionaryNodeCollection_GetEnumerator_m3511791494_MetadataUsageId; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern const uint32_t DictionaryNodeCollectionEnumerator_get_Current_m612904889_MetadataUsageId; extern const uint32_t DictionaryNodeCollectionEnumerator_MoveNext_m2140139782_MetadataUsageId; extern const uint32_t DictionaryNodeCollectionEnumerator_Reset_m4287155746_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* DictionaryNodeEnumerator_FailFast_m2494733641_RuntimeMethod_var; extern String_t* _stringLiteral3913957393; extern const uint32_t DictionaryNodeEnumerator_FailFast_m2494733641_MetadataUsageId; extern const uint32_t DictionaryNodeEnumerator_get_Current_m4231688597_MetadataUsageId; extern const RuntimeMethod* DictionaryNodeEnumerator_get_DictionaryNode_m2794172961_RuntimeMethod_var; extern String_t* _stringLiteral1856265386; extern const uint32_t DictionaryNodeEnumerator_get_DictionaryNode_m2794172961_MetadataUsageId; extern const uint32_t NameObjectCollectionBase__ctor_m2090733912_MetadataUsageId; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern const uint32_t NameObjectCollectionBase__ctor_m3447853625_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_System_Collections_ICollection_CopyTo_m1225689553_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t NameObjectCollectionBase_Init_m2525481323_MetadataUsageId; extern RuntimeClass* KeysCollection_t1318642398_il2cpp_TypeInfo_var; extern const uint32_t NameObjectCollectionBase_get_Keys_m2856825671_MetadataUsageId; extern RuntimeClass* _KeysEnumerator_t4246666432_il2cpp_TypeInfo_var; extern const uint32_t NameObjectCollectionBase_GetEnumerator_m3677320185_MetadataUsageId; extern const RuntimeType* IEqualityComparer_t1493878338_0_0_0_var; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* IHashCodeProvider_t267601189_0_0_0_var; extern const RuntimeType* IComparer_t1540313114_0_0_0_var; extern const RuntimeType* StringU5BU5D_t1281789340_0_0_0_var; extern const RuntimeType* ObjectU5BU5D_t2843939325_0_0_0_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* _Item_t2272350267_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const RuntimeMethod* NameObjectCollectionBase_GetObjectData_m199708727_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern String_t* _stringLiteral1982757576; extern String_t* _stringLiteral1902402919; extern String_t* _stringLiteral329994078; extern String_t* _stringLiteral892943380; extern String_t* _stringLiteral827625748; extern String_t* _stringLiteral2002596872; extern String_t* _stringLiteral465436802; extern String_t* _stringLiteral3498927737; extern const uint32_t NameObjectCollectionBase_GetObjectData_m199708727_MetadataUsageId; extern RuntimeClass* IHashCodeProvider_t267601189_il2cpp_TypeInfo_var; extern RuntimeClass* IEqualityComparer_t1493878338_il2cpp_TypeInfo_var; extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var; extern const RuntimeMethod* NameObjectCollectionBase_OnDeserialization_m619757901_RuntimeMethod_var; extern String_t* _stringLiteral226818761; extern String_t* _stringLiteral2546974142; extern String_t* _stringLiteral1594549966; extern const uint32_t NameObjectCollectionBase_OnDeserialization_m619757901_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* NameObjectCollectionBase_BaseAdd_m2389830291_RuntimeMethod_var; extern String_t* _stringLiteral2240313997; extern const uint32_t NameObjectCollectionBase_BaseAdd_m2389830291_MetadataUsageId; extern const RuntimeMethod* NameObjectCollectionBase_BaseClear_m2328153247_RuntimeMethod_var; extern const uint32_t NameObjectCollectionBase_BaseClear_m2328153247_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_BaseGet_m1425278489_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_BaseGetKey_m2677971642_MetadataUsageId; extern const RuntimeMethod* NameObjectCollectionBase_BaseRemove_m3554174796_RuntimeMethod_var; extern const uint32_t NameObjectCollectionBase_BaseRemove_m3554174796_MetadataUsageId; extern const RuntimeMethod* NameObjectCollectionBase_BaseSet_m1319323505_RuntimeMethod_var; extern const uint32_t NameObjectCollectionBase_BaseSet_m1319323505_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_FindFirstMatchedItem_m840305173_MetadataUsageId; extern const uint32_t NameObjectCollectionBase_Equals_m2121912479_MetadataUsageId; extern const RuntimeMethod* _KeysEnumerator_get_Current_m2996478063_RuntimeMethod_var; extern const uint32_t _KeysEnumerator_get_Current_m2996478063_MetadataUsageId; extern const RuntimeMethod* KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_RuntimeMethod_var; extern String_t* _stringLiteral335484879; extern String_t* _stringLiteral620593767; extern String_t* _stringLiteral1920019117; extern String_t* _stringLiteral4171269070; extern const uint32_t KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_MetadataUsageId; extern const uint32_t KeysCollection_GetEnumerator_m2005471619_MetadataUsageId; extern const RuntimeMethod* NameValueCollection_Add_m1535255656_RuntimeMethod_var; extern String_t* _stringLiteral3452614589; extern const uint32_t NameValueCollection_Add_m1535255656_MetadataUsageId; extern const RuntimeMethod* NameValueCollection_Add_m2418530856_RuntimeMethod_var; extern const uint32_t NameValueCollection_Add_m2418530856_MetadataUsageId; extern const uint32_t NameValueCollection_Get_m2464480741_MetadataUsageId; extern const uint32_t NameValueCollection_Get_m1006871566_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t NameValueCollection_AsSingleString_m3776180906_MetadataUsageId; extern const uint32_t NameValueCollection_GetValues_m772065291_MetadataUsageId; extern const uint32_t NameValueCollection_AsStringArray_m1513901264_MetadataUsageId; extern const RuntimeMethod* NameValueCollection_Remove_m3237017023_RuntimeMethod_var; extern const uint32_t NameValueCollection_Remove_m3237017023_MetadataUsageId; extern const RuntimeMethod* NameValueCollection_Set_m4091554096_RuntimeMethod_var; extern const uint32_t NameValueCollection_Set_m4091554096_MetadataUsageId; extern const uint32_t OrderedDictionary__ctor_m4187350978_MetadataUsageId; extern String_t* _stringLiteral2622579547; extern String_t* _stringLiteral4267841201; extern const uint32_t OrderedDictionary_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m2903928038_MetadataUsageId; extern RuntimeClass* IDeserializationCallback_t4220500054_il2cpp_TypeInfo_var; extern const uint32_t OrderedDictionary_OnDeserialization_m1468442648_MetadataUsageId; extern const RuntimeMethod* OrderedDictionary_GetObjectData_m55358938_RuntimeMethod_var; extern const uint32_t OrderedDictionary_GetObjectData_m55358938_MetadataUsageId; extern const uint32_t OrderedDictionary_set_Item_m1542549646_MetadataUsageId; extern const uint32_t OrderedDictionary_get_Item_m1207204299_MetadataUsageId; extern const uint32_t OrderedDictionary_set_Item_m4188987716_MetadataUsageId; extern RuntimeClass* OrderedCollection_t2804082187_il2cpp_TypeInfo_var; extern const uint32_t OrderedDictionary_get_Keys_m964776941_MetadataUsageId; extern const uint32_t OrderedDictionary_get_Values_m2117074096_MetadataUsageId; extern const uint32_t OrderedDictionary_Add_m3830937210_MetadataUsageId; extern RuntimeClass* OrderedEntryCollectionEnumerator_t1171499853_il2cpp_TypeInfo_var; extern const uint32_t OrderedDictionary_GetEnumerator_m675953506_MetadataUsageId; extern const uint32_t OrderedDictionary_FindListEntry_m1328489083_MetadataUsageId; extern const RuntimeMethod* OrderedDictionary_WriteCheck_m1617978376_RuntimeMethod_var; extern String_t* _stringLiteral492919934; extern const uint32_t OrderedDictionary_WriteCheck_m1617978376_MetadataUsageId; extern const uint32_t OrderedDictionary_Insert_m1535319907_MetadataUsageId; extern const uint32_t OrderedDictionary_RemoveAt_m3697492513_MetadataUsageId; extern const uint32_t OrderedCollection_CopyTo_m1289691253_MetadataUsageId; extern RuntimeClass* OrderedCollectionEnumerator_t3799789192_il2cpp_TypeInfo_var; extern const uint32_t OrderedCollection_GetEnumerator_m3618513833_MetadataUsageId; extern const uint32_t OrderedCollectionEnumerator_get_Current_m411546204_MetadataUsageId; extern const uint32_t OrderedCollectionEnumerator_MoveNext_m3359530430_MetadataUsageId; extern const uint32_t OrderedCollectionEnumerator_Reset_m1361855834_MetadataUsageId; extern const uint32_t OrderedEntryCollectionEnumerator_MoveNext_m2314438960_MetadataUsageId; extern const uint32_t OrderedEntryCollectionEnumerator_Reset_m2047748433_MetadataUsageId; extern const uint32_t OrderedEntryCollectionEnumerator_get_Current_m1789249502_MetadataUsageId; extern const uint32_t OrderedEntryCollectionEnumerator_get_Entry_m2481716039_MetadataUsageId; extern const uint32_t StringCollection__ctor_m613771200_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_set_Item_m1455563237_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Add_m1759995382_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Contains_m1928615552_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_IndexOf_m3253481874_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Insert_m1948524567_MetadataUsageId; extern const uint32_t StringCollection_System_Collections_IList_Remove_m1133367149_MetadataUsageId; extern const uint32_t StringCollection_get_Item_m2538039158_MetadataUsageId; extern RuntimeClass* StringEnumerator_t3934291441_il2cpp_TypeInfo_var; extern const uint32_t StringCollection_GetEnumerator_m348861798_MetadataUsageId; extern const uint32_t StringDictionary__ctor_m4172756934_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const RuntimeMethod* StringDictionary_set_Item_m3127846840_RuntimeMethod_var; extern const uint32_t StringDictionary_set_Item_m3127846840_MetadataUsageId; extern const RuntimeMethod* StringDictionary_Add_m3527991826_RuntimeMethod_var; extern const uint32_t StringDictionary_Add_m3527991826_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t StringEnumerator__ctor_m1836977820_MetadataUsageId; extern const uint32_t StringEnumerator_get_Current_m3567642676_MetadataUsageId; extern const uint32_t StringEnumerator_MoveNext_m3572111802_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayConverter_ConvertTo_m3610848037_RuntimeMethod_var; extern String_t* _stringLiteral1667536785; extern String_t* _stringLiteral470272581; extern const uint32_t ArrayConverter_ConvertTo_m3610848037_MetadataUsageId; extern RuntimeClass* NullReferenceException_t1023182353_il2cpp_TypeInfo_var; extern RuntimeClass* PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayPropertyDescriptor_t157990669_il2cpp_TypeInfo_var; extern const RuntimeMethod* ArrayConverter_GetProperties_m1568703106_RuntimeMethod_var; extern const uint32_t ArrayConverter_GetProperties_m1568703106_MetadataUsageId; extern String_t* _stringLiteral943593154; extern const uint32_t ArrayPropertyDescriptor__ctor_m1641880234_MetadataUsageId; extern const uint32_t AttributeCollection__ctor_m3608472199_MetadataUsageId; extern const uint32_t AttributeCollection__ctor_m425043493_MetadataUsageId; extern RuntimeClass* AttributeCollection_t4221220734_il2cpp_TypeInfo_var; extern const uint32_t AttributeCollection__cctor_m842335345_MetadataUsageId; extern RuntimeClass* Attribute_t861562559_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1948333211; extern const uint32_t AttributeCollection_GetDefaultAttribute_m3694029588_MetadataUsageId; extern const uint32_t AttributeCollection_get_Item_m447982872_MetadataUsageId; extern const uint32_t BaseNumberConverter_CanConvertFrom_m2625580491_MetadataUsageId; extern const RuntimeType* NumberFormatInfo_t435877138_0_0_0_var; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* BaseNumberConverter_ConvertFrom_m52626755_RuntimeMethod_var; extern String_t* _stringLiteral3456284560; extern String_t* _stringLiteral3458381712; extern String_t* _stringLiteral184942760; extern String_t* _stringLiteral3452614530; extern const uint32_t BaseNumberConverter_ConvertFrom_m52626755_MetadataUsageId; extern RuntimeClass* IConvertible_t2977365677_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* BaseNumberConverter_ConvertTo_m3438090394_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t BaseNumberConverter_ConvertTo_m3438090394_MetadataUsageId; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* BaseNumberConverter_ConvertFromString_m1543074957_RuntimeMethod_var; extern const uint32_t BaseNumberConverter_ConvertFromString_m1543074957_MetadataUsageId; extern const uint32_t BooleanConverter_CanConvertFrom_m497512657_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t BooleanConverter_ConvertFrom_m3588195169_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern RuntimeClass* StandardValuesCollection_t2184948248_il2cpp_TypeInfo_var; extern const uint32_t BooleanConverter_GetStandardValues_m1729016193_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614617; extern const uint32_t ByteConverter_ConvertToString_m2125085136_MetadataUsageId; extern const uint32_t ByteConverter_ConvertFromString_m2456896637_MetadataUsageId; extern const uint32_t ByteConverter_ConvertFromString_m713035555_MetadataUsageId; extern const uint32_t CharConverter_CanConvertFrom_m2898499254_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* CharConverter_ConvertFrom_m3865253101_RuntimeMethod_var; extern String_t* _stringLiteral3861045295; extern const uint32_t CharConverter_ConvertFrom_m3865253101_MetadataUsageId; extern const uint32_t CharConverter_ConvertTo_m304495683_MetadataUsageId; extern String_t* _stringLiteral3748438098; extern const uint32_t CollectionConverter_ConvertTo_m1781333342_MetadataUsageId; extern RuntimeClass* IComponent_t2320218252_il2cpp_TypeInfo_var; extern RuntimeClass* ISite_t4006303512_il2cpp_TypeInfo_var; extern const uint32_t ComponentCollection_get_Item_m199719490_MetadataUsageId; extern RuntimeClass* TypeDescriptor_t3066613587_il2cpp_TypeInfo_var; extern const uint32_t ComponentConverter_GetProperties_m473881315_MetadataUsageId; extern const RuntimeType* ITypeDescriptorFilterService_t2751835844_0_0_0_var; extern RuntimeClass* ReflectionPropertyDescriptor_t3529497203_il2cpp_TypeInfo_var; extern RuntimeClass* IServiceProvider_t1439597990_il2cpp_TypeInfo_var; extern RuntimeClass* ITypeDescriptorFilterService_t2751835844_il2cpp_TypeInfo_var; extern RuntimeClass* PropertyDescriptorU5BU5D_t2649761905_il2cpp_TypeInfo_var; extern const uint32_t ComponentInfo_GetProperties_m1820040079_MetadataUsageId; extern const uint32_t CultureInfoConverter_CanConvertFrom_m2026074581_MetadataUsageId; extern const RuntimeType* InstanceDescriptor_t657473484_0_0_0_var; extern const uint32_t CultureInfoConverter_CanConvertTo_m2687273209_MetadataUsageId; extern const RuntimeMethod* CultureInfoConverter_ConvertFrom_m976059186_RuntimeMethod_var; extern String_t* _stringLiteral2665668383; extern String_t* _stringLiteral233211723; extern const uint32_t CultureInfoConverter_ConvertFrom_m976059186_MetadataUsageId; extern const RuntimeType* CultureInfo_t4157843068_0_0_0_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern RuntimeClass* InstanceDescriptor_t657473484_il2cpp_TypeInfo_var; extern const uint32_t CultureInfoConverter_ConvertTo_m2037672274_MetadataUsageId; extern RuntimeClass* CultureInfoComparer_t1184699714_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfoU5BU5D_t377611285_il2cpp_TypeInfo_var; extern const uint32_t CultureInfoConverter_GetStandardValues_m2582767105_MetadataUsageId; extern const uint32_t CultureInfoComparer_Compare_m2556526953_MetadataUsageId; extern const uint32_t DateTimeConverter_CanConvertFrom_m1765652459_MetadataUsageId; extern const uint32_t DateTimeConverter_CanConvertTo_m462647557_MetadataUsageId; extern const RuntimeType* DateTimeFormatInfo_t2405853701_0_0_0_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var; extern const RuntimeMethod* DateTimeConverter_ConvertFrom_m2289116659_RuntimeMethod_var; extern String_t* _stringLiteral2335130062; extern const uint32_t DateTimeConverter_ConvertFrom_m2289116659_MetadataUsageId; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1072719392; extern String_t* _stringLiteral3452614528; extern const uint32_t DateTimeConverter_ConvertTo_m1841786376_MetadataUsageId; extern const uint32_t DecimalConverter_CanConvertTo_m3156679854_MetadataUsageId; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* Int32U5BU5D_t385246372_0_0_0_var; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t DecimalConverter_ConvertTo_m2884188443_MetadataUsageId; extern const uint32_t DecimalConverter_ConvertToString_m3230157094_MetadataUsageId; extern const uint32_t DecimalConverter_ConvertFromString_m1156094578_MetadataUsageId; extern const uint32_t DefaultValueAttribute__ctor_m2978984_MetadataUsageId; extern RuntimeClass* DefaultValueAttribute_t587583663_il2cpp_TypeInfo_var; extern const uint32_t DefaultValueAttribute_Equals_m3188811544_MetadataUsageId; extern const uint32_t DesignerSerializerAttribute_get_TypeId_m1830385677_MetadataUsageId; extern RuntimeClass* ConstructorInfo_t5769829_il2cpp_TypeInfo_var; extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var; extern String_t* _stringLiteral705403399; extern String_t* _stringLiteral1962313887; extern String_t* _stringLiteral1586550295; extern String_t* _stringLiteral767060364; extern String_t* _stringLiteral3621244548; extern String_t* _stringLiteral2568432875; extern String_t* _stringLiteral3275293670; extern String_t* _stringLiteral2123327634; extern const uint32_t InstanceDescriptor_ValidateMember_m1389918349_MetadataUsageId; extern const uint32_t InstanceDescriptor_Invoke_m2192227030_MetadataUsageId; extern const uint32_t RootDesignerSerializerAttribute_get_TypeId_m4223121793_MetadataUsageId; extern const RuntimeMethod* DesignerAttribute__ctor_m1431846790_RuntimeMethod_var; extern const uint32_t DesignerAttribute__ctor_m1431846790_MetadataUsageId; extern const uint32_t DesignerAttribute_get_TypeId_m98652691_MetadataUsageId; extern RuntimeClass* DesignerAttribute_t2079716647_il2cpp_TypeInfo_var; extern const uint32_t DesignerAttribute_Equals_m2137778755_MetadataUsageId; extern const uint32_t DesignerAttribute_GetHashCode_m1714259160_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614638; extern const uint32_t DoubleConverter_ConvertToString_m2231638940_MetadataUsageId; extern const uint32_t DoubleConverter_ConvertFromString_m3913883902_MetadataUsageId; extern RuntimeClass* EditorBrowsableAttribute_t1475454531_il2cpp_TypeInfo_var; extern const uint32_t EditorBrowsableAttribute_Equals_m3041896197_MetadataUsageId; extern RuntimeClass* EditorBrowsableState_t2839071299_il2cpp_TypeInfo_var; extern const uint32_t EditorBrowsableAttribute_GetHashCode_m123071459_MetadataUsageId; extern const RuntimeType* EnumU5BU5D_t596894966_0_0_0_var; extern const uint32_t EnumConverter_CanConvertTo_m1239367246_MetadataUsageId; extern const RuntimeType* Enum_t4135868527_0_0_0_var; extern const RuntimeType* Type_t_0_0_0_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* EnumU5BU5D_t596894966_il2cpp_TypeInfo_var; extern RuntimeClass* Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var; extern const RuntimeMethod* EnumConverter_ConvertTo_m1137837802_RuntimeMethod_var; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral2287228852; extern const uint32_t EnumConverter_ConvertTo_m1137837802_MetadataUsageId; extern const uint32_t EnumConverter_CanConvertFrom_m4081436354_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const RuntimeMethod* EnumConverter_ConvertFrom_m1625779591_RuntimeMethod_var; extern const uint32_t EnumConverter_ConvertFrom_m1625779591_MetadataUsageId; extern const uint32_t EnumConverter_IsValid_m3373300158_MetadataUsageId; extern const uint32_t EnumConverter_GetStandardValues_m4039038506_MetadataUsageId; extern RuntimeClass* EnumComparer_t557155003_il2cpp_TypeInfo_var; extern const uint32_t EnumConverter_get_Comparer_m381220418_MetadataUsageId; extern String_t* _stringLiteral22616943; extern const uint32_t EnumConverter_CreateValueNotValidException_m156361797_MetadataUsageId; extern const RuntimeType* FlagsAttribute_t2262502849_0_0_0_var; extern const uint32_t EnumConverter_get_IsFlags_m220695363_MetadataUsageId; extern RuntimeClass* Comparer_t1912461351_il2cpp_TypeInfo_var; extern const uint32_t EnumComparer_System_Collections_IComparer_Compare_m1951102924_MetadataUsageId; extern const uint32_t GuidConverter_CanConvertFrom_m2283959698_MetadataUsageId; extern const uint32_t GuidConverter_CanConvertTo_m2538121022_MetadataUsageId; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* GuidConverter_ConvertFrom_m3859125875_RuntimeMethod_var; extern String_t* _stringLiteral4096237604; extern const uint32_t GuidConverter_ConvertFrom_m3859125875_MetadataUsageId; extern const RuntimeType* Guid_t_0_0_0_var; extern String_t* _stringLiteral3452614620; extern const uint32_t GuidConverter_ConvertTo_m1022789200_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern RuntimeClass* AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var; extern const uint32_t Info_GetAttributes_m2908353876_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t Int16Converter_ConvertToString_m3312231588_MetadataUsageId; extern const uint32_t Int16Converter_ConvertFromString_m4124387771_MetadataUsageId; extern const uint32_t Int16Converter_ConvertFromString_m1829210052_MetadataUsageId; extern const uint32_t Int32Converter__ctor_m1863845562_MetadataUsageId; extern const uint32_t Int32Converter_ConvertToString_m4083430455_MetadataUsageId; extern const uint32_t Int32Converter_ConvertFromString_m151754304_MetadataUsageId; extern const uint32_t Int32Converter_ConvertFromString_m890637202_MetadataUsageId; extern const uint32_t Int64Converter_ConvertToString_m2999012209_MetadataUsageId; extern const uint32_t Int64Converter_ConvertFromString_m752520885_MetadataUsageId; extern const uint32_t Int64Converter_ConvertFromString_m3139649863_MetadataUsageId; extern const uint32_t MemberDescriptor_get_AttributeArray_m2815268014_MetadataUsageId; extern const uint32_t MemberDescriptor_CreateAttributeCollection_m277886455_MetadataUsageId; extern RuntimeClass* MemberDescriptor_t3815403747_il2cpp_TypeInfo_var; extern const uint32_t MemberDescriptor_Equals_m3444843062_MetadataUsageId; extern const uint32_t NullableConverter_ConvertFrom_m2632857259_MetadataUsageId; extern const RuntimeMethod* NullableConverter_ConvertTo_m316859048_RuntimeMethod_var; extern const uint32_t NullableConverter_ConvertTo_m316859048_MetadataUsageId; extern const uint32_t NullableConverter_GetStandardValues_m3903470716_MetadataUsageId; extern RuntimeClass* PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var; extern const uint32_t PropertyDescriptor_Equals_m2631006131_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection__ctor_m798034609_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection__cctor_m3978638765_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IList_Add_m2538417065_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_Add_m161054806_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_Add_m161054806_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IList_Contains_m2698586166_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_Contains_m1950005742_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_m2923447015_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_m2923447015_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IList_IndexOf_m1799041484_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IList_Insert_m3883125779_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_Remove_m3837574071_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IList_Remove_m1684104510_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_get_IsFixedSize_m3222017648_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_get_IsReadOnly_m2890856268_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_get_Keys_m2785625143_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_get_Values_m3452850275_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_get_Item_m1618515905_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m2869069084_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m2869069084_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_System_Collections_IList_set_Item_m931764773_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_System_Collections_IList_set_Item_m931764773_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_Add_m3340053766_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_Add_m3340053766_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_Clear_m3960872056_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_Clear_m3960872056_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_Find_m2014311738_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern const uint32_t PropertyDescriptorCollection_Find_m2014311738_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_Insert_m1993073985_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_Insert_m1993073985_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_Remove_m3035251257_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_Remove_m3035251257_MetadataUsageId; extern const RuntimeMethod* PropertyDescriptorCollection_RemoveAt_m3401883525_RuntimeMethod_var; extern const uint32_t PropertyDescriptorCollection_RemoveAt_m3401883525_MetadataUsageId; extern const uint32_t PropertyDescriptorCollection_Filter_m1223326888_MetadataUsageId; extern RuntimeClass* ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var; extern const uint32_t ReadOnlyAttribute__cctor_m825655709_MetadataUsageId; extern const uint32_t ReadOnlyAttribute_Equals_m600575552_MetadataUsageId; extern const uint32_t ReadOnlyAttribute_IsDefaultAttribute_m1704592106_MetadataUsageId; extern const uint32_t ReferenceConverter_CanConvertFrom_m3454720706_MetadataUsageId; extern const RuntimeType* IReferenceService_t2539329324_0_0_0_var; extern RuntimeClass* IReferenceService_t2539329324_il2cpp_TypeInfo_var; extern RuntimeClass* ITypeDescriptorContext_t2998566513_il2cpp_TypeInfo_var; extern RuntimeClass* IContainer_t1776039496_il2cpp_TypeInfo_var; extern const uint32_t ReferenceConverter_ConvertFrom_m2704001805_MetadataUsageId; extern String_t* _stringLiteral3526473448; extern const uint32_t ReferenceConverter_ConvertTo_m2469654555_MetadataUsageId; extern const uint32_t ReferenceConverter_GetStandardValues_m3450433580_MetadataUsageId; extern RuntimeClass* ParameterModifierU5BU5D_t2943407543_il2cpp_TypeInfo_var; extern const RuntimeMethod* ReflectionPropertyDescriptor_GetPropertyInfo_m4262253459_RuntimeMethod_var; extern String_t* _stringLiteral1179584760; extern String_t* _stringLiteral3522284799; extern const uint32_t ReflectionPropertyDescriptor_GetPropertyInfo_m4262253459_MetadataUsageId; extern RuntimeClass* AttributeU5BU5DU5BU5D_t2223617091_il2cpp_TypeInfo_var; extern const uint32_t ReflectionPropertyDescriptor_FillAttributes_m335907391_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t SByteConverter_ConvertToString_m1451130855_MetadataUsageId; extern const uint32_t SByteConverter_ConvertFromString_m3937289217_MetadataUsageId; extern const uint32_t SByteConverter_ConvertFromString_m2841176301_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t SingleConverter_ConvertToString_m3827699346_MetadataUsageId; extern const uint32_t SingleConverter_ConvertFromString_m3669866829_MetadataUsageId; extern const uint32_t StringConverter_CanConvertFrom_m2509000570_MetadataUsageId; extern const uint32_t StringConverter_ConvertFrom_m3963535236_MetadataUsageId; extern const uint32_t TimeSpanConverter_CanConvertFrom_m1311002669_MetadataUsageId; extern const uint32_t TimeSpanConverter_CanConvertTo_m1389113784_MetadataUsageId; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const RuntimeMethod* TimeSpanConverter_ConvertFrom_m1393064722_RuntimeMethod_var; extern String_t* _stringLiteral3145637928; extern const uint32_t TimeSpanConverter_ConvertFrom_m1393064722_MetadataUsageId; extern const RuntimeType* TimeSpan_t881159249_0_0_0_var; extern const uint32_t TimeSpanConverter_ConvertTo_m1170169844_MetadataUsageId; extern const uint32_t TypeConverter_CanConvertFrom_m3868864455_MetadataUsageId; extern const uint32_t TypeConverter_CanConvertTo_m1947275633_MetadataUsageId; extern const uint32_t TypeConverter_ConvertFrom_m880153346_MetadataUsageId; extern const uint32_t TypeConverter_ConvertFrom_m1024238132_MetadataUsageId; extern const uint32_t TypeConverter_ConvertFromInvariantString_m2226097287_MetadataUsageId; extern const RuntimeMethod* TypeConverter_ConvertTo_m3165899902_RuntimeMethod_var; extern const uint32_t TypeConverter_ConvertTo_m3165899902_MetadataUsageId; extern const uint32_t TypeConverter_ConvertToInvariantString_m3808809199_MetadataUsageId; extern const uint32_t TypeConverter_ConvertToString_m39479576_MetadataUsageId; extern const RuntimeMethod* TypeConverter_GetConvertFromException_m3846396550_RuntimeMethod_var; extern String_t* _stringLiteral2389780707; extern String_t* _stringLiteral3684844818; extern const uint32_t TypeConverter_GetConvertFromException_m3846396550_MetadataUsageId; extern const RuntimeMethod* TypeConverter_GetConvertToException_m2521759357_RuntimeMethod_var; extern String_t* _stringLiteral152979935; extern const uint32_t TypeConverter_GetConvertToException_m2521759357_MetadataUsageId; extern const uint32_t StandardValuesCollection_CopyTo_m3869788383_MetadataUsageId; extern const uint32_t StandardValuesCollection_GetEnumerator_m2314137919_MetadataUsageId; extern const uint32_t StandardValuesCollection_get_Count_m3646517383_MetadataUsageId; extern const uint32_t TypeConverterAttribute__ctor_m1774069684_MetadataUsageId; extern RuntimeClass* TypeConverterAttribute_t3271584429_il2cpp_TypeInfo_var; extern const uint32_t TypeConverterAttribute__cctor_m2413733117_MetadataUsageId; extern const uint32_t TypeConverterAttribute_Equals_m1580461255_MetadataUsageId; extern RuntimeClass* Dictionary_2_t221103672_il2cpp_TypeInfo_var; extern RuntimeClass* WeakObjectWrapperComparer_t303980402_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1364470182_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2467167622_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1336243196_RuntimeMethod_var; extern const uint32_t TypeDescriptor__cctor_m1586438944_MetadataUsageId; extern const uint32_t TypeDescriptor_GetAttributes_m4172868975_MetadataUsageId; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* BooleanConverter_t941538927_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* ByteConverter_t1408362843_0_0_0_var; extern const RuntimeType* SByte_t1669577662_0_0_0_var; extern const RuntimeType* SByteConverter_t2970182448_0_0_0_var; extern const RuntimeType* StringConverter_t3216726494_0_0_0_var; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* CharConverter_t747842913_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* Int16Converter_t1119562914_0_0_0_var; extern const RuntimeType* Int32Converter_t677227065_0_0_0_var; extern const RuntimeType* Int64Converter_t1092099567_0_0_0_var; extern const RuntimeType* UInt16_t2177724958_0_0_0_var; extern const RuntimeType* UInt16Converter_t819459975_0_0_0_var; extern const RuntimeType* UInt32_t2560061978_0_0_0_var; extern const RuntimeType* UInt32Converter_t3472493373_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern const RuntimeType* UInt64Converter_t4189949036_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* SingleConverter_t902207630_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* DoubleConverter_t805142290_0_0_0_var; extern const RuntimeType* DecimalConverter_t3574141665_0_0_0_var; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern const RuntimeType* TypeConverter_t2249118273_0_0_0_var; extern const RuntimeType* RuntimeArray_0_0_0_var; extern const RuntimeType* ArrayConverter_t1750795769_0_0_0_var; extern const RuntimeType* CultureInfoConverter_t81550636_0_0_0_var; extern const RuntimeType* DateTimeConverter_t2298802450_0_0_0_var; extern const RuntimeType* GuidConverter_t3396672461_0_0_0_var; extern const RuntimeType* TimeSpanConverter_t3504031848_0_0_0_var; extern const RuntimeType* ICollection_t3904884886_0_0_0_var; extern const RuntimeType* CollectionConverter_t3078846443_0_0_0_var; extern const RuntimeType* EnumConverter_t1688858217_0_0_0_var; extern const uint32_t TypeDescriptor_get_DefaultConverters_m2050164598_MetadataUsageId; extern const RuntimeType* TypeConverterAttribute_t3271584429_0_0_0_var; extern RuntimeClass* TypeConverter_t2249118273_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeDescriptor_GetConverter_m2937027_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern const uint32_t TypeDescriptor_GetConverter_m2937027_MetadataUsageId; extern const RuntimeType* Nullable_1_t3772285925_0_0_0_var; extern const RuntimeType* NullableConverter_t1985728604_0_0_0_var; extern const RuntimeType* ReferenceConverter_t1811933861_0_0_0_var; extern const uint32_t TypeDescriptor_FindDefaultConverterType_m2881397014_MetadataUsageId; extern const uint32_t TypeDescriptor_GetProperties_m4110734074_MetadataUsageId; extern RuntimeClass* ICustomTypeDescriptor_t1654759486_il2cpp_TypeInfo_var; extern const uint32_t TypeDescriptor_GetProperties_m3213774446_MetadataUsageId; extern const uint32_t TypeDescriptor_OnComponentDisposed_m1545012771_MetadataUsageId; extern RuntimeClass* ComponentInfo_t1259248179_il2cpp_TypeInfo_var; extern RuntimeClass* EventHandler_t1348719766_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeDescriptor_OnComponentDisposed_m1545012771_RuntimeMethod_var; extern const uint32_t TypeDescriptor_GetComponentInfo_m3351380856_MetadataUsageId; extern RuntimeClass* TypeInfo_t323385814_il2cpp_TypeInfo_var; extern const uint32_t TypeDescriptor_GetTypeInfo_m2849131577_MetadataUsageId; extern const RuntimeType* ITypeResolutionService_t3189425787_0_0_0_var; extern RuntimeClass* ITypeResolutionService_t3189425787_il2cpp_TypeInfo_var; extern const uint32_t TypeDescriptor_GetTypeFromName_m1561644294_MetadataUsageId; extern const RuntimeType* PropertyDescriptor_t3244362832_0_0_0_var; extern const uint32_t TypeInfo_GetProperties_m2956447685_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern const uint32_t UInt16Converter_ConvertToString_m4283251209_MetadataUsageId; extern const uint32_t UInt16Converter_ConvertFromString_m878834379_MetadataUsageId; extern const uint32_t UInt16Converter_ConvertFromString_m181370149_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t UInt32Converter_ConvertToString_m427724061_MetadataUsageId; extern const uint32_t UInt32Converter_ConvertFromString_m3956330588_MetadataUsageId; extern const uint32_t UInt32Converter_ConvertFromString_m2704775787_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const uint32_t UInt64Converter_ConvertToString_m4249673412_MetadataUsageId; extern const uint32_t UInt64Converter_ConvertFromString_m1523623770_MetadataUsageId; extern const uint32_t UInt64Converter_ConvertFromString_m2610136690_MetadataUsageId; extern RuntimeClass* EqualityComparer_1_t3292203282_il2cpp_TypeInfo_var; extern const RuntimeMethod* EqualityComparer_1__ctor_m3965616416_RuntimeMethod_var; extern const uint32_t WeakObjectWrapperComparer__ctor_m1468307998_MetadataUsageId; extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var; extern const uint32_t Win32Exception__ctor_m2451451937_MetadataUsageId; extern String_t* _stringLiteral3742228243; extern const uint32_t Win32Exception__ctor_m3265219078_MetadataUsageId; extern const RuntimeMethod* Win32Exception_GetObjectData_m2897703401_RuntimeMethod_var; extern const uint32_t Win32Exception_GetObjectData_m2897703401_MetadataUsageId; extern String_t* _stringLiteral1969920693; extern String_t* _stringLiteral2792132888; extern const uint32_t ConfigurationException__ctor_m1494027982_MetadataUsageId; extern String_t* _stringLiteral3451041664; extern String_t* _stringLiteral41810558; extern String_t* _stringLiteral3452614535; extern String_t* _stringLiteral3435510936; extern const uint32_t ConfigurationException_get_Message_m2139401404_MetadataUsageId; extern RuntimeClass* IConfigXmlNode_t786196396_il2cpp_TypeInfo_var; extern const uint32_t ConfigurationException_GetXmlNodeFilename_m3551913791_MetadataUsageId; extern const uint32_t ConfigurationException_GetXmlNodeLineNumber_m116427330_MetadataUsageId; extern const uint32_t ConfigurationException_GetObjectData_m2878337176_MetadataUsageId; extern RuntimeClass* DefaultConfig_t1013547162_il2cpp_TypeInfo_var; extern RuntimeClass* ConfigurationSettings_t822951835_il2cpp_TypeInfo_var; extern const uint32_t ConfigurationSettings__cctor_m3916280530_MetadataUsageId; extern RuntimeClass* ConfigurationManager_t386529156_il2cpp_TypeInfo_var; extern const uint32_t ConfigurationSettings_GetConfig_m1015220656_MetadataUsageId; extern const uint32_t DefaultConfig__cctor_m889089753_MetadataUsageId; extern const uint32_t DefaultConfig_GetInstance_m3547975637_MetadataUsageId; extern RuntimeClass* UriParser_t3890150400_il2cpp_TypeInfo_var; extern const uint32_t DefaultUriParser__ctor_m2377995797_MetadataUsageId; extern const uint32_t DefaultUriParser__ctor_m2634681684_MetadataUsageId; extern RuntimeClass* Stack_t2329662280_il2cpp_TypeInfo_var; extern const uint32_t CorrelationManager__ctor_m389758829_MetadataUsageId; extern const uint32_t DefaultTraceListener__ctor_m3705995754_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3891798113; extern String_t* _stringLiteral1530190745; extern String_t* _stringLiteral3953580575; extern const uint32_t DefaultTraceListener__cctor_m2231705303_MetadataUsageId; extern const uint32_t DefaultTraceListener_GetPrefix_m415696198_MetadataUsageId; extern RuntimeClass* DiagnosticsConfiguration_t1159239597_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern const RuntimeMethod* DiagnosticsConfiguration_get_Settings_m1034709288_RuntimeMethod_var; extern String_t* _stringLiteral786871009; extern String_t* _stringLiteral966779473; extern const uint32_t DiagnosticsConfiguration_get_Settings_m1034709288_MetadataUsageId; extern RuntimeClass* ElementHandler_t2521990823_il2cpp_TypeInfo_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_AddAssertNode_m1012592237_RuntimeMethod_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_AddSwitchesNode_m3534264561_RuntimeMethod_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_AddTraceNode_m3669193440_RuntimeMethod_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_AddSourcesNode_m4116619100_RuntimeMethod_var; extern String_t* _stringLiteral1670071986; extern String_t* _stringLiteral407879406; extern String_t* _stringLiteral1609214314; extern String_t* _stringLiteral1887279536; extern const uint32_t DiagnosticsConfigurationHandler__ctor_m343161155_MetadataUsageId; extern RuntimeClass* ICloneable_t724424198_il2cpp_TypeInfo_var; extern RuntimeClass* TraceImplSettings_t2527703222_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1711101837; extern String_t* _stringLiteral1456606265; extern const uint32_t DiagnosticsConfigurationHandler_Create_m2127629667_MetadataUsageId; extern RuntimeClass* ConfigurationException_t3515317685_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2553246811; extern String_t* _stringLiteral2891204045; extern String_t* _stringLiteral2470428836; extern const uint32_t DiagnosticsConfigurationHandler_AddAssertNode_m1012592237_MetadataUsageId; extern RuntimeClass* DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral3265744053; extern String_t* _stringLiteral13686479; extern String_t* _stringLiteral555474; extern const uint32_t DiagnosticsConfigurationHandler_AddSwitchesNode_m3534264561_MetadataUsageId; extern String_t* _stringLiteral4153351981; extern const uint32_t DiagnosticsConfigurationHandler_AddTraceNode_m3669193440_MetadataUsageId; extern const RuntimeMethod* DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209_RuntimeMethod_var; extern String_t* _stringLiteral3483203916; extern String_t* _stringLiteral1931905823; extern String_t* _stringLiteral4205402776; extern String_t* _stringLiteral1812534533; extern const uint32_t DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209_MetadataUsageId; extern RuntimeClass* TraceListenerCollection_t1347122889_il2cpp_TypeInfo_var; extern const uint32_t DiagnosticsConfigurationHandler_GetSharedListeners_m4190802387_MetadataUsageId; extern String_t* _stringLiteral4294193667; extern const uint32_t DiagnosticsConfigurationHandler_AddSourcesNode_m4116619100_MetadataUsageId; extern const RuntimeType* SourceLevels_t2339259104_0_0_0_var; extern RuntimeClass* StringDictionary_t120437468_il2cpp_TypeInfo_var; extern RuntimeClass* XmlAttribute_t1173852259_il2cpp_TypeInfo_var; extern RuntimeClass* TraceSourceInfo_t2065837391_il2cpp_TypeInfo_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_AddTraceSource_m492124141_RuntimeMethod_var; extern String_t* _stringLiteral2885343603; extern String_t* _stringLiteral705949069; extern const uint32_t DiagnosticsConfigurationHandler_AddTraceSource_m492124141_MetadataUsageId; extern const uint32_t DiagnosticsConfigurationHandler_AddTraceListeners_m1456791038_MetadataUsageId; extern const RuntimeType* TraceOptions_t3546477972_0_0_0_var; extern RuntimeClass* ConfigurationErrorsException_t66512296_il2cpp_TypeInfo_var; extern RuntimeClass* TraceListener_t3975618648_il2cpp_TypeInfo_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_RuntimeMethod_var; extern String_t* _stringLiteral4009183095; extern String_t* _stringLiteral3357308665; extern String_t* _stringLiteral688162554; extern String_t* _stringLiteral2389225945; extern String_t* _stringLiteral41992229; extern String_t* _stringLiteral1522146100; extern String_t* _stringLiteral3992213197; extern const uint32_t DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_MetadataUsageId; extern const RuntimeMethod* DiagnosticsConfigurationHandler_RemoveTraceListener_m964532660_RuntimeMethod_var; extern String_t* _stringLiteral127757484; extern const uint32_t DiagnosticsConfigurationHandler_RemoveTraceListener_m964532660_MetadataUsageId; extern const RuntimeMethod* DiagnosticsConfigurationHandler_ValidateAttribute_m4260541057_RuntimeMethod_var; extern String_t* _stringLiteral3298299077; extern const uint32_t DiagnosticsConfigurationHandler_ValidateAttribute_m4260541057_MetadataUsageId; extern const RuntimeMethod* DiagnosticsConfigurationHandler_ThrowMissingAttribute_m1748857606_RuntimeMethod_var; extern String_t* _stringLiteral3553307598; extern const uint32_t DiagnosticsConfigurationHandler_ThrowMissingAttribute_m1748857606_MetadataUsageId; extern RuntimeClass* XmlNodeType_t1672767151_il2cpp_TypeInfo_var; extern const RuntimeMethod* DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508_RuntimeMethod_var; extern String_t* _stringLiteral1256628444; extern const uint32_t DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508_MetadataUsageId; extern const RuntimeMethod* DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959_RuntimeMethod_var; extern String_t* _stringLiteral3109419003; extern const uint32_t DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959_MetadataUsageId; extern const RuntimeMethod* DiagnosticsConfigurationHandler_ThrowUnrecognizedAttribute_m934381235_RuntimeMethod_var; extern String_t* _stringLiteral3192100143; extern const uint32_t DiagnosticsConfigurationHandler_ThrowUnrecognizedAttribute_m934381235_MetadataUsageId; extern RuntimeClass* TraceImpl_t1390982446_il2cpp_TypeInfo_var; extern RuntimeClass* CorrelationManager_t2688752967_il2cpp_TypeInfo_var; extern const uint32_t TraceImpl__cctor_m3426275565_MetadataUsageId; extern const uint32_t TraceImpl_get_IndentLevel_m1767671204_MetadataUsageId; extern const uint32_t TraceImpl_get_IndentSize_m3405794161_MetadataUsageId; extern const uint32_t TraceImpl_InitOnce_m17789841_MetadataUsageId; extern const uint32_t TraceImplSettings__ctor_m3609199558_MetadataUsageId; extern const uint32_t TraceListener__ctor_m290583152_MetadataUsageId; extern const uint32_t TraceListenerCollection__ctor_m724574464_MetadataUsageId; extern const uint32_t TraceListenerCollection_System_Collections_IList_set_Item_m1978416327_MetadataUsageId; extern const RuntimeMethod* TraceListenerCollection_System_Collections_IList_Add_m4265856600_RuntimeMethod_var; extern String_t* _stringLiteral820884495; extern const uint32_t TraceListenerCollection_System_Collections_IList_Add_m4265856600_MetadataUsageId; extern const uint32_t TraceListenerCollection_System_Collections_IList_Contains_m1225230873_MetadataUsageId; extern const uint32_t TraceListenerCollection_System_Collections_IList_IndexOf_m815193062_MetadataUsageId; extern const RuntimeMethod* TraceListenerCollection_System_Collections_IList_Insert_m2667140680_RuntimeMethod_var; extern String_t* _stringLiteral1462499272; extern const uint32_t TraceListenerCollection_System_Collections_IList_Insert_m2667140680_MetadataUsageId; extern const uint32_t TraceListenerCollection_System_Collections_IList_Remove_m892632858_MetadataUsageId; extern const uint32_t TraceListenerCollection_get_Item_m2168642045_MetadataUsageId; extern const uint32_t TraceListenerCollection_InitializeListener_m198015728_MetadataUsageId; extern const RuntimeMethod* TraceListenerCollection_Remove_m854120826_RuntimeMethod_var; extern String_t* _stringLiteral1080740585; extern String_t* _stringLiteral984289154; extern const uint32_t TraceListenerCollection_Remove_m854120826_MetadataUsageId; extern const uint32_t TraceSourceInfo__ctor_m201361737_MetadataUsageId; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern RuntimeClass* UnmanagedReadOrWrite_t876388624_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflateStream__ctor_m3390202582_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_UnmanagedWrite_m3688808850_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_UnmanagedRead_m4002292959_RuntimeMethod_var; extern String_t* _stringLiteral3542312340; extern String_t* _stringLiteral1985170617; extern String_t* _stringLiteral4011475451; extern const uint32_t DeflateStream__ctor_m3390202582_MetadataUsageId; extern String_t* _stringLiteral2874816993; extern const uint32_t DeflateStream_Dispose_m959848075_MetadataUsageId; extern RuntimeClass* DeflateStream_t4175168077_il2cpp_TypeInfo_var; extern const uint32_t DeflateStream_UnmanagedRead_m4002292959_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const uint32_t DeflateStream_UnmanagedRead_m2573734291_MetadataUsageId; extern const uint32_t DeflateStream_UnmanagedWrite_m3688808850_MetadataUsageId; extern const uint32_t DeflateStream_UnmanagedWrite_m2215906742_MetadataUsageId; extern String_t* _stringLiteral2764292673; extern const uint32_t DeflateStream_ReadInternal_m4024881745_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflateStream_Read_m2462209149_RuntimeMethod_var; extern String_t* _stringLiteral3155392972; extern String_t* _stringLiteral3727405333; extern String_t* _stringLiteral2356847734; extern String_t* _stringLiteral2557759028; extern String_t* _stringLiteral1411713704; extern const uint32_t DeflateStream_Read_m2462209149_MetadataUsageId; extern String_t* _stringLiteral1784163159; extern const uint32_t DeflateStream_WriteInternal_m4168753255_MetadataUsageId; extern const RuntimeMethod* DeflateStream_Write_m4264238449_RuntimeMethod_var; extern String_t* _stringLiteral538040360; extern String_t* _stringLiteral3555717890; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral1654115010; extern const uint32_t DeflateStream_Write_m4264238449_MetadataUsageId; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflateStream_CheckResult_m2277590404_RuntimeMethod_var; extern String_t* _stringLiteral1471173669; extern String_t* _stringLiteral1195030500; extern String_t* _stringLiteral2334046305; extern String_t* _stringLiteral3459943374; extern String_t* _stringLiteral1775765070; extern String_t* _stringLiteral1110505755; extern String_t* _stringLiteral3990553952; extern String_t* _stringLiteral2660887440; extern const uint32_t DeflateStream_CheckResult_m2277590404_MetadataUsageId; extern const RuntimeMethod* DeflateStream_Flush_m2668044568_RuntimeMethod_var; extern String_t* _stringLiteral1964454777; extern const uint32_t DeflateStream_Flush_m2668044568_MetadataUsageId; extern RuntimeClass* ReadMethod_t893206259_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflateStream_BeginRead_m437329223_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_ReadInternal_m4024881745_RuntimeMethod_var; extern String_t* _stringLiteral4185363193; extern String_t* _stringLiteral3939495523; extern String_t* _stringLiteral3867580481; extern String_t* _stringLiteral1082126080; extern String_t* _stringLiteral1229726243; extern const uint32_t DeflateStream_BeginRead_m437329223_MetadataUsageId; extern RuntimeClass* WriteMethod_t2538911768_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflateStream_BeginWrite_m1021334227_RuntimeMethod_var; extern const RuntimeMethod* DeflateStream_WriteInternal_m4168753255_RuntimeMethod_var; extern String_t* _stringLiteral1272525310; extern const uint32_t DeflateStream_BeginWrite_m1021334227_MetadataUsageId; extern RuntimeClass* AsyncResult_t4194309572_il2cpp_TypeInfo_var; extern const RuntimeMethod* DeflateStream_EndRead_m4289412642_RuntimeMethod_var; extern String_t* _stringLiteral1463436665; extern String_t* _stringLiteral1043874018; extern const uint32_t DeflateStream_EndRead_m4289412642_MetadataUsageId; extern const RuntimeMethod* DeflateStream_EndWrite_m1295999073_RuntimeMethod_var; extern const uint32_t DeflateStream_EndWrite_m1295999073_MetadataUsageId; extern const RuntimeMethod* DeflateStream_Seek_m3685451449_RuntimeMethod_var; extern const uint32_t DeflateStream_Seek_m3685451449_MetadataUsageId; extern const RuntimeMethod* DeflateStream_SetLength_m1735825011_RuntimeMethod_var; extern const uint32_t DeflateStream_SetLength_m1735825011_MetadataUsageId; extern const RuntimeMethod* DeflateStream_get_Length_m1099282904_RuntimeMethod_var; extern const uint32_t DeflateStream_get_Length_m1099282904_MetadataUsageId; extern const RuntimeMethod* DeflateStream_get_Position_m1563329739_RuntimeMethod_var; extern const uint32_t DeflateStream_get_Position_m1563329739_MetadataUsageId; extern const RuntimeMethod* DeflateStream_set_Position_m1956031577_RuntimeMethod_var; extern const uint32_t DeflateStream_set_Position_m1956031577_MetadataUsageId; extern const uint32_t ReadMethod_BeginInvoke_m3773273825_MetadataUsageId; extern const uint32_t UnmanagedReadOrWrite_BeginInvoke_m527663892_MetadataUsageId; extern const uint32_t WriteMethod_BeginInvoke_m2181678049_MetadataUsageId; extern const uint32_t GZipStream__ctor_m2126151311_MetadataUsageId; extern RuntimeClass* AuthenticationManager_t2084001809_il2cpp_TypeInfo_var; extern const uint32_t AuthenticationManager__cctor_m2462735150_MetadataUsageId; extern RuntimeClass* AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var; extern RuntimeClass* AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var; extern RuntimeClass* IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var; extern String_t* _stringLiteral159382296; extern const uint32_t AuthenticationManager_EnsureModules_m3673793880_MetadataUsageId; extern const RuntimeMethod* AuthenticationManager_Authenticate_m220441371_RuntimeMethod_var; extern String_t* _stringLiteral475703782; extern String_t* _stringLiteral470559998; extern String_t* _stringLiteral4039732320; extern const uint32_t AuthenticationManager_Authenticate_m220441371_MetadataUsageId; extern const uint32_t AuthenticationManager_DoAuthenticate_m167986645_MetadataUsageId; extern const RuntimeMethod* AuthenticationManager_PreAuthenticate_m1971834472_RuntimeMethod_var; extern const uint32_t AuthenticationManager_PreAuthenticate_m1971834472_MetadataUsageId; extern const uint32_t BindIPEndPoint_BeginInvoke_m516198952_MetadataUsageId; extern const uint32_t ChunkStream__ctor_m3758454825_MetadataUsageId; extern RuntimeClass* Chunk_t1455545707_il2cpp_TypeInfo_var; extern const uint32_t ChunkStream_ReadFromChunks_m2517119044_MetadataUsageId; extern const uint32_t ChunkStream_ReadBody_m151718136_MetadataUsageId; extern String_t* _stringLiteral3611705090; extern String_t* _stringLiteral1805502394; extern String_t* _stringLiteral2507902187; extern String_t* _stringLiteral1943211715; extern const uint32_t ChunkStream_GetChunkSize_m1512331817_MetadataUsageId; extern String_t* _stringLiteral1560011439; extern String_t* _stringLiteral3560956591; extern const uint32_t ChunkStream_ReadCRLF_m2438338679_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2766909372; extern String_t* _stringLiteral4204015682; extern String_t* _stringLiteral343314918; extern const uint32_t ChunkStream_ReadTrailer_m2312736703_MetadataUsageId; extern RuntimeClass* WebException_t3237156354_il2cpp_TypeInfo_var; extern const RuntimeMethod* ChunkStream_ThrowProtocolViolation_m3071920344_RuntimeMethod_var; extern const uint32_t ChunkStream_ThrowProtocolViolation_m3071920344_MetadataUsageId; extern RuntimeClass* ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var; extern RuntimeClass* ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var; extern const uint32_t AuthenticationModuleElement__cctor_m3650536745_MetadataUsageId; extern const uint32_t AuthenticationModuleElement_get_Properties_m249469996_MetadataUsageId; extern const uint32_t AuthenticationModuleElement_get_Type_m3942038048_MetadataUsageId; extern const uint32_t AuthenticationModuleElementCollection_CreateNewElement_m4121564648_MetadataUsageId; extern const RuntimeMethod* AuthenticationModuleElementCollection_GetElementKey_m1696916052_RuntimeMethod_var; extern String_t* _stringLiteral4059539929; extern const uint32_t AuthenticationModuleElementCollection_GetElementKey_m1696916052_MetadataUsageId; extern const RuntimeType* AuthenticationModuleElementCollection_t1161221431_0_0_0_var; extern const uint32_t AuthenticationModulesSection__cctor_m2014243278_MetadataUsageId; extern const uint32_t AuthenticationModulesSection_get_Properties_m1847128666_MetadataUsageId; extern RuntimeClass* AuthenticationModuleElementCollection_t1161221431_il2cpp_TypeInfo_var; extern const uint32_t AuthenticationModulesSection_get_AuthenticationModules_m1522553951_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct ByteU5BU5D_t4116647657; struct IntPtrU5BU5D_t4013366056; struct StringU5BU5D_t1281789340; struct AttributeU5BU5D_t1575011174; struct PropertyDescriptorU5BU5D_t2649761905; struct TypeU5BU5D_t3940880105; struct BooleanU5BU5D_t2897418192; struct PropertyInfoU5BU5D_t1461822886; struct CultureInfoU5BU5D_t377611285; struct Int32U5BU5D_t385246372; struct ParameterInfoU5BU5D_t390618515; struct Int64U5BU5D_t2559172825; struct EnumU5BU5D_t596894966; struct CharU5BU5D_t3528271667; struct ParameterModifierU5BU5D_t2943407543; struct AttributeU5BU5DU5BU5D_t2223617091; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef U3CMODULEU3E_T692745529_H #define U3CMODULEU3E_T692745529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745529_H #ifndef PATH_T1605229823_H #define PATH_T1605229823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Path struct Path_t1605229823 : public RuntimeObject { public: public: }; struct Path_t1605229823_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t3528271667* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t3528271667* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t3528271667* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t3528271667** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t3528271667* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((&___InvalidPathChars_0), value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((&___DirectorySeparatorStr_4), value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t3528271667* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t3528271667** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t3528271667* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((&___PathSeparatorChars_6), value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATH_T1605229823_H #ifndef READONLYCOLLECTIONBASE_T1836743899_H #define READONLYCOLLECTIONBASE_T1836743899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_t1836743899 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollectionBase_t1836743899, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTIONBASE_T1836743899_H #ifndef AUTHORIZATION_T542416582_H #define AUTHORIZATION_T542416582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Authorization struct Authorization_t542416582 : public RuntimeObject { public: // System.String System.Net.Authorization::token String_t* ___token_0; // System.Boolean System.Net.Authorization::complete bool ___complete_1; // System.Net.IAuthenticationModule System.Net.Authorization::module RuntimeObject* ___module_2; public: inline static int32_t get_offset_of_token_0() { return static_cast(offsetof(Authorization_t542416582, ___token_0)); } inline String_t* get_token_0() const { return ___token_0; } inline String_t** get_address_of_token_0() { return &___token_0; } inline void set_token_0(String_t* value) { ___token_0 = value; Il2CppCodeGenWriteBarrier((&___token_0), value); } inline static int32_t get_offset_of_complete_1() { return static_cast(offsetof(Authorization_t542416582, ___complete_1)); } inline bool get_complete_1() const { return ___complete_1; } inline bool* get_address_of_complete_1() { return &___complete_1; } inline void set_complete_1(bool value) { ___complete_1 = value; } inline static int32_t get_offset_of_module_2() { return static_cast(offsetof(Authorization_t542416582, ___module_2)); } inline RuntimeObject* get_module_2() const { return ___module_2; } inline RuntimeObject** get_address_of_module_2() { return &___module_2; } inline void set_module_2(RuntimeObject* value) { ___module_2 = value; Il2CppCodeGenWriteBarrier((&___module_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHORIZATION_T542416582_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___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((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___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((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___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_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_H #ifndef STANDARDVALUESCOLLECTION_T2184948248_H #define STANDARDVALUESCOLLECTION_T2184948248_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverter/StandardValuesCollection struct StandardValuesCollection_t2184948248 : public RuntimeObject { public: // System.Collections.ICollection System.ComponentModel.TypeConverter/StandardValuesCollection::values RuntimeObject* ___values_0; public: inline static int32_t get_offset_of_values_0() { return static_cast(offsetof(StandardValuesCollection_t2184948248, ___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((&___values_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STANDARDVALUESCOLLECTION_T2184948248_H #ifndef COMPARER_T1912461351_H #define COMPARER_T1912461351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Comparer struct Comparer_t1912461351 : public RuntimeObject { public: // System.Globalization.CompareInfo System.Collections.Comparer::m_compareInfo CompareInfo_t1092934962 * ___m_compareInfo_2; public: inline static int32_t get_offset_of_m_compareInfo_2() { return static_cast(offsetof(Comparer_t1912461351, ___m_compareInfo_2)); } inline CompareInfo_t1092934962 * get_m_compareInfo_2() const { return ___m_compareInfo_2; } inline CompareInfo_t1092934962 ** get_address_of_m_compareInfo_2() { return &___m_compareInfo_2; } inline void set_m_compareInfo_2(CompareInfo_t1092934962 * value) { ___m_compareInfo_2 = value; Il2CppCodeGenWriteBarrier((&___m_compareInfo_2), value); } }; struct Comparer_t1912461351_StaticFields { public: // System.Collections.Comparer System.Collections.Comparer::Default Comparer_t1912461351 * ___Default_0; // System.Collections.Comparer System.Collections.Comparer::DefaultInvariant Comparer_t1912461351 * ___DefaultInvariant_1; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(Comparer_t1912461351_StaticFields, ___Default_0)); } inline Comparer_t1912461351 * get_Default_0() const { return ___Default_0; } inline Comparer_t1912461351 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(Comparer_t1912461351 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((&___Default_0), value); } inline static int32_t get_offset_of_DefaultInvariant_1() { return static_cast(offsetof(Comparer_t1912461351_StaticFields, ___DefaultInvariant_1)); } inline Comparer_t1912461351 * get_DefaultInvariant_1() const { return ___DefaultInvariant_1; } inline Comparer_t1912461351 ** get_address_of_DefaultInvariant_1() { return &___DefaultInvariant_1; } inline void set_DefaultInvariant_1(Comparer_t1912461351 * value) { ___DefaultInvariant_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultInvariant_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPARER_T1912461351_H #ifndef ENUMCOMPARER_T557155003_H #define ENUMCOMPARER_T557155003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EnumConverter/EnumComparer struct EnumComparer_t557155003 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCOMPARER_T557155003_H #ifndef AUTHENTICATIONMANAGER_T2084001809_H #define AUTHENTICATIONMANAGER_T2084001809_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.AuthenticationManager struct AuthenticationManager_t2084001809 : public RuntimeObject { public: public: }; struct AuthenticationManager_t2084001809_StaticFields { public: // System.Collections.ArrayList System.Net.AuthenticationManager::modules ArrayList_t2718874744 * ___modules_0; // System.Object System.Net.AuthenticationManager::locker RuntimeObject * ___locker_1; // System.Net.ICredentialPolicy System.Net.AuthenticationManager::credential_policy RuntimeObject* ___credential_policy_2; public: inline static int32_t get_offset_of_modules_0() { return static_cast(offsetof(AuthenticationManager_t2084001809_StaticFields, ___modules_0)); } inline ArrayList_t2718874744 * get_modules_0() const { return ___modules_0; } inline ArrayList_t2718874744 ** get_address_of_modules_0() { return &___modules_0; } inline void set_modules_0(ArrayList_t2718874744 * value) { ___modules_0 = value; Il2CppCodeGenWriteBarrier((&___modules_0), value); } inline static int32_t get_offset_of_locker_1() { return static_cast(offsetof(AuthenticationManager_t2084001809_StaticFields, ___locker_1)); } inline RuntimeObject * get_locker_1() const { return ___locker_1; } inline RuntimeObject ** get_address_of_locker_1() { return &___locker_1; } inline void set_locker_1(RuntimeObject * value) { ___locker_1 = value; Il2CppCodeGenWriteBarrier((&___locker_1), value); } inline static int32_t get_offset_of_credential_policy_2() { return static_cast(offsetof(AuthenticationManager_t2084001809_StaticFields, ___credential_policy_2)); } inline RuntimeObject* get_credential_policy_2() const { return ___credential_policy_2; } inline RuntimeObject** get_address_of_credential_policy_2() { return &___credential_policy_2; } inline void set_credential_policy_2(RuntimeObject* value) { ___credential_policy_2 = value; Il2CppCodeGenWriteBarrier((&___credential_policy_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONMANAGER_T2084001809_H #ifndef CULTUREINFOCOMPARER_T1184699714_H #define CULTUREINFOCOMPARER_T1184699714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CultureInfoConverter/CultureInfoComparer struct CultureInfoComparer_t1184699714 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFOCOMPARER_T1184699714_H #ifndef INSTANCEDESCRIPTOR_T657473484_H #define INSTANCEDESCRIPTOR_T657473484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Design.Serialization.InstanceDescriptor struct InstanceDescriptor_t657473484 : 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_t657473484, ___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((&___member_0), value); } inline static int32_t get_offset_of_arguments_1() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___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((&___arguments_1), value); } inline static int32_t get_offset_of_isComplete_2() { return static_cast(offsetof(InstanceDescriptor_t657473484, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INSTANCEDESCRIPTOR_T657473484_H #ifndef INFO_T3260944019_H #define INFO_T3260944019_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Info struct Info_t3260944019 : public RuntimeObject { public: // System.Type System.ComponentModel.Info::_infoType Type_t * ____infoType_0; // System.ComponentModel.AttributeCollection System.ComponentModel.Info::_attributes AttributeCollection_t4221220734 * ____attributes_1; public: inline static int32_t get_offset_of__infoType_0() { return static_cast(offsetof(Info_t3260944019, ____infoType_0)); } inline Type_t * get__infoType_0() const { return ____infoType_0; } inline Type_t ** get_address_of__infoType_0() { return &____infoType_0; } inline void set__infoType_0(Type_t * value) { ____infoType_0 = value; Il2CppCodeGenWriteBarrier((&____infoType_0), value); } inline static int32_t get_offset_of__attributes_1() { return static_cast(offsetof(Info_t3260944019, ____attributes_1)); } inline AttributeCollection_t4221220734 * get__attributes_1() const { return ____attributes_1; } inline AttributeCollection_t4221220734 ** get_address_of__attributes_1() { return &____attributes_1; } inline void set__attributes_1(AttributeCollection_t4221220734 * value) { ____attributes_1 = value; Il2CppCodeGenWriteBarrier((&____attributes_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INFO_T3260944019_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), 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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef ORDEREDCOLLECTIONENUMERATOR_T3799789192_H #define ORDEREDCOLLECTIONENUMERATOR_T3799789192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator struct OrderedCollectionEnumerator_t3799789192 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::isKeyList bool ___isKeyList_0; // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::listEnumerator RuntimeObject* ___listEnumerator_1; public: inline static int32_t get_offset_of_isKeyList_0() { return static_cast(offsetof(OrderedCollectionEnumerator_t3799789192, ___isKeyList_0)); } inline bool get_isKeyList_0() const { return ___isKeyList_0; } inline bool* get_address_of_isKeyList_0() { return &___isKeyList_0; } inline void set_isKeyList_0(bool value) { ___isKeyList_0 = value; } inline static int32_t get_offset_of_listEnumerator_1() { return static_cast(offsetof(OrderedCollectionEnumerator_t3799789192, ___listEnumerator_1)); } inline RuntimeObject* get_listEnumerator_1() const { return ___listEnumerator_1; } inline RuntimeObject** get_address_of_listEnumerator_1() { return &___listEnumerator_1; } inline void set_listEnumerator_1(RuntimeObject* value) { ___listEnumerator_1 = value; Il2CppCodeGenWriteBarrier((&___listEnumerator_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDCOLLECTIONENUMERATOR_T3799789192_H #ifndef STRINGCOLLECTION_T167406615_H #define STRINGCOLLECTION_T167406615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringCollection struct StringCollection_t167406615 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.StringCollection::data ArrayList_t2718874744 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(StringCollection_t167406615, ___data_0)); } inline ArrayList_t2718874744 * get_data_0() const { return ___data_0; } inline ArrayList_t2718874744 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ArrayList_t2718874744 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOLLECTION_T167406615_H #ifndef STRINGENUMERATOR_T3934291441_H #define STRINGENUMERATOR_T3934291441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringEnumerator struct StringEnumerator_t3934291441 : public RuntimeObject { public: // System.Collections.IEnumerator System.Collections.Specialized.StringEnumerator::enumerable RuntimeObject* ___enumerable_0; public: inline static int32_t get_offset_of_enumerable_0() { return static_cast(offsetof(StringEnumerator_t3934291441, ___enumerable_0)); } inline RuntimeObject* get_enumerable_0() const { return ___enumerable_0; } inline RuntimeObject** get_address_of_enumerable_0() { return &___enumerable_0; } inline void set_enumerable_0(RuntimeObject* value) { ___enumerable_0 = value; Il2CppCodeGenWriteBarrier((&___enumerable_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGENUMERATOR_T3934291441_H #ifndef STRINGDICTIONARY_T120437468_H #define STRINGDICTIONARY_T120437468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringDictionary struct StringDictionary_t120437468 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Specialized.StringDictionary::contents Hashtable_t1853889766 * ___contents_0; public: inline static int32_t get_offset_of_contents_0() { return static_cast(offsetof(StringDictionary_t120437468, ___contents_0)); } inline Hashtable_t1853889766 * get_contents_0() const { return ___contents_0; } inline Hashtable_t1853889766 ** get_address_of_contents_0() { return &___contents_0; } inline void set_contents_0(Hashtable_t1853889766 * value) { ___contents_0 = value; Il2CppCodeGenWriteBarrier((&___contents_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGDICTIONARY_T120437468_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef PROPERTYDESCRIPTORCOLLECTION_T4164928659_H #define PROPERTYDESCRIPTORCOLLECTION_T4164928659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyDescriptorCollection struct PropertyDescriptorCollection_t4164928659 : public RuntimeObject { public: // System.Collections.ArrayList System.ComponentModel.PropertyDescriptorCollection::properties ArrayList_t2718874744 * ___properties_1; // System.Boolean System.ComponentModel.PropertyDescriptorCollection::readOnly bool ___readOnly_2; public: inline static int32_t get_offset_of_properties_1() { return static_cast(offsetof(PropertyDescriptorCollection_t4164928659, ___properties_1)); } inline ArrayList_t2718874744 * get_properties_1() const { return ___properties_1; } inline ArrayList_t2718874744 ** get_address_of_properties_1() { return &___properties_1; } inline void set_properties_1(ArrayList_t2718874744 * value) { ___properties_1 = value; Il2CppCodeGenWriteBarrier((&___properties_1), value); } inline static int32_t get_offset_of_readOnly_2() { return static_cast(offsetof(PropertyDescriptorCollection_t4164928659, ___readOnly_2)); } inline bool get_readOnly_2() const { return ___readOnly_2; } inline bool* get_address_of_readOnly_2() { return &___readOnly_2; } inline void set_readOnly_2(bool value) { ___readOnly_2 = value; } }; struct PropertyDescriptorCollection_t4164928659_StaticFields { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Empty PropertyDescriptorCollection_t4164928659 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(PropertyDescriptorCollection_t4164928659_StaticFields, ___Empty_0)); } inline PropertyDescriptorCollection_t4164928659 * get_Empty_0() const { return ___Empty_0; } inline PropertyDescriptorCollection_t4164928659 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(PropertyDescriptorCollection_t4164928659 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYDESCRIPTORCOLLECTION_T4164928659_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef CHUNK_T1455545707_H #define CHUNK_T1455545707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ChunkStream/Chunk struct Chunk_t1455545707 : public RuntimeObject { public: // System.Byte[] System.Net.ChunkStream/Chunk::Bytes ByteU5BU5D_t4116647657* ___Bytes_0; // System.Int32 System.Net.ChunkStream/Chunk::Offset int32_t ___Offset_1; public: inline static int32_t get_offset_of_Bytes_0() { return static_cast(offsetof(Chunk_t1455545707, ___Bytes_0)); } inline ByteU5BU5D_t4116647657* get_Bytes_0() const { return ___Bytes_0; } inline ByteU5BU5D_t4116647657** get_address_of_Bytes_0() { return &___Bytes_0; } inline void set_Bytes_0(ByteU5BU5D_t4116647657* value) { ___Bytes_0 = value; Il2CppCodeGenWriteBarrier((&___Bytes_0), value); } inline static int32_t get_offset_of_Offset_1() { return static_cast(offsetof(Chunk_t1455545707, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHUNK_T1455545707_H #ifndef ATTRIBUTECOLLECTION_T4221220734_H #define ATTRIBUTECOLLECTION_T4221220734_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.AttributeCollection struct AttributeCollection_t4221220734 : public RuntimeObject { public: // System.Collections.ArrayList System.ComponentModel.AttributeCollection::attrList ArrayList_t2718874744 * ___attrList_0; public: inline static int32_t get_offset_of_attrList_0() { return static_cast(offsetof(AttributeCollection_t4221220734, ___attrList_0)); } inline ArrayList_t2718874744 * get_attrList_0() const { return ___attrList_0; } inline ArrayList_t2718874744 ** get_address_of_attrList_0() { return &___attrList_0; } inline void set_attrList_0(ArrayList_t2718874744 * value) { ___attrList_0 = value; Il2CppCodeGenWriteBarrier((&___attrList_0), value); } }; struct AttributeCollection_t4221220734_StaticFields { public: // System.ComponentModel.AttributeCollection System.ComponentModel.AttributeCollection::Empty AttributeCollection_t4221220734 * ___Empty_1; public: inline static int32_t get_offset_of_Empty_1() { return static_cast(offsetof(AttributeCollection_t4221220734_StaticFields, ___Empty_1)); } inline AttributeCollection_t4221220734 * get_Empty_1() const { return ___Empty_1; } inline AttributeCollection_t4221220734 ** get_address_of_Empty_1() { return &___Empty_1; } inline void set_Empty_1(AttributeCollection_t4221220734 * value) { ___Empty_1 = value; Il2CppCodeGenWriteBarrier((&___Empty_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTECOLLECTION_T4221220734_H #ifndef TYPECONVERTER_T2249118273_H #define TYPECONVERTER_T2249118273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverter struct TypeConverter_t2249118273 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECONVERTER_T2249118273_H #ifndef COMPAREINFO_T1092934962_H #define COMPAREINFO_T1092934962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareInfo struct CompareInfo_t1092934962 : public RuntimeObject { public: // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_1; // System.String System.Globalization.CompareInfo::icu_name String_t* ___icu_name_2; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_3; // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_4; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t2877834729 * ___collator_5; public: inline static int32_t get_offset_of_culture_1() { return static_cast(offsetof(CompareInfo_t1092934962, ___culture_1)); } inline int32_t get_culture_1() const { return ___culture_1; } inline int32_t* get_address_of_culture_1() { return &___culture_1; } inline void set_culture_1(int32_t value) { ___culture_1 = value; } inline static int32_t get_offset_of_icu_name_2() { return static_cast(offsetof(CompareInfo_t1092934962, ___icu_name_2)); } inline String_t* get_icu_name_2() const { return ___icu_name_2; } inline String_t** get_address_of_icu_name_2() { return &___icu_name_2; } inline void set_icu_name_2(String_t* value) { ___icu_name_2 = value; Il2CppCodeGenWriteBarrier((&___icu_name_2), value); } inline static int32_t get_offset_of_win32LCID_3() { return static_cast(offsetof(CompareInfo_t1092934962, ___win32LCID_3)); } inline int32_t get_win32LCID_3() const { return ___win32LCID_3; } inline int32_t* get_address_of_win32LCID_3() { return &___win32LCID_3; } inline void set_win32LCID_3(int32_t value) { ___win32LCID_3 = value; } inline static int32_t get_offset_of_m_name_4() { return static_cast(offsetof(CompareInfo_t1092934962, ___m_name_4)); } inline String_t* get_m_name_4() const { return ___m_name_4; } inline String_t** get_address_of_m_name_4() { return &___m_name_4; } inline void set_m_name_4(String_t* value) { ___m_name_4 = value; Il2CppCodeGenWriteBarrier((&___m_name_4), value); } inline static int32_t get_offset_of_collator_5() { return static_cast(offsetof(CompareInfo_t1092934962, ___collator_5)); } inline SimpleCollator_t2877834729 * get_collator_5() const { return ___collator_5; } inline SimpleCollator_t2877834729 ** get_address_of_collator_5() { return &___collator_5; } inline void set_collator_5(SimpleCollator_t2877834729 * value) { ___collator_5 = value; Il2CppCodeGenWriteBarrier((&___collator_5), value); } }; struct CompareInfo_t1092934962_StaticFields { public: // System.Boolean System.Globalization.CompareInfo::useManagedCollation bool ___useManagedCollation_0; // System.Collections.Hashtable System.Globalization.CompareInfo::collators Hashtable_t1853889766 * ___collators_6; // System.Object System.Globalization.CompareInfo::monitor RuntimeObject * ___monitor_7; public: inline static int32_t get_offset_of_useManagedCollation_0() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___useManagedCollation_0)); } inline bool get_useManagedCollation_0() const { return ___useManagedCollation_0; } inline bool* get_address_of_useManagedCollation_0() { return &___useManagedCollation_0; } inline void set_useManagedCollation_0(bool value) { ___useManagedCollation_0 = value; } inline static int32_t get_offset_of_collators_6() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___collators_6)); } inline Hashtable_t1853889766 * get_collators_6() const { return ___collators_6; } inline Hashtable_t1853889766 ** get_address_of_collators_6() { return &___collators_6; } inline void set_collators_6(Hashtable_t1853889766 * value) { ___collators_6 = value; Il2CppCodeGenWriteBarrier((&___collators_6), value); } inline static int32_t get_offset_of_monitor_7() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___monitor_7)); } inline RuntimeObject * get_monitor_7() const { return ___monitor_7; } inline RuntimeObject ** get_address_of_monitor_7() { return &___monitor_7; } inline void set_monitor_7(RuntimeObject * value) { ___monitor_7 = value; Il2CppCodeGenWriteBarrier((&___monitor_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPAREINFO_T1092934962_H #ifndef EQUALITYCOMPARER_1_T3292203282_H #define EQUALITYCOMPARER_1_T3292203282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t3292203282 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t3292203282_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 System.Collections.Generic.EqualityComparer`1::_default EqualityComparer_1_t3292203282 * ____default_0; public: inline static int32_t get_offset_of__default_0() { return static_cast(offsetof(EqualityComparer_1_t3292203282_StaticFields, ____default_0)); } inline EqualityComparer_1_t3292203282 * get__default_0() const { return ____default_0; } inline EqualityComparer_1_t3292203282 ** get_address_of__default_0() { return &____default_0; } inline void set__default_0(EqualityComparer_1_t3292203282 * value) { ____default_0 = value; Il2CppCodeGenWriteBarrier((&____default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYCOMPARER_1_T3292203282_H #ifndef TRACEIMPLSETTINGS_T2527703222_H #define TRACEIMPLSETTINGS_T2527703222_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceImplSettings struct TraceImplSettings_t2527703222 : public RuntimeObject { public: // System.Boolean System.Diagnostics.TraceImplSettings::AutoFlush bool ___AutoFlush_0; // System.Int32 System.Diagnostics.TraceImplSettings::IndentLevel int32_t ___IndentLevel_1; // System.Int32 System.Diagnostics.TraceImplSettings::IndentSize int32_t ___IndentSize_2; // System.Diagnostics.TraceListenerCollection System.Diagnostics.TraceImplSettings::Listeners TraceListenerCollection_t1347122889 * ___Listeners_3; public: inline static int32_t get_offset_of_AutoFlush_0() { return static_cast(offsetof(TraceImplSettings_t2527703222, ___AutoFlush_0)); } inline bool get_AutoFlush_0() const { return ___AutoFlush_0; } inline bool* get_address_of_AutoFlush_0() { return &___AutoFlush_0; } inline void set_AutoFlush_0(bool value) { ___AutoFlush_0 = value; } inline static int32_t get_offset_of_IndentLevel_1() { return static_cast(offsetof(TraceImplSettings_t2527703222, ___IndentLevel_1)); } inline int32_t get_IndentLevel_1() const { return ___IndentLevel_1; } inline int32_t* get_address_of_IndentLevel_1() { return &___IndentLevel_1; } inline void set_IndentLevel_1(int32_t value) { ___IndentLevel_1 = value; } inline static int32_t get_offset_of_IndentSize_2() { return static_cast(offsetof(TraceImplSettings_t2527703222, ___IndentSize_2)); } inline int32_t get_IndentSize_2() const { return ___IndentSize_2; } inline int32_t* get_address_of_IndentSize_2() { return &___IndentSize_2; } inline void set_IndentSize_2(int32_t value) { ___IndentSize_2 = value; } inline static int32_t get_offset_of_Listeners_3() { return static_cast(offsetof(TraceImplSettings_t2527703222, ___Listeners_3)); } inline TraceListenerCollection_t1347122889 * get_Listeners_3() const { return ___Listeners_3; } inline TraceListenerCollection_t1347122889 ** get_address_of_Listeners_3() { return &___Listeners_3; } inline void set_Listeners_3(TraceListenerCollection_t1347122889 * value) { ___Listeners_3 = value; Il2CppCodeGenWriteBarrier((&___Listeners_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEIMPLSETTINGS_T2527703222_H #ifndef TRACELISTENERCOLLECTION_T1347122889_H #define TRACELISTENERCOLLECTION_T1347122889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceListenerCollection struct TraceListenerCollection_t1347122889 : public RuntimeObject { public: // System.Collections.ArrayList System.Diagnostics.TraceListenerCollection::listeners ArrayList_t2718874744 * ___listeners_0; public: inline static int32_t get_offset_of_listeners_0() { return static_cast(offsetof(TraceListenerCollection_t1347122889, ___listeners_0)); } inline ArrayList_t2718874744 * get_listeners_0() const { return ___listeners_0; } inline ArrayList_t2718874744 ** get_address_of_listeners_0() { return &___listeners_0; } inline void set_listeners_0(ArrayList_t2718874744 * value) { ___listeners_0 = value; Il2CppCodeGenWriteBarrier((&___listeners_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACELISTENERCOLLECTION_T1347122889_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef CONFIGURATIONSETTINGS_T822951835_H #define CONFIGURATIONSETTINGS_T822951835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSettings struct ConfigurationSettings_t822951835 : public RuntimeObject { public: public: }; struct ConfigurationSettings_t822951835_StaticFields { public: // System.Configuration.IConfigurationSystem System.Configuration.ConfigurationSettings::config RuntimeObject* ___config_0; // System.Object System.Configuration.ConfigurationSettings::lockobj RuntimeObject * ___lockobj_1; public: inline static int32_t get_offset_of_config_0() { return static_cast(offsetof(ConfigurationSettings_t822951835_StaticFields, ___config_0)); } inline RuntimeObject* get_config_0() const { return ___config_0; } inline RuntimeObject** get_address_of_config_0() { return &___config_0; } inline void set_config_0(RuntimeObject* value) { ___config_0 = value; Il2CppCodeGenWriteBarrier((&___config_0), value); } inline static int32_t get_offset_of_lockobj_1() { return static_cast(offsetof(ConfigurationSettings_t822951835_StaticFields, ___lockobj_1)); } inline RuntimeObject * get_lockobj_1() const { return ___lockobj_1; } inline RuntimeObject ** get_address_of_lockobj_1() { return &___lockobj_1; } inline void set_lockobj_1(RuntimeObject * value) { ___lockobj_1 = value; Il2CppCodeGenWriteBarrier((&___lockobj_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSETTINGS_T822951835_H #ifndef DEFAULTCONFIG_T1013547162_H #define DEFAULTCONFIG_T1013547162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.DefaultConfig struct DefaultConfig_t1013547162 : public RuntimeObject { public: public: }; struct DefaultConfig_t1013547162_StaticFields { public: // System.Configuration.DefaultConfig System.Configuration.DefaultConfig::instance DefaultConfig_t1013547162 * ___instance_0; public: inline static int32_t get_offset_of_instance_0() { return static_cast(offsetof(DefaultConfig_t1013547162_StaticFields, ___instance_0)); } inline DefaultConfig_t1013547162 * get_instance_0() const { return ___instance_0; } inline DefaultConfig_t1013547162 ** get_address_of_instance_0() { return &___instance_0; } inline void set_instance_0(DefaultConfig_t1013547162 * value) { ___instance_0 = value; Il2CppCodeGenWriteBarrier((&___instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTCONFIG_T1013547162_H #ifndef URIPARSER_T3890150400_H #define URIPARSER_T3890150400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriParser struct UriParser_t3890150400 : public RuntimeObject { public: // System.String System.UriParser::scheme_name String_t* ___scheme_name_2; // System.Int32 System.UriParser::default_port int32_t ___default_port_3; public: inline static int32_t get_offset_of_scheme_name_2() { return static_cast(offsetof(UriParser_t3890150400, ___scheme_name_2)); } inline String_t* get_scheme_name_2() const { return ___scheme_name_2; } inline String_t** get_address_of_scheme_name_2() { return &___scheme_name_2; } inline void set_scheme_name_2(String_t* value) { ___scheme_name_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_name_2), value); } inline static int32_t get_offset_of_default_port_3() { return static_cast(offsetof(UriParser_t3890150400, ___default_port_3)); } inline int32_t get_default_port_3() const { return ___default_port_3; } inline int32_t* get_address_of_default_port_3() { return &___default_port_3; } inline void set_default_port_3(int32_t value) { ___default_port_3 = value; } }; struct UriParser_t3890150400_StaticFields { public: // System.Object System.UriParser::lock_object RuntimeObject * ___lock_object_0; // System.Collections.Hashtable System.UriParser::table Hashtable_t1853889766 * ___table_1; // System.Text.RegularExpressions.Regex System.UriParser::uri_regex Regex_t3657309853 * ___uri_regex_4; // System.Text.RegularExpressions.Regex System.UriParser::auth_regex Regex_t3657309853 * ___auth_regex_5; public: inline static int32_t get_offset_of_lock_object_0() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___lock_object_0)); } inline RuntimeObject * get_lock_object_0() const { return ___lock_object_0; } inline RuntimeObject ** get_address_of_lock_object_0() { return &___lock_object_0; } inline void set_lock_object_0(RuntimeObject * value) { ___lock_object_0 = value; Il2CppCodeGenWriteBarrier((&___lock_object_0), value); } inline static int32_t get_offset_of_table_1() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___table_1)); } inline Hashtable_t1853889766 * get_table_1() const { return ___table_1; } inline Hashtable_t1853889766 ** get_address_of_table_1() { return &___table_1; } inline void set_table_1(Hashtable_t1853889766 * value) { ___table_1 = value; Il2CppCodeGenWriteBarrier((&___table_1), value); } inline static int32_t get_offset_of_uri_regex_4() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___uri_regex_4)); } inline Regex_t3657309853 * get_uri_regex_4() const { return ___uri_regex_4; } inline Regex_t3657309853 ** get_address_of_uri_regex_4() { return &___uri_regex_4; } inline void set_uri_regex_4(Regex_t3657309853 * value) { ___uri_regex_4 = value; Il2CppCodeGenWriteBarrier((&___uri_regex_4), value); } inline static int32_t get_offset_of_auth_regex_5() { return static_cast(offsetof(UriParser_t3890150400_StaticFields, ___auth_regex_5)); } inline Regex_t3657309853 * get_auth_regex_5() const { return ___auth_regex_5; } inline Regex_t3657309853 ** get_address_of_auth_regex_5() { return &___auth_regex_5; } inline void set_auth_regex_5(Regex_t3657309853 * value) { ___auth_regex_5 = value; Il2CppCodeGenWriteBarrier((&___auth_regex_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIPARSER_T3890150400_H #ifndef CORRELATIONMANAGER_T2688752967_H #define CORRELATIONMANAGER_T2688752967_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.CorrelationManager struct CorrelationManager_t2688752967 : public RuntimeObject { public: // System.Collections.Stack System.Diagnostics.CorrelationManager::op_stack Stack_t2329662280 * ___op_stack_0; public: inline static int32_t get_offset_of_op_stack_0() { return static_cast(offsetof(CorrelationManager_t2688752967, ___op_stack_0)); } inline Stack_t2329662280 * get_op_stack_0() const { return ___op_stack_0; } inline Stack_t2329662280 ** get_address_of_op_stack_0() { return &___op_stack_0; } inline void set_op_stack_0(Stack_t2329662280 * value) { ___op_stack_0 = value; Il2CppCodeGenWriteBarrier((&___op_stack_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CORRELATIONMANAGER_T2688752967_H #ifndef STACK_T2329662280_H #define STACK_T2329662280_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Stack struct Stack_t2329662280 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::contents ObjectU5BU5D_t2843939325* ___contents_0; // System.Int32 System.Collections.Stack::current int32_t ___current_1; // System.Int32 System.Collections.Stack::count int32_t ___count_2; // System.Int32 System.Collections.Stack::capacity int32_t ___capacity_3; // System.Int32 System.Collections.Stack::modCount int32_t ___modCount_4; public: inline static int32_t get_offset_of_contents_0() { return static_cast(offsetof(Stack_t2329662280, ___contents_0)); } inline ObjectU5BU5D_t2843939325* get_contents_0() const { return ___contents_0; } inline ObjectU5BU5D_t2843939325** get_address_of_contents_0() { return &___contents_0; } inline void set_contents_0(ObjectU5BU5D_t2843939325* value) { ___contents_0 = value; Il2CppCodeGenWriteBarrier((&___contents_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Stack_t2329662280, ___current_1)); } inline int32_t get_current_1() const { return ___current_1; } inline int32_t* get_address_of_current_1() { return &___current_1; } inline void set_current_1(int32_t value) { ___current_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Stack_t2329662280, ___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_capacity_3() { return static_cast(offsetof(Stack_t2329662280, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_modCount_4() { return static_cast(offsetof(Stack_t2329662280, ___modCount_4)); } inline int32_t get_modCount_4() const { return ___modCount_4; } inline int32_t* get_address_of_modCount_4() { return &___modCount_4; } inline void set_modCount_4(int32_t value) { ___modCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_T2329662280_H #ifndef DIAGNOSTICSCONFIGURATIONHANDLER_T2074484573_H #define DIAGNOSTICSCONFIGURATIONHANDLER_T2074484573_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DiagnosticsConfigurationHandler struct DiagnosticsConfigurationHandler_t2074484573 : public RuntimeObject { public: // System.Diagnostics.TraceImplSettings System.Diagnostics.DiagnosticsConfigurationHandler::configValues TraceImplSettings_t2527703222 * ___configValues_0; // System.Collections.IDictionary System.Diagnostics.DiagnosticsConfigurationHandler::elementHandlers RuntimeObject* ___elementHandlers_1; public: inline static int32_t get_offset_of_configValues_0() { return static_cast(offsetof(DiagnosticsConfigurationHandler_t2074484573, ___configValues_0)); } inline TraceImplSettings_t2527703222 * get_configValues_0() const { return ___configValues_0; } inline TraceImplSettings_t2527703222 ** get_address_of_configValues_0() { return &___configValues_0; } inline void set_configValues_0(TraceImplSettings_t2527703222 * value) { ___configValues_0 = value; Il2CppCodeGenWriteBarrier((&___configValues_0), value); } inline static int32_t get_offset_of_elementHandlers_1() { return static_cast(offsetof(DiagnosticsConfigurationHandler_t2074484573, ___elementHandlers_1)); } inline RuntimeObject* get_elementHandlers_1() const { return ___elementHandlers_1; } inline RuntimeObject** get_address_of_elementHandlers_1() { return &___elementHandlers_1; } inline void set_elementHandlers_1(RuntimeObject* value) { ___elementHandlers_1 = value; Il2CppCodeGenWriteBarrier((&___elementHandlers_1), value); } }; struct DiagnosticsConfigurationHandler_t2074484573_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Diagnostics.DiagnosticsConfigurationHandler::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_2; // System.Collections.Generic.Dictionary`2 System.Diagnostics.DiagnosticsConfigurationHandler::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_3; // System.Collections.Generic.Dictionary`2 System.Diagnostics.DiagnosticsConfigurationHandler::<>f__switch$map7 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map7_4; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_2() { return static_cast(offsetof(DiagnosticsConfigurationHandler_t2074484573_StaticFields, ___U3CU3Ef__switchU24map5_2)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_2() const { return ___U3CU3Ef__switchU24map5_2; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_2() { return &___U3CU3Ef__switchU24map5_2; } inline void set_U3CU3Ef__switchU24map5_2(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_2), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_3() { return static_cast(offsetof(DiagnosticsConfigurationHandler_t2074484573_StaticFields, ___U3CU3Ef__switchU24map6_3)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_3() const { return ___U3CU3Ef__switchU24map6_3; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_3() { return &___U3CU3Ef__switchU24map6_3; } inline void set_U3CU3Ef__switchU24map6_3(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map7_4() { return static_cast(offsetof(DiagnosticsConfigurationHandler_t2074484573_StaticFields, ___U3CU3Ef__switchU24map7_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map7_4() const { return ___U3CU3Ef__switchU24map7_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map7_4() { return &___U3CU3Ef__switchU24map7_4; } inline void set_U3CU3Ef__switchU24map7_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map7_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map7_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIAGNOSTICSCONFIGURATIONHANDLER_T2074484573_H #ifndef DIAGNOSTICSCONFIGURATION_T1159239597_H #define DIAGNOSTICSCONFIGURATION_T1159239597_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DiagnosticsConfiguration struct DiagnosticsConfiguration_t1159239597 : public RuntimeObject { public: public: }; struct DiagnosticsConfiguration_t1159239597_StaticFields { public: // System.Object System.Diagnostics.DiagnosticsConfiguration::settings RuntimeObject * ___settings_0; public: inline static int32_t get_offset_of_settings_0() { return static_cast(offsetof(DiagnosticsConfiguration_t1159239597_StaticFields, ___settings_0)); } inline RuntimeObject * get_settings_0() const { return ___settings_0; } inline RuntimeObject ** get_address_of_settings_0() { return &___settings_0; } inline void set_settings_0(RuntimeObject * value) { ___settings_0 = value; Il2CppCodeGenWriteBarrier((&___settings_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIAGNOSTICSCONFIGURATION_T1159239597_H #ifndef XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef TRACEIMPL_T1390982446_H #define TRACEIMPL_T1390982446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceImpl struct TraceImpl_t1390982446 : public RuntimeObject { public: public: }; struct TraceImpl_t1390982446_StaticFields { public: // System.Object System.Diagnostics.TraceImpl::initLock RuntimeObject * ___initLock_0; // System.Boolean System.Diagnostics.TraceImpl::autoFlush bool ___autoFlush_1; // System.Diagnostics.TraceListenerCollection System.Diagnostics.TraceImpl::listeners TraceListenerCollection_t1347122889 * ___listeners_4; // System.Diagnostics.CorrelationManager System.Diagnostics.TraceImpl::correlation_manager CorrelationManager_t2688752967 * ___correlation_manager_5; public: inline static int32_t get_offset_of_initLock_0() { return static_cast(offsetof(TraceImpl_t1390982446_StaticFields, ___initLock_0)); } inline RuntimeObject * get_initLock_0() const { return ___initLock_0; } inline RuntimeObject ** get_address_of_initLock_0() { return &___initLock_0; } inline void set_initLock_0(RuntimeObject * value) { ___initLock_0 = value; Il2CppCodeGenWriteBarrier((&___initLock_0), value); } inline static int32_t get_offset_of_autoFlush_1() { return static_cast(offsetof(TraceImpl_t1390982446_StaticFields, ___autoFlush_1)); } inline bool get_autoFlush_1() const { return ___autoFlush_1; } inline bool* get_address_of_autoFlush_1() { return &___autoFlush_1; } inline void set_autoFlush_1(bool value) { ___autoFlush_1 = value; } inline static int32_t get_offset_of_listeners_4() { return static_cast(offsetof(TraceImpl_t1390982446_StaticFields, ___listeners_4)); } inline TraceListenerCollection_t1347122889 * get_listeners_4() const { return ___listeners_4; } inline TraceListenerCollection_t1347122889 ** get_address_of_listeners_4() { return &___listeners_4; } inline void set_listeners_4(TraceListenerCollection_t1347122889 * value) { ___listeners_4 = value; Il2CppCodeGenWriteBarrier((&___listeners_4), value); } inline static int32_t get_offset_of_correlation_manager_5() { return static_cast(offsetof(TraceImpl_t1390982446_StaticFields, ___correlation_manager_5)); } inline CorrelationManager_t2688752967 * get_correlation_manager_5() const { return ___correlation_manager_5; } inline CorrelationManager_t2688752967 ** get_address_of_correlation_manager_5() { return &___correlation_manager_5; } inline void set_correlation_manager_5(CorrelationManager_t2688752967 * value) { ___correlation_manager_5 = value; Il2CppCodeGenWriteBarrier((&___correlation_manager_5), value); } }; struct TraceImpl_t1390982446_ThreadStaticFields { public: // System.Int32 System.Diagnostics.TraceImpl::indentLevel int32_t ___indentLevel_2; // System.Int32 System.Diagnostics.TraceImpl::indentSize int32_t ___indentSize_3; public: inline static int32_t get_offset_of_indentLevel_2() { return static_cast(offsetof(TraceImpl_t1390982446_ThreadStaticFields, ___indentLevel_2)); } inline int32_t get_indentLevel_2() const { return ___indentLevel_2; } inline int32_t* get_address_of_indentLevel_2() { return &___indentLevel_2; } inline void set_indentLevel_2(int32_t value) { ___indentLevel_2 = value; } inline static int32_t get_offset_of_indentSize_3() { return static_cast(offsetof(TraceImpl_t1390982446_ThreadStaticFields, ___indentSize_3)); } inline int32_t get_indentSize_3() const { return ___indentSize_3; } inline int32_t* get_address_of_indentSize_3() { return &___indentSize_3; } inline void set_indentSize_3(int32_t value) { ___indentSize_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEIMPL_T1390982446_H #ifndef MEMBERDESCRIPTOR_T3815403747_H #define MEMBERDESCRIPTOR_T3815403747_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t3815403747 : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.Attribute[] System.ComponentModel.MemberDescriptor::attrs AttributeU5BU5D_t1575011174* ___attrs_1; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attrCollection AttributeCollection_t4221220734 * ___attrCollection_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___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((&___name_0), value); } inline static int32_t get_offset_of_attrs_1() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___attrs_1)); } inline AttributeU5BU5D_t1575011174* get_attrs_1() const { return ___attrs_1; } inline AttributeU5BU5D_t1575011174** get_address_of_attrs_1() { return &___attrs_1; } inline void set_attrs_1(AttributeU5BU5D_t1575011174* value) { ___attrs_1 = value; Il2CppCodeGenWriteBarrier((&___attrs_1), value); } inline static int32_t get_offset_of_attrCollection_2() { return static_cast(offsetof(MemberDescriptor_t3815403747, ___attrCollection_2)); } inline AttributeCollection_t4221220734 * get_attrCollection_2() const { return ___attrCollection_2; } inline AttributeCollection_t4221220734 ** get_address_of_attrCollection_2() { return &___attrCollection_2; } inline void set_attrCollection_2(AttributeCollection_t4221220734 * value) { ___attrCollection_2 = value; Il2CppCodeGenWriteBarrier((&___attrCollection_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERDESCRIPTOR_T3815403747_H #ifndef BINDER_T2999457153_H #define BINDER_T2999457153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder struct Binder_t2999457153 : public RuntimeObject { public: public: }; struct Binder_t2999457153_StaticFields { public: // System.Reflection.Binder System.Reflection.Binder::default_binder Binder_t2999457153 * ___default_binder_0; public: inline static int32_t get_offset_of_default_binder_0() { return static_cast(offsetof(Binder_t2999457153_StaticFields, ___default_binder_0)); } inline Binder_t2999457153 * get_default_binder_0() const { return ___default_binder_0; } inline Binder_t2999457153 ** get_address_of_default_binder_0() { return &___default_binder_0; } inline void set_default_binder_0(Binder_t2999457153 * value) { ___default_binder_0 = value; Il2CppCodeGenWriteBarrier((&___default_binder_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDER_T2999457153_H #ifndef XMLNAMEDNODEMAP_T2821286253_H #define XMLNAMEDNODEMAP_T2821286253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t3767805227 * ___parent_1; // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::nodeList ArrayList_t2718874744 * ___nodeList_2; // System.Boolean System.Xml.XmlNamedNodeMap::readOnly bool ___readOnly_3; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___parent_1)); } inline XmlNode_t3767805227 * get_parent_1() const { return ___parent_1; } inline XmlNode_t3767805227 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlNode_t3767805227 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((&___parent_1), value); } inline static int32_t get_offset_of_nodeList_2() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___nodeList_2)); } inline ArrayList_t2718874744 * get_nodeList_2() const { return ___nodeList_2; } inline ArrayList_t2718874744 ** get_address_of_nodeList_2() { return &___nodeList_2; } inline void set_nodeList_2(ArrayList_t2718874744 * value) { ___nodeList_2 = value; Il2CppCodeGenWriteBarrier((&___nodeList_2), value); } inline static int32_t get_offset_of_readOnly_3() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___readOnly_3)); } inline bool get_readOnly_3() const { return ___readOnly_3; } inline bool* get_address_of_readOnly_3() { return &___readOnly_3; } inline void set_readOnly_3(bool value) { ___readOnly_3 = value; } }; struct XmlNamedNodeMap_t2821286253_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T2821286253_H #ifndef TYPEDESCRIPTIONPROVIDER_T3232077895_H #define TYPEDESCRIPTIONPROVIDER_T3232077895_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeDescriptionProvider struct TypeDescriptionProvider_t3232077895 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEDESCRIPTIONPROVIDER_T3232077895_H #ifndef WEAKOBJECTWRAPPER_T827463650_H #define WEAKOBJECTWRAPPER_T827463650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.WeakObjectWrapper struct WeakObjectWrapper_t827463650 : public RuntimeObject { public: // System.Int32 System.ComponentModel.WeakObjectWrapper::k__BackingField int32_t ___U3CTargetHashCodeU3Ek__BackingField_0; // System.WeakReference System.ComponentModel.WeakObjectWrapper::k__BackingField WeakReference_t1334886716 * ___U3CWeakU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CTargetHashCodeU3Ek__BackingField_0() { return static_cast(offsetof(WeakObjectWrapper_t827463650, ___U3CTargetHashCodeU3Ek__BackingField_0)); } inline int32_t get_U3CTargetHashCodeU3Ek__BackingField_0() const { return ___U3CTargetHashCodeU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CTargetHashCodeU3Ek__BackingField_0() { return &___U3CTargetHashCodeU3Ek__BackingField_0; } inline void set_U3CTargetHashCodeU3Ek__BackingField_0(int32_t value) { ___U3CTargetHashCodeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CWeakU3Ek__BackingField_1() { return static_cast(offsetof(WeakObjectWrapper_t827463650, ___U3CWeakU3Ek__BackingField_1)); } inline WeakReference_t1334886716 * get_U3CWeakU3Ek__BackingField_1() const { return ___U3CWeakU3Ek__BackingField_1; } inline WeakReference_t1334886716 ** get_address_of_U3CWeakU3Ek__BackingField_1() { return &___U3CWeakU3Ek__BackingField_1; } inline void set_U3CWeakU3Ek__BackingField_1(WeakReference_t1334886716 * value) { ___U3CWeakU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((&___U3CWeakU3Ek__BackingField_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEAKOBJECTWRAPPER_T827463650_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef DICTIONARY_2_T1364470182_H #define DICTIONARY_2_T1364470182_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1364470182 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots WeakObjectWrapperU5BU5D_t789279319* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots LinkedList_1U5BU5D_t2646774401* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1364470182, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1364470182, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1364470182, ___keySlots_6)); } inline WeakObjectWrapperU5BU5D_t789279319* get_keySlots_6() const { return ___keySlots_6; } inline WeakObjectWrapperU5BU5D_t789279319** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(WeakObjectWrapperU5BU5D_t789279319* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1364470182, ___valueSlots_7)); } inline LinkedList_1U5BU5D_t2646774401* get_valueSlots_7() const { return ___valueSlots_7; } inline LinkedList_1U5BU5D_t2646774401** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(LinkedList_1U5BU5D_t2646774401* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1364470182, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1364470182, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1364470182, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1364470182, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1364470182, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1364470182, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1364470182, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1364470182_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1739145534 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1364470182_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1739145534 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1739145534 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1739145534 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1364470182_H #ifndef DICTIONARY_2_T221103672_H #define DICTIONARY_2_T221103672_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t221103672 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots TypeU5BU5D_t3940880105* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots LinkedList_1U5BU5D_t2646774401* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t221103672, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t221103672, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t221103672, ___keySlots_6)); } inline TypeU5BU5D_t3940880105* get_keySlots_6() const { return ___keySlots_6; } inline TypeU5BU5D_t3940880105** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(TypeU5BU5D_t3940880105* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t221103672, ___valueSlots_7)); } inline LinkedList_1U5BU5D_t2646774401* get_valueSlots_7() const { return ___valueSlots_7; } inline LinkedList_1U5BU5D_t2646774401** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(LinkedList_1U5BU5D_t2646774401* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t221103672, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t221103672, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t221103672, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t221103672, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t221103672, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t221103672, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t221103672, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t221103672_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2927269412 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t221103672_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2927269412 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2927269412 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2927269412 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T221103672_H #ifndef TYPEDESCRIPTOR_T3066613587_H #define TYPEDESCRIPTOR_T3066613587_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeDescriptor struct TypeDescriptor_t3066613587 : public RuntimeObject { public: public: }; struct TypeDescriptor_t3066613587_StaticFields { public: // System.Object System.ComponentModel.TypeDescriptor::creatingDefaultConverters RuntimeObject * ___creatingDefaultConverters_0; // System.Collections.ArrayList System.ComponentModel.TypeDescriptor::defaultConverters ArrayList_t2718874744 * ___defaultConverters_1; // System.Collections.Hashtable System.ComponentModel.TypeDescriptor::componentTable Hashtable_t1853889766 * ___componentTable_2; // System.Collections.Hashtable System.ComponentModel.TypeDescriptor::typeTable Hashtable_t1853889766 * ___typeTable_3; // System.Object System.ComponentModel.TypeDescriptor::typeDescriptionProvidersLock RuntimeObject * ___typeDescriptionProvidersLock_4; // System.Collections.Generic.Dictionary`2> System.ComponentModel.TypeDescriptor::typeDescriptionProviders Dictionary_2_t221103672 * ___typeDescriptionProviders_5; // System.Object System.ComponentModel.TypeDescriptor::componentDescriptionProvidersLock RuntimeObject * ___componentDescriptionProvidersLock_6; // System.Collections.Generic.Dictionary`2> System.ComponentModel.TypeDescriptor::componentDescriptionProviders Dictionary_2_t1364470182 * ___componentDescriptionProviders_7; // System.EventHandler System.ComponentModel.TypeDescriptor::onDispose EventHandler_t1348719766 * ___onDispose_8; public: inline static int32_t get_offset_of_creatingDefaultConverters_0() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___creatingDefaultConverters_0)); } inline RuntimeObject * get_creatingDefaultConverters_0() const { return ___creatingDefaultConverters_0; } inline RuntimeObject ** get_address_of_creatingDefaultConverters_0() { return &___creatingDefaultConverters_0; } inline void set_creatingDefaultConverters_0(RuntimeObject * value) { ___creatingDefaultConverters_0 = value; Il2CppCodeGenWriteBarrier((&___creatingDefaultConverters_0), value); } inline static int32_t get_offset_of_defaultConverters_1() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___defaultConverters_1)); } inline ArrayList_t2718874744 * get_defaultConverters_1() const { return ___defaultConverters_1; } inline ArrayList_t2718874744 ** get_address_of_defaultConverters_1() { return &___defaultConverters_1; } inline void set_defaultConverters_1(ArrayList_t2718874744 * value) { ___defaultConverters_1 = value; Il2CppCodeGenWriteBarrier((&___defaultConverters_1), value); } inline static int32_t get_offset_of_componentTable_2() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___componentTable_2)); } inline Hashtable_t1853889766 * get_componentTable_2() const { return ___componentTable_2; } inline Hashtable_t1853889766 ** get_address_of_componentTable_2() { return &___componentTable_2; } inline void set_componentTable_2(Hashtable_t1853889766 * value) { ___componentTable_2 = value; Il2CppCodeGenWriteBarrier((&___componentTable_2), value); } inline static int32_t get_offset_of_typeTable_3() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___typeTable_3)); } inline Hashtable_t1853889766 * get_typeTable_3() const { return ___typeTable_3; } inline Hashtable_t1853889766 ** get_address_of_typeTable_3() { return &___typeTable_3; } inline void set_typeTable_3(Hashtable_t1853889766 * value) { ___typeTable_3 = value; Il2CppCodeGenWriteBarrier((&___typeTable_3), value); } inline static int32_t get_offset_of_typeDescriptionProvidersLock_4() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___typeDescriptionProvidersLock_4)); } inline RuntimeObject * get_typeDescriptionProvidersLock_4() const { return ___typeDescriptionProvidersLock_4; } inline RuntimeObject ** get_address_of_typeDescriptionProvidersLock_4() { return &___typeDescriptionProvidersLock_4; } inline void set_typeDescriptionProvidersLock_4(RuntimeObject * value) { ___typeDescriptionProvidersLock_4 = value; Il2CppCodeGenWriteBarrier((&___typeDescriptionProvidersLock_4), value); } inline static int32_t get_offset_of_typeDescriptionProviders_5() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___typeDescriptionProviders_5)); } inline Dictionary_2_t221103672 * get_typeDescriptionProviders_5() const { return ___typeDescriptionProviders_5; } inline Dictionary_2_t221103672 ** get_address_of_typeDescriptionProviders_5() { return &___typeDescriptionProviders_5; } inline void set_typeDescriptionProviders_5(Dictionary_2_t221103672 * value) { ___typeDescriptionProviders_5 = value; Il2CppCodeGenWriteBarrier((&___typeDescriptionProviders_5), value); } inline static int32_t get_offset_of_componentDescriptionProvidersLock_6() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___componentDescriptionProvidersLock_6)); } inline RuntimeObject * get_componentDescriptionProvidersLock_6() const { return ___componentDescriptionProvidersLock_6; } inline RuntimeObject ** get_address_of_componentDescriptionProvidersLock_6() { return &___componentDescriptionProvidersLock_6; } inline void set_componentDescriptionProvidersLock_6(RuntimeObject * value) { ___componentDescriptionProvidersLock_6 = value; Il2CppCodeGenWriteBarrier((&___componentDescriptionProvidersLock_6), value); } inline static int32_t get_offset_of_componentDescriptionProviders_7() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___componentDescriptionProviders_7)); } inline Dictionary_2_t1364470182 * get_componentDescriptionProviders_7() const { return ___componentDescriptionProviders_7; } inline Dictionary_2_t1364470182 ** get_address_of_componentDescriptionProviders_7() { return &___componentDescriptionProviders_7; } inline void set_componentDescriptionProviders_7(Dictionary_2_t1364470182 * value) { ___componentDescriptionProviders_7 = value; Il2CppCodeGenWriteBarrier((&___componentDescriptionProviders_7), value); } inline static int32_t get_offset_of_onDispose_8() { return static_cast(offsetof(TypeDescriptor_t3066613587_StaticFields, ___onDispose_8)); } inline EventHandler_t1348719766 * get_onDispose_8() const { return ___onDispose_8; } inline EventHandler_t1348719766 ** get_address_of_onDispose_8() { return &___onDispose_8; } inline void set_onDispose_8(EventHandler_t1348719766 * value) { ___onDispose_8 = value; Il2CppCodeGenWriteBarrier((&___onDispose_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEDESCRIPTOR_T3066613587_H #ifndef ORDEREDENTRYCOLLECTIONENUMERATOR_T1171499853_H #define ORDEREDENTRYCOLLECTIONENUMERATOR_T1171499853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator struct OrderedEntryCollectionEnumerator_t1171499853 : public RuntimeObject { public: // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::listEnumerator RuntimeObject* ___listEnumerator_0; public: inline static int32_t get_offset_of_listEnumerator_0() { return static_cast(offsetof(OrderedEntryCollectionEnumerator_t1171499853, ___listEnumerator_0)); } inline RuntimeObject* get_listEnumerator_0() const { return ___listEnumerator_0; } inline RuntimeObject** get_address_of_listEnumerator_0() { return &___listEnumerator_0; } inline void set_listEnumerator_0(RuntimeObject* value) { ___listEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___listEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDENTRYCOLLECTIONENUMERATOR_T1171499853_H #ifndef STRINGCOMPARER_T3301955079_H #define STRINGCOMPARER_T3301955079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparer struct StringComparer_t3301955079 : public RuntimeObject { public: public: }; struct StringComparer_t3301955079_StaticFields { public: // System.StringComparer System.StringComparer::invariantCultureIgnoreCase StringComparer_t3301955079 * ___invariantCultureIgnoreCase_0; // System.StringComparer System.StringComparer::invariantCulture StringComparer_t3301955079 * ___invariantCulture_1; // System.StringComparer System.StringComparer::ordinalIgnoreCase StringComparer_t3301955079 * ___ordinalIgnoreCase_2; // System.StringComparer System.StringComparer::ordinal StringComparer_t3301955079 * ___ordinal_3; public: inline static int32_t get_offset_of_invariantCultureIgnoreCase_0() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCultureIgnoreCase_0)); } inline StringComparer_t3301955079 * get_invariantCultureIgnoreCase_0() const { return ___invariantCultureIgnoreCase_0; } inline StringComparer_t3301955079 ** get_address_of_invariantCultureIgnoreCase_0() { return &___invariantCultureIgnoreCase_0; } inline void set_invariantCultureIgnoreCase_0(StringComparer_t3301955079 * value) { ___invariantCultureIgnoreCase_0 = value; Il2CppCodeGenWriteBarrier((&___invariantCultureIgnoreCase_0), value); } inline static int32_t get_offset_of_invariantCulture_1() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___invariantCulture_1)); } inline StringComparer_t3301955079 * get_invariantCulture_1() const { return ___invariantCulture_1; } inline StringComparer_t3301955079 ** get_address_of_invariantCulture_1() { return &___invariantCulture_1; } inline void set_invariantCulture_1(StringComparer_t3301955079 * value) { ___invariantCulture_1 = value; Il2CppCodeGenWriteBarrier((&___invariantCulture_1), value); } inline static int32_t get_offset_of_ordinalIgnoreCase_2() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinalIgnoreCase_2)); } inline StringComparer_t3301955079 * get_ordinalIgnoreCase_2() const { return ___ordinalIgnoreCase_2; } inline StringComparer_t3301955079 ** get_address_of_ordinalIgnoreCase_2() { return &___ordinalIgnoreCase_2; } inline void set_ordinalIgnoreCase_2(StringComparer_t3301955079 * value) { ___ordinalIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___ordinalIgnoreCase_2), value); } inline static int32_t get_offset_of_ordinal_3() { return static_cast(offsetof(StringComparer_t3301955079_StaticFields, ___ordinal_3)); } inline StringComparer_t3301955079 * get_ordinal_3() const { return ___ordinal_3; } inline StringComparer_t3301955079 ** get_address_of_ordinal_3() { return &___ordinal_3; } inline void set_ordinal_3(StringComparer_t3301955079 * value) { ___ordinal_3 = value; Il2CppCodeGenWriteBarrier((&___ordinal_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARER_T3301955079_H #ifndef CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #define CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveHashCodeProvider struct CaseInsensitiveHashCodeProvider_t1962629119 : public RuntimeObject { public: // System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text TextInfo_t3810425522 * ___m_text_3; public: inline static int32_t get_offset_of_m_text_3() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119, ___m_text_3)); } inline TextInfo_t3810425522 * get_m_text_3() const { return ___m_text_3; } inline TextInfo_t3810425522 ** get_address_of_m_text_3() { return &___m_text_3; } inline void set_m_text_3(TextInfo_t3810425522 * value) { ___m_text_3 = value; Il2CppCodeGenWriteBarrier((&___m_text_3), value); } }; struct CaseInsensitiveHashCodeProvider_t1962629119_StaticFields { public: // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::singletonInvariant CaseInsensitiveHashCodeProvider_t1962629119 * ___singletonInvariant_0; // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::singleton CaseInsensitiveHashCodeProvider_t1962629119 * ___singleton_1; // System.Object System.Collections.CaseInsensitiveHashCodeProvider::sync RuntimeObject * ___sync_2; public: inline static int32_t get_offset_of_singletonInvariant_0() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___singletonInvariant_0)); } inline CaseInsensitiveHashCodeProvider_t1962629119 * get_singletonInvariant_0() const { return ___singletonInvariant_0; } inline CaseInsensitiveHashCodeProvider_t1962629119 ** get_address_of_singletonInvariant_0() { return &___singletonInvariant_0; } inline void set_singletonInvariant_0(CaseInsensitiveHashCodeProvider_t1962629119 * value) { ___singletonInvariant_0 = value; Il2CppCodeGenWriteBarrier((&___singletonInvariant_0), value); } inline static int32_t get_offset_of_singleton_1() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___singleton_1)); } inline CaseInsensitiveHashCodeProvider_t1962629119 * get_singleton_1() const { return ___singleton_1; } inline CaseInsensitiveHashCodeProvider_t1962629119 ** get_address_of_singleton_1() { return &___singleton_1; } inline void set_singleton_1(CaseInsensitiveHashCodeProvider_t1962629119 * value) { ___singleton_1 = value; Il2CppCodeGenWriteBarrier((&___singleton_1), value); } inline static int32_t get_offset_of_sync_2() { return static_cast(offsetof(CaseInsensitiveHashCodeProvider_t1962629119_StaticFields, ___sync_2)); } inline RuntimeObject * get_sync_2() const { return ___sync_2; } inline RuntimeObject ** get_address_of_sync_2() { return &___sync_2; } inline void set_sync_2(RuntimeObject * value) { ___sync_2 = value; Il2CppCodeGenWriteBarrier((&___sync_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVEHASHCODEPROVIDER_T1962629119_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef CONFIGURATIONPROPERTYCOLLECTION_T2852175726_H #define CONFIGURATIONPROPERTYCOLLECTION_T2852175726_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationPropertyCollection struct ConfigurationPropertyCollection_t2852175726 : public RuntimeObject { public: // System.Collections.Generic.List`1 System.Configuration.ConfigurationPropertyCollection::collection List_1_t767969300 * ___collection_0; public: inline static int32_t get_offset_of_collection_0() { return static_cast(offsetof(ConfigurationPropertyCollection_t2852175726, ___collection_0)); } inline List_1_t767969300 * get_collection_0() const { return ___collection_0; } inline List_1_t767969300 ** get_address_of_collection_0() { return &___collection_0; } inline void set_collection_0(List_1_t767969300 * value) { ___collection_0 = value; Il2CppCodeGenWriteBarrier((&___collection_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONPROPERTYCOLLECTION_T2852175726_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___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_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef KEYSCOLLECTION_T1318642398_H #define KEYSCOLLECTION_T1318642398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection struct KeysCollection_t1318642398 : public RuntimeObject { public: // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::m_collection NameObjectCollectionBase_t2091847364 * ___m_collection_0; public: inline static int32_t get_offset_of_m_collection_0() { return static_cast(offsetof(KeysCollection_t1318642398, ___m_collection_0)); } inline NameObjectCollectionBase_t2091847364 * get_m_collection_0() const { return ___m_collection_0; } inline NameObjectCollectionBase_t2091847364 ** get_address_of_m_collection_0() { return &___m_collection_0; } inline void set_m_collection_0(NameObjectCollectionBase_t2091847364 * value) { ___m_collection_0 = value; Il2CppCodeGenWriteBarrier((&___m_collection_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYSCOLLECTION_T1318642398_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef _ITEM_T2272350267_H #define _ITEM_T2272350267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase/_Item struct _Item_t2272350267 : public RuntimeObject { public: // System.String System.Collections.Specialized.NameObjectCollectionBase/_Item::key String_t* ___key_0; // System.Object System.Collections.Specialized.NameObjectCollectionBase/_Item::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(_Item_t2272350267, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(_Item_t2272350267, ___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((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _ITEM_T2272350267_H #ifndef NAMEOBJECTCOLLECTIONBASE_T2091847364_H #define NAMEOBJECTCOLLECTIONBASE_T2091847364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase struct NameObjectCollectionBase_t2091847364 : public RuntimeObject { public: // System.Collections.Hashtable System.Collections.Specialized.NameObjectCollectionBase::m_ItemsContainer Hashtable_t1853889766 * ___m_ItemsContainer_0; // System.Collections.Specialized.NameObjectCollectionBase/_Item System.Collections.Specialized.NameObjectCollectionBase::m_NullKeyItem _Item_t2272350267 * ___m_NullKeyItem_1; // System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::m_ItemsArray ArrayList_t2718874744 * ___m_ItemsArray_2; // System.Collections.IHashCodeProvider System.Collections.Specialized.NameObjectCollectionBase::m_hashprovider RuntimeObject* ___m_hashprovider_3; // System.Collections.IComparer System.Collections.Specialized.NameObjectCollectionBase::m_comparer RuntimeObject* ___m_comparer_4; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::m_defCapacity int32_t ___m_defCapacity_5; // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::m_readonly bool ___m_readonly_6; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::infoCopy SerializationInfo_t950877179 * ___infoCopy_7; // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection System.Collections.Specialized.NameObjectCollectionBase::keyscoll KeysCollection_t1318642398 * ___keyscoll_8; // System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::equality_comparer RuntimeObject* ___equality_comparer_9; public: inline static int32_t get_offset_of_m_ItemsContainer_0() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_ItemsContainer_0)); } inline Hashtable_t1853889766 * get_m_ItemsContainer_0() const { return ___m_ItemsContainer_0; } inline Hashtable_t1853889766 ** get_address_of_m_ItemsContainer_0() { return &___m_ItemsContainer_0; } inline void set_m_ItemsContainer_0(Hashtable_t1853889766 * value) { ___m_ItemsContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_ItemsContainer_0), value); } inline static int32_t get_offset_of_m_NullKeyItem_1() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_NullKeyItem_1)); } inline _Item_t2272350267 * get_m_NullKeyItem_1() const { return ___m_NullKeyItem_1; } inline _Item_t2272350267 ** get_address_of_m_NullKeyItem_1() { return &___m_NullKeyItem_1; } inline void set_m_NullKeyItem_1(_Item_t2272350267 * value) { ___m_NullKeyItem_1 = value; Il2CppCodeGenWriteBarrier((&___m_NullKeyItem_1), value); } inline static int32_t get_offset_of_m_ItemsArray_2() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_ItemsArray_2)); } inline ArrayList_t2718874744 * get_m_ItemsArray_2() const { return ___m_ItemsArray_2; } inline ArrayList_t2718874744 ** get_address_of_m_ItemsArray_2() { return &___m_ItemsArray_2; } inline void set_m_ItemsArray_2(ArrayList_t2718874744 * value) { ___m_ItemsArray_2 = value; Il2CppCodeGenWriteBarrier((&___m_ItemsArray_2), value); } inline static int32_t get_offset_of_m_hashprovider_3() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_hashprovider_3)); } inline RuntimeObject* get_m_hashprovider_3() const { return ___m_hashprovider_3; } inline RuntimeObject** get_address_of_m_hashprovider_3() { return &___m_hashprovider_3; } inline void set_m_hashprovider_3(RuntimeObject* value) { ___m_hashprovider_3 = value; Il2CppCodeGenWriteBarrier((&___m_hashprovider_3), value); } inline static int32_t get_offset_of_m_comparer_4() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_comparer_4)); } inline RuntimeObject* get_m_comparer_4() const { return ___m_comparer_4; } inline RuntimeObject** get_address_of_m_comparer_4() { return &___m_comparer_4; } inline void set_m_comparer_4(RuntimeObject* value) { ___m_comparer_4 = value; Il2CppCodeGenWriteBarrier((&___m_comparer_4), value); } inline static int32_t get_offset_of_m_defCapacity_5() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_defCapacity_5)); } inline int32_t get_m_defCapacity_5() const { return ___m_defCapacity_5; } inline int32_t* get_address_of_m_defCapacity_5() { return &___m_defCapacity_5; } inline void set_m_defCapacity_5(int32_t value) { ___m_defCapacity_5 = value; } inline static int32_t get_offset_of_m_readonly_6() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___m_readonly_6)); } inline bool get_m_readonly_6() const { return ___m_readonly_6; } inline bool* get_address_of_m_readonly_6() { return &___m_readonly_6; } inline void set_m_readonly_6(bool value) { ___m_readonly_6 = value; } inline static int32_t get_offset_of_infoCopy_7() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___infoCopy_7)); } inline SerializationInfo_t950877179 * get_infoCopy_7() const { return ___infoCopy_7; } inline SerializationInfo_t950877179 ** get_address_of_infoCopy_7() { return &___infoCopy_7; } inline void set_infoCopy_7(SerializationInfo_t950877179 * value) { ___infoCopy_7 = value; Il2CppCodeGenWriteBarrier((&___infoCopy_7), value); } inline static int32_t get_offset_of_keyscoll_8() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___keyscoll_8)); } inline KeysCollection_t1318642398 * get_keyscoll_8() const { return ___keyscoll_8; } inline KeysCollection_t1318642398 ** get_address_of_keyscoll_8() { return &___keyscoll_8; } inline void set_keyscoll_8(KeysCollection_t1318642398 * value) { ___keyscoll_8 = value; Il2CppCodeGenWriteBarrier((&___keyscoll_8), value); } inline static int32_t get_offset_of_equality_comparer_9() { return static_cast(offsetof(NameObjectCollectionBase_t2091847364, ___equality_comparer_9)); } inline RuntimeObject* get_equality_comparer_9() const { return ___equality_comparer_9; } inline RuntimeObject** get_address_of_equality_comparer_9() { return &___equality_comparer_9; } inline void set_equality_comparer_9(RuntimeObject* value) { ___equality_comparer_9 = value; Il2CppCodeGenWriteBarrier((&___equality_comparer_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEOBJECTCOLLECTIONBASE_T2091847364_H #ifndef DICTIONARYNODEENUMERATOR_T1673829610_H #define DICTIONARYNODEENUMERATOR_T1673829610_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator struct DictionaryNodeEnumerator_t1673829610 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::dict ListDictionary_t1624492310 * ___dict_0; // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::isAtStart bool ___isAtStart_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::current DictionaryNode_t417719465 * ___current_2; // System.Int32 System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::version int32_t ___version_3; public: inline static int32_t get_offset_of_dict_0() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___dict_0)); } inline ListDictionary_t1624492310 * get_dict_0() const { return ___dict_0; } inline ListDictionary_t1624492310 ** get_address_of_dict_0() { return &___dict_0; } inline void set_dict_0(ListDictionary_t1624492310 * value) { ___dict_0 = value; Il2CppCodeGenWriteBarrier((&___dict_0), value); } inline static int32_t get_offset_of_isAtStart_1() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___isAtStart_1)); } inline bool get_isAtStart_1() const { return ___isAtStart_1; } inline bool* get_address_of_isAtStart_1() { return &___isAtStart_1; } inline void set_isAtStart_1(bool value) { ___isAtStart_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___current_2)); } inline DictionaryNode_t417719465 * get_current_2() const { return ___current_2; } inline DictionaryNode_t417719465 ** get_address_of_current_2() { return &___current_2; } inline void set_current_2(DictionaryNode_t417719465 * value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((&___current_2), value); } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(DictionaryNodeEnumerator_t1673829610, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODEENUMERATOR_T1673829610_H #ifndef DICTIONARYNODE_T417719465_H #define DICTIONARYNODE_T417719465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_t417719465 : public RuntimeObject { public: // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::key RuntimeObject * ___key_0; // System.Object System.Collections.Specialized.ListDictionary/DictionaryNode::value RuntimeObject * ___value_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNode::next DictionaryNode_t417719465 * ___next_2; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(DictionaryNode_t417719465, ___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((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(DictionaryNode_t417719465, ___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((&___value_1), value); } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(DictionaryNode_t417719465, ___next_2)); } inline DictionaryNode_t417719465 * get_next_2() const { return ___next_2; } inline DictionaryNode_t417719465 ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(DictionaryNode_t417719465 * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((&___next_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODE_T417719465_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef DICTIONARYNODECOLLECTION_T819283804_H #define DICTIONARYNODECOLLECTION_T819283804_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNodeCollection struct DictionaryNodeCollection_t819283804 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::dict ListDictionary_t1624492310 * ___dict_0; // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::isKeyList bool ___isKeyList_1; public: inline static int32_t get_offset_of_dict_0() { return static_cast(offsetof(DictionaryNodeCollection_t819283804, ___dict_0)); } inline ListDictionary_t1624492310 * get_dict_0() const { return ___dict_0; } inline ListDictionary_t1624492310 ** get_address_of_dict_0() { return &___dict_0; } inline void set_dict_0(ListDictionary_t1624492310 * value) { ___dict_0 = value; Il2CppCodeGenWriteBarrier((&___dict_0), value); } inline static int32_t get_offset_of_isKeyList_1() { return static_cast(offsetof(DictionaryNodeCollection_t819283804, ___isKeyList_1)); } inline bool get_isKeyList_1() const { return ___isKeyList_1; } inline bool* get_address_of_isKeyList_1() { return &___isKeyList_1; } inline void set_isKeyList_1(bool value) { ___isKeyList_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODECOLLECTION_T819283804_H #ifndef DICTIONARYNODECOLLECTIONENUMERATOR_T2863182637_H #define DICTIONARYNODECOLLECTIONENUMERATOR_T2863182637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator struct DictionaryNodeCollectionEnumerator_t2863182637 : public RuntimeObject { public: // System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::inner RuntimeObject* ___inner_0; // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::isKeyList bool ___isKeyList_1; public: inline static int32_t get_offset_of_inner_0() { return static_cast(offsetof(DictionaryNodeCollectionEnumerator_t2863182637, ___inner_0)); } inline RuntimeObject* get_inner_0() const { return ___inner_0; } inline RuntimeObject** get_address_of_inner_0() { return &___inner_0; } inline void set_inner_0(RuntimeObject* value) { ___inner_0 = value; Il2CppCodeGenWriteBarrier((&___inner_0), value); } inline static int32_t get_offset_of_isKeyList_1() { return static_cast(offsetof(DictionaryNodeCollectionEnumerator_t2863182637, ___isKeyList_1)); } inline bool get_isKeyList_1() const { return ___isKeyList_1; } inline bool* get_address_of_isKeyList_1() { return &___isKeyList_1; } inline void set_isKeyList_1(bool value) { ___isKeyList_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYNODECOLLECTIONENUMERATOR_T2863182637_H #ifndef ENDPOINT_T982345378_H #define ENDPOINT_T982345378_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.EndPoint struct EndPoint_t982345378 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDPOINT_T982345378_H #ifndef LISTDICTIONARY_T1624492310_H #define LISTDICTIONARY_T1624492310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.ListDictionary::count int32_t ___count_0; // System.Int32 System.Collections.Specialized.ListDictionary::version int32_t ___version_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::head DictionaryNode_t417719465 * ___head_2; // System.Collections.IComparer System.Collections.Specialized.ListDictionary::comparer RuntimeObject* ___comparer_3; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(ListDictionary_t1624492310, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(ListDictionary_t1624492310, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_head_2() { return static_cast(offsetof(ListDictionary_t1624492310, ___head_2)); } inline DictionaryNode_t417719465 * get_head_2() const { return ___head_2; } inline DictionaryNode_t417719465 ** get_address_of_head_2() { return &___head_2; } inline void set_head_2(DictionaryNode_t417719465 * value) { ___head_2 = value; Il2CppCodeGenWriteBarrier((&___head_2), value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(ListDictionary_t1624492310, ___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((&___comparer_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTDICTIONARY_T1624492310_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef CASEINSENSITIVECOMPARER_T3670035800_H #define CASEINSENSITIVECOMPARER_T3670035800_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CaseInsensitiveComparer struct CaseInsensitiveComparer_t3670035800 : public RuntimeObject { public: // System.Globalization.CultureInfo System.Collections.CaseInsensitiveComparer::culture CultureInfo_t4157843068 * ___culture_2; public: inline static int32_t get_offset_of_culture_2() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800, ___culture_2)); } inline CultureInfo_t4157843068 * get_culture_2() const { return ___culture_2; } inline CultureInfo_t4157843068 ** get_address_of_culture_2() { return &___culture_2; } inline void set_culture_2(CultureInfo_t4157843068 * value) { ___culture_2 = value; Il2CppCodeGenWriteBarrier((&___culture_2), value); } }; struct CaseInsensitiveComparer_t3670035800_StaticFields { public: // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::defaultComparer CaseInsensitiveComparer_t3670035800 * ___defaultComparer_0; // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::defaultInvariantComparer CaseInsensitiveComparer_t3670035800 * ___defaultInvariantComparer_1; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800_StaticFields, ___defaultComparer_0)); } inline CaseInsensitiveComparer_t3670035800 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline CaseInsensitiveComparer_t3670035800 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(CaseInsensitiveComparer_t3670035800 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((&___defaultComparer_0), value); } inline static int32_t get_offset_of_defaultInvariantComparer_1() { return static_cast(offsetof(CaseInsensitiveComparer_t3670035800_StaticFields, ___defaultInvariantComparer_1)); } inline CaseInsensitiveComparer_t3670035800 * get_defaultInvariantComparer_1() const { return ___defaultInvariantComparer_1; } inline CaseInsensitiveComparer_t3670035800 ** get_address_of_defaultInvariantComparer_1() { return &___defaultInvariantComparer_1; } inline void set_defaultInvariantComparer_1(CaseInsensitiveComparer_t3670035800 * value) { ___defaultInvariantComparer_1 = value; Il2CppCodeGenWriteBarrier((&___defaultInvariantComparer_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CASEINSENSITIVECOMPARER_T3670035800_H #ifndef ORDEREDCOLLECTION_T2804082187_H #define ORDEREDCOLLECTION_T2804082187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary/OrderedCollection struct OrderedCollection_t2804082187 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary/OrderedCollection::list ArrayList_t2718874744 * ___list_0; // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedCollection::isKeyList bool ___isKeyList_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(OrderedCollection_t2804082187, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_isKeyList_1() { return static_cast(offsetof(OrderedCollection_t2804082187, ___isKeyList_1)); } inline bool get_isKeyList_1() const { return ___isKeyList_1; } inline bool* get_address_of_isKeyList_1() { return &___isKeyList_1; } inline void set_isKeyList_1(bool value) { ___isKeyList_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDCOLLECTION_T2804082187_H #ifndef HYBRIDDICTIONARY_T4070033136_H #define HYBRIDDICTIONARY_T4070033136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive bool ___caseInsensitive_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t1853889766 * ___hashtable_1; // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_t1624492310 * ___list_2; public: inline static int32_t get_offset_of_caseInsensitive_0() { return static_cast(offsetof(HybridDictionary_t4070033136, ___caseInsensitive_0)); } inline bool get_caseInsensitive_0() const { return ___caseInsensitive_0; } inline bool* get_address_of_caseInsensitive_0() { return &___caseInsensitive_0; } inline void set_caseInsensitive_0(bool value) { ___caseInsensitive_0 = value; } inline static int32_t get_offset_of_hashtable_1() { return static_cast(offsetof(HybridDictionary_t4070033136, ___hashtable_1)); } inline Hashtable_t1853889766 * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t1853889766 ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t1853889766 * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((&___hashtable_1), value); } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(HybridDictionary_t4070033136, ___list_2)); } inline ListDictionary_t1624492310 * get_list_2() const { return ___list_2; } inline ListDictionary_t1624492310 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ListDictionary_t1624492310 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HYBRIDDICTIONARY_T4070033136_H #ifndef ORDEREDDICTIONARY_T2617496293_H #define ORDEREDDICTIONARY_T2617496293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.OrderedDictionary struct OrderedDictionary_t2617496293 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.OrderedDictionary::list ArrayList_t2718874744 * ___list_0; // System.Collections.Hashtable System.Collections.Specialized.OrderedDictionary::hash Hashtable_t1853889766 * ___hash_1; // System.Boolean System.Collections.Specialized.OrderedDictionary::readOnly bool ___readOnly_2; // System.Int32 System.Collections.Specialized.OrderedDictionary::initialCapacity int32_t ___initialCapacity_3; // System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.OrderedDictionary::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_4; // System.Collections.IEqualityComparer System.Collections.Specialized.OrderedDictionary::comparer RuntimeObject* ___comparer_5; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___hash_1)); } inline Hashtable_t1853889766 * get_hash_1() const { return ___hash_1; } inline Hashtable_t1853889766 ** get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(Hashtable_t1853889766 * value) { ___hash_1 = value; Il2CppCodeGenWriteBarrier((&___hash_1), value); } inline static int32_t get_offset_of_readOnly_2() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___readOnly_2)); } inline bool get_readOnly_2() const { return ___readOnly_2; } inline bool* get_address_of_readOnly_2() { return &___readOnly_2; } inline void set_readOnly_2(bool value) { ___readOnly_2 = value; } inline static int32_t get_offset_of_initialCapacity_3() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___initialCapacity_3)); } inline int32_t get_initialCapacity_3() const { return ___initialCapacity_3; } inline int32_t* get_address_of_initialCapacity_3() { return &___initialCapacity_3; } inline void set_initialCapacity_3(int32_t value) { ___initialCapacity_3 = value; } inline static int32_t get_offset_of_serializationInfo_4() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___serializationInfo_4)); } inline SerializationInfo_t950877179 * get_serializationInfo_4() const { return ___serializationInfo_4; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_4() { return &___serializationInfo_4; } inline void set_serializationInfo_4(SerializationInfo_t950877179 * value) { ___serializationInfo_4 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_4), value); } inline static int32_t get_offset_of_comparer_5() { return static_cast(offsetof(OrderedDictionary_t2617496293, ___comparer_5)); } inline RuntimeObject* get_comparer_5() const { return ___comparer_5; } inline RuntimeObject** get_address_of_comparer_5() { return &___comparer_5; } inline void set_comparer_5(RuntimeObject* value) { ___comparer_5 = value; Il2CppCodeGenWriteBarrier((&___comparer_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDEREDDICTIONARY_T2617496293_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef _KEYSENUMERATOR_T4246666432_H #define _KEYSENUMERATOR_T4246666432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator struct _KeysEnumerator_t4246666432 : public RuntimeObject { public: // System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::m_collection NameObjectCollectionBase_t2091847364 * ___m_collection_0; // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::m_position int32_t ___m_position_1; public: inline static int32_t get_offset_of_m_collection_0() { return static_cast(offsetof(_KeysEnumerator_t4246666432, ___m_collection_0)); } inline NameObjectCollectionBase_t2091847364 * get_m_collection_0() const { return ___m_collection_0; } inline NameObjectCollectionBase_t2091847364 ** get_address_of_m_collection_0() { return &___m_collection_0; } inline void set_m_collection_0(NameObjectCollectionBase_t2091847364 * value) { ___m_collection_0 = value; Il2CppCodeGenWriteBarrier((&___m_collection_0), value); } inline static int32_t get_offset_of_m_position_1() { return static_cast(offsetof(_KeysEnumerator_t4246666432, ___m_position_1)); } inline int32_t get_m_position_1() const { return ___m_position_1; } inline int32_t* get_address_of_m_position_1() { return &___m_position_1; } inline void set_m_position_1(int32_t value) { ___m_position_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // _KEYSENUMERATOR_T4246666432_H #ifndef LOCALE_T4128636109_H #define LOCALE_T4128636109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Locale struct Locale_t4128636109 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALE_T4128636109_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef CONFIGURATIONELEMENT_T3318566633_H #define CONFIGURATIONELEMENT_T3318566633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationElement struct ConfigurationElement_t3318566633 : public RuntimeObject { public: // System.String System.Configuration.ConfigurationElement::rawXml String_t* ___rawXml_0; // System.Boolean System.Configuration.ConfigurationElement::modified bool ___modified_1; // System.Configuration.ElementMap System.Configuration.ConfigurationElement::map ElementMap_t2160633803 * ___map_2; // System.Configuration.ConfigurationPropertyCollection System.Configuration.ConfigurationElement::keyProps ConfigurationPropertyCollection_t2852175726 * ___keyProps_3; // System.Configuration.ConfigurationElementCollection System.Configuration.ConfigurationElement::defaultCollection ConfigurationElementCollection_t446763386 * ___defaultCollection_4; // System.Boolean System.Configuration.ConfigurationElement::readOnly bool ___readOnly_5; // System.Configuration.ElementInformation System.Configuration.ConfigurationElement::elementInfo ElementInformation_t2651568025 * ___elementInfo_6; // System.Configuration.Configuration System.Configuration.ConfigurationElement::_configuration Configuration_t2529364143 * ____configuration_7; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockAllAttributesExcept ConfigurationLockCollection_t4066281341 * ___lockAllAttributesExcept_8; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockAllElementsExcept ConfigurationLockCollection_t4066281341 * ___lockAllElementsExcept_9; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockAttributes ConfigurationLockCollection_t4066281341 * ___lockAttributes_10; // System.Configuration.ConfigurationLockCollection System.Configuration.ConfigurationElement::lockElements ConfigurationLockCollection_t4066281341 * ___lockElements_11; // System.Boolean System.Configuration.ConfigurationElement::lockItem bool ___lockItem_12; public: inline static int32_t get_offset_of_rawXml_0() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___rawXml_0)); } inline String_t* get_rawXml_0() const { return ___rawXml_0; } inline String_t** get_address_of_rawXml_0() { return &___rawXml_0; } inline void set_rawXml_0(String_t* value) { ___rawXml_0 = value; Il2CppCodeGenWriteBarrier((&___rawXml_0), value); } inline static int32_t get_offset_of_modified_1() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___modified_1)); } inline bool get_modified_1() const { return ___modified_1; } inline bool* get_address_of_modified_1() { return &___modified_1; } inline void set_modified_1(bool value) { ___modified_1 = value; } inline static int32_t get_offset_of_map_2() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___map_2)); } inline ElementMap_t2160633803 * get_map_2() const { return ___map_2; } inline ElementMap_t2160633803 ** get_address_of_map_2() { return &___map_2; } inline void set_map_2(ElementMap_t2160633803 * value) { ___map_2 = value; Il2CppCodeGenWriteBarrier((&___map_2), value); } inline static int32_t get_offset_of_keyProps_3() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___keyProps_3)); } inline ConfigurationPropertyCollection_t2852175726 * get_keyProps_3() const { return ___keyProps_3; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_keyProps_3() { return &___keyProps_3; } inline void set_keyProps_3(ConfigurationPropertyCollection_t2852175726 * value) { ___keyProps_3 = value; Il2CppCodeGenWriteBarrier((&___keyProps_3), value); } inline static int32_t get_offset_of_defaultCollection_4() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___defaultCollection_4)); } inline ConfigurationElementCollection_t446763386 * get_defaultCollection_4() const { return ___defaultCollection_4; } inline ConfigurationElementCollection_t446763386 ** get_address_of_defaultCollection_4() { return &___defaultCollection_4; } inline void set_defaultCollection_4(ConfigurationElementCollection_t446763386 * value) { ___defaultCollection_4 = value; Il2CppCodeGenWriteBarrier((&___defaultCollection_4), value); } inline static int32_t get_offset_of_readOnly_5() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___readOnly_5)); } inline bool get_readOnly_5() const { return ___readOnly_5; } inline bool* get_address_of_readOnly_5() { return &___readOnly_5; } inline void set_readOnly_5(bool value) { ___readOnly_5 = value; } inline static int32_t get_offset_of_elementInfo_6() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___elementInfo_6)); } inline ElementInformation_t2651568025 * get_elementInfo_6() const { return ___elementInfo_6; } inline ElementInformation_t2651568025 ** get_address_of_elementInfo_6() { return &___elementInfo_6; } inline void set_elementInfo_6(ElementInformation_t2651568025 * value) { ___elementInfo_6 = value; Il2CppCodeGenWriteBarrier((&___elementInfo_6), value); } inline static int32_t get_offset_of__configuration_7() { return static_cast(offsetof(ConfigurationElement_t3318566633, ____configuration_7)); } inline Configuration_t2529364143 * get__configuration_7() const { return ____configuration_7; } inline Configuration_t2529364143 ** get_address_of__configuration_7() { return &____configuration_7; } inline void set__configuration_7(Configuration_t2529364143 * value) { ____configuration_7 = value; Il2CppCodeGenWriteBarrier((&____configuration_7), value); } inline static int32_t get_offset_of_lockAllAttributesExcept_8() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockAllAttributesExcept_8)); } inline ConfigurationLockCollection_t4066281341 * get_lockAllAttributesExcept_8() const { return ___lockAllAttributesExcept_8; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockAllAttributesExcept_8() { return &___lockAllAttributesExcept_8; } inline void set_lockAllAttributesExcept_8(ConfigurationLockCollection_t4066281341 * value) { ___lockAllAttributesExcept_8 = value; Il2CppCodeGenWriteBarrier((&___lockAllAttributesExcept_8), value); } inline static int32_t get_offset_of_lockAllElementsExcept_9() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockAllElementsExcept_9)); } inline ConfigurationLockCollection_t4066281341 * get_lockAllElementsExcept_9() const { return ___lockAllElementsExcept_9; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockAllElementsExcept_9() { return &___lockAllElementsExcept_9; } inline void set_lockAllElementsExcept_9(ConfigurationLockCollection_t4066281341 * value) { ___lockAllElementsExcept_9 = value; Il2CppCodeGenWriteBarrier((&___lockAllElementsExcept_9), value); } inline static int32_t get_offset_of_lockAttributes_10() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockAttributes_10)); } inline ConfigurationLockCollection_t4066281341 * get_lockAttributes_10() const { return ___lockAttributes_10; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockAttributes_10() { return &___lockAttributes_10; } inline void set_lockAttributes_10(ConfigurationLockCollection_t4066281341 * value) { ___lockAttributes_10 = value; Il2CppCodeGenWriteBarrier((&___lockAttributes_10), value); } inline static int32_t get_offset_of_lockElements_11() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockElements_11)); } inline ConfigurationLockCollection_t4066281341 * get_lockElements_11() const { return ___lockElements_11; } inline ConfigurationLockCollection_t4066281341 ** get_address_of_lockElements_11() { return &___lockElements_11; } inline void set_lockElements_11(ConfigurationLockCollection_t4066281341 * value) { ___lockElements_11 = value; Il2CppCodeGenWriteBarrier((&___lockElements_11), value); } inline static int32_t get_offset_of_lockItem_12() { return static_cast(offsetof(ConfigurationElement_t3318566633, ___lockItem_12)); } inline bool get_lockItem_12() const { return ___lockItem_12; } inline bool* get_address_of_lockItem_12() { return &___lockItem_12; } inline void set_lockItem_12(bool value) { ___lockItem_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONELEMENT_T3318566633_H #ifndef GENERICURIPARSER_T1141496137_H #define GENERICURIPARSER_T1141496137_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.GenericUriParser struct GenericUriParser_t1141496137 : public UriParser_t3890150400 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICURIPARSER_T1141496137_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef TIMESPANCONVERTER_T3504031848_H #define TIMESPANCONVERTER_T3504031848_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TimeSpanConverter struct TimeSpanConverter_t3504031848 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPANCONVERTER_T3504031848_H #ifndef NULLABLECONVERTER_T1985728604_H #define NULLABLECONVERTER_T1985728604_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.NullableConverter struct NullableConverter_t1985728604 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.NullableConverter::nullableType Type_t * ___nullableType_0; // System.Type System.ComponentModel.NullableConverter::underlyingType Type_t * ___underlyingType_1; // System.ComponentModel.TypeConverter System.ComponentModel.NullableConverter::underlyingTypeConverter TypeConverter_t2249118273 * ___underlyingTypeConverter_2; public: inline static int32_t get_offset_of_nullableType_0() { return static_cast(offsetof(NullableConverter_t1985728604, ___nullableType_0)); } inline Type_t * get_nullableType_0() const { return ___nullableType_0; } inline Type_t ** get_address_of_nullableType_0() { return &___nullableType_0; } inline void set_nullableType_0(Type_t * value) { ___nullableType_0 = value; Il2CppCodeGenWriteBarrier((&___nullableType_0), value); } inline static int32_t get_offset_of_underlyingType_1() { return static_cast(offsetof(NullableConverter_t1985728604, ___underlyingType_1)); } inline Type_t * get_underlyingType_1() const { return ___underlyingType_1; } inline Type_t ** get_address_of_underlyingType_1() { return &___underlyingType_1; } inline void set_underlyingType_1(Type_t * value) { ___underlyingType_1 = value; Il2CppCodeGenWriteBarrier((&___underlyingType_1), value); } inline static int32_t get_offset_of_underlyingTypeConverter_2() { return static_cast(offsetof(NullableConverter_t1985728604, ___underlyingTypeConverter_2)); } inline TypeConverter_t2249118273 * get_underlyingTypeConverter_2() const { return ___underlyingTypeConverter_2; } inline TypeConverter_t2249118273 ** get_address_of_underlyingTypeConverter_2() { return &___underlyingTypeConverter_2; } inline void set_underlyingTypeConverter_2(TypeConverter_t2249118273 * value) { ___underlyingTypeConverter_2 = value; Il2CppCodeGenWriteBarrier((&___underlyingTypeConverter_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLABLECONVERTER_T1985728604_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t386037858 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = 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((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t386037858 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t386037858 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t386037858 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((&____fastRng_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef ENUMCONVERTER_T1688858217_H #define ENUMCONVERTER_T1688858217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EnumConverter struct EnumConverter_t1688858217 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.EnumConverter::type Type_t * ___type_0; // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::stdValues StandardValuesCollection_t2184948248 * ___stdValues_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(EnumConverter_t1688858217, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_stdValues_1() { return static_cast(offsetof(EnumConverter_t1688858217, ___stdValues_1)); } inline StandardValuesCollection_t2184948248 * get_stdValues_1() const { return ___stdValues_1; } inline StandardValuesCollection_t2184948248 ** get_address_of_stdValues_1() { return &___stdValues_1; } inline void set_stdValues_1(StandardValuesCollection_t2184948248 * value) { ___stdValues_1 = value; Il2CppCodeGenWriteBarrier((&___stdValues_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMCONVERTER_T1688858217_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef X509CERTIFICATECOLLECTION_T1542168550_H #define X509CERTIFICATECOLLECTION_T1542168550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168550 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATECOLLECTION_T1542168550_H #ifndef DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { 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_t3123975638, ____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((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____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((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_H #ifndef GUIDCONVERTER_T3396672461_H #define GUIDCONVERTER_T3396672461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.GuidConverter struct GuidConverter_t3396672461 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUIDCONVERTER_T3396672461_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef XMLATTRIBUTECOLLECTION_T2316283784_H #define XMLATTRIBUTECOLLECTION_T2316283784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784 : public XmlNamedNodeMap_t2821286253 { public: // System.Xml.XmlElement System.Xml.XmlAttributeCollection::ownerElement XmlElement_t561603118 * ___ownerElement_4; // System.Xml.XmlDocument System.Xml.XmlAttributeCollection::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_5; public: inline static int32_t get_offset_of_ownerElement_4() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerElement_4)); } inline XmlElement_t561603118 * get_ownerElement_4() const { return ___ownerElement_4; } inline XmlElement_t561603118 ** get_address_of_ownerElement_4() { return &___ownerElement_4; } inline void set_ownerElement_4(XmlElement_t561603118 * value) { ___ownerElement_4 = value; Il2CppCodeGenWriteBarrier((&___ownerElement_4), value); } inline static int32_t get_offset_of_ownerDocument_5() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerDocument_5)); } inline XmlDocument_t2837193595 * get_ownerDocument_5() const { return ___ownerDocument_5; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_5() { return &___ownerDocument_5; } inline void set_ownerDocument_5(XmlDocument_t2837193595 * value) { ___ownerDocument_5 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_T2316283784_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef STRINGCONVERTER_T3216726494_H #define STRINGCONVERTER_T3216726494_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.StringConverter struct StringConverter_t3216726494 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCONVERTER_T3216726494_H #ifndef TYPECONVERTERATTRIBUTE_T3271584429_H #define TYPECONVERTERATTRIBUTE_T3271584429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeConverterAttribute struct TypeConverterAttribute_t3271584429 : public Attribute_t861562559 { public: // System.String System.ComponentModel.TypeConverterAttribute::converter_type String_t* ___converter_type_1; public: inline static int32_t get_offset_of_converter_type_1() { return static_cast(offsetof(TypeConverterAttribute_t3271584429, ___converter_type_1)); } inline String_t* get_converter_type_1() const { return ___converter_type_1; } inline String_t** get_address_of_converter_type_1() { return &___converter_type_1; } inline void set_converter_type_1(String_t* value) { ___converter_type_1 = value; Il2CppCodeGenWriteBarrier((&___converter_type_1), value); } }; struct TypeConverterAttribute_t3271584429_StaticFields { public: // System.ComponentModel.TypeConverterAttribute System.ComponentModel.TypeConverterAttribute::Default TypeConverterAttribute_t3271584429 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(TypeConverterAttribute_t3271584429_StaticFields, ___Default_0)); } inline TypeConverterAttribute_t3271584429 * get_Default_0() const { return ___Default_0; } inline TypeConverterAttribute_t3271584429 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(TypeConverterAttribute_t3271584429 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((&___Default_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPECONVERTERATTRIBUTE_T3271584429_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef WEAKOBJECTWRAPPERCOMPARER_T303980402_H #define WEAKOBJECTWRAPPERCOMPARER_T303980402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.WeakObjectWrapperComparer struct WeakObjectWrapperComparer_t303980402 : public EqualityComparer_1_t3292203282 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEAKOBJECTWRAPPERCOMPARER_T303980402_H #ifndef CONFIGURATIONSECTION_T3156163955_H #define CONFIGURATIONSECTION_T3156163955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationSection struct ConfigurationSection_t3156163955 : public ConfigurationElement_t3318566633 { public: // System.Configuration.SectionInformation System.Configuration.ConfigurationSection::sectionInformation SectionInformation_t2821611020 * ___sectionInformation_13; // System.Configuration.IConfigurationSectionHandler System.Configuration.ConfigurationSection::section_handler RuntimeObject* ___section_handler_14; // System.String System.Configuration.ConfigurationSection::externalDataXml String_t* ___externalDataXml_15; // System.Object System.Configuration.ConfigurationSection::_configContext RuntimeObject * ____configContext_16; public: inline static int32_t get_offset_of_sectionInformation_13() { return static_cast(offsetof(ConfigurationSection_t3156163955, ___sectionInformation_13)); } inline SectionInformation_t2821611020 * get_sectionInformation_13() const { return ___sectionInformation_13; } inline SectionInformation_t2821611020 ** get_address_of_sectionInformation_13() { return &___sectionInformation_13; } inline void set_sectionInformation_13(SectionInformation_t2821611020 * value) { ___sectionInformation_13 = value; Il2CppCodeGenWriteBarrier((&___sectionInformation_13), value); } inline static int32_t get_offset_of_section_handler_14() { return static_cast(offsetof(ConfigurationSection_t3156163955, ___section_handler_14)); } inline RuntimeObject* get_section_handler_14() const { return ___section_handler_14; } inline RuntimeObject** get_address_of_section_handler_14() { return &___section_handler_14; } inline void set_section_handler_14(RuntimeObject* value) { ___section_handler_14 = value; Il2CppCodeGenWriteBarrier((&___section_handler_14), value); } inline static int32_t get_offset_of_externalDataXml_15() { return static_cast(offsetof(ConfigurationSection_t3156163955, ___externalDataXml_15)); } inline String_t* get_externalDataXml_15() const { return ___externalDataXml_15; } inline String_t** get_address_of_externalDataXml_15() { return &___externalDataXml_15; } inline void set_externalDataXml_15(String_t* value) { ___externalDataXml_15 = value; Il2CppCodeGenWriteBarrier((&___externalDataXml_15), value); } inline static int32_t get_offset_of__configContext_16() { return static_cast(offsetof(ConfigurationSection_t3156163955, ____configContext_16)); } inline RuntimeObject * get__configContext_16() const { return ____configContext_16; } inline RuntimeObject ** get_address_of__configContext_16() { return &____configContext_16; } inline void set__configContext_16(RuntimeObject * value) { ____configContext_16 = value; Il2CppCodeGenWriteBarrier((&____configContext_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONSECTION_T3156163955_H #ifndef XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_5; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_6; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_7; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_8; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_5)); } inline XmlNameEntry_t1073099671 * get_name_5() const { return ___name_5; } inline XmlNameEntry_t1073099671 ** get_address_of_name_5() { return &___name_5; } inline void set_name_5(XmlNameEntry_t1073099671 * value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_isDefault_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_6)); } inline bool get_isDefault_6() const { return ___isDefault_6; } inline bool* get_address_of_isDefault_6() { return &___isDefault_6; } inline void set_isDefault_6(bool value) { ___isDefault_6 = value; } inline static int32_t get_offset_of_lastLinkedChild_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_7)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_7() const { return ___lastLinkedChild_7; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_7() { return &___lastLinkedChild_7; } inline void set_lastLinkedChild_7(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_7 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_7), value); } inline static int32_t get_offset_of_schemaInfo_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_8)); } inline RuntimeObject* get_schemaInfo_8() const { return ___schemaInfo_8; } inline RuntimeObject** get_address_of_schemaInfo_8() { return &___schemaInfo_8; } inline void set_schemaInfo_8(RuntimeObject* value) { ___schemaInfo_8 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef READONLYATTRIBUTE_T1907441566_H #define READONLYATTRIBUTE_T1907441566_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ReadOnlyAttribute struct ReadOnlyAttribute_t1907441566 : public Attribute_t861562559 { public: // System.Boolean System.ComponentModel.ReadOnlyAttribute::read_only bool ___read_only_0; public: inline static int32_t get_offset_of_read_only_0() { return static_cast(offsetof(ReadOnlyAttribute_t1907441566, ___read_only_0)); } inline bool get_read_only_0() const { return ___read_only_0; } inline bool* get_address_of_read_only_0() { return &___read_only_0; } inline void set_read_only_0(bool value) { ___read_only_0 = value; } }; struct ReadOnlyAttribute_t1907441566_StaticFields { public: // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::No ReadOnlyAttribute_t1907441566 * ___No_1; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Yes ReadOnlyAttribute_t1907441566 * ___Yes_2; // System.ComponentModel.ReadOnlyAttribute System.ComponentModel.ReadOnlyAttribute::Default ReadOnlyAttribute_t1907441566 * ___Default_3; public: inline static int32_t get_offset_of_No_1() { return static_cast(offsetof(ReadOnlyAttribute_t1907441566_StaticFields, ___No_1)); } inline ReadOnlyAttribute_t1907441566 * get_No_1() const { return ___No_1; } inline ReadOnlyAttribute_t1907441566 ** get_address_of_No_1() { return &___No_1; } inline void set_No_1(ReadOnlyAttribute_t1907441566 * value) { ___No_1 = value; Il2CppCodeGenWriteBarrier((&___No_1), value); } inline static int32_t get_offset_of_Yes_2() { return static_cast(offsetof(ReadOnlyAttribute_t1907441566_StaticFields, ___Yes_2)); } inline ReadOnlyAttribute_t1907441566 * get_Yes_2() const { return ___Yes_2; } inline ReadOnlyAttribute_t1907441566 ** get_address_of_Yes_2() { return &___Yes_2; } inline void set_Yes_2(ReadOnlyAttribute_t1907441566 * value) { ___Yes_2 = value; Il2CppCodeGenWriteBarrier((&___Yes_2), value); } inline static int32_t get_offset_of_Default_3() { return static_cast(offsetof(ReadOnlyAttribute_t1907441566_StaticFields, ___Default_3)); } inline ReadOnlyAttribute_t1907441566 * get_Default_3() const { return ___Default_3; } inline ReadOnlyAttribute_t1907441566 ** get_address_of_Default_3() { return &___Default_3; } inline void set_Default_3(ReadOnlyAttribute_t1907441566 * value) { ___Default_3 = value; Il2CppCodeGenWriteBarrier((&___Default_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYATTRIBUTE_T1907441566_H #ifndef REFERENCECONVERTER_T1811933861_H #define REFERENCECONVERTER_T1811933861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ReferenceConverter struct ReferenceConverter_t1811933861 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.ReferenceConverter::reference_type Type_t * ___reference_type_0; public: inline static int32_t get_offset_of_reference_type_0() { return static_cast(offsetof(ReferenceConverter_t1811933861, ___reference_type_0)); } inline Type_t * get_reference_type_0() const { return ___reference_type_0; } inline Type_t ** get_address_of_reference_type_0() { return &___reference_type_0; } inline void set_reference_type_0(Type_t * value) { ___reference_type_0 = value; Il2CppCodeGenWriteBarrier((&___reference_type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCECONVERTER_T1811933861_H #ifndef TYPEINFO_T323385814_H #define TYPEINFO_T323385814_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.TypeInfo struct TypeInfo_t323385814 : public Info_t3260944019 { public: // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeInfo::_properties PropertyDescriptorCollection_t4164928659 * ____properties_2; public: inline static int32_t get_offset_of__properties_2() { return static_cast(offsetof(TypeInfo_t323385814, ____properties_2)); } inline PropertyDescriptorCollection_t4164928659 * get__properties_2() const { return ____properties_2; } inline PropertyDescriptorCollection_t4164928659 ** get_address_of__properties_2() { return &____properties_2; } inline void set__properties_2(PropertyDescriptorCollection_t4164928659 * value) { ____properties_2 = value; Il2CppCodeGenWriteBarrier((&____properties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEINFO_T323385814_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef PARAMETERMODIFIER_T1461694466_H #define PARAMETERMODIFIER_T1461694466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterModifier struct ParameterModifier_t1461694466 { public: // System.Boolean[] System.Reflection.ParameterModifier::_byref BooleanU5BU5D_t2897418192* ____byref_0; public: inline static int32_t get_offset_of__byref_0() { return static_cast(offsetof(ParameterModifier_t1461694466, ____byref_0)); } inline BooleanU5BU5D_t2897418192* get__byref_0() const { return ____byref_0; } inline BooleanU5BU5D_t2897418192** get_address_of__byref_0() { return &____byref_0; } inline void set__byref_0(BooleanU5BU5D_t2897418192* value) { ____byref_0 = value; Il2CppCodeGenWriteBarrier((&____byref_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_pinvoke { int32_t* ____byref_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_com { int32_t* ____byref_0; }; #endif // PARAMETERMODIFIER_T1461694466_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef DEFAULTURIPARSER_T95882050_H #define DEFAULTURIPARSER_T95882050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DefaultUriParser struct DefaultUriParser_t95882050 : public UriParser_t3890150400 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTURIPARSER_T95882050_H #ifndef BASENUMBERCONVERTER_T312147029_H #define BASENUMBERCONVERTER_T312147029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.BaseNumberConverter struct BaseNumberConverter_t312147029 : public TypeConverter_t2249118273 { public: // System.Type System.ComponentModel.BaseNumberConverter::InnerType Type_t * ___InnerType_0; public: inline static int32_t get_offset_of_InnerType_0() { return static_cast(offsetof(BaseNumberConverter_t312147029, ___InnerType_0)); } inline Type_t * get_InnerType_0() const { return ___InnerType_0; } inline Type_t ** get_address_of_InnerType_0() { return &___InnerType_0; } inline void set_InnerType_0(Type_t * value) { ___InnerType_0 = value; Il2CppCodeGenWriteBarrier((&___InnerType_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASENUMBERCONVERTER_T312147029_H #ifndef BOOLEANCONVERTER_T941538927_H #define BOOLEANCONVERTER_T941538927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.BooleanConverter struct BooleanConverter_t941538927 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEANCONVERTER_T941538927_H #ifndef IPENDPOINT_T3791887218_H #define IPENDPOINT_T3791887218_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.IPEndPoint struct IPEndPoint_t3791887218 : public EndPoint_t982345378 { public: // System.Net.IPAddress System.Net.IPEndPoint::address IPAddress_t241777590 * ___address_0; // System.Int32 System.Net.IPEndPoint::port int32_t ___port_1; public: inline static int32_t get_offset_of_address_0() { return static_cast(offsetof(IPEndPoint_t3791887218, ___address_0)); } inline IPAddress_t241777590 * get_address_0() const { return ___address_0; } inline IPAddress_t241777590 ** get_address_of_address_0() { return &___address_0; } inline void set_address_0(IPAddress_t241777590 * value) { ___address_0 = value; Il2CppCodeGenWriteBarrier((&___address_0), value); } inline static int32_t get_offset_of_port_1() { return static_cast(offsetof(IPEndPoint_t3791887218, ___port_1)); } inline int32_t get_port_1() const { return ___port_1; } inline int32_t* get_address_of_port_1() { return &___port_1; } inline void set_port_1(int32_t value) { ___port_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IPENDPOINT_T3791887218_H #ifndef CHARCONVERTER_T747842913_H #define CHARCONVERTER_T747842913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CharConverter struct CharConverter_t747842913 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARCONVERTER_T747842913_H #ifndef CONFIGURATIONELEMENTCOLLECTION_T446763386_H #define CONFIGURATIONELEMENTCOLLECTION_T446763386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationElementCollection struct ConfigurationElementCollection_t446763386 : public ConfigurationElement_t3318566633 { public: // System.Collections.ArrayList System.Configuration.ConfigurationElementCollection::list ArrayList_t2718874744 * ___list_13; // System.Collections.ArrayList System.Configuration.ConfigurationElementCollection::removed ArrayList_t2718874744 * ___removed_14; // System.Collections.ArrayList System.Configuration.ConfigurationElementCollection::inherited ArrayList_t2718874744 * ___inherited_15; // System.Boolean System.Configuration.ConfigurationElementCollection::emitClear bool ___emitClear_16; // System.Boolean System.Configuration.ConfigurationElementCollection::modified bool ___modified_17; // System.Collections.IComparer System.Configuration.ConfigurationElementCollection::comparer RuntimeObject* ___comparer_18; // System.Int32 System.Configuration.ConfigurationElementCollection::inheritedLimitIndex int32_t ___inheritedLimitIndex_19; // System.String System.Configuration.ConfigurationElementCollection::addElementName String_t* ___addElementName_20; // System.String System.Configuration.ConfigurationElementCollection::clearElementName String_t* ___clearElementName_21; // System.String System.Configuration.ConfigurationElementCollection::removeElementName String_t* ___removeElementName_22; public: inline static int32_t get_offset_of_list_13() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___list_13)); } inline ArrayList_t2718874744 * get_list_13() const { return ___list_13; } inline ArrayList_t2718874744 ** get_address_of_list_13() { return &___list_13; } inline void set_list_13(ArrayList_t2718874744 * value) { ___list_13 = value; Il2CppCodeGenWriteBarrier((&___list_13), value); } inline static int32_t get_offset_of_removed_14() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___removed_14)); } inline ArrayList_t2718874744 * get_removed_14() const { return ___removed_14; } inline ArrayList_t2718874744 ** get_address_of_removed_14() { return &___removed_14; } inline void set_removed_14(ArrayList_t2718874744 * value) { ___removed_14 = value; Il2CppCodeGenWriteBarrier((&___removed_14), value); } inline static int32_t get_offset_of_inherited_15() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___inherited_15)); } inline ArrayList_t2718874744 * get_inherited_15() const { return ___inherited_15; } inline ArrayList_t2718874744 ** get_address_of_inherited_15() { return &___inherited_15; } inline void set_inherited_15(ArrayList_t2718874744 * value) { ___inherited_15 = value; Il2CppCodeGenWriteBarrier((&___inherited_15), value); } inline static int32_t get_offset_of_emitClear_16() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___emitClear_16)); } inline bool get_emitClear_16() const { return ___emitClear_16; } inline bool* get_address_of_emitClear_16() { return &___emitClear_16; } inline void set_emitClear_16(bool value) { ___emitClear_16 = value; } inline static int32_t get_offset_of_modified_17() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___modified_17)); } inline bool get_modified_17() const { return ___modified_17; } inline bool* get_address_of_modified_17() { return &___modified_17; } inline void set_modified_17(bool value) { ___modified_17 = value; } inline static int32_t get_offset_of_comparer_18() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___comparer_18)); } inline RuntimeObject* get_comparer_18() const { return ___comparer_18; } inline RuntimeObject** get_address_of_comparer_18() { return &___comparer_18; } inline void set_comparer_18(RuntimeObject* value) { ___comparer_18 = value; Il2CppCodeGenWriteBarrier((&___comparer_18), value); } inline static int32_t get_offset_of_inheritedLimitIndex_19() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___inheritedLimitIndex_19)); } inline int32_t get_inheritedLimitIndex_19() const { return ___inheritedLimitIndex_19; } inline int32_t* get_address_of_inheritedLimitIndex_19() { return &___inheritedLimitIndex_19; } inline void set_inheritedLimitIndex_19(int32_t value) { ___inheritedLimitIndex_19 = value; } inline static int32_t get_offset_of_addElementName_20() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___addElementName_20)); } inline String_t* get_addElementName_20() const { return ___addElementName_20; } inline String_t** get_address_of_addElementName_20() { return &___addElementName_20; } inline void set_addElementName_20(String_t* value) { ___addElementName_20 = value; Il2CppCodeGenWriteBarrier((&___addElementName_20), value); } inline static int32_t get_offset_of_clearElementName_21() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___clearElementName_21)); } inline String_t* get_clearElementName_21() const { return ___clearElementName_21; } inline String_t** get_address_of_clearElementName_21() { return &___clearElementName_21; } inline void set_clearElementName_21(String_t* value) { ___clearElementName_21 = value; Il2CppCodeGenWriteBarrier((&___clearElementName_21), value); } inline static int32_t get_offset_of_removeElementName_22() { return static_cast(offsetof(ConfigurationElementCollection_t446763386, ___removeElementName_22)); } inline String_t* get_removeElementName_22() const { return ___removeElementName_22; } inline String_t** get_address_of_removeElementName_22() { return &___removeElementName_22; } inline void set_removeElementName_22(String_t* value) { ___removeElementName_22 = value; Il2CppCodeGenWriteBarrier((&___removeElementName_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONELEMENTCOLLECTION_T446763386_H #ifndef COMPONENTCOLLECTION_T1445440302_H #define COMPONENTCOLLECTION_T1445440302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ComponentCollection struct ComponentCollection_t1445440302 : public ReadOnlyCollectionBase_t1836743899 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENTCOLLECTION_T1445440302_H #ifndef COMPONENTINFO_T1259248179_H #define COMPONENTINFO_T1259248179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ComponentInfo struct ComponentInfo_t1259248179 : public Info_t3260944019 { public: // System.ComponentModel.IComponent System.ComponentModel.ComponentInfo::_component RuntimeObject* ____component_2; // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ComponentInfo::_properties PropertyDescriptorCollection_t4164928659 * ____properties_3; public: inline static int32_t get_offset_of__component_2() { return static_cast(offsetof(ComponentInfo_t1259248179, ____component_2)); } inline RuntimeObject* get__component_2() const { return ____component_2; } inline RuntimeObject** get_address_of__component_2() { return &____component_2; } inline void set__component_2(RuntimeObject* value) { ____component_2 = value; Il2CppCodeGenWriteBarrier((&____component_2), value); } inline static int32_t get_offset_of__properties_3() { return static_cast(offsetof(ComponentInfo_t1259248179, ____properties_3)); } inline PropertyDescriptorCollection_t4164928659 * get__properties_3() const { return ____properties_3; } inline PropertyDescriptorCollection_t4164928659 ** get_address_of__properties_3() { return &____properties_3; } inline void set__properties_3(PropertyDescriptorCollection_t4164928659 * value) { ____properties_3 = value; Il2CppCodeGenWriteBarrier((&____properties_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENTINFO_T1259248179_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef NAMEVALUECOLLECTION_T407452768_H #define NAMEVALUECOLLECTION_T407452768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.NameValueCollection struct NameValueCollection_t407452768 : public NameObjectCollectionBase_t2091847364 { public: // System.String[] System.Collections.Specialized.NameValueCollection::cachedAllKeys StringU5BU5D_t1281789340* ___cachedAllKeys_10; // System.String[] System.Collections.Specialized.NameValueCollection::cachedAll StringU5BU5D_t1281789340* ___cachedAll_11; public: inline static int32_t get_offset_of_cachedAllKeys_10() { return static_cast(offsetof(NameValueCollection_t407452768, ___cachedAllKeys_10)); } inline StringU5BU5D_t1281789340* get_cachedAllKeys_10() const { return ___cachedAllKeys_10; } inline StringU5BU5D_t1281789340** get_address_of_cachedAllKeys_10() { return &___cachedAllKeys_10; } inline void set_cachedAllKeys_10(StringU5BU5D_t1281789340* value) { ___cachedAllKeys_10 = value; Il2CppCodeGenWriteBarrier((&___cachedAllKeys_10), value); } inline static int32_t get_offset_of_cachedAll_11() { return static_cast(offsetof(NameValueCollection_t407452768, ___cachedAll_11)); } inline StringU5BU5D_t1281789340* get_cachedAll_11() const { return ___cachedAll_11; } inline StringU5BU5D_t1281789340** get_address_of_cachedAll_11() { return &___cachedAll_11; } inline void set_cachedAll_11(StringU5BU5D_t1281789340* value) { ___cachedAll_11 = value; Il2CppCodeGenWriteBarrier((&___cachedAll_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEVALUECOLLECTION_T407452768_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef U24ARRAYTYPEU2412_T2490092599_H #define U24ARRAYTYPEU2412_T2490092599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092599 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092599__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092599_H #ifndef COLLECTIONCONVERTER_T3078846443_H #define COLLECTIONCONVERTER_T3078846443_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CollectionConverter struct CollectionConverter_t3078846443 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONCONVERTER_T3078846443_H #ifndef WEBRESPONSE_T229922639_H #define WEBRESPONSE_T229922639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebResponse struct WebResponse_t229922639 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBRESPONSE_T229922639_H #ifndef PROPERTYDESCRIPTOR_T3244362832_H #define PROPERTYDESCRIPTOR_T3244362832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t3244362832 : public MemberDescriptor_t3815403747 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYDESCRIPTOR_T3244362832_H #ifndef U24ARRAYTYPEU24128_T4289081660_H #define U24ARRAYTYPEU24128_T4289081660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081660 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081660__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081660_H #ifndef U24ARRAYTYPEU2416_T3254766646_H #define U24ARRAYTYPEU2416_T3254766646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766646 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766646__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766646_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef DESIGNERSERIALIZERATTRIBUTE_T1570548024_H #define DESIGNERSERIALIZERATTRIBUTE_T1570548024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Design.Serialization.DesignerSerializerAttribute struct DesignerSerializerAttribute_t1570548024 : public Attribute_t861562559 { public: // System.String System.ComponentModel.Design.Serialization.DesignerSerializerAttribute::serializerTypeName String_t* ___serializerTypeName_0; // System.String System.ComponentModel.Design.Serialization.DesignerSerializerAttribute::baseSerializerTypeName String_t* ___baseSerializerTypeName_1; public: inline static int32_t get_offset_of_serializerTypeName_0() { return static_cast(offsetof(DesignerSerializerAttribute_t1570548024, ___serializerTypeName_0)); } inline String_t* get_serializerTypeName_0() const { return ___serializerTypeName_0; } inline String_t** get_address_of_serializerTypeName_0() { return &___serializerTypeName_0; } inline void set_serializerTypeName_0(String_t* value) { ___serializerTypeName_0 = value; Il2CppCodeGenWriteBarrier((&___serializerTypeName_0), value); } inline static int32_t get_offset_of_baseSerializerTypeName_1() { return static_cast(offsetof(DesignerSerializerAttribute_t1570548024, ___baseSerializerTypeName_1)); } inline String_t* get_baseSerializerTypeName_1() const { return ___baseSerializerTypeName_1; } inline String_t** get_address_of_baseSerializerTypeName_1() { return &___baseSerializerTypeName_1; } inline void set_baseSerializerTypeName_1(String_t* value) { ___baseSerializerTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___baseSerializerTypeName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESIGNERSERIALIZERATTRIBUTE_T1570548024_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef ROOTDESIGNERSERIALIZERATTRIBUTE_T3074689342_H #define ROOTDESIGNERSERIALIZERATTRIBUTE_T3074689342_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute struct RootDesignerSerializerAttribute_t3074689342 : public Attribute_t861562559 { public: // System.String System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::serializer String_t* ___serializer_0; // System.String System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::baseserializer String_t* ___baseserializer_1; // System.Boolean System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::reload bool ___reload_2; public: inline static int32_t get_offset_of_serializer_0() { return static_cast(offsetof(RootDesignerSerializerAttribute_t3074689342, ___serializer_0)); } inline String_t* get_serializer_0() const { return ___serializer_0; } inline String_t** get_address_of_serializer_0() { return &___serializer_0; } inline void set_serializer_0(String_t* value) { ___serializer_0 = value; Il2CppCodeGenWriteBarrier((&___serializer_0), value); } inline static int32_t get_offset_of_baseserializer_1() { return static_cast(offsetof(RootDesignerSerializerAttribute_t3074689342, ___baseserializer_1)); } inline String_t* get_baseserializer_1() const { return ___baseserializer_1; } inline String_t** get_address_of_baseserializer_1() { return &___baseserializer_1; } inline void set_baseserializer_1(String_t* value) { ___baseserializer_1 = value; Il2CppCodeGenWriteBarrier((&___baseserializer_1), value); } inline static int32_t get_offset_of_reload_2() { return static_cast(offsetof(RootDesignerSerializerAttribute_t3074689342, ___reload_2)); } inline bool get_reload_2() const { return ___reload_2; } inline bool* get_address_of_reload_2() { return &___reload_2; } inline void set_reload_2(bool value) { ___reload_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ROOTDESIGNERSERIALIZERATTRIBUTE_T3074689342_H #ifndef DESIGNERATTRIBUTE_T2079716647_H #define DESIGNERATTRIBUTE_T2079716647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DesignerAttribute struct DesignerAttribute_t2079716647 : public Attribute_t861562559 { public: // System.String System.ComponentModel.DesignerAttribute::name String_t* ___name_0; // System.String System.ComponentModel.DesignerAttribute::basetypename String_t* ___basetypename_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(DesignerAttribute_t2079716647, ___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((&___name_0), value); } inline static int32_t get_offset_of_basetypename_1() { return static_cast(offsetof(DesignerAttribute_t2079716647, ___basetypename_1)); } inline String_t* get_basetypename_1() const { return ___basetypename_1; } inline String_t** get_address_of_basetypename_1() { return &___basetypename_1; } inline void set_basetypename_1(String_t* value) { ___basetypename_1 = value; Il2CppCodeGenWriteBarrier((&___basetypename_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESIGNERATTRIBUTE_T2079716647_H #ifndef GCHANDLE_T3351438187_H #define GCHANDLE_T3351438187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandle struct GCHandle_t3351438187 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t3351438187, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLE_T3351438187_H #ifndef DEFAULTVALUEATTRIBUTE_T587583663_H #define DEFAULTVALUEATTRIBUTE_T587583663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DefaultValueAttribute struct DefaultValueAttribute_t587583663 : public Attribute_t861562559 { public: // System.Object System.ComponentModel.DefaultValueAttribute::DefaultValue RuntimeObject * ___DefaultValue_0; public: inline static int32_t get_offset_of_DefaultValue_0() { return static_cast(offsetof(DefaultValueAttribute_t587583663, ___DefaultValue_0)); } inline RuntimeObject * get_DefaultValue_0() const { return ___DefaultValue_0; } inline RuntimeObject ** get_address_of_DefaultValue_0() { return &___DefaultValue_0; } inline void set_DefaultValue_0(RuntimeObject * value) { ___DefaultValue_0 = value; Il2CppCodeGenWriteBarrier((&___DefaultValue_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTVALUEATTRIBUTE_T587583663_H #ifndef AUTHENTICATIONMODULEELEMENT_T2289740666_H #define AUTHENTICATIONMODULEELEMENT_T2289740666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.AuthenticationModuleElement struct AuthenticationModuleElement_t2289740666 : public ConfigurationElement_t3318566633 { public: public: }; struct AuthenticationModuleElement_t2289740666_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModuleElement::properties ConfigurationPropertyCollection_t2852175726 * ___properties_13; // System.Configuration.ConfigurationProperty System.Net.Configuration.AuthenticationModuleElement::typeProp ConfigurationProperty_t3590861854 * ___typeProp_14; public: inline static int32_t get_offset_of_properties_13() { return static_cast(offsetof(AuthenticationModuleElement_t2289740666_StaticFields, ___properties_13)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_13() const { return ___properties_13; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_13() { return &___properties_13; } inline void set_properties_13(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_13 = value; Il2CppCodeGenWriteBarrier((&___properties_13), value); } inline static int32_t get_offset_of_typeProp_14() { return static_cast(offsetof(AuthenticationModuleElement_t2289740666_StaticFields, ___typeProp_14)); } inline ConfigurationProperty_t3590861854 * get_typeProp_14() const { return ___typeProp_14; } inline ConfigurationProperty_t3590861854 ** get_address_of_typeProp_14() { return &___typeProp_14; } inline void set_typeProp_14(ConfigurationProperty_t3590861854 * value) { ___typeProp_14 = value; Il2CppCodeGenWriteBarrier((&___typeProp_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONMODULEELEMENT_T2289740666_H #ifndef CULTUREINFOCONVERTER_T81550636_H #define CULTUREINFOCONVERTER_T81550636_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.CultureInfoConverter struct CultureInfoConverter_t81550636 : public TypeConverter_t2249118273 { public: // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::_standardValues StandardValuesCollection_t2184948248 * ____standardValues_0; public: inline static int32_t get_offset_of__standardValues_0() { return static_cast(offsetof(CultureInfoConverter_t81550636, ____standardValues_0)); } inline StandardValuesCollection_t2184948248 * get__standardValues_0() const { return ____standardValues_0; } inline StandardValuesCollection_t2184948248 ** get_address_of__standardValues_0() { return &____standardValues_0; } inline void set__standardValues_0(StandardValuesCollection_t2184948248 * value) { ____standardValues_0 = value; Il2CppCodeGenWriteBarrier((&____standardValues_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFOCONVERTER_T81550636_H #ifndef DATETIMECONVERTER_T2298802450_H #define DATETIMECONVERTER_T2298802450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DateTimeConverter struct DateTimeConverter_t2298802450 : public TypeConverter_t2249118273 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMECONVERTER_T2298802450_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef MONOTODOATTRIBUTE_T4131080584_H #define MONOTODOATTRIBUTE_T4131080584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoTODOAttribute struct MonoTODOAttribute_t4131080584 : public Attribute_t861562559 { public: // System.String System.MonoTODOAttribute::comment String_t* ___comment_0; public: inline static int32_t get_offset_of_comment_0() { return static_cast(offsetof(MonoTODOAttribute_t4131080584, ___comment_0)); } inline String_t* get_comment_0() const { return ___comment_0; } inline String_t** get_address_of_comment_0() { return &___comment_0; } inline void set_comment_0(String_t* value) { ___comment_0 = value; Il2CppCodeGenWriteBarrier((&___comment_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTODOATTRIBUTE_T4131080584_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_5; // System.UInt32 System.Decimal::hi uint32_t ___hi_6; // System.UInt32 System.Decimal::lo uint32_t ___lo_7; // System.UInt32 System.Decimal::mid uint32_t ___mid_8; public: inline static int32_t get_offset_of_flags_5() { return static_cast(offsetof(Decimal_t2948259380, ___flags_5)); } inline uint32_t get_flags_5() const { return ___flags_5; } inline uint32_t* get_address_of_flags_5() { return &___flags_5; } inline void set_flags_5(uint32_t value) { ___flags_5 = value; } inline static int32_t get_offset_of_hi_6() { return static_cast(offsetof(Decimal_t2948259380, ___hi_6)); } inline uint32_t get_hi_6() const { return ___hi_6; } inline uint32_t* get_address_of_hi_6() { return &___hi_6; } inline void set_hi_6(uint32_t value) { ___hi_6 = value; } inline static int32_t get_offset_of_lo_7() { return static_cast(offsetof(Decimal_t2948259380, ___lo_7)); } inline uint32_t get_lo_7() const { return ___lo_7; } inline uint32_t* get_address_of_lo_7() { return &___lo_7; } inline void set_lo_7(uint32_t value) { ___lo_7 = value; } inline static int32_t get_offset_of_mid_8() { return static_cast(offsetof(Decimal_t2948259380, ___mid_8)); } inline uint32_t get_mid_8() const { return ___mid_8; } inline uint32_t* get_address_of_mid_8() { return &___mid_8; } inline void set_mid_8(uint32_t value) { ___mid_8 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_4; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_MaxValueDiv10_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); } inline Decimal_t2948259380 get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; } inline void set_MaxValueDiv10_4(Decimal_t2948259380 value) { ___MaxValueDiv10_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_T1672767151_H #ifndef AUTHENTICATIONLEVEL_T1236753641_H #define AUTHENTICATIONLEVEL_T1236753641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_t1236753641 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AuthenticationLevel_t1236753641, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONLEVEL_T1236753641_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef AUTHENTICATIONMODULESSECTION_T1083221556_H #define AUTHENTICATIONMODULESSECTION_T1083221556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.AuthenticationModulesSection struct AuthenticationModulesSection_t1083221556 : public ConfigurationSection_t3156163955 { public: public: }; struct AuthenticationModulesSection_t1083221556_StaticFields { public: // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModulesSection::properties ConfigurationPropertyCollection_t2852175726 * ___properties_17; // System.Configuration.ConfigurationProperty System.Net.Configuration.AuthenticationModulesSection::authenticationModulesProp ConfigurationProperty_t3590861854 * ___authenticationModulesProp_18; public: inline static int32_t get_offset_of_properties_17() { return static_cast(offsetof(AuthenticationModulesSection_t1083221556_StaticFields, ___properties_17)); } inline ConfigurationPropertyCollection_t2852175726 * get_properties_17() const { return ___properties_17; } inline ConfigurationPropertyCollection_t2852175726 ** get_address_of_properties_17() { return &___properties_17; } inline void set_properties_17(ConfigurationPropertyCollection_t2852175726 * value) { ___properties_17 = value; Il2CppCodeGenWriteBarrier((&___properties_17), value); } inline static int32_t get_offset_of_authenticationModulesProp_18() { return static_cast(offsetof(AuthenticationModulesSection_t1083221556_StaticFields, ___authenticationModulesProp_18)); } inline ConfigurationProperty_t3590861854 * get_authenticationModulesProp_18() const { return ___authenticationModulesProp_18; } inline ConfigurationProperty_t3590861854 ** get_address_of_authenticationModulesProp_18() { return &___authenticationModulesProp_18; } inline void set_authenticationModulesProp_18(ConfigurationProperty_t3590861854 * value) { ___authenticationModulesProp_18 = value; Il2CppCodeGenWriteBarrier((&___authenticationModulesProp_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONMODULESSECTION_T1083221556_H #ifndef HTTPREQUESTCACHELEVEL_T1254316655_H #define HTTPREQUESTCACHELEVEL_T1254316655_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.HttpRequestCacheLevel struct HttpRequestCacheLevel_t1254316655 { public: // System.Int32 System.Net.Cache.HttpRequestCacheLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HttpRequestCacheLevel_t1254316655, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HTTPREQUESTCACHELEVEL_T1254316655_H #ifndef REQUESTCACHELEVEL_T1509648360_H #define REQUESTCACHELEVEL_T1509648360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Cache.RequestCacheLevel struct RequestCacheLevel_t1509648360 { public: // System.Int32 System.Net.Cache.RequestCacheLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RequestCacheLevel_t1509648360, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REQUESTCACHELEVEL_T1509648360_H #ifndef WEBHEADERCOLLECTION_T1942268960_H #define WEBHEADERCOLLECTION_T1942268960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebHeaderCollection struct WebHeaderCollection_t1942268960 : public NameValueCollection_t407452768 { public: // System.Boolean System.Net.WebHeaderCollection::internallyCreated bool ___internallyCreated_15; public: inline static int32_t get_offset_of_internallyCreated_15() { return static_cast(offsetof(WebHeaderCollection_t1942268960, ___internallyCreated_15)); } inline bool get_internallyCreated_15() const { return ___internallyCreated_15; } inline bool* get_address_of_internallyCreated_15() { return &___internallyCreated_15; } inline void set_internallyCreated_15(bool value) { ___internallyCreated_15 = value; } }; struct WebHeaderCollection_t1942268960_StaticFields { public: // System.Collections.Hashtable System.Net.WebHeaderCollection::restricted Hashtable_t1853889766 * ___restricted_12; // System.Collections.Hashtable System.Net.WebHeaderCollection::multiValue Hashtable_t1853889766 * ___multiValue_13; // System.Collections.Generic.Dictionary`2 System.Net.WebHeaderCollection::restricted_response Dictionary_2_t4177511560 * ___restricted_response_14; // System.Boolean[] System.Net.WebHeaderCollection::allowed_chars BooleanU5BU5D_t2897418192* ___allowed_chars_16; public: inline static int32_t get_offset_of_restricted_12() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___restricted_12)); } inline Hashtable_t1853889766 * get_restricted_12() const { return ___restricted_12; } inline Hashtable_t1853889766 ** get_address_of_restricted_12() { return &___restricted_12; } inline void set_restricted_12(Hashtable_t1853889766 * value) { ___restricted_12 = value; Il2CppCodeGenWriteBarrier((&___restricted_12), value); } inline static int32_t get_offset_of_multiValue_13() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___multiValue_13)); } inline Hashtable_t1853889766 * get_multiValue_13() const { return ___multiValue_13; } inline Hashtable_t1853889766 ** get_address_of_multiValue_13() { return &___multiValue_13; } inline void set_multiValue_13(Hashtable_t1853889766 * value) { ___multiValue_13 = value; Il2CppCodeGenWriteBarrier((&___multiValue_13), value); } inline static int32_t get_offset_of_restricted_response_14() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___restricted_response_14)); } inline Dictionary_2_t4177511560 * get_restricted_response_14() const { return ___restricted_response_14; } inline Dictionary_2_t4177511560 ** get_address_of_restricted_response_14() { return &___restricted_response_14; } inline void set_restricted_response_14(Dictionary_2_t4177511560 * value) { ___restricted_response_14 = value; Il2CppCodeGenWriteBarrier((&___restricted_response_14), value); } inline static int32_t get_offset_of_allowed_chars_16() { return static_cast(offsetof(WebHeaderCollection_t1942268960_StaticFields, ___allowed_chars_16)); } inline BooleanU5BU5D_t2897418192* get_allowed_chars_16() const { return ___allowed_chars_16; } inline BooleanU5BU5D_t2897418192** get_address_of_allowed_chars_16() { return &___allowed_chars_16; } inline void set_allowed_chars_16(BooleanU5BU5D_t2897418192* value) { ___allowed_chars_16 = value; Il2CppCodeGenWriteBarrier((&___allowed_chars_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBHEADERCOLLECTION_T1942268960_H #ifndef CONFIGURATIONPROPERTYOPTIONS_T1059028815_H #define CONFIGURATIONPROPERTYOPTIONS_T1059028815_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationPropertyOptions struct ConfigurationPropertyOptions_t1059028815 { public: // System.Int32 System.Configuration.ConfigurationPropertyOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConfigurationPropertyOptions_t1059028815, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONPROPERTYOPTIONS_T1059028815_H #ifndef STATE_T4053927353_H #define STATE_T4053927353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ChunkStream/State struct State_t4053927353 { public: // System.Int32 System.Net.ChunkStream/State::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(State_t4053927353, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATE_T4053927353_H #ifndef WEBEXCEPTIONSTATUS_T1731416715_H #define WEBEXCEPTIONSTATUS_T1731416715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebExceptionStatus struct WebExceptionStatus_t1731416715 { public: // System.Int32 System.Net.WebExceptionStatus::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WebExceptionStatus_t1731416715, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBEXCEPTIONSTATUS_T1731416715_H #ifndef STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_2; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_3; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_4; public: inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(StringReader_t3465604688, ___source_2)); } inline String_t* get_source_2() const { return ___source_2; } inline String_t** get_address_of_source_2() { return &___source_2; } inline void set_source_2(String_t* value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((&___source_2), value); } inline static int32_t get_offset_of_nextChar_3() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_3)); } inline int32_t get_nextChar_3() const { return ___nextChar_3; } inline int32_t* get_address_of_nextChar_3() { return &___nextChar_3; } inline void set_nextChar_3(int32_t value) { ___nextChar_3 = value; } inline static int32_t get_offset_of_sourceLength_4() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_4)); } inline int32_t get_sourceLength_4() const { return ___sourceLength_4; } inline int32_t* get_address_of_sourceLength_4() { return &___sourceLength_4; } inline void set_sourceLength_4(int32_t value) { ___sourceLength_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef GZIPSTREAM_T3417139389_H #define GZIPSTREAM_T3417139389_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.GZipStream struct GZipStream_t3417139389 : public Stream_t1273022909 { public: // System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::deflateStream DeflateStream_t4175168077 * ___deflateStream_2; public: inline static int32_t get_offset_of_deflateStream_2() { return static_cast(offsetof(GZipStream_t3417139389, ___deflateStream_2)); } inline DeflateStream_t4175168077 * get_deflateStream_2() const { return ___deflateStream_2; } inline DeflateStream_t4175168077 ** get_address_of_deflateStream_2() { return &___deflateStream_2; } inline void set_deflateStream_2(DeflateStream_t4175168077 * value) { ___deflateStream_2 = value; Il2CppCodeGenWriteBarrier((&___deflateStream_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GZIPSTREAM_T3417139389_H #ifndef SOURCELEVELS_T2339259104_H #define SOURCELEVELS_T2339259104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.SourceLevels struct SourceLevels_t2339259104 { public: // System.Int32 System.Diagnostics.SourceLevels::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SourceLevels_t2339259104, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SOURCELEVELS_T2339259104_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef TRACEOPTIONS_T3546477972_H #define TRACEOPTIONS_T3546477972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceOptions struct TraceOptions_t3546477972 { public: // System.Int32 System.Diagnostics.TraceOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TraceOptions_t3546477972, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACEOPTIONS_T3546477972_H #ifndef ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef DATETIMEFORMATFLAGS_T1884407083_H #define DATETIMEFORMATFLAGS_T1884407083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_t1884407083 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeFormatFlags_t1884407083, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEFORMATFLAGS_T1884407083_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef COMPRESSIONMODE_T3714291783_H #define COMPRESSIONMODE_T3714291783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.CompressionMode struct CompressionMode_t3714291783 { public: // System.Int32 System.IO.Compression.CompressionMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompressionMode_t3714291783, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPRESSIONMODE_T3714291783_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.IOException struct IOException_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef ASYNCRESULT_T4194309572_H #define ASYNCRESULT_T4194309572_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t4194309572 : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state RuntimeObject * ___async_state_0; // System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle WaitHandle_t1743403487 * ___handle_1; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate RuntimeObject * ___async_delegate_2; // System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data intptr_t ___data_3; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data RuntimeObject * ___object_data_4; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed bool ___sync_completed_5; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed bool ___completed_6; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called bool ___endinvoke_called_7; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback RuntimeObject * ___async_callback_8; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current ExecutionContext_t1748372627 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t1748372627 * ___original_10; // System.Int32 System.Runtime.Remoting.Messaging.AsyncResult::gchandle int32_t ___gchandle_11; // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message MonoMethodMessage_t2807636944 * ___call_message_12; // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl RuntimeObject* ___message_ctrl_13; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message RuntimeObject* ___reply_message_14; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_state_0)); } inline RuntimeObject * get_async_state_0() const { return ___async_state_0; } inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; } inline void set_async_state_0(RuntimeObject * value) { ___async_state_0 = value; Il2CppCodeGenWriteBarrier((&___async_state_0), value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_t4194309572, ___handle_1)); } inline WaitHandle_t1743403487 * get_handle_1() const { return ___handle_1; } inline WaitHandle_t1743403487 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_t1743403487 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((&___handle_1), value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_delegate_2)); } inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; } inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; } inline void set_async_delegate_2(RuntimeObject * value) { ___async_delegate_2 = value; Il2CppCodeGenWriteBarrier((&___async_delegate_2), value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_t4194309572, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_object_data_4() { return static_cast(offsetof(AsyncResult_t4194309572, ___object_data_4)); } inline RuntimeObject * get_object_data_4() const { return ___object_data_4; } inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; } inline void set_object_data_4(RuntimeObject * value) { ___object_data_4 = value; Il2CppCodeGenWriteBarrier((&___object_data_4), value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_t4194309572, ___sync_completed_5)); } inline bool get_sync_completed_5() const { return ___sync_completed_5; } inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; } inline void set_sync_completed_5(bool value) { ___sync_completed_5 = value; } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(AsyncResult_t4194309572, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast(offsetof(AsyncResult_t4194309572, ___endinvoke_called_7)); } inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; } inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; } inline void set_endinvoke_called_7(bool value) { ___endinvoke_called_7 = value; } inline static int32_t get_offset_of_async_callback_8() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_callback_8)); } inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; } inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; } inline void set_async_callback_8(RuntimeObject * value) { ___async_callback_8 = value; Il2CppCodeGenWriteBarrier((&___async_callback_8), value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_t4194309572, ___current_9)); } inline ExecutionContext_t1748372627 * get_current_9() const { return ___current_9; } inline ExecutionContext_t1748372627 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t1748372627 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((&___current_9), value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_t4194309572, ___original_10)); } inline ExecutionContext_t1748372627 * get_original_10() const { return ___original_10; } inline ExecutionContext_t1748372627 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t1748372627 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((&___original_10), value); } inline static int32_t get_offset_of_gchandle_11() { return static_cast(offsetof(AsyncResult_t4194309572, ___gchandle_11)); } inline int32_t get_gchandle_11() const { return ___gchandle_11; } inline int32_t* get_address_of_gchandle_11() { return &___gchandle_11; } inline void set_gchandle_11(int32_t value) { ___gchandle_11 = value; } inline static int32_t get_offset_of_call_message_12() { return static_cast(offsetof(AsyncResult_t4194309572, ___call_message_12)); } inline MonoMethodMessage_t2807636944 * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t2807636944 ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t2807636944 * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((&___call_message_12), value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_t4194309572, ___message_ctrl_13)); } inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; } inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; } inline void set_message_ctrl_13(RuntimeObject* value) { ___message_ctrl_13 = value; Il2CppCodeGenWriteBarrier((&___message_ctrl_13), value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_t4194309572, ___reply_message_14)); } inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; } inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; } inline void set_reply_message_14(RuntimeObject* value) { ___reply_message_14 = value; Il2CppCodeGenWriteBarrier((&___reply_message_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCRESULT_T4194309572_H #ifndef SEEKORIGIN_T1441174344_H #define SEEKORIGIN_T1441174344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_t1441174344 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SeekOrigin_t1441174344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEEKORIGIN_T1441174344_H #ifndef AUTHENTICATIONMODULEELEMENTCOLLECTION_T1161221431_H #define AUTHENTICATIONMODULEELEMENTCOLLECTION_T1161221431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Configuration.AuthenticationModuleElementCollection struct AuthenticationModuleElementCollection_t1161221431 : public ConfigurationElementCollection_t446763386 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONMODULEELEMENTCOLLECTION_T1161221431_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_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_t5769829_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((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_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((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifndef BYTECONVERTER_T1408362843_H #define BYTECONVERTER_T1408362843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ByteConverter struct ByteConverter_t1408362843 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTECONVERTER_T1408362843_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_T617258130_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef COMPONENTCONVERTER_T118941221_H #define COMPONENTCONVERTER_T118941221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ComponentConverter struct ComponentConverter_t118941221 : public ReferenceConverter_t1811933861 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENTCONVERTER_T118941221_H #ifndef MEMBERTYPES_T3790569052_H #define MEMBERTYPES_T3790569052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberTypes struct MemberTypes_t3790569052 { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MemberTypes_t3790569052, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERTYPES_T3790569052_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef DECIMALCONVERTER_T3574141665_H #define DECIMALCONVERTER_T3574141665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DecimalConverter struct DecimalConverter_t3574141665 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMALCONVERTER_T3574141665_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef CULTURETYPES_T3483192109_H #define CULTURETYPES_T3483192109_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureTypes struct CultureTypes_t3483192109 { public: // System.Int32 System.Globalization.CultureTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CultureTypes_t3483192109, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTURETYPES_T3483192109_H #ifndef REFLECTIONPROPERTYDESCRIPTOR_T3529497203_H #define REFLECTIONPROPERTYDESCRIPTOR_T3529497203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ReflectionPropertyDescriptor struct ReflectionPropertyDescriptor_t3529497203 : public PropertyDescriptor_t3244362832 { public: // System.Reflection.PropertyInfo System.ComponentModel.ReflectionPropertyDescriptor::_member PropertyInfo_t * ____member_3; // System.Type System.ComponentModel.ReflectionPropertyDescriptor::_componentType Type_t * ____componentType_4; // System.Type System.ComponentModel.ReflectionPropertyDescriptor::_propertyType Type_t * ____propertyType_5; public: inline static int32_t get_offset_of__member_3() { return static_cast(offsetof(ReflectionPropertyDescriptor_t3529497203, ____member_3)); } inline PropertyInfo_t * get__member_3() const { return ____member_3; } inline PropertyInfo_t ** get_address_of__member_3() { return &____member_3; } inline void set__member_3(PropertyInfo_t * value) { ____member_3 = value; Il2CppCodeGenWriteBarrier((&____member_3), value); } inline static int32_t get_offset_of__componentType_4() { return static_cast(offsetof(ReflectionPropertyDescriptor_t3529497203, ____componentType_4)); } inline Type_t * get__componentType_4() const { return ____componentType_4; } inline Type_t ** get_address_of__componentType_4() { return &____componentType_4; } inline void set__componentType_4(Type_t * value) { ____componentType_4 = value; Il2CppCodeGenWriteBarrier((&____componentType_4), value); } inline static int32_t get_offset_of__propertyType_5() { return static_cast(offsetof(ReflectionPropertyDescriptor_t3529497203, ____propertyType_5)); } inline Type_t * get__propertyType_5() const { return ____propertyType_5; } inline Type_t ** get_address_of__propertyType_5() { return &____propertyType_5; } inline void set__propertyType_5(Type_t * value) { ____propertyType_5 = value; Il2CppCodeGenWriteBarrier((&____propertyType_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONPROPERTYDESCRIPTOR_T3529497203_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255364_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255364 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields { public: // /$ArrayType$16 ::$$field-1 U24ArrayTypeU2416_t3254766646 ___U24U24fieldU2D1_0; // /$ArrayType$128 ::$$field-3 U24ArrayTypeU24128_t4289081660 ___U24U24fieldU2D3_1; // /$ArrayType$12 ::$$field-4 U24ArrayTypeU2412_t2490092599 ___U24U24fieldU2D4_2; // /$ArrayType$12 ::$$field-5 U24ArrayTypeU2412_t2490092599 ___U24U24fieldU2D5_3; public: inline static int32_t get_offset_of_U24U24fieldU2D1_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D1_0)); } inline U24ArrayTypeU2416_t3254766646 get_U24U24fieldU2D1_0() const { return ___U24U24fieldU2D1_0; } inline U24ArrayTypeU2416_t3254766646 * get_address_of_U24U24fieldU2D1_0() { return &___U24U24fieldU2D1_0; } inline void set_U24U24fieldU2D1_0(U24ArrayTypeU2416_t3254766646 value) { ___U24U24fieldU2D1_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D3_1)); } inline U24ArrayTypeU24128_t4289081660 get_U24U24fieldU2D3_1() const { return ___U24U24fieldU2D3_1; } inline U24ArrayTypeU24128_t4289081660 * get_address_of_U24U24fieldU2D3_1() { return &___U24U24fieldU2D3_1; } inline void set_U24U24fieldU2D3_1(U24ArrayTypeU24128_t4289081660 value) { ___U24U24fieldU2D3_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D4_2)); } inline U24ArrayTypeU2412_t2490092599 get_U24U24fieldU2D4_2() const { return ___U24U24fieldU2D4_2; } inline U24ArrayTypeU2412_t2490092599 * get_address_of_U24U24fieldU2D4_2() { return &___U24U24fieldU2D4_2; } inline void set_U24U24fieldU2D4_2(U24ArrayTypeU2412_t2490092599 value) { ___U24U24fieldU2D4_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255364_StaticFields, ___U24U24fieldU2D5_3)); } inline U24ArrayTypeU2412_t2490092599 get_U24U24fieldU2D5_3() const { return ___U24U24fieldU2D5_3; } inline U24ArrayTypeU2412_t2490092599 * get_address_of_U24U24fieldU2D5_3() { return &___U24U24fieldU2D5_3; } inline void set_U24U24fieldU2D5_3(U24ArrayTypeU2412_t2490092599 value) { ___U24U24fieldU2D5_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255364_H #ifndef OSX509CERTIFICATES_T2347337007_H #define OSX509CERTIFICATES_T2347337007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.OSX509Certificates struct OSX509Certificates_t2347337007 : public RuntimeObject { public: public: }; struct OSX509Certificates_t2347337007_StaticFields { public: // System.IntPtr Mono.Security.X509.OSX509Certificates::sslsecpolicy intptr_t ___sslsecpolicy_0; public: inline static int32_t get_offset_of_sslsecpolicy_0() { return static_cast(offsetof(OSX509Certificates_t2347337007_StaticFields, ___sslsecpolicy_0)); } inline intptr_t get_sslsecpolicy_0() const { return ___sslsecpolicy_0; } inline intptr_t* get_address_of_sslsecpolicy_0() { return &___sslsecpolicy_0; } inline void set_sslsecpolicy_0(intptr_t value) { ___sslsecpolicy_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OSX509CERTIFICATES_T2347337007_H #ifndef SECTRUSTRESULT_T1115184440_H #define SECTRUSTRESULT_T1115184440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.OSX509Certificates/SecTrustResult struct SecTrustResult_t1115184440 { public: // System.Int32 Mono.Security.X509.OSX509Certificates/SecTrustResult::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecTrustResult_t1115184440, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECTRUSTRESULT_T1115184440_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef ARRAYPROPERTYDESCRIPTOR_T157990669_H #define ARRAYPROPERTYDESCRIPTOR_T157990669_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor struct ArrayPropertyDescriptor_t157990669 : public PropertyDescriptor_t3244362832 { public: // System.Int32 System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::index int32_t ___index_3; // System.Type System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::array_type Type_t * ___array_type_4; public: inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(ArrayPropertyDescriptor_t157990669, ___index_3)); } inline int32_t get_index_3() const { return ___index_3; } inline int32_t* get_address_of_index_3() { return &___index_3; } inline void set_index_3(int32_t value) { ___index_3 = value; } inline static int32_t get_offset_of_array_type_4() { return static_cast(offsetof(ArrayPropertyDescriptor_t157990669, ___array_type_4)); } inline Type_t * get_array_type_4() const { return ___array_type_4; } inline Type_t ** get_address_of_array_type_4() { return &___array_type_4; } inline void set_array_type_4(Type_t * value) { ___array_type_4 = value; Il2CppCodeGenWriteBarrier((&___array_type_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYPROPERTYDESCRIPTOR_T157990669_H #ifndef NULLREFERENCEEXCEPTION_T1023182353_H #define NULLREFERENCEEXCEPTION_T1023182353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NullReferenceException struct NullReferenceException_t1023182353 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLREFERENCEEXCEPTION_T1023182353_H #ifndef ARRAYCONVERTER_T1750795769_H #define ARRAYCONVERTER_T1750795769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.ArrayConverter struct ArrayConverter_t1750795769 : public CollectionConverter_t3078846443 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYCONVERTER_T1750795769_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef SERIALIZATIONEXCEPTION_T3941511869_H #define SERIALIZATIONEXCEPTION_T3941511869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONEXCEPTION_T3941511869_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef SINGLECONVERTER_T902207630_H #define SINGLECONVERTER_T902207630_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.SingleConverter struct SingleConverter_t902207630 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLECONVERTER_T902207630_H #ifndef INT32CONVERTER_T677227065_H #define INT32CONVERTER_T677227065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int32Converter struct Int32Converter_t677227065 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32CONVERTER_T677227065_H #ifndef INT64CONVERTER_T1092099567_H #define INT64CONVERTER_T1092099567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int64Converter struct Int64Converter_t1092099567 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64CONVERTER_T1092099567_H #ifndef WEAKREFERENCE_T1334886716_H #define WEAKREFERENCE_T1334886716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.WeakReference struct WeakReference_t1334886716 : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t3351438187 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_t1334886716, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_t1334886716, ___gcHandle_1)); } inline GCHandle_t3351438187 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t3351438187 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t3351438187 value) { ___gcHandle_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEAKREFERENCE_T1334886716_H #ifndef STRINGCOMPARISON_T3657712135_H #define STRINGCOMPARISON_T3657712135_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringComparison struct StringComparison_t3657712135 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringComparison_t3657712135, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOMPARISON_T3657712135_H #ifndef SBYTECONVERTER_T2970182448_H #define SBYTECONVERTER_T2970182448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.SByteConverter struct SByteConverter_t2970182448 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTECONVERTER_T2970182448_H #ifndef UINT64CONVERTER_T4189949036_H #define UINT64CONVERTER_T4189949036_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.UInt64Converter struct UInt64Converter_t4189949036 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64CONVERTER_T4189949036_H #ifndef UINT32CONVERTER_T3472493373_H #define UINT32CONVERTER_T3472493373_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.UInt32Converter struct UInt32Converter_t3472493373 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32CONVERTER_T3472493373_H #ifndef UINT16CONVERTER_T819459975_H #define UINT16CONVERTER_T819459975_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.UInt16Converter struct UInt16Converter_t819459975 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16CONVERTER_T819459975_H #ifndef INT16CONVERTER_T1119562914_H #define INT16CONVERTER_T1119562914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Int16Converter struct Int16Converter_t1119562914 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16CONVERTER_T1119562914_H #ifndef EDITORBROWSABLESTATE_T2839071299_H #define EDITORBROWSABLESTATE_T2839071299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EditorBrowsableState struct EditorBrowsableState_t2839071299 { public: // System.Int32 System.ComponentModel.EditorBrowsableState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EditorBrowsableState_t2839071299, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITORBROWSABLESTATE_T2839071299_H #ifndef DOUBLECONVERTER_T805142290_H #define DOUBLECONVERTER_T805142290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.DoubleConverter struct DoubleConverter_t805142290 : public BaseNumberConverter_t312147029 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLECONVERTER_T805142290_H #ifndef EXTERNALEXCEPTION_T3544951457_H #define EXTERNALEXCEPTION_T3544951457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ExternalException struct ExternalException_t3544951457 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTERNALEXCEPTION_T3544951457_H #ifndef CONFIGURATIONEXCEPTION_T3515317685_H #define CONFIGURATIONEXCEPTION_T3515317685_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationException struct ConfigurationException_t3515317685 : public SystemException_t176217640 { public: // System.String System.Configuration.ConfigurationException::filename String_t* ___filename_11; // System.Int32 System.Configuration.ConfigurationException::line int32_t ___line_12; public: inline static int32_t get_offset_of_filename_11() { return static_cast(offsetof(ConfigurationException_t3515317685, ___filename_11)); } inline String_t* get_filename_11() const { return ___filename_11; } inline String_t** get_address_of_filename_11() { return &___filename_11; } inline void set_filename_11(String_t* value) { ___filename_11 = value; Il2CppCodeGenWriteBarrier((&___filename_11), value); } inline static int32_t get_offset_of_line_12() { return static_cast(offsetof(ConfigurationException_t3515317685, ___line_12)); } inline int32_t get_line_12() const { return ___line_12; } inline int32_t* get_address_of_line_12() { return &___line_12; } inline void set_line_12(int32_t value) { ___line_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONEXCEPTION_T3515317685_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef TRACELISTENER_T3975618648_H #define TRACELISTENER_T3975618648_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceListener struct TraceListener_t3975618648 : public MarshalByRefObject_t2760389100 { public: // System.Int32 System.Diagnostics.TraceListener::indentLevel int32_t ___indentLevel_1; // System.Int32 System.Diagnostics.TraceListener::indentSize int32_t ___indentSize_2; // System.Collections.Specialized.StringDictionary System.Diagnostics.TraceListener::attributes StringDictionary_t120437468 * ___attributes_3; // System.Diagnostics.TraceOptions System.Diagnostics.TraceListener::options int32_t ___options_4; // System.String System.Diagnostics.TraceListener::name String_t* ___name_5; // System.Boolean System.Diagnostics.TraceListener::needIndent bool ___needIndent_6; public: inline static int32_t get_offset_of_indentLevel_1() { return static_cast(offsetof(TraceListener_t3975618648, ___indentLevel_1)); } inline int32_t get_indentLevel_1() const { return ___indentLevel_1; } inline int32_t* get_address_of_indentLevel_1() { return &___indentLevel_1; } inline void set_indentLevel_1(int32_t value) { ___indentLevel_1 = value; } inline static int32_t get_offset_of_indentSize_2() { return static_cast(offsetof(TraceListener_t3975618648, ___indentSize_2)); } inline int32_t get_indentSize_2() const { return ___indentSize_2; } inline int32_t* get_address_of_indentSize_2() { return &___indentSize_2; } inline void set_indentSize_2(int32_t value) { ___indentSize_2 = value; } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(TraceListener_t3975618648, ___attributes_3)); } inline StringDictionary_t120437468 * get_attributes_3() const { return ___attributes_3; } inline StringDictionary_t120437468 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(StringDictionary_t120437468 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((&___attributes_3), value); } inline static int32_t get_offset_of_options_4() { return static_cast(offsetof(TraceListener_t3975618648, ___options_4)); } inline int32_t get_options_4() const { return ___options_4; } inline int32_t* get_address_of_options_4() { return &___options_4; } inline void set_options_4(int32_t value) { ___options_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(TraceListener_t3975618648, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_needIndent_6() { return static_cast(offsetof(TraceListener_t3975618648, ___needIndent_6)); } inline bool get_needIndent_6() const { return ___needIndent_6; } inline bool* get_address_of_needIndent_6() { return &___needIndent_6; } inline void set_needIndent_6(bool value) { ___needIndent_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACELISTENER_T3975618648_H #ifndef WEBEXCEPTION_T3237156354_H #define WEBEXCEPTION_T3237156354_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebException struct WebException_t3237156354 : public InvalidOperationException_t56020091 { public: // System.Net.WebResponse System.Net.WebException::response WebResponse_t229922639 * ___response_12; // System.Net.WebExceptionStatus System.Net.WebException::status int32_t ___status_13; public: inline static int32_t get_offset_of_response_12() { return static_cast(offsetof(WebException_t3237156354, ___response_12)); } inline WebResponse_t229922639 * get_response_12() const { return ___response_12; } inline WebResponse_t229922639 ** get_address_of_response_12() { return &___response_12; } inline void set_response_12(WebResponse_t229922639 * value) { ___response_12 = value; Il2CppCodeGenWriteBarrier((&___response_12), value); } inline static int32_t get_offset_of_status_13() { return static_cast(offsetof(WebException_t3237156354, ___status_13)); } inline int32_t get_status_13() const { return ___status_13; } inline int32_t* get_address_of_status_13() { return &___status_13; } inline void set_status_13(int32_t value) { ___status_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBEXCEPTION_T3237156354_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef CONFIGURATIONPROPERTY_T3590861854_H #define CONFIGURATIONPROPERTY_T3590861854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationProperty struct ConfigurationProperty_t3590861854 : public RuntimeObject { public: // System.String System.Configuration.ConfigurationProperty::name String_t* ___name_1; // System.Type System.Configuration.ConfigurationProperty::type Type_t * ___type_2; // System.Object System.Configuration.ConfigurationProperty::default_value RuntimeObject * ___default_value_3; // System.ComponentModel.TypeConverter System.Configuration.ConfigurationProperty::converter TypeConverter_t2249118273 * ___converter_4; // System.Configuration.ConfigurationValidatorBase System.Configuration.ConfigurationProperty::validation ConfigurationValidatorBase_t888490966 * ___validation_5; // System.Configuration.ConfigurationPropertyOptions System.Configuration.ConfigurationProperty::flags int32_t ___flags_6; // System.String System.Configuration.ConfigurationProperty::description String_t* ___description_7; // System.Configuration.ConfigurationCollectionAttribute System.Configuration.ConfigurationProperty::collectionAttribute ConfigurationCollectionAttribute_t3695308734 * ___collectionAttribute_8; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___type_2)); } inline Type_t * get_type_2() const { return ___type_2; } inline Type_t ** get_address_of_type_2() { return &___type_2; } inline void set_type_2(Type_t * value) { ___type_2 = value; Il2CppCodeGenWriteBarrier((&___type_2), value); } inline static int32_t get_offset_of_default_value_3() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___default_value_3)); } inline RuntimeObject * get_default_value_3() const { return ___default_value_3; } inline RuntimeObject ** get_address_of_default_value_3() { return &___default_value_3; } inline void set_default_value_3(RuntimeObject * value) { ___default_value_3 = value; Il2CppCodeGenWriteBarrier((&___default_value_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___converter_4)); } inline TypeConverter_t2249118273 * get_converter_4() const { return ___converter_4; } inline TypeConverter_t2249118273 ** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(TypeConverter_t2249118273 * value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } inline static int32_t get_offset_of_validation_5() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___validation_5)); } inline ConfigurationValidatorBase_t888490966 * get_validation_5() const { return ___validation_5; } inline ConfigurationValidatorBase_t888490966 ** get_address_of_validation_5() { return &___validation_5; } inline void set_validation_5(ConfigurationValidatorBase_t888490966 * value) { ___validation_5 = value; Il2CppCodeGenWriteBarrier((&___validation_5), value); } inline static int32_t get_offset_of_flags_6() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___flags_6)); } inline int32_t get_flags_6() const { return ___flags_6; } inline int32_t* get_address_of_flags_6() { return &___flags_6; } inline void set_flags_6(int32_t value) { ___flags_6 = value; } inline static int32_t get_offset_of_description_7() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___description_7)); } inline String_t* get_description_7() const { return ___description_7; } inline String_t** get_address_of_description_7() { return &___description_7; } inline void set_description_7(String_t* value) { ___description_7 = value; Il2CppCodeGenWriteBarrier((&___description_7), value); } inline static int32_t get_offset_of_collectionAttribute_8() { return static_cast(offsetof(ConfigurationProperty_t3590861854, ___collectionAttribute_8)); } inline ConfigurationCollectionAttribute_t3695308734 * get_collectionAttribute_8() const { return ___collectionAttribute_8; } inline ConfigurationCollectionAttribute_t3695308734 ** get_address_of_collectionAttribute_8() { return &___collectionAttribute_8; } inline void set_collectionAttribute_8(ConfigurationCollectionAttribute_t3695308734 * value) { ___collectionAttribute_8 = value; Il2CppCodeGenWriteBarrier((&___collectionAttribute_8), value); } }; struct ConfigurationProperty_t3590861854_StaticFields { public: // System.Object System.Configuration.ConfigurationProperty::NoDefaultValue RuntimeObject * ___NoDefaultValue_0; public: inline static int32_t get_offset_of_NoDefaultValue_0() { return static_cast(offsetof(ConfigurationProperty_t3590861854_StaticFields, ___NoDefaultValue_0)); } inline RuntimeObject * get_NoDefaultValue_0() const { return ___NoDefaultValue_0; } inline RuntimeObject ** get_address_of_NoDefaultValue_0() { return &___NoDefaultValue_0; } inline void set_NoDefaultValue_0(RuntimeObject * value) { ___NoDefaultValue_0 = value; Il2CppCodeGenWriteBarrier((&___NoDefaultValue_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONPROPERTY_T3590861854_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef WIN32EXCEPTION_T3234146298_H #define WIN32EXCEPTION_T3234146298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.Win32Exception struct Win32Exception_t3234146298 : public ExternalException_t3544951457 { public: // System.Int32 System.ComponentModel.Win32Exception::native_error_code int32_t ___native_error_code_11; public: inline static int32_t get_offset_of_native_error_code_11() { return static_cast(offsetof(Win32Exception_t3234146298, ___native_error_code_11)); } inline int32_t get_native_error_code_11() const { return ___native_error_code_11; } inline int32_t* get_address_of_native_error_code_11() { return &___native_error_code_11; } inline void set_native_error_code_11(int32_t value) { ___native_error_code_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32EXCEPTION_T3234146298_H #ifndef DEFLATESTREAM_T4175168077_H #define DEFLATESTREAM_T4175168077_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream struct DeflateStream_t4175168077 : public Stream_t1273022909 { public: // System.IO.Stream System.IO.Compression.DeflateStream::base_stream Stream_t1273022909 * ___base_stream_2; // System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode int32_t ___mode_3; // System.Boolean System.IO.Compression.DeflateStream::leaveOpen bool ___leaveOpen_4; // System.Boolean System.IO.Compression.DeflateStream::disposed bool ___disposed_5; // System.IO.Compression.DeflateStream/UnmanagedReadOrWrite System.IO.Compression.DeflateStream::feeder UnmanagedReadOrWrite_t876388624 * ___feeder_6; // System.IntPtr System.IO.Compression.DeflateStream::z_stream intptr_t ___z_stream_7; // System.Byte[] System.IO.Compression.DeflateStream::io_buffer ByteU5BU5D_t4116647657* ___io_buffer_8; // System.Runtime.InteropServices.GCHandle System.IO.Compression.DeflateStream::data GCHandle_t3351438187 ___data_9; public: inline static int32_t get_offset_of_base_stream_2() { return static_cast(offsetof(DeflateStream_t4175168077, ___base_stream_2)); } inline Stream_t1273022909 * get_base_stream_2() const { return ___base_stream_2; } inline Stream_t1273022909 ** get_address_of_base_stream_2() { return &___base_stream_2; } inline void set_base_stream_2(Stream_t1273022909 * value) { ___base_stream_2 = value; Il2CppCodeGenWriteBarrier((&___base_stream_2), value); } inline static int32_t get_offset_of_mode_3() { return static_cast(offsetof(DeflateStream_t4175168077, ___mode_3)); } inline int32_t get_mode_3() const { return ___mode_3; } inline int32_t* get_address_of_mode_3() { return &___mode_3; } inline void set_mode_3(int32_t value) { ___mode_3 = value; } inline static int32_t get_offset_of_leaveOpen_4() { return static_cast(offsetof(DeflateStream_t4175168077, ___leaveOpen_4)); } inline bool get_leaveOpen_4() const { return ___leaveOpen_4; } inline bool* get_address_of_leaveOpen_4() { return &___leaveOpen_4; } inline void set_leaveOpen_4(bool value) { ___leaveOpen_4 = value; } inline static int32_t get_offset_of_disposed_5() { return static_cast(offsetof(DeflateStream_t4175168077, ___disposed_5)); } inline bool get_disposed_5() const { return ___disposed_5; } inline bool* get_address_of_disposed_5() { return &___disposed_5; } inline void set_disposed_5(bool value) { ___disposed_5 = value; } inline static int32_t get_offset_of_feeder_6() { return static_cast(offsetof(DeflateStream_t4175168077, ___feeder_6)); } inline UnmanagedReadOrWrite_t876388624 * get_feeder_6() const { return ___feeder_6; } inline UnmanagedReadOrWrite_t876388624 ** get_address_of_feeder_6() { return &___feeder_6; } inline void set_feeder_6(UnmanagedReadOrWrite_t876388624 * value) { ___feeder_6 = value; Il2CppCodeGenWriteBarrier((&___feeder_6), value); } inline static int32_t get_offset_of_z_stream_7() { return static_cast(offsetof(DeflateStream_t4175168077, ___z_stream_7)); } inline intptr_t get_z_stream_7() const { return ___z_stream_7; } inline intptr_t* get_address_of_z_stream_7() { return &___z_stream_7; } inline void set_z_stream_7(intptr_t value) { ___z_stream_7 = value; } inline static int32_t get_offset_of_io_buffer_8() { return static_cast(offsetof(DeflateStream_t4175168077, ___io_buffer_8)); } inline ByteU5BU5D_t4116647657* get_io_buffer_8() const { return ___io_buffer_8; } inline ByteU5BU5D_t4116647657** get_address_of_io_buffer_8() { return &___io_buffer_8; } inline void set_io_buffer_8(ByteU5BU5D_t4116647657* value) { ___io_buffer_8 = value; Il2CppCodeGenWriteBarrier((&___io_buffer_8), value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(DeflateStream_t4175168077, ___data_9)); } inline GCHandle_t3351438187 get_data_9() const { return ___data_9; } inline GCHandle_t3351438187 * get_address_of_data_9() { return &___data_9; } inline void set_data_9(GCHandle_t3351438187 value) { ___data_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFLATESTREAM_T4175168077_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t1861056598, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef EDITORBROWSABLEATTRIBUTE_T1475454531_H #define EDITORBROWSABLEATTRIBUTE_T1475454531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.EditorBrowsableAttribute struct EditorBrowsableAttribute_t1475454531 : public Attribute_t861562559 { public: // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::state int32_t ___state_0; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(EditorBrowsableAttribute_t1475454531, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITORBROWSABLEATTRIBUTE_T1475454531_H #ifndef DATETIMEFORMATINFO_T2405853701_H #define DATETIMEFORMATINFO_T2405853701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701 : public RuntimeObject { public: // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_10; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_11; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_12; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_13; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_14; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_15; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_16; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_17; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_18; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_19; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_20; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_21; // System.String System.Globalization.DateTimeFormatInfo::_RFC1123Pattern String_t* ____RFC1123Pattern_22; // System.String System.Globalization.DateTimeFormatInfo::_SortableDateTimePattern String_t* ____SortableDateTimePattern_23; // System.String System.Globalization.DateTimeFormatInfo::_UniversalSortableDateTimePattern String_t* ____UniversalSortableDateTimePattern_24; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_25; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t1661121569 * ___calendar_26; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_27; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_t1281789340* ___abbreviatedDayNames_28; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_t1281789340* ___dayNames_29; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_t1281789340* ___monthNames_30; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_t1281789340* ___abbreviatedMonthNames_31; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_t1281789340* ___allShortDatePatterns_32; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_t1281789340* ___allLongDatePatterns_33; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_t1281789340* ___allShortTimePatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_t1281789340* ___allLongTimePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::monthDayPatterns StringU5BU5D_t1281789340* ___monthDayPatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::yearMonthPatterns StringU5BU5D_t1281789340* ___yearMonthPatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::shortDayNames StringU5BU5D_t1281789340* ___shortDayNames_38; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_39; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_40; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_41; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_42; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_43; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_44; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_45; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_t1281789340* ___m_eraNames_46; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_t1281789340* ___m_abbrevEraNames_47; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_t1281789340* ___m_abbrevEnglishEraNames_48; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_t1281789340* ___m_dateWords_49; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t385246372* ___optionalCalendars_50; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_t1281789340* ___m_superShortDayNames_51; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_t1281789340* ___genitiveMonthNames_52; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_t1281789340* ___m_genitiveAbbreviatedMonthNames_53; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_t1281789340* ___leapYearMonthNames_54; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_55; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_56; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::all_date_time_patterns StringU5BU5D_t1281789340* ___all_date_time_patterns_57; public: inline static int32_t get_offset_of_m_isReadOnly_10() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isReadOnly_10)); } inline bool get_m_isReadOnly_10() const { return ___m_isReadOnly_10; } inline bool* get_address_of_m_isReadOnly_10() { return &___m_isReadOnly_10; } inline void set_m_isReadOnly_10(bool value) { ___m_isReadOnly_10 = value; } inline static int32_t get_offset_of_amDesignator_11() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___amDesignator_11)); } inline String_t* get_amDesignator_11() const { return ___amDesignator_11; } inline String_t** get_address_of_amDesignator_11() { return &___amDesignator_11; } inline void set_amDesignator_11(String_t* value) { ___amDesignator_11 = value; Il2CppCodeGenWriteBarrier((&___amDesignator_11), value); } inline static int32_t get_offset_of_pmDesignator_12() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___pmDesignator_12)); } inline String_t* get_pmDesignator_12() const { return ___pmDesignator_12; } inline String_t** get_address_of_pmDesignator_12() { return &___pmDesignator_12; } inline void set_pmDesignator_12(String_t* value) { ___pmDesignator_12 = value; Il2CppCodeGenWriteBarrier((&___pmDesignator_12), value); } inline static int32_t get_offset_of_dateSeparator_13() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dateSeparator_13)); } inline String_t* get_dateSeparator_13() const { return ___dateSeparator_13; } inline String_t** get_address_of_dateSeparator_13() { return &___dateSeparator_13; } inline void set_dateSeparator_13(String_t* value) { ___dateSeparator_13 = value; Il2CppCodeGenWriteBarrier((&___dateSeparator_13), value); } inline static int32_t get_offset_of_timeSeparator_14() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___timeSeparator_14)); } inline String_t* get_timeSeparator_14() const { return ___timeSeparator_14; } inline String_t** get_address_of_timeSeparator_14() { return &___timeSeparator_14; } inline void set_timeSeparator_14(String_t* value) { ___timeSeparator_14 = value; Il2CppCodeGenWriteBarrier((&___timeSeparator_14), value); } inline static int32_t get_offset_of_shortDatePattern_15() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDatePattern_15)); } inline String_t* get_shortDatePattern_15() const { return ___shortDatePattern_15; } inline String_t** get_address_of_shortDatePattern_15() { return &___shortDatePattern_15; } inline void set_shortDatePattern_15(String_t* value) { ___shortDatePattern_15 = value; Il2CppCodeGenWriteBarrier((&___shortDatePattern_15), value); } inline static int32_t get_offset_of_longDatePattern_16() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longDatePattern_16)); } inline String_t* get_longDatePattern_16() const { return ___longDatePattern_16; } inline String_t** get_address_of_longDatePattern_16() { return &___longDatePattern_16; } inline void set_longDatePattern_16(String_t* value) { ___longDatePattern_16 = value; Il2CppCodeGenWriteBarrier((&___longDatePattern_16), value); } inline static int32_t get_offset_of_shortTimePattern_17() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortTimePattern_17)); } inline String_t* get_shortTimePattern_17() const { return ___shortTimePattern_17; } inline String_t** get_address_of_shortTimePattern_17() { return &___shortTimePattern_17; } inline void set_shortTimePattern_17(String_t* value) { ___shortTimePattern_17 = value; Il2CppCodeGenWriteBarrier((&___shortTimePattern_17), value); } inline static int32_t get_offset_of_longTimePattern_18() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longTimePattern_18)); } inline String_t* get_longTimePattern_18() const { return ___longTimePattern_18; } inline String_t** get_address_of_longTimePattern_18() { return &___longTimePattern_18; } inline void set_longTimePattern_18(String_t* value) { ___longTimePattern_18 = value; Il2CppCodeGenWriteBarrier((&___longTimePattern_18), value); } inline static int32_t get_offset_of_monthDayPattern_19() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPattern_19)); } inline String_t* get_monthDayPattern_19() const { return ___monthDayPattern_19; } inline String_t** get_address_of_monthDayPattern_19() { return &___monthDayPattern_19; } inline void set_monthDayPattern_19(String_t* value) { ___monthDayPattern_19 = value; Il2CppCodeGenWriteBarrier((&___monthDayPattern_19), value); } inline static int32_t get_offset_of_yearMonthPattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPattern_20)); } inline String_t* get_yearMonthPattern_20() const { return ___yearMonthPattern_20; } inline String_t** get_address_of_yearMonthPattern_20() { return &___yearMonthPattern_20; } inline void set_yearMonthPattern_20(String_t* value) { ___yearMonthPattern_20 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPattern_20), value); } inline static int32_t get_offset_of_fullDateTimePattern_21() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___fullDateTimePattern_21)); } inline String_t* get_fullDateTimePattern_21() const { return ___fullDateTimePattern_21; } inline String_t** get_address_of_fullDateTimePattern_21() { return &___fullDateTimePattern_21; } inline void set_fullDateTimePattern_21(String_t* value) { ___fullDateTimePattern_21 = value; Il2CppCodeGenWriteBarrier((&___fullDateTimePattern_21), value); } inline static int32_t get_offset_of__RFC1123Pattern_22() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____RFC1123Pattern_22)); } inline String_t* get__RFC1123Pattern_22() const { return ____RFC1123Pattern_22; } inline String_t** get_address_of__RFC1123Pattern_22() { return &____RFC1123Pattern_22; } inline void set__RFC1123Pattern_22(String_t* value) { ____RFC1123Pattern_22 = value; Il2CppCodeGenWriteBarrier((&____RFC1123Pattern_22), value); } inline static int32_t get_offset_of__SortableDateTimePattern_23() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____SortableDateTimePattern_23)); } inline String_t* get__SortableDateTimePattern_23() const { return ____SortableDateTimePattern_23; } inline String_t** get_address_of__SortableDateTimePattern_23() { return &____SortableDateTimePattern_23; } inline void set__SortableDateTimePattern_23(String_t* value) { ____SortableDateTimePattern_23 = value; Il2CppCodeGenWriteBarrier((&____SortableDateTimePattern_23), value); } inline static int32_t get_offset_of__UniversalSortableDateTimePattern_24() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____UniversalSortableDateTimePattern_24)); } inline String_t* get__UniversalSortableDateTimePattern_24() const { return ____UniversalSortableDateTimePattern_24; } inline String_t** get_address_of__UniversalSortableDateTimePattern_24() { return &____UniversalSortableDateTimePattern_24; } inline void set__UniversalSortableDateTimePattern_24(String_t* value) { ____UniversalSortableDateTimePattern_24 = value; Il2CppCodeGenWriteBarrier((&____UniversalSortableDateTimePattern_24), value); } inline static int32_t get_offset_of_firstDayOfWeek_25() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___firstDayOfWeek_25)); } inline int32_t get_firstDayOfWeek_25() const { return ___firstDayOfWeek_25; } inline int32_t* get_address_of_firstDayOfWeek_25() { return &___firstDayOfWeek_25; } inline void set_firstDayOfWeek_25(int32_t value) { ___firstDayOfWeek_25 = value; } inline static int32_t get_offset_of_calendar_26() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendar_26)); } inline Calendar_t1661121569 * get_calendar_26() const { return ___calendar_26; } inline Calendar_t1661121569 ** get_address_of_calendar_26() { return &___calendar_26; } inline void set_calendar_26(Calendar_t1661121569 * value) { ___calendar_26 = value; Il2CppCodeGenWriteBarrier((&___calendar_26), value); } inline static int32_t get_offset_of_calendarWeekRule_27() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendarWeekRule_27)); } inline int32_t get_calendarWeekRule_27() const { return ___calendarWeekRule_27; } inline int32_t* get_address_of_calendarWeekRule_27() { return &___calendarWeekRule_27; } inline void set_calendarWeekRule_27(int32_t value) { ___calendarWeekRule_27 = value; } inline static int32_t get_offset_of_abbreviatedDayNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedDayNames_28)); } inline StringU5BU5D_t1281789340* get_abbreviatedDayNames_28() const { return ___abbreviatedDayNames_28; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedDayNames_28() { return &___abbreviatedDayNames_28; } inline void set_abbreviatedDayNames_28(StringU5BU5D_t1281789340* value) { ___abbreviatedDayNames_28 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedDayNames_28), value); } inline static int32_t get_offset_of_dayNames_29() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dayNames_29)); } inline StringU5BU5D_t1281789340* get_dayNames_29() const { return ___dayNames_29; } inline StringU5BU5D_t1281789340** get_address_of_dayNames_29() { return &___dayNames_29; } inline void set_dayNames_29(StringU5BU5D_t1281789340* value) { ___dayNames_29 = value; Il2CppCodeGenWriteBarrier((&___dayNames_29), value); } inline static int32_t get_offset_of_monthNames_30() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthNames_30)); } inline StringU5BU5D_t1281789340* get_monthNames_30() const { return ___monthNames_30; } inline StringU5BU5D_t1281789340** get_address_of_monthNames_30() { return &___monthNames_30; } inline void set_monthNames_30(StringU5BU5D_t1281789340* value) { ___monthNames_30 = value; Il2CppCodeGenWriteBarrier((&___monthNames_30), value); } inline static int32_t get_offset_of_abbreviatedMonthNames_31() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedMonthNames_31)); } inline StringU5BU5D_t1281789340* get_abbreviatedMonthNames_31() const { return ___abbreviatedMonthNames_31; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedMonthNames_31() { return &___abbreviatedMonthNames_31; } inline void set_abbreviatedMonthNames_31(StringU5BU5D_t1281789340* value) { ___abbreviatedMonthNames_31 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedMonthNames_31), value); } inline static int32_t get_offset_of_allShortDatePatterns_32() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortDatePatterns_32)); } inline StringU5BU5D_t1281789340* get_allShortDatePatterns_32() const { return ___allShortDatePatterns_32; } inline StringU5BU5D_t1281789340** get_address_of_allShortDatePatterns_32() { return &___allShortDatePatterns_32; } inline void set_allShortDatePatterns_32(StringU5BU5D_t1281789340* value) { ___allShortDatePatterns_32 = value; Il2CppCodeGenWriteBarrier((&___allShortDatePatterns_32), value); } inline static int32_t get_offset_of_allLongDatePatterns_33() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongDatePatterns_33)); } inline StringU5BU5D_t1281789340* get_allLongDatePatterns_33() const { return ___allLongDatePatterns_33; } inline StringU5BU5D_t1281789340** get_address_of_allLongDatePatterns_33() { return &___allLongDatePatterns_33; } inline void set_allLongDatePatterns_33(StringU5BU5D_t1281789340* value) { ___allLongDatePatterns_33 = value; Il2CppCodeGenWriteBarrier((&___allLongDatePatterns_33), value); } inline static int32_t get_offset_of_allShortTimePatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortTimePatterns_34)); } inline StringU5BU5D_t1281789340* get_allShortTimePatterns_34() const { return ___allShortTimePatterns_34; } inline StringU5BU5D_t1281789340** get_address_of_allShortTimePatterns_34() { return &___allShortTimePatterns_34; } inline void set_allShortTimePatterns_34(StringU5BU5D_t1281789340* value) { ___allShortTimePatterns_34 = value; Il2CppCodeGenWriteBarrier((&___allShortTimePatterns_34), value); } inline static int32_t get_offset_of_allLongTimePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongTimePatterns_35)); } inline StringU5BU5D_t1281789340* get_allLongTimePatterns_35() const { return ___allLongTimePatterns_35; } inline StringU5BU5D_t1281789340** get_address_of_allLongTimePatterns_35() { return &___allLongTimePatterns_35; } inline void set_allLongTimePatterns_35(StringU5BU5D_t1281789340* value) { ___allLongTimePatterns_35 = value; Il2CppCodeGenWriteBarrier((&___allLongTimePatterns_35), value); } inline static int32_t get_offset_of_monthDayPatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPatterns_36)); } inline StringU5BU5D_t1281789340* get_monthDayPatterns_36() const { return ___monthDayPatterns_36; } inline StringU5BU5D_t1281789340** get_address_of_monthDayPatterns_36() { return &___monthDayPatterns_36; } inline void set_monthDayPatterns_36(StringU5BU5D_t1281789340* value) { ___monthDayPatterns_36 = value; Il2CppCodeGenWriteBarrier((&___monthDayPatterns_36), value); } inline static int32_t get_offset_of_yearMonthPatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPatterns_37)); } inline StringU5BU5D_t1281789340* get_yearMonthPatterns_37() const { return ___yearMonthPatterns_37; } inline StringU5BU5D_t1281789340** get_address_of_yearMonthPatterns_37() { return &___yearMonthPatterns_37; } inline void set_yearMonthPatterns_37(StringU5BU5D_t1281789340* value) { ___yearMonthPatterns_37 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPatterns_37), value); } inline static int32_t get_offset_of_shortDayNames_38() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDayNames_38)); } inline StringU5BU5D_t1281789340* get_shortDayNames_38() const { return ___shortDayNames_38; } inline StringU5BU5D_t1281789340** get_address_of_shortDayNames_38() { return &___shortDayNames_38; } inline void set_shortDayNames_38(StringU5BU5D_t1281789340* value) { ___shortDayNames_38 = value; Il2CppCodeGenWriteBarrier((&___shortDayNames_38), value); } inline static int32_t get_offset_of_nDataItem_39() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___nDataItem_39)); } inline int32_t get_nDataItem_39() const { return ___nDataItem_39; } inline int32_t* get_address_of_nDataItem_39() { return &___nDataItem_39; } inline void set_nDataItem_39(int32_t value) { ___nDataItem_39 = value; } inline static int32_t get_offset_of_m_useUserOverride_40() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_useUserOverride_40)); } inline bool get_m_useUserOverride_40() const { return ___m_useUserOverride_40; } inline bool* get_address_of_m_useUserOverride_40() { return &___m_useUserOverride_40; } inline void set_m_useUserOverride_40(bool value) { ___m_useUserOverride_40 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_41() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isDefaultCalendar_41)); } inline bool get_m_isDefaultCalendar_41() const { return ___m_isDefaultCalendar_41; } inline bool* get_address_of_m_isDefaultCalendar_41() { return &___m_isDefaultCalendar_41; } inline void set_m_isDefaultCalendar_41(bool value) { ___m_isDefaultCalendar_41 = value; } inline static int32_t get_offset_of_CultureID_42() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___CultureID_42)); } inline int32_t get_CultureID_42() const { return ___CultureID_42; } inline int32_t* get_address_of_CultureID_42() { return &___CultureID_42; } inline void set_CultureID_42(int32_t value) { ___CultureID_42 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_43() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___bUseCalendarInfo_43)); } inline bool get_bUseCalendarInfo_43() const { return ___bUseCalendarInfo_43; } inline bool* get_address_of_bUseCalendarInfo_43() { return &___bUseCalendarInfo_43; } inline void set_bUseCalendarInfo_43(bool value) { ___bUseCalendarInfo_43 = value; } inline static int32_t get_offset_of_generalShortTimePattern_44() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalShortTimePattern_44)); } inline String_t* get_generalShortTimePattern_44() const { return ___generalShortTimePattern_44; } inline String_t** get_address_of_generalShortTimePattern_44() { return &___generalShortTimePattern_44; } inline void set_generalShortTimePattern_44(String_t* value) { ___generalShortTimePattern_44 = value; Il2CppCodeGenWriteBarrier((&___generalShortTimePattern_44), value); } inline static int32_t get_offset_of_generalLongTimePattern_45() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalLongTimePattern_45)); } inline String_t* get_generalLongTimePattern_45() const { return ___generalLongTimePattern_45; } inline String_t** get_address_of_generalLongTimePattern_45() { return &___generalLongTimePattern_45; } inline void set_generalLongTimePattern_45(String_t* value) { ___generalLongTimePattern_45 = value; Il2CppCodeGenWriteBarrier((&___generalLongTimePattern_45), value); } inline static int32_t get_offset_of_m_eraNames_46() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_eraNames_46)); } inline StringU5BU5D_t1281789340* get_m_eraNames_46() const { return ___m_eraNames_46; } inline StringU5BU5D_t1281789340** get_address_of_m_eraNames_46() { return &___m_eraNames_46; } inline void set_m_eraNames_46(StringU5BU5D_t1281789340* value) { ___m_eraNames_46 = value; Il2CppCodeGenWriteBarrier((&___m_eraNames_46), value); } inline static int32_t get_offset_of_m_abbrevEraNames_47() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEraNames_47)); } inline StringU5BU5D_t1281789340* get_m_abbrevEraNames_47() const { return ___m_abbrevEraNames_47; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEraNames_47() { return &___m_abbrevEraNames_47; } inline void set_m_abbrevEraNames_47(StringU5BU5D_t1281789340* value) { ___m_abbrevEraNames_47 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEraNames_47), value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_48() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEnglishEraNames_48)); } inline StringU5BU5D_t1281789340* get_m_abbrevEnglishEraNames_48() const { return ___m_abbrevEnglishEraNames_48; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEnglishEraNames_48() { return &___m_abbrevEnglishEraNames_48; } inline void set_m_abbrevEnglishEraNames_48(StringU5BU5D_t1281789340* value) { ___m_abbrevEnglishEraNames_48 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEnglishEraNames_48), value); } inline static int32_t get_offset_of_m_dateWords_49() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_dateWords_49)); } inline StringU5BU5D_t1281789340* get_m_dateWords_49() const { return ___m_dateWords_49; } inline StringU5BU5D_t1281789340** get_address_of_m_dateWords_49() { return &___m_dateWords_49; } inline void set_m_dateWords_49(StringU5BU5D_t1281789340* value) { ___m_dateWords_49 = value; Il2CppCodeGenWriteBarrier((&___m_dateWords_49), value); } inline static int32_t get_offset_of_optionalCalendars_50() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___optionalCalendars_50)); } inline Int32U5BU5D_t385246372* get_optionalCalendars_50() const { return ___optionalCalendars_50; } inline Int32U5BU5D_t385246372** get_address_of_optionalCalendars_50() { return &___optionalCalendars_50; } inline void set_optionalCalendars_50(Int32U5BU5D_t385246372* value) { ___optionalCalendars_50 = value; Il2CppCodeGenWriteBarrier((&___optionalCalendars_50), value); } inline static int32_t get_offset_of_m_superShortDayNames_51() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_superShortDayNames_51)); } inline StringU5BU5D_t1281789340* get_m_superShortDayNames_51() const { return ___m_superShortDayNames_51; } inline StringU5BU5D_t1281789340** get_address_of_m_superShortDayNames_51() { return &___m_superShortDayNames_51; } inline void set_m_superShortDayNames_51(StringU5BU5D_t1281789340* value) { ___m_superShortDayNames_51 = value; Il2CppCodeGenWriteBarrier((&___m_superShortDayNames_51), value); } inline static int32_t get_offset_of_genitiveMonthNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___genitiveMonthNames_52)); } inline StringU5BU5D_t1281789340* get_genitiveMonthNames_52() const { return ___genitiveMonthNames_52; } inline StringU5BU5D_t1281789340** get_address_of_genitiveMonthNames_52() { return &___genitiveMonthNames_52; } inline void set_genitiveMonthNames_52(StringU5BU5D_t1281789340* value) { ___genitiveMonthNames_52 = value; Il2CppCodeGenWriteBarrier((&___genitiveMonthNames_52), value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_53() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_genitiveAbbreviatedMonthNames_53)); } inline StringU5BU5D_t1281789340* get_m_genitiveAbbreviatedMonthNames_53() const { return ___m_genitiveAbbreviatedMonthNames_53; } inline StringU5BU5D_t1281789340** get_address_of_m_genitiveAbbreviatedMonthNames_53() { return &___m_genitiveAbbreviatedMonthNames_53; } inline void set_m_genitiveAbbreviatedMonthNames_53(StringU5BU5D_t1281789340* value) { ___m_genitiveAbbreviatedMonthNames_53 = value; Il2CppCodeGenWriteBarrier((&___m_genitiveAbbreviatedMonthNames_53), value); } inline static int32_t get_offset_of_leapYearMonthNames_54() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___leapYearMonthNames_54)); } inline StringU5BU5D_t1281789340* get_leapYearMonthNames_54() const { return ___leapYearMonthNames_54; } inline StringU5BU5D_t1281789340** get_address_of_leapYearMonthNames_54() { return &___leapYearMonthNames_54; } inline void set_leapYearMonthNames_54(StringU5BU5D_t1281789340* value) { ___leapYearMonthNames_54 = value; Il2CppCodeGenWriteBarrier((&___leapYearMonthNames_54), value); } inline static int32_t get_offset_of_formatFlags_55() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___formatFlags_55)); } inline int32_t get_formatFlags_55() const { return ___formatFlags_55; } inline int32_t* get_address_of_formatFlags_55() { return &___formatFlags_55; } inline void set_formatFlags_55(int32_t value) { ___formatFlags_55 = value; } inline static int32_t get_offset_of_m_name_56() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_name_56)); } inline String_t* get_m_name_56() const { return ___m_name_56; } inline String_t** get_address_of_m_name_56() { return &___m_name_56; } inline void set_m_name_56(String_t* value) { ___m_name_56 = value; Il2CppCodeGenWriteBarrier((&___m_name_56), value); } inline static int32_t get_offset_of_all_date_time_patterns_57() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___all_date_time_patterns_57)); } inline StringU5BU5D_t1281789340* get_all_date_time_patterns_57() const { return ___all_date_time_patterns_57; } inline StringU5BU5D_t1281789340** get_address_of_all_date_time_patterns_57() { return &___all_date_time_patterns_57; } inline void set_all_date_time_patterns_57(StringU5BU5D_t1281789340* value) { ___all_date_time_patterns_57 = value; Il2CppCodeGenWriteBarrier((&___all_date_time_patterns_57), value); } }; struct DateTimeFormatInfo_t2405853701_StaticFields { public: // System.String System.Globalization.DateTimeFormatInfo::MSG_READONLY String_t* ___MSG_READONLY_1; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_MONTH String_t* ___MSG_ARRAYSIZE_MONTH_2; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_DAY String_t* ___MSG_ARRAYSIZE_DAY_3; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_DAY_NAMES_4; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_DAY_NAMES_5; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_MONTH_NAMES_7; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_SHORT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_SHORT_DAY_NAMES_8; // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::theInvariantDateTimeFormatInfo DateTimeFormatInfo_t2405853701 * ___theInvariantDateTimeFormatInfo_9; public: inline static int32_t get_offset_of_MSG_READONLY_1() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_READONLY_1)); } inline String_t* get_MSG_READONLY_1() const { return ___MSG_READONLY_1; } inline String_t** get_address_of_MSG_READONLY_1() { return &___MSG_READONLY_1; } inline void set_MSG_READONLY_1(String_t* value) { ___MSG_READONLY_1 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_1), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_MONTH_2() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_MONTH_2)); } inline String_t* get_MSG_ARRAYSIZE_MONTH_2() const { return ___MSG_ARRAYSIZE_MONTH_2; } inline String_t** get_address_of_MSG_ARRAYSIZE_MONTH_2() { return &___MSG_ARRAYSIZE_MONTH_2; } inline void set_MSG_ARRAYSIZE_MONTH_2(String_t* value) { ___MSG_ARRAYSIZE_MONTH_2 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_MONTH_2), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_DAY_3() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_DAY_3)); } inline String_t* get_MSG_ARRAYSIZE_DAY_3() const { return ___MSG_ARRAYSIZE_DAY_3; } inline String_t** get_address_of_MSG_ARRAYSIZE_DAY_3() { return &___MSG_ARRAYSIZE_DAY_3; } inline void set_MSG_ARRAYSIZE_DAY_3(String_t* value) { ___MSG_ARRAYSIZE_DAY_3 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_DAY_3), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_DAY_NAMES_4)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_DAY_NAMES_4() const { return ___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return &___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline void set_INVARIANT_ABBREVIATED_DAY_NAMES_4(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_DAY_NAMES_4 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_DAY_NAMES_4), value); } inline static int32_t get_offset_of_INVARIANT_DAY_NAMES_5() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_DAY_NAMES_5)); } inline StringU5BU5D_t1281789340* get_INVARIANT_DAY_NAMES_5() const { return ___INVARIANT_DAY_NAMES_5; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_DAY_NAMES_5() { return &___INVARIANT_DAY_NAMES_5; } inline void set_INVARIANT_DAY_NAMES_5(StringU5BU5D_t1281789340* value) { ___INVARIANT_DAY_NAMES_5 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_DAY_NAMES_5), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_MONTH_NAMES_6)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_MONTH_NAMES_6() const { return ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return &___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline void set_INVARIANT_ABBREVIATED_MONTH_NAMES_6(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_MONTH_NAMES_6 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_MONTH_NAMES_6), value); } inline static int32_t get_offset_of_INVARIANT_MONTH_NAMES_7() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_MONTH_NAMES_7)); } inline StringU5BU5D_t1281789340* get_INVARIANT_MONTH_NAMES_7() const { return ___INVARIANT_MONTH_NAMES_7; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_MONTH_NAMES_7() { return &___INVARIANT_MONTH_NAMES_7; } inline void set_INVARIANT_MONTH_NAMES_7(StringU5BU5D_t1281789340* value) { ___INVARIANT_MONTH_NAMES_7 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_MONTH_NAMES_7), value); } inline static int32_t get_offset_of_INVARIANT_SHORT_DAY_NAMES_8() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_SHORT_DAY_NAMES_8)); } inline StringU5BU5D_t1281789340* get_INVARIANT_SHORT_DAY_NAMES_8() const { return ___INVARIANT_SHORT_DAY_NAMES_8; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_SHORT_DAY_NAMES_8() { return &___INVARIANT_SHORT_DAY_NAMES_8; } inline void set_INVARIANT_SHORT_DAY_NAMES_8(StringU5BU5D_t1281789340* value) { ___INVARIANT_SHORT_DAY_NAMES_8 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_SHORT_DAY_NAMES_8), value); } inline static int32_t get_offset_of_theInvariantDateTimeFormatInfo_9() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___theInvariantDateTimeFormatInfo_9)); } inline DateTimeFormatInfo_t2405853701 * get_theInvariantDateTimeFormatInfo_9() const { return ___theInvariantDateTimeFormatInfo_9; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_theInvariantDateTimeFormatInfo_9() { return &___theInvariantDateTimeFormatInfo_9; } inline void set_theInvariantDateTimeFormatInfo_9(DateTimeFormatInfo_t2405853701 * value) { ___theInvariantDateTimeFormatInfo_9 = value; Il2CppCodeGenWriteBarrier((&___theInvariantDateTimeFormatInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEFORMATINFO_T2405853701_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef WEBREQUEST_T1939381076_H #define WEBREQUEST_T1939381076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t1939381076 : public MarshalByRefObject_t2760389100 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::authentication_level int32_t ___authentication_level_4; public: inline static int32_t get_offset_of_authentication_level_4() { return static_cast(offsetof(WebRequest_t1939381076, ___authentication_level_4)); } inline int32_t get_authentication_level_4() const { return ___authentication_level_4; } inline int32_t* get_address_of_authentication_level_4() { return &___authentication_level_4; } inline void set_authentication_level_4(int32_t value) { ___authentication_level_4 = value; } }; struct WebRequest_t1939381076_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.WebRequest::prefixes HybridDictionary_t4070033136 * ___prefixes_1; // System.Boolean System.Net.WebRequest::isDefaultWebProxySet bool ___isDefaultWebProxySet_2; // System.Net.IWebProxy System.Net.WebRequest::defaultWebProxy RuntimeObject* ___defaultWebProxy_3; // System.Object System.Net.WebRequest::lockobj RuntimeObject * ___lockobj_5; public: inline static int32_t get_offset_of_prefixes_1() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___prefixes_1)); } inline HybridDictionary_t4070033136 * get_prefixes_1() const { return ___prefixes_1; } inline HybridDictionary_t4070033136 ** get_address_of_prefixes_1() { return &___prefixes_1; } inline void set_prefixes_1(HybridDictionary_t4070033136 * value) { ___prefixes_1 = value; Il2CppCodeGenWriteBarrier((&___prefixes_1), value); } inline static int32_t get_offset_of_isDefaultWebProxySet_2() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___isDefaultWebProxySet_2)); } inline bool get_isDefaultWebProxySet_2() const { return ___isDefaultWebProxySet_2; } inline bool* get_address_of_isDefaultWebProxySet_2() { return &___isDefaultWebProxySet_2; } inline void set_isDefaultWebProxySet_2(bool value) { ___isDefaultWebProxySet_2 = value; } inline static int32_t get_offset_of_defaultWebProxy_3() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___defaultWebProxy_3)); } inline RuntimeObject* get_defaultWebProxy_3() const { return ___defaultWebProxy_3; } inline RuntimeObject** get_address_of_defaultWebProxy_3() { return &___defaultWebProxy_3; } inline void set_defaultWebProxy_3(RuntimeObject* value) { ___defaultWebProxy_3 = value; Il2CppCodeGenWriteBarrier((&___defaultWebProxy_3), value); } inline static int32_t get_offset_of_lockobj_5() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___lockobj_5)); } inline RuntimeObject * get_lockobj_5() const { return ___lockobj_5; } inline RuntimeObject ** get_address_of_lockobj_5() { return &___lockobj_5; } inline void set_lockobj_5(RuntimeObject * value) { ___lockobj_5 = value; Il2CppCodeGenWriteBarrier((&___lockobj_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T1939381076_H #ifndef CHUNKSTREAM_T2634567336_H #define CHUNKSTREAM_T2634567336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ChunkStream struct ChunkStream_t2634567336 : public RuntimeObject { public: // System.Net.WebHeaderCollection System.Net.ChunkStream::headers WebHeaderCollection_t1942268960 * ___headers_0; // System.Int32 System.Net.ChunkStream::chunkSize int32_t ___chunkSize_1; // System.Int32 System.Net.ChunkStream::chunkRead int32_t ___chunkRead_2; // System.Net.ChunkStream/State System.Net.ChunkStream::state int32_t ___state_3; // System.Text.StringBuilder System.Net.ChunkStream::saved StringBuilder_t * ___saved_4; // System.Boolean System.Net.ChunkStream::sawCR bool ___sawCR_5; // System.Boolean System.Net.ChunkStream::gotit bool ___gotit_6; // System.Int32 System.Net.ChunkStream::trailerState int32_t ___trailerState_7; // System.Collections.ArrayList System.Net.ChunkStream::chunks ArrayList_t2718874744 * ___chunks_8; public: inline static int32_t get_offset_of_headers_0() { return static_cast(offsetof(ChunkStream_t2634567336, ___headers_0)); } inline WebHeaderCollection_t1942268960 * get_headers_0() const { return ___headers_0; } inline WebHeaderCollection_t1942268960 ** get_address_of_headers_0() { return &___headers_0; } inline void set_headers_0(WebHeaderCollection_t1942268960 * value) { ___headers_0 = value; Il2CppCodeGenWriteBarrier((&___headers_0), value); } inline static int32_t get_offset_of_chunkSize_1() { return static_cast(offsetof(ChunkStream_t2634567336, ___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(ChunkStream_t2634567336, ___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_state_3() { return static_cast(offsetof(ChunkStream_t2634567336, ___state_3)); } inline int32_t get_state_3() const { return ___state_3; } inline int32_t* get_address_of_state_3() { return &___state_3; } inline void set_state_3(int32_t value) { ___state_3 = value; } inline static int32_t get_offset_of_saved_4() { return static_cast(offsetof(ChunkStream_t2634567336, ___saved_4)); } inline StringBuilder_t * get_saved_4() const { return ___saved_4; } inline StringBuilder_t ** get_address_of_saved_4() { return &___saved_4; } inline void set_saved_4(StringBuilder_t * value) { ___saved_4 = value; Il2CppCodeGenWriteBarrier((&___saved_4), value); } inline static int32_t get_offset_of_sawCR_5() { return static_cast(offsetof(ChunkStream_t2634567336, ___sawCR_5)); } inline bool get_sawCR_5() const { return ___sawCR_5; } inline bool* get_address_of_sawCR_5() { return &___sawCR_5; } inline void set_sawCR_5(bool value) { ___sawCR_5 = value; } inline static int32_t get_offset_of_gotit_6() { return static_cast(offsetof(ChunkStream_t2634567336, ___gotit_6)); } inline bool get_gotit_6() const { return ___gotit_6; } inline bool* get_address_of_gotit_6() { return &___gotit_6; } inline void set_gotit_6(bool value) { ___gotit_6 = value; } inline static int32_t get_offset_of_trailerState_7() { return static_cast(offsetof(ChunkStream_t2634567336, ___trailerState_7)); } inline int32_t get_trailerState_7() const { return ___trailerState_7; } inline int32_t* get_address_of_trailerState_7() { return &___trailerState_7; } inline void set_trailerState_7(int32_t value) { ___trailerState_7 = value; } inline static int32_t get_offset_of_chunks_8() { return static_cast(offsetof(ChunkStream_t2634567336, ___chunks_8)); } inline ArrayList_t2718874744 * get_chunks_8() const { return ___chunks_8; } inline ArrayList_t2718874744 ** get_address_of_chunks_8() { return &___chunks_8; } inline void set_chunks_8(ArrayList_t2718874744 * value) { ___chunks_8 = value; Il2CppCodeGenWriteBarrier((&___chunks_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHUNKSTREAM_T2634567336_H #ifndef TRACESOURCEINFO_T2065837391_H #define TRACESOURCEINFO_T2065837391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.TraceSourceInfo struct TraceSourceInfo_t2065837391 : public RuntimeObject { public: // System.String System.Diagnostics.TraceSourceInfo::name String_t* ___name_0; // System.Diagnostics.SourceLevels System.Diagnostics.TraceSourceInfo::levels int32_t ___levels_1; // System.Diagnostics.TraceListenerCollection System.Diagnostics.TraceSourceInfo::listeners TraceListenerCollection_t1347122889 * ___listeners_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(TraceSourceInfo_t2065837391, ___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((&___name_0), value); } inline static int32_t get_offset_of_levels_1() { return static_cast(offsetof(TraceSourceInfo_t2065837391, ___levels_1)); } inline int32_t get_levels_1() const { return ___levels_1; } inline int32_t* get_address_of_levels_1() { return &___levels_1; } inline void set_levels_1(int32_t value) { ___levels_1 = value; } inline static int32_t get_offset_of_listeners_2() { return static_cast(offsetof(TraceSourceInfo_t2065837391, ___listeners_2)); } inline TraceListenerCollection_t1347122889 * get_listeners_2() const { return ___listeners_2; } inline TraceListenerCollection_t1347122889 ** get_address_of_listeners_2() { return &___listeners_2; } inline void set_listeners_2(TraceListenerCollection_t1347122889 * value) { ___listeners_2 = value; Il2CppCodeGenWriteBarrier((&___listeners_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRACESOURCEINFO_T2065837391_H #ifndef CONFIGURATIONERRORSEXCEPTION_T66512296_H #define CONFIGURATIONERRORSEXCEPTION_T66512296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.ConfigurationErrorsException struct ConfigurationErrorsException_t66512296 : public ConfigurationException_t3515317685 { public: // System.String System.Configuration.ConfigurationErrorsException::filename String_t* ___filename_13; // System.Int32 System.Configuration.ConfigurationErrorsException::line int32_t ___line_14; public: inline static int32_t get_offset_of_filename_13() { return static_cast(offsetof(ConfigurationErrorsException_t66512296, ___filename_13)); } inline String_t* get_filename_13() const { return ___filename_13; } inline String_t** get_address_of_filename_13() { return &___filename_13; } inline void set_filename_13(String_t* value) { ___filename_13 = value; Il2CppCodeGenWriteBarrier((&___filename_13), value); } inline static int32_t get_offset_of_line_14() { return static_cast(offsetof(ConfigurationErrorsException_t66512296, ___line_14)); } inline int32_t get_line_14() const { return ___line_14; } inline int32_t* get_address_of_line_14() { return &___line_14; } inline void set_line_14(int32_t value) { ___line_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFIGURATIONERRORSEXCEPTION_T66512296_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_H #ifndef READMETHOD_T893206259_H #define READMETHOD_T893206259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream/ReadMethod struct ReadMethod_t893206259 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READMETHOD_T893206259_H #ifndef ELEMENTHANDLER_T2521990823_H #define ELEMENTHANDLER_T2521990823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler struct ElementHandler_t2521990823 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ELEMENTHANDLER_T2521990823_H #ifndef BINDIPENDPOINT_T1029027275_H #define BINDIPENDPOINT_T1029027275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.BindIPEndPoint struct BindIPEndPoint_t1029027275 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDIPENDPOINT_T1029027275_H #ifndef DEFAULTTRACELISTENER_T2804304119_H #define DEFAULTTRACELISTENER_T2804304119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Diagnostics.DefaultTraceListener struct DefaultTraceListener_t2804304119 : public TraceListener_t3975618648 { public: // System.String System.Diagnostics.DefaultTraceListener::logFileName String_t* ___logFileName_10; // System.Boolean System.Diagnostics.DefaultTraceListener::assertUiEnabled bool ___assertUiEnabled_11; public: inline static int32_t get_offset_of_logFileName_10() { return static_cast(offsetof(DefaultTraceListener_t2804304119, ___logFileName_10)); } inline String_t* get_logFileName_10() const { return ___logFileName_10; } inline String_t** get_address_of_logFileName_10() { return &___logFileName_10; } inline void set_logFileName_10(String_t* value) { ___logFileName_10 = value; Il2CppCodeGenWriteBarrier((&___logFileName_10), value); } inline static int32_t get_offset_of_assertUiEnabled_11() { return static_cast(offsetof(DefaultTraceListener_t2804304119, ___assertUiEnabled_11)); } inline bool get_assertUiEnabled_11() const { return ___assertUiEnabled_11; } inline bool* get_address_of_assertUiEnabled_11() { return &___assertUiEnabled_11; } inline void set_assertUiEnabled_11(bool value) { ___assertUiEnabled_11 = value; } }; struct DefaultTraceListener_t2804304119_StaticFields { public: // System.Boolean System.Diagnostics.DefaultTraceListener::OnWin32 bool ___OnWin32_7; // System.String System.Diagnostics.DefaultTraceListener::MonoTracePrefix String_t* ___MonoTracePrefix_8; // System.String System.Diagnostics.DefaultTraceListener::MonoTraceFile String_t* ___MonoTraceFile_9; public: inline static int32_t get_offset_of_OnWin32_7() { return static_cast(offsetof(DefaultTraceListener_t2804304119_StaticFields, ___OnWin32_7)); } inline bool get_OnWin32_7() const { return ___OnWin32_7; } inline bool* get_address_of_OnWin32_7() { return &___OnWin32_7; } inline void set_OnWin32_7(bool value) { ___OnWin32_7 = value; } inline static int32_t get_offset_of_MonoTracePrefix_8() { return static_cast(offsetof(DefaultTraceListener_t2804304119_StaticFields, ___MonoTracePrefix_8)); } inline String_t* get_MonoTracePrefix_8() const { return ___MonoTracePrefix_8; } inline String_t** get_address_of_MonoTracePrefix_8() { return &___MonoTracePrefix_8; } inline void set_MonoTracePrefix_8(String_t* value) { ___MonoTracePrefix_8 = value; Il2CppCodeGenWriteBarrier((&___MonoTracePrefix_8), value); } inline static int32_t get_offset_of_MonoTraceFile_9() { return static_cast(offsetof(DefaultTraceListener_t2804304119_StaticFields, ___MonoTraceFile_9)); } inline String_t* get_MonoTraceFile_9() const { return ___MonoTraceFile_9; } inline String_t** get_address_of_MonoTraceFile_9() { return &___MonoTraceFile_9; } inline void set_MonoTraceFile_9(String_t* value) { ___MonoTraceFile_9 = value; Il2CppCodeGenWriteBarrier((&___MonoTraceFile_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTTRACELISTENER_T2804304119_H #ifndef WRITEMETHOD_T2538911768_H #define WRITEMETHOD_T2538911768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream/WriteMethod struct WriteMethod_t2538911768 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITEMETHOD_T2538911768_H #ifndef X509CERTIFICATE_T489243025_H #define X509CERTIFICATE_T489243025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.X509.X509Certificate struct X509Certificate_t489243025 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_t2114160833 * ___decoder_0; // System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert ByteU5BU5D_t4116647657* ___m_encodedcert_1; // System.DateTime Mono.Security.X509.X509Certificate::m_from DateTime_t3738529785 ___m_from_2; // System.DateTime Mono.Security.X509.X509Certificate::m_until DateTime_t3738529785 ___m_until_3; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer ASN1_t2114160833 * ___issuer_4; // System.String Mono.Security.X509.X509Certificate::m_issuername String_t* ___m_issuername_5; // System.String Mono.Security.X509.X509Certificate::m_keyalgo String_t* ___m_keyalgo_6; // System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams ByteU5BU5D_t4116647657* ___m_keyalgoparams_7; // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject ASN1_t2114160833 * ___subject_8; // System.String Mono.Security.X509.X509Certificate::m_subject String_t* ___m_subject_9; // System.Byte[] Mono.Security.X509.X509Certificate::m_publickey ByteU5BU5D_t4116647657* ___m_publickey_10; // System.Byte[] Mono.Security.X509.X509Certificate::signature ByteU5BU5D_t4116647657* ___signature_11; // System.String Mono.Security.X509.X509Certificate::m_signaturealgo String_t* ___m_signaturealgo_12; // System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams ByteU5BU5D_t4116647657* ___m_signaturealgoparams_13; // System.Byte[] Mono.Security.X509.X509Certificate::certhash ByteU5BU5D_t4116647657* ___certhash_14; // System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa RSA_t2385438082 * ____rsa_15; // System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa DSA_t2386879874 * ____dsa_16; // System.Int32 Mono.Security.X509.X509Certificate::version int32_t ___version_17; // System.Byte[] Mono.Security.X509.X509Certificate::serialnumber ByteU5BU5D_t4116647657* ___serialnumber_18; // System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID ByteU5BU5D_t4116647657* ___issuerUniqueID_19; // System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID ByteU5BU5D_t4116647657* ___subjectUniqueID_20; // Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions X509ExtensionCollection_t609554709 * ___extensions_21; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t489243025, ___decoder_0)); } inline ASN1_t2114160833 * get_decoder_0() const { return ___decoder_0; } inline ASN1_t2114160833 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_t2114160833 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((&___decoder_0), value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t489243025, ___m_encodedcert_1)); } inline ByteU5BU5D_t4116647657* get_m_encodedcert_1() const { return ___m_encodedcert_1; } inline ByteU5BU5D_t4116647657** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; } inline void set_m_encodedcert_1(ByteU5BU5D_t4116647657* value) { ___m_encodedcert_1 = value; Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value); } inline static int32_t get_offset_of_m_from_2() { return static_cast(offsetof(X509Certificate_t489243025, ___m_from_2)); } inline DateTime_t3738529785 get_m_from_2() const { return ___m_from_2; } inline DateTime_t3738529785 * get_address_of_m_from_2() { return &___m_from_2; } inline void set_m_from_2(DateTime_t3738529785 value) { ___m_from_2 = value; } inline static int32_t get_offset_of_m_until_3() { return static_cast(offsetof(X509Certificate_t489243025, ___m_until_3)); } inline DateTime_t3738529785 get_m_until_3() const { return ___m_until_3; } inline DateTime_t3738529785 * get_address_of_m_until_3() { return &___m_until_3; } inline void set_m_until_3(DateTime_t3738529785 value) { ___m_until_3 = value; } inline static int32_t get_offset_of_issuer_4() { return static_cast(offsetof(X509Certificate_t489243025, ___issuer_4)); } inline ASN1_t2114160833 * get_issuer_4() const { return ___issuer_4; } inline ASN1_t2114160833 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_t2114160833 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((&___issuer_4), value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t489243025, ___m_issuername_5)); } inline String_t* get_m_issuername_5() const { return ___m_issuername_5; } inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; } inline void set_m_issuername_5(String_t* value) { ___m_issuername_5 = value; Il2CppCodeGenWriteBarrier((&___m_issuername_5), value); } inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgo_6)); } inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; } inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; } inline void set_m_keyalgo_6(String_t* value) { ___m_keyalgo_6 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgo_6), value); } inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast(offsetof(X509Certificate_t489243025, ___m_keyalgoparams_7)); } inline ByteU5BU5D_t4116647657* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; } inline ByteU5BU5D_t4116647657** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; } inline void set_m_keyalgoparams_7(ByteU5BU5D_t4116647657* value) { ___m_keyalgoparams_7 = value; Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value); } inline static int32_t get_offset_of_subject_8() { return static_cast(offsetof(X509Certificate_t489243025, ___subject_8)); } inline ASN1_t2114160833 * get_subject_8() const { return ___subject_8; } inline ASN1_t2114160833 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_t2114160833 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((&___subject_8), value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t489243025, ___m_subject_9)); } inline String_t* get_m_subject_9() const { return ___m_subject_9; } inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; } inline void set_m_subject_9(String_t* value) { ___m_subject_9 = value; Il2CppCodeGenWriteBarrier((&___m_subject_9), value); } inline static int32_t get_offset_of_m_publickey_10() { return static_cast(offsetof(X509Certificate_t489243025, ___m_publickey_10)); } inline ByteU5BU5D_t4116647657* get_m_publickey_10() const { return ___m_publickey_10; } inline ByteU5BU5D_t4116647657** get_address_of_m_publickey_10() { return &___m_publickey_10; } inline void set_m_publickey_10(ByteU5BU5D_t4116647657* value) { ___m_publickey_10 = value; Il2CppCodeGenWriteBarrier((&___m_publickey_10), value); } inline static int32_t get_offset_of_signature_11() { return static_cast(offsetof(X509Certificate_t489243025, ___signature_11)); } inline ByteU5BU5D_t4116647657* get_signature_11() const { return ___signature_11; } inline ByteU5BU5D_t4116647657** get_address_of_signature_11() { return &___signature_11; } inline void set_signature_11(ByteU5BU5D_t4116647657* value) { ___signature_11 = value; Il2CppCodeGenWriteBarrier((&___signature_11), value); } inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgo_12)); } inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; } inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; } inline void set_m_signaturealgo_12(String_t* value) { ___m_signaturealgo_12 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgo_12), value); } inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast(offsetof(X509Certificate_t489243025, ___m_signaturealgoparams_13)); } inline ByteU5BU5D_t4116647657* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; } inline ByteU5BU5D_t4116647657** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; } inline void set_m_signaturealgoparams_13(ByteU5BU5D_t4116647657* value) { ___m_signaturealgoparams_13 = value; Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value); } inline static int32_t get_offset_of_certhash_14() { return static_cast(offsetof(X509Certificate_t489243025, ___certhash_14)); } inline ByteU5BU5D_t4116647657* get_certhash_14() const { return ___certhash_14; } inline ByteU5BU5D_t4116647657** get_address_of_certhash_14() { return &___certhash_14; } inline void set_certhash_14(ByteU5BU5D_t4116647657* value) { ___certhash_14 = value; Il2CppCodeGenWriteBarrier((&___certhash_14), value); } inline static int32_t get_offset_of__rsa_15() { return static_cast(offsetof(X509Certificate_t489243025, ____rsa_15)); } inline RSA_t2385438082 * get__rsa_15() const { return ____rsa_15; } inline RSA_t2385438082 ** get_address_of__rsa_15() { return &____rsa_15; } inline void set__rsa_15(RSA_t2385438082 * value) { ____rsa_15 = value; Il2CppCodeGenWriteBarrier((&____rsa_15), value); } inline static int32_t get_offset_of__dsa_16() { return static_cast(offsetof(X509Certificate_t489243025, ____dsa_16)); } inline DSA_t2386879874 * get__dsa_16() const { return ____dsa_16; } inline DSA_t2386879874 ** get_address_of__dsa_16() { return &____dsa_16; } inline void set__dsa_16(DSA_t2386879874 * value) { ____dsa_16 = value; Il2CppCodeGenWriteBarrier((&____dsa_16), value); } inline static int32_t get_offset_of_version_17() { return static_cast(offsetof(X509Certificate_t489243025, ___version_17)); } inline int32_t get_version_17() const { return ___version_17; } inline int32_t* get_address_of_version_17() { return &___version_17; } inline void set_version_17(int32_t value) { ___version_17 = value; } inline static int32_t get_offset_of_serialnumber_18() { return static_cast(offsetof(X509Certificate_t489243025, ___serialnumber_18)); } inline ByteU5BU5D_t4116647657* get_serialnumber_18() const { return ___serialnumber_18; } inline ByteU5BU5D_t4116647657** get_address_of_serialnumber_18() { return &___serialnumber_18; } inline void set_serialnumber_18(ByteU5BU5D_t4116647657* value) { ___serialnumber_18 = value; Il2CppCodeGenWriteBarrier((&___serialnumber_18), value); } inline static int32_t get_offset_of_issuerUniqueID_19() { return static_cast(offsetof(X509Certificate_t489243025, ___issuerUniqueID_19)); } inline ByteU5BU5D_t4116647657* get_issuerUniqueID_19() const { return ___issuerUniqueID_19; } inline ByteU5BU5D_t4116647657** get_address_of_issuerUniqueID_19() { return &___issuerUniqueID_19; } inline void set_issuerUniqueID_19(ByteU5BU5D_t4116647657* value) { ___issuerUniqueID_19 = value; Il2CppCodeGenWriteBarrier((&___issuerUniqueID_19), value); } inline static int32_t get_offset_of_subjectUniqueID_20() { return static_cast(offsetof(X509Certificate_t489243025, ___subjectUniqueID_20)); } inline ByteU5BU5D_t4116647657* get_subjectUniqueID_20() const { return ___subjectUniqueID_20; } inline ByteU5BU5D_t4116647657** get_address_of_subjectUniqueID_20() { return &___subjectUniqueID_20; } inline void set_subjectUniqueID_20(ByteU5BU5D_t4116647657* value) { ___subjectUniqueID_20 = value; Il2CppCodeGenWriteBarrier((&___subjectUniqueID_20), value); } inline static int32_t get_offset_of_extensions_21() { return static_cast(offsetof(X509Certificate_t489243025, ___extensions_21)); } inline X509ExtensionCollection_t609554709 * get_extensions_21() const { return ___extensions_21; } inline X509ExtensionCollection_t609554709 ** get_address_of_extensions_21() { return &___extensions_21; } inline void set_extensions_21(X509ExtensionCollection_t609554709 * value) { ___extensions_21 = value; Il2CppCodeGenWriteBarrier((&___extensions_21), value); } }; struct X509Certificate_t489243025_StaticFields { public: // System.String Mono.Security.X509.X509Certificate::encoding_error String_t* ___encoding_error_22; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$mapF Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24mapF_23; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map10 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map10_24; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map11 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map11_25; public: inline static int32_t get_offset_of_encoding_error_22() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___encoding_error_22)); } inline String_t* get_encoding_error_22() const { return ___encoding_error_22; } inline String_t** get_address_of_encoding_error_22() { return &___encoding_error_22; } inline void set_encoding_error_22(String_t* value) { ___encoding_error_22 = value; Il2CppCodeGenWriteBarrier((&___encoding_error_22), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24mapF_23() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24mapF_23)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24mapF_23() const { return ___U3CU3Ef__switchU24mapF_23; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24mapF_23() { return &___U3CU3Ef__switchU24mapF_23; } inline void set_U3CU3Ef__switchU24mapF_23(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24mapF_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24mapF_23), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map10_24() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map10_24)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map10_24() const { return ___U3CU3Ef__switchU24map10_24; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map10_24() { return &___U3CU3Ef__switchU24map10_24; } inline void set_U3CU3Ef__switchU24map10_24(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map10_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map10_24), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map11_25() { return static_cast(offsetof(X509Certificate_t489243025_StaticFields, ___U3CU3Ef__switchU24map11_25)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map11_25() const { return ___U3CU3Ef__switchU24map11_25; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map11_25() { return &___U3CU3Ef__switchU24map11_25; } inline void set_U3CU3Ef__switchU24map11_25(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map11_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map11_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T489243025_H #ifndef UNMANAGEDREADORWRITE_T876388624_H #define UNMANAGEDREADORWRITE_T876388624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Compression.DeflateStream/UnmanagedReadOrWrite struct UnmanagedReadOrWrite_t876388624 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNMANAGEDREADORWRITE_T876388624_H #ifndef SERVICEPOINT_T2786966844_H #define SERVICEPOINT_T2786966844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.ServicePoint struct ServicePoint_t2786966844 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t100236324 * ___uri_0; // System.Int32 System.Net.ServicePoint::connectionLimit int32_t ___connectionLimit_1; // System.Int32 System.Net.ServicePoint::maxIdleTime int32_t ___maxIdleTime_2; // System.Int32 System.Net.ServicePoint::currentConnections int32_t ___currentConnections_3; // System.DateTime System.Net.ServicePoint::idleSince DateTime_t3738529785 ___idleSince_4; // System.Version System.Net.ServicePoint::protocolVersion Version_t3456873960 * ___protocolVersion_5; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServicePoint::certificate X509Certificate_t713131622 * ___certificate_6; // System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServicePoint::clientCertificate X509Certificate_t713131622 * ___clientCertificate_7; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_t263743900 * ___host_8; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_9; // System.Collections.Hashtable System.Net.ServicePoint::groups Hashtable_t1853889766 * ___groups_10; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_11; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_12; // System.Object System.Net.ServicePoint::locker RuntimeObject * ___locker_13; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_14; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_15; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t1029027275 * ___endPointCallback_16; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_t2786966844, ___uri_0)); } inline Uri_t100236324 * get_uri_0() const { return ___uri_0; } inline Uri_t100236324 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t100236324 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((&___uri_0), value); } inline static int32_t get_offset_of_connectionLimit_1() { return static_cast(offsetof(ServicePoint_t2786966844, ___connectionLimit_1)); } inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; } inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; } inline void set_connectionLimit_1(int32_t value) { ___connectionLimit_1 = value; } inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast(offsetof(ServicePoint_t2786966844, ___maxIdleTime_2)); } inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; } inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; } inline void set_maxIdleTime_2(int32_t value) { ___maxIdleTime_2 = value; } inline static int32_t get_offset_of_currentConnections_3() { return static_cast(offsetof(ServicePoint_t2786966844, ___currentConnections_3)); } inline int32_t get_currentConnections_3() const { return ___currentConnections_3; } inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; } inline void set_currentConnections_3(int32_t value) { ___currentConnections_3 = value; } inline static int32_t get_offset_of_idleSince_4() { return static_cast(offsetof(ServicePoint_t2786966844, ___idleSince_4)); } inline DateTime_t3738529785 get_idleSince_4() const { return ___idleSince_4; } inline DateTime_t3738529785 * get_address_of_idleSince_4() { return &___idleSince_4; } inline void set_idleSince_4(DateTime_t3738529785 value) { ___idleSince_4 = value; } inline static int32_t get_offset_of_protocolVersion_5() { return static_cast(offsetof(ServicePoint_t2786966844, ___protocolVersion_5)); } inline Version_t3456873960 * get_protocolVersion_5() const { return ___protocolVersion_5; } inline Version_t3456873960 ** get_address_of_protocolVersion_5() { return &___protocolVersion_5; } inline void set_protocolVersion_5(Version_t3456873960 * value) { ___protocolVersion_5 = value; Il2CppCodeGenWriteBarrier((&___protocolVersion_5), value); } inline static int32_t get_offset_of_certificate_6() { return static_cast(offsetof(ServicePoint_t2786966844, ___certificate_6)); } inline X509Certificate_t713131622 * get_certificate_6() const { return ___certificate_6; } inline X509Certificate_t713131622 ** get_address_of_certificate_6() { return &___certificate_6; } inline void set_certificate_6(X509Certificate_t713131622 * value) { ___certificate_6 = value; Il2CppCodeGenWriteBarrier((&___certificate_6), value); } inline static int32_t get_offset_of_clientCertificate_7() { return static_cast(offsetof(ServicePoint_t2786966844, ___clientCertificate_7)); } inline X509Certificate_t713131622 * get_clientCertificate_7() const { return ___clientCertificate_7; } inline X509Certificate_t713131622 ** get_address_of_clientCertificate_7() { return &___clientCertificate_7; } inline void set_clientCertificate_7(X509Certificate_t713131622 * value) { ___clientCertificate_7 = value; Il2CppCodeGenWriteBarrier((&___clientCertificate_7), value); } inline static int32_t get_offset_of_host_8() { return static_cast(offsetof(ServicePoint_t2786966844, ___host_8)); } inline IPHostEntry_t263743900 * get_host_8() const { return ___host_8; } inline IPHostEntry_t263743900 ** get_address_of_host_8() { return &___host_8; } inline void set_host_8(IPHostEntry_t263743900 * value) { ___host_8 = value; Il2CppCodeGenWriteBarrier((&___host_8), value); } inline static int32_t get_offset_of_usesProxy_9() { return static_cast(offsetof(ServicePoint_t2786966844, ___usesProxy_9)); } inline bool get_usesProxy_9() const { return ___usesProxy_9; } inline bool* get_address_of_usesProxy_9() { return &___usesProxy_9; } inline void set_usesProxy_9(bool value) { ___usesProxy_9 = value; } inline static int32_t get_offset_of_groups_10() { return static_cast(offsetof(ServicePoint_t2786966844, ___groups_10)); } inline Hashtable_t1853889766 * get_groups_10() const { return ___groups_10; } inline Hashtable_t1853889766 ** get_address_of_groups_10() { return &___groups_10; } inline void set_groups_10(Hashtable_t1853889766 * value) { ___groups_10 = value; Il2CppCodeGenWriteBarrier((&___groups_10), value); } inline static int32_t get_offset_of_sendContinue_11() { return static_cast(offsetof(ServicePoint_t2786966844, ___sendContinue_11)); } inline bool get_sendContinue_11() const { return ___sendContinue_11; } inline bool* get_address_of_sendContinue_11() { return &___sendContinue_11; } inline void set_sendContinue_11(bool value) { ___sendContinue_11 = value; } inline static int32_t get_offset_of_useConnect_12() { return static_cast(offsetof(ServicePoint_t2786966844, ___useConnect_12)); } inline bool get_useConnect_12() const { return ___useConnect_12; } inline bool* get_address_of_useConnect_12() { return &___useConnect_12; } inline void set_useConnect_12(bool value) { ___useConnect_12 = value; } inline static int32_t get_offset_of_locker_13() { return static_cast(offsetof(ServicePoint_t2786966844, ___locker_13)); } inline RuntimeObject * get_locker_13() const { return ___locker_13; } inline RuntimeObject ** get_address_of_locker_13() { return &___locker_13; } inline void set_locker_13(RuntimeObject * value) { ___locker_13 = value; Il2CppCodeGenWriteBarrier((&___locker_13), value); } inline static int32_t get_offset_of_hostE_14() { return static_cast(offsetof(ServicePoint_t2786966844, ___hostE_14)); } inline RuntimeObject * get_hostE_14() const { return ___hostE_14; } inline RuntimeObject ** get_address_of_hostE_14() { return &___hostE_14; } inline void set_hostE_14(RuntimeObject * value) { ___hostE_14 = value; Il2CppCodeGenWriteBarrier((&___hostE_14), value); } inline static int32_t get_offset_of_useNagle_15() { return static_cast(offsetof(ServicePoint_t2786966844, ___useNagle_15)); } inline bool get_useNagle_15() const { return ___useNagle_15; } inline bool* get_address_of_useNagle_15() { return &___useNagle_15; } inline void set_useNagle_15(bool value) { ___useNagle_15 = value; } inline static int32_t get_offset_of_endPointCallback_16() { return static_cast(offsetof(ServicePoint_t2786966844, ___endPointCallback_16)); } inline BindIPEndPoint_t1029027275 * get_endPointCallback_16() const { return ___endPointCallback_16; } inline BindIPEndPoint_t1029027275 ** get_address_of_endPointCallback_16() { return &___endPointCallback_16; } inline void set_endPointCallback_16(BindIPEndPoint_t1029027275 * value) { ___endPointCallback_16 = value; Il2CppCodeGenWriteBarrier((&___endPointCallback_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVICEPOINT_T2786966844_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef EVENTHANDLER_T1348719766_H #define EVENTHANDLER_T1348719766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler struct EventHandler_t1348719766 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_T1348719766_H // System.Object[] struct ObjectU5BU5D_t2843939325 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : 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.IntPtr[] struct IntPtrU5BU5D_t4013366056 : public RuntimeArray { public: ALIGN_FIELD (8) intptr_t m_Items[1]; public: inline intptr_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline intptr_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, intptr_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline intptr_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline intptr_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, intptr_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t1281789340 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Attribute[] struct AttributeU5BU5D_t1575011174 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t861562559 * m_Items[1]; public: inline Attribute_t861562559 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t861562559 ** 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_t861562559 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Attribute_t861562559 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t861562559 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t861562559 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.ComponentModel.PropertyDescriptor[] struct PropertyDescriptorU5BU5D_t2649761905 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyDescriptor_t3244362832 * m_Items[1]; public: inline PropertyDescriptor_t3244362832 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyDescriptor_t3244362832 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, PropertyDescriptor_t3244362832 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyDescriptor_t3244362832 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyDescriptor_t3244362832 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyDescriptor_t3244362832 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t377611285 : public RuntimeArray { public: ALIGN_FIELD (8) CultureInfo_t4157843068 * m_Items[1]; public: inline CultureInfo_t4157843068 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CultureInfo_t4157843068 ** 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_t4157843068 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CultureInfo_t4157843068 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CultureInfo_t4157843068 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t4157843068 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int32[] struct Int32U5BU5D_t385246372 : 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.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Enum[] struct EnumU5BU5D_t596894966 : public RuntimeArray { public: ALIGN_FIELD (8) Enum_t4135868527 * m_Items[1]; public: inline Enum_t4135868527 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Enum_t4135868527 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Enum_t4135868527 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Enum_t4135868527 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Enum_t4135868527 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Enum_t4135868527 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : 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.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t1461694466 m_Items[1]; public: inline ParameterModifier_t1461694466 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t1461694466 * 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_t1461694466 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParameterModifier_t1461694466 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t1461694466 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t1461694466 value) { m_Items[index] = value; } }; // System.Attribute[][] struct AttributeU5BU5DU5BU5D_t2223617091 : public RuntimeArray { public: ALIGN_FIELD (8) AttributeU5BU5D_t1575011174* m_Items[1]; public: inline AttributeU5BU5D_t1575011174* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeU5BU5D_t1575011174** 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, AttributeU5BU5D_t1575011174* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline AttributeU5BU5D_t1575011174* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeU5BU5D_t1575011174** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeU5BU5D_t1575011174* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m3072481003_gshared (Dictionary_2_t132545152 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.EqualityComparer`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void EqualityComparer_1__ctor_m3263481450_gshared (EqualityComparer_1_t1249878500 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.IntPtr Mono.Security.X509.OSX509Certificates::SecPolicyCreateSSL(System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_SecPolicyCreateSSL_m802813503 (RuntimeObject * __this /* static, unused */, int32_t ___server0, intptr_t ___cfStringHostname1, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m1593216315 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.IntPtr Mono.Security.X509.OSX509Certificates::CFDataCreate(System.IntPtr,System.Byte*,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_CFDataCreate_m1389278067 (RuntimeObject * __this /* static, unused */, intptr_t ___allocator0, uint8_t* ___bytes1, intptr_t ___length2, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m536245531 (RuntimeObject * __this /* static, unused */, void* p0, const RuntimeMethod* method); // System.IntPtr Mono.Security.X509.OSX509Certificates::CFArrayCreate(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_CFArrayCreate_m3088306252 (RuntimeObject * __this /* static, unused */, intptr_t ___allocator0, intptr_t ___values1, intptr_t ___numValues2, intptr_t ___callbacks3, const RuntimeMethod* method); // Mono.Security.X509.OSX509Certificates/SecTrustResult Mono.Security.X509.OSX509Certificates::_TrustEvaluateSsl(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates__TrustEvaluateSsl_m790793461 (RuntimeObject * __this /* static, unused */, X509CertificateCollection_t1542168550 * ___certificates0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243025 * X509CertificateCollection_get_Item_m1033426577 (X509CertificateCollection_t1542168550 * __this, int32_t p0, const RuntimeMethod* method); // System.IntPtr Mono.Security.X509.OSX509Certificates::MakeCFData(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_MakeCFData_m2482074024 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.IntPtr Mono.Security.X509.OSX509Certificates::SecCertificateCreateWithData(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_SecCertificateCreateWithData_m154130835 (RuntimeObject * __this /* static, unused */, intptr_t ___allocator0, intptr_t ___nsdataRef1, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t p0, intptr_t p1, const RuntimeMethod* method); // System.IntPtr Mono.Security.X509.OSX509Certificates::FromIntPtrs(System.IntPtr[]) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_FromIntPtrs_m4230648416 (RuntimeObject * __this /* static, unused */, IntPtrU5BU5D_t4013366056* ___values0, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.OSX509Certificates::SecTrustCreateWithCertificates(System.IntPtr,System.IntPtr,System.IntPtr&) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates_SecTrustCreateWithCertificates_m1918511153 (RuntimeObject * __this /* static, unused */, intptr_t ___certOrCertArray0, intptr_t ___policies1, intptr_t* ___sectrustref2, const RuntimeMethod* method); // System.Int32 Mono.Security.X509.OSX509Certificates::SecTrustEvaluate(System.IntPtr,Mono.Security.X509.OSX509Certificates/SecTrustResult&) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates_SecTrustEvaluate_m2762864212 (RuntimeObject * __this /* static, unused */, intptr_t ___secTrustRef0, int32_t* ___secTrustResultTime1, const RuntimeMethod* method); // System.Void Mono.Security.X509.OSX509Certificates::CFRelease(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OSX509Certificates_CFRelease_m3882412525 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m1681134385 (HybridDictionary_t4070033136 * __this, int32_t ___initialSize0, bool ___caseInsensitive1, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::get_DefaultInvariant() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveComparer_t3670035800 * CaseInsensitiveComparer_get_DefaultInvariant_m2155614047 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::get_DefaultInvariant() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveHashCodeProvider_t1962629119 * CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::.ctor(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_m438204031 (ListDictionary_t1624492310 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1763145853 (Hashtable_t1853889766 * __this, int32_t p0, RuntimeObject* p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Collections.Specialized.HybridDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_GetEnumerator_m1379032493 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Collections.IDictionary System.Collections.Specialized.HybridDictionary::get_inner() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_inner_m3689521430 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.HybridDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m1166314536 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Switch() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Switch_m3818192922 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IDictionary,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m465544153 (Hashtable_t1853889766 * __this, RuntimeObject* p0, RuntimeObject* p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::Clear() extern "C" IL2CPP_METHOD_ATTR void ListDictionary_Clear_m125005380 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_m1767915711 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary) extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeEnumerator__ctor_m1005316675 (DictionaryNodeEnumerator_t1673829610 * __this, ListDictionary_t1624492310 * ___dict0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/DictionaryNode::.ctor(System.Object,System.Object,System.Collections.Specialized.ListDictionary/DictionaryNode) extern "C" IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m1380016344 (DictionaryNode_t417719465 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, DictionaryNode_t417719465 * ___next2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.ListDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m139246936 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_GetEnumerator_m3395631195 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::FindEntry(System.Object) extern "C" IL2CPP_METHOD_ATTR DictionaryNode_t417719465 * ListDictionary_FindEntry_m4121604518 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::FindEntry(System.Object,System.Collections.Specialized.ListDictionary/DictionaryNode&) extern "C" IL2CPP_METHOD_ATTR DictionaryNode_t417719465 * ListDictionary_FindEntry_m2629402370 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, DictionaryNode_t417719465 ** ___prev1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::AddImpl(System.Object,System.Object,System.Collections.Specialized.ListDictionary/DictionaryNode) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_AddImpl_m3184792770 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, DictionaryNode_t417719465 * ___prev2, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeCollection__ctor_m1008082019 (DictionaryNodeCollection_t819283804 * __this, ListDictionary_t1624492310 * ___dict0, bool ___isKeyList1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Object System.Collections.Specialized.ListDictionary::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_SyncRoot_m4242825143 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DictionaryNodeCollection_get_Count_m4057745757 (DictionaryNodeCollection_t819283804 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryNodeCollection_GetEnumerator_m3511791494 (DictionaryNodeCollection_t819283804 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::.ctor(System.Collections.IDictionaryEnumerator,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeCollectionEnumerator__ctor_m3213219111 (DictionaryNodeCollectionEnumerator_t2863182637 * __this, RuntimeObject* ___inner0, bool ___isKeyList1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeEnumerator_Reset_m2226320064 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::FailFast() extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeEnumerator_FailFast_m2494733641 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 DictionaryNodeEnumerator_get_Entry_m2309234501 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method); // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::get_DictionaryNode() extern "C" IL2CPP_METHOD_ATTR DictionaryNode_t417719465 * DictionaryNodeEnumerator_get_DictionaryNode_m2794172961 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::.ctor(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry__ctor_m2585376310 (DictionaryEntry_t3123975638 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::Init() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Init_m2525481323 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase() extern "C" IL2CPP_METHOD_ATTR StringComparer_t3301955079 * StringComparer_get_InvariantCultureIgnoreCase_m2404489191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer,System.Collections.IComparer,System.Collections.IHashCodeProvider) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m682415100 (NameObjectCollectionBase_t2091847364 * __this, RuntimeObject* ___equalityComparer0, RuntimeObject* ___comparer1, RuntimeObject* ___hcp2, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3305570058 (Hashtable_t1853889766 * __this, int32_t p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::.ctor(System.Collections.Specialized.NameObjectCollectionBase) extern "C" IL2CPP_METHOD_ATTR void KeysCollection__ctor_m3575458428 (KeysCollection_t1318642398 * __this, NameObjectCollectionBase_t2091847364 * ___collection0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase) extern "C" IL2CPP_METHOD_ATTR void _KeysEnumerator__ctor_m1664513423 (_KeysEnumerator_t4246666432 * __this, NameObjectCollectionBase_t2091847364 * ___collection0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3906743584 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, Type_t * p2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3427199315 (SerializationInfo_t950877179 * __this, String_t* p0, bool p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m412754688 (SerializationInfo_t950877179 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_m3862484944 (SerializationException_t3941511869 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m1756153320 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_m2389830291 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_m1249375452 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/_Item::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void _Item__ctor_m4016463660 (_Item_t2272350267 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Collections.Specialized.NameObjectCollectionBase/_Item System.Collections.Specialized.NameObjectCollectionBase::FindFirstMatchedItem(System.String) extern "C" IL2CPP_METHOD_ATTR _Item_t2272350267 * NameObjectCollectionBase_FindFirstMatchedItem_m840305173 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m2677971642 (NameObjectCollectionBase_t2091847364 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_Equals_m2121912479 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___s10, String_t* ___s21, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void _KeysEnumerator_Reset_m2283582422 (_KeysEnumerator_t4246666432 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m3448755881 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m2090733912 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.Collections.IHashCodeProvider System.Collections.Specialized.NameObjectCollectionBase::get_HashCodeProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_get_HashCodeProvider_m2477226434 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.Collections.IComparer System.Collections.Specialized.NameObjectCollectionBase::get_Comparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_get_Comparer_m823172989 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m3908400148 (NameObjectCollectionBase_t2091847364 * __this, int32_t ___capacity0, RuntimeObject* ___hashProvider1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::Add(System.Collections.Specialized.NameValueCollection) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Add_m1535255656 (NameValueCollection_t407452768 * __this, NameValueCollection_t407452768 * ___c0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m1512146076 (NameObjectCollectionBase_t2091847364 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_m194313763 (NameValueCollection_t407452768 * __this, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m1425278489 (NameObjectCollectionBase_t2091847364 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m1421109967 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2130986447 (ArrayList_t2718874744 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_m1319323505 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.Collections.Specialized.NameValueCollection::AsSingleString(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_AsSingleString_m3776180906 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___values0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2502310956 (StringBuilder_t * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1640838743 (StringBuilder_t * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String[] System.Collections.Specialized.NameValueCollection::AsStringArray(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* NameValueCollection_AsStringArray_m1513901264 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___values0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_m3554174796 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_m2640574809 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m3192564643 (Hashtable_t1853889766 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary::WriteCheck() extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_WriteCheck_m1617978376 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.OrderedDictionary::FindListEntry(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t OrderedDictionary_FindListEntry_m1328489083 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.DictionaryEntry::set_Value(System.Object) extern "C" IL2CPP_METHOD_ATTR void DictionaryEntry_set_Value_m574960201 (DictionaryEntry_t3123975638 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary/OrderedCollection::.ctor(System.Collections.ArrayList,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OrderedCollection__ctor_m604189677 (OrderedCollection_t2804082187 * __this, ArrayList_t2718874744 * ___list0, bool ___isKeyList1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::.ctor(System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR void OrderedEntryCollectionEnumerator__ctor_m987195467 (OrderedEntryCollectionEnumerator_t1171499853 * __this, RuntimeObject* ___listEnumerator0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::.ctor(System.Collections.IEnumerator,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OrderedCollectionEnumerator__ctor_m1527864663 (OrderedCollectionEnumerator_t3799789192 * __this, RuntimeObject* ___listEnumerator0, bool ___isKeyList1, const RuntimeMethod* method); // System.Collections.DictionaryEntry System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 OrderedEntryCollectionEnumerator_get_Entry_m2481716039 (OrderedEntryCollectionEnumerator_t1171499853 * __this, const RuntimeMethod* method); // System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m2538039158 (StringCollection_t167406615 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::set_Item(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_set_Item_m4148591189 (StringCollection_t167406615 * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_Add_m774560569 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool StringCollection_Contains_m1606600301 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m767274544 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Insert_m2300187778 (StringCollection_t167406615 * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Remove_m3605634414 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringEnumerator::.ctor(System.Collections.Specialized.StringCollection) extern "C" IL2CPP_METHOD_ATTR void StringEnumerator__ctor_m1836977820 (StringEnumerator_t3934291441 * __this, StringCollection_t167406615 * ___coll0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::ToLower(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * p0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionConverter_ConvertTo_m1781333342 (CollectionConverter_t3078846443 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m744513393 (NullReferenceException_t1023182353 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m798034609 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptorU5BU5D_t2649761905* ___properties0, const RuntimeMethod* method); // System.Void System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::.ctor(System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR void ArrayPropertyDescriptor__ctor_m1641880234 (ArrayPropertyDescriptor_t157990669 * __this, int32_t ___index0, Type_t * ___array_type1, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_m3340053766 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.String,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m4092411741 (PropertyDescriptor_t3244362832 * __this, String_t* ___name0, AttributeU5BU5D_t1575011174* ___attrs1, const RuntimeMethod* method); // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m3608472199 (AttributeCollection_t4221220734 * __this, ArrayList_t2718874744 * ___attributes0, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_m620806924 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.AttributeCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_m3844742657 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute) extern "C" IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m136161230 (AttributeCollection_t4221220734 * __this, Attribute_t861562559 * ___attr0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m2219014380 (Type_t * __this, TypeU5BU5D_t3940880105* p0, const RuntimeMethod* method); // System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConstructorInfo_Invoke_m4089836896 (ConstructorInfo_t5769829 * __this, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * AttributeCollection_GetDefaultAttribute_m3694029588 (AttributeCollection_t4221220734 * __this, Type_t * ___attributeType0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverter__ctor_m2146026630 (TypeConverter_t2249118273 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m3868864455 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m1114712797 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m1947275633 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1406832249 (Exception_t * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m1024238132 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m827193029 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, Type_t * p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m3165899902 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.Boolean System.Boolean::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Parse_m2370352694 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m260150618 (StandardValuesCollection_t2184948248 * __this, RuntimeObject* ___values0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m4063101981 (uint8_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m3200377149 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m413983569 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m1262864254 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ReadOnlyCollectionBase_get_InnerList_m2735310367 (ReadOnlyCollectionBase_t1836743899 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * TypeDescriptor_GetProperties_m4110734074 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___component0, AttributeU5BU5D_t1575011174* ___attributes1, const RuntimeMethod* method); // System.Void System.ComponentModel.Info::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void Info__ctor_m3690246189 (Info_t3260944019 * __this, Type_t * ___infoType0, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.Info::GetAttributes(System.ComponentModel.IComponent) extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * Info_GetAttributes_m2908353876 (Info_t3260944019 * __this, RuntimeObject* ___comp0, const RuntimeMethod* method); // System.Void System.ComponentModel.ReflectionPropertyDescriptor::.ctor(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR void ReflectionPropertyDescriptor__ctor_m1410099502 (ReflectionPropertyDescriptor_t3529497203 * __this, PropertyInfo_t * ___info0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m4135029295 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptorU5BU5D_t2649761905* ___properties0, bool ___readOnly1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1071830722 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CultureInfo__ctor_m686319079 (CultureInfo_t4157843068 * __this, String_t* p0, const RuntimeMethod* method); // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes) extern "C" IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t377611285* CultureInfo_GetCultures_m1089166172 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1909778155 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, bool p5, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m1302935062 (InstanceDescriptor_t657473484 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method); // System.Void System.ComponentModel.CultureInfoConverter/CultureInfoComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CultureInfoComparer__ctor_m3604809090 (CultureInfoComparer_t1184699714 * __this, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m870838517 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, CultureInfo_t4157843068 * p3, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m2550724587 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.DateTime System.DateTime::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_Parse_m3729096069 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m1022058599 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Date() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_get_Date_m46742767 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Boolean System.DateTime::Equals(System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_Equals_m4001498422 (DateTime_t3738529785 * __this, DateTime_t3738529785 p0, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m2992030064 (DateTime_t3738529785 * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m1916142975 (DateTime_t3738529785 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_ShortDatePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortDatePattern_m2502330401 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.Globalization.DateTimeFormatInfo::get_ShortTimePattern() extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_ShortTimePattern_m453440268 (DateTimeFormatInfo_t2405853701 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_m1550640881 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_m3510519829 (BaseNumberConverter_t312147029 * __this, RuntimeObject* ___context0, Type_t * ___t1, const RuntimeMethod* method); // System.Int32[] System.Decimal::GetBits(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Int32U5BU5D_t385246372* Decimal_GetBits_m453754410 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, const RuntimeMethod* method); // System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertTo_m3438090394 (BaseNumberConverter_t312147029 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m14270257 (Decimal_t2948259380 * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m942471224 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Int32 System.Attribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Attribute_GetHashCode_m2508706224 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m3097875716 (InstanceDescriptor_t657473484 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, bool ___isComplete2, const RuntimeMethod* method); // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::ValidateMember(System.Reflection.MemberInfo,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void InstanceDescriptor_ValidateMember_m1389918349 (InstanceDescriptor_t657473484 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m2399864271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.FieldInfo::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_m3482711189 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * PropertyInfo_GetGetMethod_m1510309854 (PropertyInfo_t * __this, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m1431846790 (DesignerAttribute_t2079716647 * __this, String_t* ___designerTypeName0, String_t* ___designerBaseTypeName1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.ComponentModel.DesignerAttribute::get_DesignerBaseTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m1981925521 (DesignerAttribute_t2079716647 * __this, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.String System.ComponentModel.DesignerAttribute::get_DesignerTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_m532939522 (DesignerAttribute_t2079716647 * __this, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.String System.Double::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1051753975 (double* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m1135962389 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t EditorBrowsableAttribute_get_State_m21497981 (EditorBrowsableAttribute_t1475454531 * __this, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m2480312097 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.EnumConverter::get_IsFlags() extern "C" IL2CPP_METHOD_ATTR bool EnumConverter_get_IsFlags_m220695363 (EnumConverter_t1688858217 * __this, const RuntimeMethod* method); // System.ArgumentException System.ComponentModel.EnumConverter::CreateValueNotValidException(System.Object) extern "C" IL2CPP_METHOD_ATTR ArgumentException_t132251570 * EnumConverter_CreateValueNotValidException_m156361797 (EnumConverter_t1688858217 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Enum::Format(System.Type,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Enum_Format_m2588135982 (RuntimeObject * __this /* static, unused */, Type_t * p0, RuntimeObject * p1, String_t* p2, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverter::ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m39479576 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1479779718 (Type_t * __this, String_t* p0, TypeU5BU5D_t3940880105* p1, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Type::GetField(System.String) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m2961003358 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1628250250 (RuntimeObject * __this /* static, unused */, Type_t * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2643251823 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Array System.Enum::GetValues(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m4192343468 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t p0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3240678588 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int64) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m1136033697 (RuntimeObject * __this /* static, unused */, Type_t * p0, int64_t p1, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1579637477 (RuntimeObject * __this /* static, unused */, Type_t * p0, String_t* p1, bool p2, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1707675600 (FormatException_t154580423 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Boolean System.Enum::IsDefined(System.Type,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Enum_IsDefined_m1442314461 (RuntimeObject * __this /* static, unused */, Type_t * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m3698291233 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, const RuntimeMethod* method); // System.Void System.ComponentModel.EnumConverter/EnumComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void EnumComparer__ctor_m1931868868 (EnumComparer_t557155003 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t2843939325* p2, const RuntimeMethod* method); // System.Int32 System.Collections.Comparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Comparer_Compare_m3984347512 (Comparer_t1912461351 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Guid__ctor_m2423264394 (Guid_t * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Guid::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Guid_ToString_m4056316049 (Guid_t * __this, String_t* p0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Filter(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * PropertyDescriptorCollection_Filter_m1223326888 (PropertyDescriptorCollection_t4164928659 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method); // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Type) extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * TypeDescriptor_GetAttributes_m4172868975 (RuntimeObject * __this /* static, unused */, Type_t * ___componentType0, const RuntimeMethod* method); // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m425043493 (AttributeCollection_t4221220734 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method); // System.String System.Int16::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int16_ToString_m1931491687 (int16_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int16_Parse_m3641256939 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3399744881 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.ComponentModel.BaseNumberConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m3644937142 (BaseNumberConverter_t312147029 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m2507389746 (int32_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m3682462547 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m391894676 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2085073918 (int64_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3250361603 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m582681594 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Object::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m2705121830 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_m102162426 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * TypeConverter_GetProperties_m1339226601 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t1575011174* ___attributes2, const RuntimeMethod* method); // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * TypeConverter_GetStandardValues_m2718466166 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_m838240822 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m916592162 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.TypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_m521227242 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m3816634387 (MemberDescriptor_t3815403747 * __this, String_t* ___name0, AttributeU5BU5D_t1575011174* ___attrs1, const RuntimeMethod* method); // System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void MemberDescriptor_FillAttributes_m248158813 (MemberDescriptor_t3815403747 * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.MemberDescriptor::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MemberDescriptor_Equals_m3444843062 (MemberDescriptor_t3815403747 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MemberDescriptor::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MemberDescriptor_GetHashCode_m451414437 (MemberDescriptor_t3815403747 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_m3960872056 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.PropertyDescriptorCollection::Contains(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_m522099149 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::IndexOf(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_m3167634456 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::Insert(System.Int32,System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m1993073985 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, PropertyDescriptor_t3244362832 * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::Remove(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m3035251257 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptorCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m3401883525 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.ComponentModel.PropertyDescriptorCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m2540204170 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3203413707 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, int32_t p2, const RuntimeMethod* method); // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m2722967475 (AttributeCollection_t4221220734 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method); // System.Void System.ComponentModel.ReadOnlyAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyAttribute__ctor_m2336796499 (ReadOnlyAttribute_t1907441566 * __this, bool ___read_only0, const RuntimeMethod* method); // System.Int32 System.Boolean::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m3167312162 (bool* __this, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReadOnlyAttribute::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_m1728865388 (ReadOnlyAttribute_t1907441566 * __this, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Boolean_Equals_m535526264 (bool* __this, bool p0, const RuntimeMethod* method); // System.Boolean System.ComponentModel.ReadOnlyAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_Equals_m600575552 (ReadOnlyAttribute_t1907441566 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3294104835 (Type_t * __this, String_t* p0, int32_t p1, Binder_t2999457153 * p2, Type_t * p3, TypeU5BU5D_t3940880105* p4, ParameterModifierU5BU5D_t2943407543* p5, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::FillAttributes(System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_m767558788 (PropertyDescriptor_t3244362832 * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.ComponentModel.ReflectionPropertyDescriptor::GetPropertyInfo() extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * ReflectionPropertyDescriptor_GetPropertyInfo_m4262253459 (ReflectionPropertyDescriptor_t3529497203 * __this, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * p0, int32_t p1, const RuntimeMethod* method); // System.String System.SByte::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* SByte_ToString_m2708934884 (int8_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t SByte_Parse_m2899090751 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2929426021 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m543431371 (float* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m3793689340 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_Parse_m4107860700 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.TimeSpan::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* TimeSpan_ToString_m1128692466 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m2137362016 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Object System.ComponentModel.Design.Serialization.InstanceDescriptor::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InstanceDescriptor_Invoke_m2192227030 (InstanceDescriptor_t657473484 * __this, const RuntimeMethod* method); // System.Exception System.ComponentModel.TypeConverter::GetConvertFromException(System.Object) extern "C" IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertFromException_m3846396550 (TypeConverter_t2249118273 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_m2226097287 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, String_t* ___text1, const RuntimeMethod* method); // System.Object System.ComponentModel.TypeConverter::ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromString_m1508108935 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, String_t* ___text2, const RuntimeMethod* method); // System.Exception System.ComponentModel.TypeConverter::GetConvertToException(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertToException_m2521759357 (TypeConverter_t2249118273 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_m3808809199 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection_CopyTo_m3869788383 (StandardValuesCollection_t2184948248 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m2314137919 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.TypeConverter/StandardValuesCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_m3646517383 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeConverterAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m1774069684 (TypeConverterAttribute_t3271584429 * __this, const RuntimeMethod* method); // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m2103610043 (TypeConverterAttribute_t3271584429 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2467167622(__this, method) (( void (*) (Dictionary_2_t221103672 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.ComponentModel.WeakObjectWrapperComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void WeakObjectWrapperComparer__ctor_m1468307998 (WeakObjectWrapperComparer_t303980402 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::.ctor(System.Collections.Generic.IEqualityComparer`1) #define Dictionary_2__ctor_m1336243196(__this, p0, method) (( void (*) (Dictionary_2_t1364470182 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m3072481003_gshared)(__this, p0, method) // System.ComponentModel.TypeInfo System.ComponentModel.TypeDescriptor::GetTypeInfo(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeInfo_t323385814 * TypeDescriptor_GetTypeInfo_m2849131577 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptor::GetTypeFromName(System.ComponentModel.IComponent,System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetTypeFromName_m1561644294 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___component0, String_t* ___typeName1, const RuntimeMethod* method); // System.Type System.ComponentModel.TypeDescriptor::FindDefaultConverterType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_FindDefaultConverterType_m2881397014 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Collections.ArrayList System.ComponentModel.TypeDescriptor::get_DefaultConverters() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * TypeDescriptor_get_DefaultConverters_m2050164598 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m3284996719 (Type_t * __this, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * TypeDescriptor_GetProperties_m3213774446 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___component0, AttributeU5BU5D_t1575011174* ___attributes1, bool ___noCustomTypeDesc2, const RuntimeMethod* method); // System.ComponentModel.ComponentInfo System.ComponentModel.TypeDescriptor::GetComponentInfo(System.ComponentModel.IComponent) extern "C" IL2CPP_METHOD_ATTR ComponentInfo_t1259248179 * TypeDescriptor_GetComponentInfo_m3351380856 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___com0, const RuntimeMethod* method); // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.Info::GetProperties(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * Info_GetProperties_m5923089 (Info_t3260944019 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method); // System.Void System.EventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EventHandler__ctor_m3449229857 (EventHandler_t1348719766 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.ComponentModel.ComponentInfo::.ctor(System.ComponentModel.IComponent) extern "C" IL2CPP_METHOD_ATTR void ComponentInfo__ctor_m35264321 (ComponentInfo_t1259248179 * __this, RuntimeObject* ___component0, const RuntimeMethod* method); // System.Void System.ComponentModel.TypeInfo::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m1452927038 (TypeInfo_t323385814 * __this, Type_t * ___t0, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m1693760368 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Type System.ComponentModel.Info::get_InfoType() extern "C" IL2CPP_METHOD_ATTR Type_t * Info_get_InfoType_m345207993 (Info_t3260944019 * __this, const RuntimeMethod* method); // System.String System.UInt16::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* UInt16_ToString_m760649087 (uint16_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_m3476925403 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m1964846188 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.UInt32::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m2420423038 (uint32_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m3755665066 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m4185155480 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.UInt64::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m1695188334 (uint64_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_m1485858293 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m3589951548 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.EqualityComparer`1::.ctor() #define EqualityComparer_1__ctor_m3965616416(__this, method) (( void (*) (EqualityComparer_1_t3292203282 *, const RuntimeMethod*))EqualityComparer_1__ctor_m3263481450_gshared)(__this, method) // System.WeakReference System.ComponentModel.WeakObjectWrapper::get_Weak() extern "C" IL2CPP_METHOD_ATTR WeakReference_t1334886716 * WeakObjectWrapper_get_Weak_m3798844022 (WeakObjectWrapper_t827463650 * __this, const RuntimeMethod* method); // System.Int32 System.ComponentModel.WeakObjectWrapper::get_TargetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t WeakObjectWrapper_get_TargetHashCode_m2410877984 (WeakObjectWrapper_t827463650 * __this, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error() extern "C" IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_m1272610344 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.ComponentModel.Win32Exception::W32ErrorMessage(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Win32Exception_W32ErrorMessage_m988596464 (RuntimeObject * __this /* static, unused */, int32_t ___error_code0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ExternalException__ctor_m575519339 (ExternalException_t3544951457 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.ExternalException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ExternalException__ctor_m4224477539 (ExternalException_t3544951457 * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m1103241326 (Exception_t * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m1982745395 (ConfigurationException_t3515317685 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m1515048899 (SystemException_t176217640 * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.String System.Configuration.ConfigurationException::GetXmlNodeFilename(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR String_t* ConfigurationException_GetXmlNodeFilename_m3551913791 (RuntimeObject * __this /* static, unused */, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.Int32 System.Configuration.ConfigurationException::GetXmlNodeLineNumber(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR int32_t ConfigurationException_GetXmlNodeLineNumber_m116427330 (RuntimeObject * __this /* static, unused */, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.String System.Exception::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m3320461627 (Exception_t * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Configuration.DefaultConfig System.Configuration.DefaultConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR DefaultConfig_t1013547162 * DefaultConfig_GetInstance_m3547975637 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Object System.Configuration.ConfigurationManager::GetSection(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationManager_GetSection_m2812236313 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Configuration.DefaultConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultConfig__ctor_m151123192 (DefaultConfig_t1013547162 * __this, const RuntimeMethod* method); // System.Void System.UriParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void UriParser__ctor_m2454688443 (UriParser_t3890150400 * __this, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2907601956 (Stack_t2329662280 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceListener__ctor_m290583152 (TraceListener_t3975618648 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m394552009 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.Diagnostics.DefaultTraceListener::GetPrefix(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DefaultTraceListener_GetPrefix_m415696198 (RuntimeObject * __this /* static, unused */, String_t* ___var0, String_t* ___target1, const RuntimeMethod* method); // System.Object System.Configuration.ConfigurationSettings::GetConfig(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationSettings_GetConfig_m1015220656 (RuntimeObject * __this /* static, unused */, String_t* ___sectionName0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Threading.Thread::MemoryBarrier() extern "C" IL2CPP_METHOD_ATTR void Thread_MemoryBarrier_m3452652409 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m1590826108 (RuntimeObject * __this /* static, unused */, RuntimeObject ** p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ElementHandler__ctor_m3437751304 (ElementHandler_t2521990823 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::get_Default() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveHashCodeProvider_t1962629119 * CaseInsensitiveHashCodeProvider_get_Default_m3719687032 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::get_Default() extern "C" IL2CPP_METHOD_ATTR CaseInsensitiveComparer_t3670035800 * CaseInsensitiveComparer_get_Default_m3138639762 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m2302711321 (Hashtable_t1853889766 * __this, RuntimeObject* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceImplSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void TraceImplSettings__ctor_m3609199558 (TraceImplSettings_t2527703222 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Diagnostics.TraceListenerCollection System.Diagnostics.DiagnosticsConfigurationHandler::GetSharedListeners(System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR TraceListenerCollection_t1347122889 * DiagnosticsConfigurationHandler_GetSharedListeners_m4190802387 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceListeners(System.Collections.IDictionary,System.Xml.XmlNode,System.Diagnostics.TraceListenerCollection) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceListeners_m1456791038 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___listenersNode1, TraceListenerCollection_t1347122889 * ___listeners2, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler::Invoke(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ElementHandler_Invoke_m2258869142 (ElementHandler_t2521990823 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowUnrecognizedElement(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.String System.Diagnostics.DiagnosticsConfigurationHandler::GetAttribute(System.Xml.XmlAttributeCollection,System.String,System.Boolean,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR String_t* DiagnosticsConfigurationHandler_GetAttribute_m1759103724 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlAttributeCollection_t2316283784 * ___attrs0, String_t* ___attr1, bool ___required2, XmlNode_t3767805227 * ___node3, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ValidateInvalidAttributes(System.Xml.XmlAttributeCollection,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlAttributeCollection_t2316283784 * ___c0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m3251818005 (ConfigurationException_t3515317685 * __this, String_t* ___message0, Exception_t * ___inner1, XmlNode_t3767805227 * ___node2, const RuntimeMethod* method); // System.Diagnostics.TraceListener System.Diagnostics.TraceListenerCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR TraceListener_t3975618648 * TraceListenerCollection_get_Item_m2168642045 (TraceListenerCollection_t1347122889 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::set_AssertUiEnabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultTraceListener_set_AssertUiEnabled_m3374149651 (DefaultTraceListener_t2804304119 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::set_LogFileName(System.String) extern "C" IL2CPP_METHOD_ATTR void DefaultTraceListener_set_LogFileName_m422834426 (DefaultTraceListener_t2804304119 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Object System.Diagnostics.DiagnosticsConfigurationHandler::GetSwitchValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DiagnosticsConfigurationHandler_GetSwitchValue_m224359318 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowUnrecognizedNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceAttributes(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m1033611559 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection__ctor_m1500370583 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceSource(System.Collections.IDictionary,System.Collections.Hashtable,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceSource_m492124141 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, Hashtable_t1853889766 * ___sources1, XmlNode_t3767805227 * ___node2, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringDictionary__ctor_m4172756934 (StringDictionary_t120437468 * __this, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1871331077 (RuntimeObject * __this /* static, unused */, Type_t * p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceSourceInfo::.ctor(System.String,System.Diagnostics.SourceLevels,System.Diagnostics.TraceImplSettings) extern "C" IL2CPP_METHOD_ATTR void TraceSourceInfo__ctor_m201361737 (TraceSourceInfo_t2065837391 * __this, String_t* ___name0, int32_t ___levels1, TraceImplSettings_t2527703222 * ___settings2, const RuntimeMethod* method); // System.String System.Diagnostics.TraceSourceInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* TraceSourceInfo_get_Name_m4251864490 (TraceSourceInfo_t2065837391 * __this, const RuntimeMethod* method); // System.Diagnostics.TraceListenerCollection System.Diagnostics.TraceSourceInfo::get_Listeners() extern "C" IL2CPP_METHOD_ATTR TraceListenerCollection_t1347122889 * TraceSourceInfo_get_Listeners_m3780002699 (TraceSourceInfo_t2065837391 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceListener(System.Collections.IDictionary,System.Xml.XmlNode,System.Xml.XmlAttributeCollection,System.Diagnostics.TraceListenerCollection) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceListener_m2705949763 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___child1, XmlAttributeCollection_t2316283784 * ___attributes2, TraceListenerCollection_t1347122889 * ___listeners3, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::RemoveTraceListener(System.String) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_RemoveTraceListener_m964532660 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Clear_m1136669986 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationErrorsException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ConfigurationErrorsException__ctor_m3308054107 (ConfigurationErrorsException_t66512296 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::Add(System.Diagnostics.TraceListener,System.Diagnostics.TraceImplSettings) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Add_m666724009 (TraceListenerCollection_t1347122889 * __this, TraceListener_t3975618648 * ___listener0, TraceImplSettings_t2527703222 * ___settings1, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m950313272 (Type_t * __this, int32_t p0, Binder_t2999457153 * p1, TypeU5BU5D_t3940880105* p2, ParameterModifierU5BU5D_t2943407543* p3, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationErrorsException::.ctor(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ConfigurationErrorsException__ctor_m479893572 (ConfigurationErrorsException_t66512296 * __this, String_t* p0, XmlNode_t3767805227 * p1, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::set_TraceOutputOptions(System.Diagnostics.TraceOptions) extern "C" IL2CPP_METHOD_ATTR void TraceListener_set_TraceOutputOptions_m1895669819 (TraceListener_t3975618648 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Collections.Specialized.StringDictionary System.Diagnostics.TraceListener::get_Attributes() extern "C" IL2CPP_METHOD_ATTR StringDictionary_t120437468 * TraceListener_get_Attributes_m3288921528 (TraceListener_t3975618648 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Remove_m854120826 (TraceListenerCollection_t1347122889 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m148113530 (ConfigurationException_t3515317685 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_get_ItemOf_m952828905 (XmlAttributeCollection_t2316283784 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ValidateAttribute(System.String,System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ValidateAttribute_m4260541057 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___attribute0, String_t* ___value1, XmlNode_t3767805227 * ___node2, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_Remove_m1901737198 (XmlAttributeCollection_t2316283784 * __this, XmlAttribute_t1173852259 * p0, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowMissingAttribute(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowMissingAttribute_m1748857606 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___attribute0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m724544360 (ConfigurationException_t3515317685 * __this, String_t* ___message0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_get_ItemOf_m2829877268 (XmlAttributeCollection_t2316283784 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowUnrecognizedAttribute(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowUnrecognizedAttribute_m934381235 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___attribute0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void System.Diagnostics.CorrelationManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CorrelationManager__ctor_m389758829 (CorrelationManager_t2688752967 * __this, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceImpl::InitOnce() extern "C" IL2CPP_METHOD_ATTR void TraceImpl_InitOnce_m17789841 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Collections.IDictionary System.Diagnostics.DiagnosticsConfiguration::get_Settings() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DiagnosticsConfiguration_get_Settings_m1034709288 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection__ctor_m724574464 (TraceListenerCollection_t1347122889 * __this, bool ___addDefault0, const RuntimeMethod* method); // System.Void System.Diagnostics.DefaultTraceListener::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultTraceListener__ctor_m3705995754 (DefaultTraceListener_t2804304119 * __this, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m3039543187 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t p0, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ArrayList::Synchronized(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ArrayList_Synchronized_m1327684267 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * p0, const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceListenerCollection::Add(System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_Add_m1132006061 (TraceListenerCollection_t1347122889 * __this, TraceListener_t3975618648 * ___listener0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::InitializeListener(System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_InitializeListener_m198015728 (TraceListenerCollection_t1347122889 * __this, TraceListener_t3975618648 * ___listener0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::set_Item(System.Int32,System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_set_Item_m857617922 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, TraceListener_t3975618648 * ___value1, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3875126938 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListenerCollection::Insert(System.Int32,System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Insert_m619879373 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, TraceListener_t3975618648 * ___listener1, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::set_IndentLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TraceListener_set_IndentLevel_m315463735 (TraceListener_t3975618648 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Diagnostics.TraceListener::set_IndentSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TraceListener_set_IndentSize_m3639388934 (TraceListener_t3975618648 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceImpl::get_IndentLevel() extern "C" IL2CPP_METHOD_ATTR int32_t TraceImpl_get_IndentLevel_m1767671204 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Diagnostics.TraceImpl::get_IndentSize() extern "C" IL2CPP_METHOD_ATTR int32_t TraceImpl_get_IndentSize_m3405794161 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedRead_m4002292959 (RuntimeObject * __this /* static, unused */, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedWrite_m3688808850 (RuntimeObject * __this /* static, unused */, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m3390202582 (DeflateStream_t4175168077 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m3881936881 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object) extern "C" IL2CPP_METHOD_ATTR GCHandle_t3351438187 GCHandle_Alloc_m3053200191 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_m1877378381 (UnmanagedReadOrWrite_t876388624 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.GCHandle::ToIntPtr(System.Runtime.InteropServices.GCHandle) extern "C" IL2CPP_METHOD_ATTR intptr_t GCHandle_ToIntPtr_m3288225389 (RuntimeObject * __this /* static, unused */, GCHandle_t3351438187 p0, const RuntimeMethod* method); // System.IntPtr System.IO.Compression.DeflateStream::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStream/UnmanagedReadOrWrite,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t DeflateStream_CreateZStream_m195851798 (RuntimeObject * __this /* static, unused */, int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_t876388624 * ___feeder2, intptr_t ___data3, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3095902440 (NotImplementedException_t3489357830 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::CloseZStream(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_CloseZStream_m3729759613 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::CheckResult(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_CheckResult_m2277590404 (RuntimeObject * __this /* static, unused */, int32_t ___result0, String_t* ___where1, const RuntimeMethod* method); // System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated() extern "C" IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m1058226959 (GCHandle_t3351438187 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.GCHandle::Free() extern "C" IL2CPP_METHOD_ATTR void GCHandle_Free_m1457699368 (GCHandle_t3351438187 * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_m874059170 (Stream_t1273022909 * __this, bool p0, const RuntimeMethod* method); // System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::FromIntPtr(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR GCHandle_t3351438187 GCHandle_FromIntPtr_m3880792486 (RuntimeObject * __this /* static, unused */, intptr_t p0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.GCHandle::get_Target() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_m1824973883 (GCHandle_t3351438187 * __this, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::UnmanagedRead(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedRead_m2573734291 (DeflateStream_t4175168077 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.Byte[],System.Int32,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Marshal_Copy_m1562111546 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* p0, int32_t p1, intptr_t p2, int32_t p3, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() extern "C" IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m4157623054 (intptr_t* __this, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m3384658186 (intptr_t* __this, void* p0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::UnmanagedWrite(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedWrite_m2215906742 (DeflateStream_t4175168077 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Marshal_Copy_m1222846562 (RuntimeObject * __this /* static, unused */, intptr_t p0, ByteU5BU5D_t4116647657* p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::ReadZStream(System.IntPtr,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadZStream_m3405013189 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_m4024881745 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::WriteZStream(System.IntPtr,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_WriteZStream_m3482766201 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_m4168753255 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3662782713 (IOException_t4088381929 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream::Flush(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_Flush_m2946003160 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/ReadMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadMethod__ctor_m3454788154 (ReadMethod_t893206259 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m3773273825 (ReadMethod_t893206259 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteMethod__ctor_m3113528835 (WriteMethod_t2538911768 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.Compression.DeflateStream/WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_m2181678049 (WriteMethod_t2538911768 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m897454887 (ReadMethod_t893206259 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_m1603343818 (WriteMethod_t2538911768 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadMethod_Invoke_m158234957 (ReadMethod_t893206259 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.IO.Compression.DeflateStream/UnmanagedReadOrWrite::Invoke(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_Invoke_m3124207786 (UnmanagedReadOrWrite_t876388624 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method); // System.Void System.IO.Compression.DeflateStream/WriteMethod::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteMethod_Invoke_m1619441034 (WriteMethod_t2538911768 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_m2126151311 (GZipStream_t3417139389 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose() extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_m2589290611 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Net.Configuration.AuthenticationModuleElementCollection System.Net.Configuration.AuthenticationModulesSection::get_AuthenticationModules() extern "C" IL2CPP_METHOD_ATTR AuthenticationModuleElementCollection_t1161221431 * AuthenticationModulesSection_get_AuthenticationModules_m1522553951 (AuthenticationModulesSection_t1083221556 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Configuration.ConfigurationElementCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ConfigurationElementCollection_GetEnumerator_m4192431148 (ConfigurationElementCollection_t446763386 * __this, const RuntimeMethod* method); // System.String System.Net.Configuration.AuthenticationModuleElement::get_Type() extern "C" IL2CPP_METHOD_ATTR String_t* AuthenticationModuleElement_get_Type_m3942038048 (AuthenticationModuleElement_t2289740666 * __this, const RuntimeMethod* method); // System.Type System.Type::GetType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetType_m3605423543 (RuntimeObject * __this /* static, unused */, String_t* p0, bool p1, const RuntimeMethod* method); // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * AuthenticationManager_DoAuthenticate_m167986645 (RuntimeObject * __this /* static, unused */, String_t* ___challenge0, WebRequest_t1939381076 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method); // System.Void System.Net.AuthenticationManager::EnsureModules() extern "C" IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m3673793880 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Net.Authorization::set_Module(System.Net.IAuthenticationModule) extern "C" IL2CPP_METHOD_ATTR void Authorization_set_Module_m4196322697 (Authorization_t542416582 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32) extern "C" IL2CPP_METHOD_ATTR IPEndPoint_t3791887218 * BindIPEndPoint_Invoke_m1788714159 (BindIPEndPoint_t1029027275 * __this, ServicePoint_t2786966844 * ___servicePoint0, IPEndPoint_t3791887218 * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::.ctor(System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void ChunkStream__ctor_m3758454825 (ChunkStream_t2634567336 * __this, WebHeaderCollection_t1942268960 * ___headers0, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_Write_m284437954 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Int32 System.Net.ChunkStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_Read_m2343072583 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.Net.ChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadFromChunks_m2517119044 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.Net.ChunkStream/Chunk::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Chunk_Read_m1593583676 (Chunk_t1455545707 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::InternalWrite(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_InternalWrite_m2134936757 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.ChunkStream/State System.Net.ChunkStream::GetChunkSize(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_GetChunkSize_m1512331817 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Net.ChunkStream/State System.Net.ChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadBody_m151718136 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.ChunkStream/State System.Net.ChunkStream::ReadCRLF(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadCRLF_m2438338679 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Net.ChunkStream/State System.Net.ChunkStream::ReadTrailer(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadTrailer_m2312736703 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.Net.ChunkStream/Chunk::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Chunk__ctor_m4084647010 (Chunk_t1455545707 * __this, ByteU5BU5D_t4116647657* ___chunk0, const RuntimeMethod* method); // System.Void System.Net.ChunkStream::ThrowProtocolViolation(System.String) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_ThrowProtocolViolation_m3071920344 (RuntimeObject * __this /* static, unused */, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Net.ChunkStream::RemoveChunkExtension(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ChunkStream_RemoveChunkExtension_m2964990737 (RuntimeObject * __this /* static, unused */, String_t* ___input0, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m2244041137 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_m126993932 (StringReader_t3465604688 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Net.WebHeaderCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_m928193981 (WebHeaderCollection_t1942268960 * __this, String_t* ___header0, const RuntimeMethod* method); // System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse) extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m2761056832 (WebException_t3237156354 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t229922639 * ___response3, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationElement__ctor_m4116197893 (ConfigurationElement_t3318566633 * __this, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationProperty::.ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions) extern "C" IL2CPP_METHOD_ATTR void ConfigurationProperty__ctor_m2121647601 (ConfigurationProperty_t3590861854 * __this, String_t* p0, Type_t * p1, RuntimeObject * p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationPropertyCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationPropertyCollection__ctor_m550516750 (ConfigurationPropertyCollection_t2852175726 * __this, const RuntimeMethod* method); // System.Void System.Configuration.ConfigurationPropertyCollection::Add(System.Configuration.ConfigurationProperty) extern "C" IL2CPP_METHOD_ATTR void ConfigurationPropertyCollection_Add_m2688614548 (ConfigurationPropertyCollection_t2852175726 * __this, ConfigurationProperty_t3590861854 * p0, const RuntimeMethod* method); // System.Object System.Configuration.ConfigurationElement::get_Item(System.Configuration.ConfigurationProperty) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationElement_get_Item_m178122358 (ConfigurationElement_t3318566633 * __this, ConfigurationProperty_t3590861854 * p0, const RuntimeMethod* method); // System.Void System.Net.Configuration.AuthenticationModuleElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void AuthenticationModuleElement__ctor_m138841577 (AuthenticationModuleElement_t2289740666 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3875126938 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method) { { String_t* L_0 = ___msg0; return L_0; } } // System.String Locale::GetText(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m2640320736 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Locale_GetText_m2640320736_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___fmt0; ObjectU5BU5D_t2843939325* L_1 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m630303134(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.X509.OSX509Certificates::.cctor() extern "C" IL2CPP_METHOD_ATTR void OSX509Certificates__cctor_m2738271218 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSX509Certificates__cctor_m2738271218_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = OSX509Certificates_SecPolicyCreateSSL_m802813503(NULL /*static, unused*/, 0, (intptr_t)(0), /*hidden argument*/NULL); ((OSX509Certificates_t2347337007_StaticFields*)il2cpp_codegen_static_fields_for(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var))->set_sslsecpolicy_0(L_0); return; } } // System.IntPtr Mono.Security.X509.OSX509Certificates::SecCertificateCreateWithData(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_SecCertificateCreateWithData_m154130835 (RuntimeObject * __this /* static, unused */, intptr_t ___allocator0, intptr_t ___nsdataRef1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/Security.framework/Security"), "SecCertificateCreateWithData", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'SecCertificateCreateWithData'"),NULL); } } // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___allocator0, ___nsdataRef1); return returnValue; } // System.Int32 Mono.Security.X509.OSX509Certificates::SecTrustCreateWithCertificates(System.IntPtr,System.IntPtr,System.IntPtr&) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates_SecTrustCreateWithCertificates_m1918511153 (RuntimeObject * __this /* static, unused */, intptr_t ___certOrCertArray0, intptr_t ___policies1, intptr_t* ___sectrustref2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t*); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/Security.framework/Security"), "SecTrustCreateWithCertificates", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'SecTrustCreateWithCertificates'"),NULL); } } // Marshaling of parameter '___sectrustref2' to native representation intptr_t ____sectrustref2_empty = 0; // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___certOrCertArray0, ___policies1, (&____sectrustref2_empty)); // Marshaling of parameter '___sectrustref2' back from native representation *___sectrustref2 = ____sectrustref2_empty; return returnValue; } // System.IntPtr Mono.Security.X509.OSX509Certificates::SecPolicyCreateSSL(System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_SecPolicyCreateSSL_m802813503 (RuntimeObject * __this /* static, unused */, int32_t ___server0, intptr_t ___cfStringHostname1, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int32_t, intptr_t); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(int32_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/Security.framework/Security"), "SecPolicyCreateSSL", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'SecPolicyCreateSSL'"),NULL); } } // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___server0, ___cfStringHostname1); return returnValue; } // System.Int32 Mono.Security.X509.OSX509Certificates::SecTrustEvaluate(System.IntPtr,Mono.Security.X509.OSX509Certificates/SecTrustResult&) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates_SecTrustEvaluate_m2762864212 (RuntimeObject * __this /* static, unused */, intptr_t ___secTrustRef0, int32_t* ___secTrustResultTime1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(int32_t*); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/Security.framework/Security"), "SecTrustEvaluate", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'SecTrustEvaluate'"),NULL); } } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___secTrustRef0, ___secTrustResultTime1); return returnValue; } // System.IntPtr Mono.Security.X509.OSX509Certificates::CFDataCreate(System.IntPtr,System.Byte*,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_CFDataCreate_m1389278067 (RuntimeObject * __this /* static, unused */, intptr_t ___allocator0, uint8_t* ___bytes1, intptr_t ___length2, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(uint8_t*) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFDataCreate", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'CFDataCreate'"),NULL); } } // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___allocator0, ___bytes1, ___length2); return returnValue; } // System.Void Mono.Security.X509.OSX509Certificates::CFRelease(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void OSX509Certificates_CFRelease_m3882412525 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (intptr_t); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFRelease", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'CFRelease'"),NULL); } } // Native function invocation il2cppPInvokeFunc(___handle0); } // System.IntPtr Mono.Security.X509.OSX509Certificates::CFArrayCreate(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_CFArrayCreate_m3088306252 (RuntimeObject * __this /* static, unused */, intptr_t ___allocator0, intptr_t ___values1, intptr_t ___numValues2, intptr_t ___callbacks3, const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, intptr_t); static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t); il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"), "CFArrayCreate", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false); if (il2cppPInvokeFunc == NULL) { IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'CFArrayCreate'"),NULL); } } // Native function invocation intptr_t returnValue = il2cppPInvokeFunc(___allocator0, ___values1, ___numValues2, ___callbacks3); return returnValue; } // System.IntPtr Mono.Security.X509.OSX509Certificates::MakeCFData(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_MakeCFData_m2482074024 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSX509Certificates_MakeCFData_m2482074024_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = ___data0; NullCheck(L_0); V_0 = (uint8_t*)((L_0)->GetAddressAt(static_cast(0))); uint8_t* L_1 = V_0; ByteU5BU5D_t4116647657* L_2 = ___data0; NullCheck(L_2); intptr_t L_3 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); intptr_t L_4 = OSX509Certificates_CFDataCreate_m1389278067(NULL /*static, unused*/, (intptr_t)(0), (uint8_t*)(uint8_t*)L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.IntPtr Mono.Security.X509.OSX509Certificates::FromIntPtrs(System.IntPtr[]) extern "C" IL2CPP_METHOD_ATTR intptr_t OSX509Certificates_FromIntPtrs_m4230648416 (RuntimeObject * __this /* static, unused */, IntPtrU5BU5D_t4013366056* ___values0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSX509Certificates_FromIntPtrs_m4230648416_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t* V_0 = NULL; uintptr_t G_B4_0 = 0; { IntPtrU5BU5D_t4013366056* L_0 = ___values0; if (!L_0) { goto IL_000e; } } { IntPtrU5BU5D_t4013366056* L_1 = ___values0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0015; } } IL_000e: { G_B4_0 = (((uintptr_t)0)); goto IL_001c; } IL_0015: { IntPtrU5BU5D_t4013366056* L_2 = ___values0; NullCheck(L_2); G_B4_0 = ((uintptr_t)(((L_2)->GetAddressAt(static_cast(0))))); } IL_001c: { V_0 = (intptr_t*)G_B4_0; intptr_t* L_3 = V_0; intptr_t L_4 = IntPtr_op_Explicit_m536245531(NULL /*static, unused*/, (void*)(void*)L_3, /*hidden argument*/NULL); IntPtrU5BU5D_t4013366056* L_5 = ___values0; NullCheck(L_5); intptr_t L_6 = IntPtr_op_Explicit_m1593216315(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); intptr_t L_7 = OSX509Certificates_CFArrayCreate_m3088306252(NULL /*static, unused*/, (intptr_t)(0), L_4, L_6, (intptr_t)(0), /*hidden argument*/NULL); return L_7; } } // Mono.Security.X509.OSX509Certificates/SecTrustResult Mono.Security.X509.OSX509Certificates::TrustEvaluateSsl(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates_TrustEvaluateSsl_m272221360 (RuntimeObject * __this /* static, unused */, X509CertificateCollection_t1542168550 * ___certificates0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSX509Certificates_TrustEvaluateSsl_m272221360_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { X509CertificateCollection_t1542168550 * L_0 = ___certificates0; IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); int32_t L_1 = OSX509Certificates__TrustEvaluateSsl_m790793461(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_001e; } IL_000c: { ; // IL_000c: leave IL_001e } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.Object) { V_0 = 3; goto IL_001e; } IL_0019: { ; // IL_0019: leave IL_001e } } // end catch (depth: 1) IL_001e: { int32_t L_2 = V_0; return L_2; } } // Mono.Security.X509.OSX509Certificates/SecTrustResult Mono.Security.X509.OSX509Certificates::_TrustEvaluateSsl(Mono.Security.X509.X509CertificateCollection) extern "C" IL2CPP_METHOD_ATTR int32_t OSX509Certificates__TrustEvaluateSsl_m790793461 (RuntimeObject * __this /* static, unused */, X509CertificateCollection_t1542168550 * ___certificates0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OSX509Certificates__TrustEvaluateSsl_m790793461_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IntPtrU5BU5D_t4013366056* V_1 = NULL; IntPtrU5BU5D_t4013366056* V_2 = NULL; intptr_t V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 0; intptr_t V_6; memset(&V_6, 0, sizeof(V_6)); int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { X509CertificateCollection_t1542168550 * L_0 = ___certificates0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral295584906, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,OSX509Certificates__TrustEvaluateSsl_m790793461_RuntimeMethod_var); } IL_0011: { X509CertificateCollection_t1542168550 * L_2 = ___certificates0; NullCheck(L_2); int32_t L_3 = CollectionBase_get_Count_m1708965601(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; V_1 = ((IntPtrU5BU5D_t4013366056*)SZArrayNew(IntPtrU5BU5D_t4013366056_il2cpp_TypeInfo_var, (uint32_t)L_4)); int32_t L_5 = V_0; V_2 = ((IntPtrU5BU5D_t4013366056*)SZArrayNew(IntPtrU5BU5D_t4013366056_il2cpp_TypeInfo_var, (uint32_t)L_5)); V_3 = (intptr_t)(0); } IL_002c: try { // begin try (depth: 1) { V_4 = 0; goto IL_0059; } IL_0034: { IntPtrU5BU5D_t4013366056* L_6 = V_1; int32_t L_7 = V_4; NullCheck(L_6); X509CertificateCollection_t1542168550 * L_8 = ___certificates0; int32_t L_9 = V_4; NullCheck(L_8); X509Certificate_t489243025 * L_10 = X509CertificateCollection_get_Item_m1033426577(L_8, L_9, /*hidden argument*/NULL); NullCheck(L_10); ByteU5BU5D_t4116647657* L_11 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); intptr_t L_12 = OSX509Certificates_MakeCFData_m2482074024(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); *(intptr_t*)((L_6)->GetAddressAt(static_cast(L_7))) = L_12; int32_t L_13 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0059: { int32_t L_14 = V_4; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0034; } } IL_0061: { V_5 = 0; goto IL_00a5; } IL_0069: { IntPtrU5BU5D_t4013366056* L_16 = V_2; int32_t L_17 = V_5; NullCheck(L_16); IntPtrU5BU5D_t4013366056* L_18 = V_1; int32_t L_19 = V_5; NullCheck(L_18); int32_t L_20 = L_19; intptr_t L_21 = (L_18)->GetAt(static_cast(L_20)); IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); intptr_t L_22 = OSX509Certificates_SecCertificateCreateWithData_m154130835(NULL /*static, unused*/, (intptr_t)(0), L_21, /*hidden argument*/NULL); *(intptr_t*)((L_16)->GetAddressAt(static_cast(L_17))) = L_22; IntPtrU5BU5D_t4013366056* L_23 = V_2; int32_t L_24 = V_5; NullCheck(L_23); int32_t L_25 = L_24; intptr_t L_26 = (L_23)->GetAt(static_cast(L_25)); bool L_27 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_26, (intptr_t)(0), /*hidden argument*/NULL); if (!L_27) { goto IL_009f; } } IL_0097: { V_11 = 3; IL2CPP_LEAVE(0x181, FINALLY_0101); } IL_009f: { int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00a5: { int32_t L_29 = V_5; int32_t L_30 = V_0; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0069; } } IL_00ad: { IntPtrU5BU5D_t4013366056* L_31 = V_2; IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); intptr_t L_32 = OSX509Certificates_FromIntPtrs_m4230648416(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); V_3 = L_32; intptr_t L_33 = V_3; intptr_t L_34 = ((OSX509Certificates_t2347337007_StaticFields*)il2cpp_codegen_static_fields_for(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var))->get_sslsecpolicy_0(); int32_t L_35 = OSX509Certificates_SecTrustCreateWithCertificates_m1918511153(NULL /*static, unused*/, L_33, L_34, (&V_6), /*hidden argument*/NULL); V_7 = L_35; int32_t L_36 = V_7; if (L_36) { goto IL_00f4; } } IL_00ca: { intptr_t L_37 = V_6; IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); int32_t L_38 = OSX509Certificates_SecTrustEvaluate_m2762864212(NULL /*static, unused*/, L_37, (&V_8), /*hidden argument*/NULL); V_7 = L_38; int32_t L_39 = V_7; if (!L_39) { goto IL_00e4; } } IL_00dc: { V_11 = 3; IL2CPP_LEAVE(0x181, FINALLY_0101); } IL_00e4: { intptr_t L_40 = V_6; IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); OSX509Certificates_CFRelease_m3882412525(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); int32_t L_41 = V_8; V_11 = L_41; IL2CPP_LEAVE(0x181, FINALLY_0101); } IL_00f4: { V_11 = 3; IL2CPP_LEAVE(0x181, FINALLY_0101); } IL_00fc: { ; // IL_00fc: leave IL_0181 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: { // begin finally (depth: 1) { V_9 = 0; goto IL_012b; } IL_0109: { IntPtrU5BU5D_t4013366056* L_42 = V_1; int32_t L_43 = V_9; NullCheck(L_42); int32_t L_44 = L_43; intptr_t L_45 = (L_42)->GetAt(static_cast(L_44)); bool L_46 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_45, (intptr_t)(0), /*hidden argument*/NULL); if (!L_46) { goto IL_0125; } } IL_011c: { IntPtrU5BU5D_t4013366056* L_47 = V_1; int32_t L_48 = V_9; NullCheck(L_47); int32_t L_49 = L_48; intptr_t L_50 = (L_47)->GetAt(static_cast(L_49)); IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); OSX509Certificates_CFRelease_m3882412525(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); } IL_0125: { int32_t L_51 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_012b: { int32_t L_52 = V_9; int32_t L_53 = V_0; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_0109; } } IL_0133: { intptr_t L_54 = V_3; bool L_55 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_54, (intptr_t)(0), /*hidden argument*/NULL); if (!L_55) { goto IL_014e; } } IL_0143: { intptr_t L_56 = V_3; IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); OSX509Certificates_CFRelease_m3882412525(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); goto IL_0180; } IL_014e: { V_10 = 0; goto IL_0178; } IL_0156: { IntPtrU5BU5D_t4013366056* L_57 = V_2; int32_t L_58 = V_10; NullCheck(L_57); int32_t L_59 = L_58; intptr_t L_60 = (L_57)->GetAt(static_cast(L_59)); bool L_61 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_60, (intptr_t)(0), /*hidden argument*/NULL); if (!L_61) { goto IL_0172; } } IL_0169: { IntPtrU5BU5D_t4013366056* L_62 = V_2; int32_t L_63 = V_10; NullCheck(L_62); int32_t L_64 = L_63; intptr_t L_65 = (L_62)->GetAt(static_cast(L_64)); IL2CPP_RUNTIME_CLASS_INIT(OSX509Certificates_t2347337007_il2cpp_TypeInfo_var); OSX509Certificates_CFRelease_m3882412525(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); } IL_0172: { int32_t L_66 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_0178: { int32_t L_67 = V_10; int32_t L_68 = V_0; if ((((int32_t)L_67) < ((int32_t)L_68))) { goto IL_0156; } } IL_0180: { IL2CPP_END_FINALLY(257) } } // end finally (depth: 1) IL2CPP_CLEANUP(257) { IL2CPP_JUMP_TBL(0x181, IL_0181) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0181: { int32_t L_69 = V_11; return L_69; } } #ifdef __clang__ #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.HybridDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m656684569 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { { HybridDictionary__ctor_m1681134385(__this, 0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.HybridDictionary::.ctor(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m1681134385 (HybridDictionary_t4070033136 * __this, int32_t ___initialSize0, bool ___caseInsensitive1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary__ctor_m1681134385_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; CaseInsensitiveComparer_t3670035800 * G_B3_0 = NULL; CaseInsensitiveHashCodeProvider_t1962629119 * G_B6_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___caseInsensitive1; __this->set_caseInsensitive_0(L_0); bool L_1 = ___caseInsensitive1; if (!L_1) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_2 = CaseInsensitiveComparer_get_DefaultInvariant_m2155614047(NULL /*static, unused*/, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001e; } IL_001d: { G_B3_0 = ((CaseInsensitiveComparer_t3670035800 *)(NULL)); } IL_001e: { V_0 = G_B3_0; bool L_3 = ___caseInsensitive1; if (!L_3) { goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_4 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); G_B6_0 = L_4; goto IL_0030; } IL_002f: { G_B6_0 = ((CaseInsensitiveHashCodeProvider_t1962629119 *)(NULL)); } IL_0030: { V_1 = G_B6_0; int32_t L_5 = ___initialSize0; if ((((int32_t)L_5) > ((int32_t)((int32_t)10)))) { goto IL_004a; } } { RuntimeObject* L_6 = V_0; ListDictionary_t1624492310 * L_7 = (ListDictionary_t1624492310 *)il2cpp_codegen_object_new(ListDictionary_t1624492310_il2cpp_TypeInfo_var); ListDictionary__ctor_m438204031(L_7, L_6, /*hidden argument*/NULL); __this->set_list_2(L_7); goto IL_0058; } IL_004a: { int32_t L_8 = ___initialSize0; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; Hashtable_t1853889766 * L_11 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1763145853(L_11, L_8, L_9, L_10, /*hidden argument*/NULL); __this->set_hashtable_1(L_11); } IL_0058: { return; } } // System.Collections.IEnumerator System.Collections.Specialized.HybridDictionary::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_System_Collections_IEnumerable_GetEnumerator_m168538452 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = HybridDictionary_GetEnumerator_m1379032493(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IDictionary System.Collections.Specialized.HybridDictionary::get_inner() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_inner_m3689521430 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; RuntimeObject* G_B3_0 = NULL; { ListDictionary_t1624492310 * L_0 = __this->get_list_2(); if (L_0) { goto IL_0018; } } { Hashtable_t1853889766 * L_1 = __this->get_hashtable_1(); V_0 = L_1; RuntimeObject* L_2 = V_0; G_B3_0 = L_2; goto IL_001e; } IL_0018: { ListDictionary_t1624492310 * L_3 = __this->get_list_2(); G_B3_0 = ((RuntimeObject*)(L_3)); } IL_001e: { return G_B3_0; } } // System.Int32 System.Collections.Specialized.HybridDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m1166314536 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_get_Count_m1166314536_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Collections.Specialized.HybridDictionary::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool HybridDictionary_get_IsFixedSize_m2109792857 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.Specialized.HybridDictionary::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool HybridDictionary_get_IsReadOnly_m1498402500 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.Specialized.HybridDictionary::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool HybridDictionary_get_IsSynchronized_m2987560362 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_m3133414958 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_get_Item_m3133414958_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); RuntimeObject * L_2 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.HybridDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_set_Item_m2823445799 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_set_Item_m2823445799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1, L_2); ListDictionary_t1624492310 * L_3 = __this->get_list_2(); if (!L_3) { goto IL_002b; } } { int32_t L_4 = HybridDictionary_get_Count_m1166314536(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)((int32_t)10)))) { goto IL_002b; } } { HybridDictionary_Switch_m3818192922(__this, /*hidden argument*/NULL); } IL_002b: { return; } } // System.Collections.ICollection System.Collections.Specialized.HybridDictionary::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_Keys_m516521928 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_get_Keys_m516521928_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(4 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Object System.Collections.Specialized.HybridDictionary::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_SyncRoot_m1538457321 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { { return __this; } } // System.Collections.ICollection System.Collections.Specialized.HybridDictionary::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_Values_m627762870 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_get_Values_m627762870_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Collections.Specialized.HybridDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Add_m912320053 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_Add_m912320053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1, L_2); ListDictionary_t1624492310 * L_3 = __this->get_list_2(); if (!L_3) { goto IL_002b; } } { int32_t L_4 = HybridDictionary_get_Count_m1166314536(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)((int32_t)10)))) { goto IL_002b; } } { HybridDictionary_Switch_m3818192922(__this, /*hidden argument*/NULL); } IL_002b: { return; } } // System.Void System.Collections.Specialized.HybridDictionary::Clear() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Clear_m2159137577 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_Clear_m2159137577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); NullCheck(L_0); InterfaceActionInvoker0::Invoke(7 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0); return; } } // System.Boolean System.Collections.Specialized.HybridDictionary::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool HybridDictionary_Contains_m672494697 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_Contains_m672494697_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.HybridDictionary::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_CopyTo_m3592404936 (HybridDictionary_t4070033136 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_CopyTo_m3592404936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Collections.IDictionaryEnumerator System.Collections.Specialized.HybridDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_GetEnumerator_m1379032493 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_GetEnumerator_m1379032493_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Collections.Specialized.HybridDictionary::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Remove_m2295600623 (HybridDictionary_t4070033136 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_Remove_m2295600623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = HybridDictionary_get_inner_m3689521430(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___key0; NullCheck(L_0); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, L_1); return; } } // System.Void System.Collections.Specialized.HybridDictionary::Switch() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Switch_m3818192922 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HybridDictionary_Switch_m3818192922_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; CaseInsensitiveComparer_t3670035800 * G_B3_0 = NULL; CaseInsensitiveHashCodeProvider_t1962629119 * G_B6_0 = NULL; { bool L_0 = __this->get_caseInsensitive_0(); if (!L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_1 = CaseInsensitiveComparer_get_DefaultInvariant_m2155614047(NULL /*static, unused*/, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0016; } IL_0015: { G_B3_0 = ((CaseInsensitiveComparer_t3670035800 *)(NULL)); } IL_0016: { V_0 = G_B3_0; bool L_2 = __this->get_caseInsensitive_0(); if (!L_2) { goto IL_002c; } } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_3 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); G_B6_0 = L_3; goto IL_002d; } IL_002c: { G_B6_0 = ((CaseInsensitiveHashCodeProvider_t1962629119 *)(NULL)); } IL_002d: { V_1 = G_B6_0; ListDictionary_t1624492310 * L_4 = __this->get_list_2(); RuntimeObject* L_5 = V_1; RuntimeObject* L_6 = V_0; Hashtable_t1853889766 * L_7 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m465544153(L_7, L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_hashtable_1(L_7); ListDictionary_t1624492310 * L_8 = __this->get_list_2(); NullCheck(L_8); ListDictionary_Clear_m125005380(L_8, /*hidden argument*/NULL); __this->set_list_2((ListDictionary_t1624492310 *)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.ListDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_m1767915711 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_count_0(0); __this->set_version_1(0); __this->set_comparer_3((RuntimeObject*)NULL); __this->set_head_2((DictionaryNode_t417719465 *)NULL); return; } } // System.Void System.Collections.Specialized.ListDictionary::.ctor(System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_m438204031 (ListDictionary_t1624492310 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { ListDictionary__ctor_m1767915711(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___comparer0; __this->set_comparer_3(L_0); return; } } // System.Collections.IEnumerator System.Collections.Specialized.ListDictionary::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_System_Collections_IEnumerable_GetEnumerator_m884729149 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_System_Collections_IEnumerable_GetEnumerator_m884729149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNodeEnumerator_t1673829610 * L_0 = (DictionaryNodeEnumerator_t1673829610 *)il2cpp_codegen_object_new(DictionaryNodeEnumerator_t1673829610_il2cpp_TypeInfo_var); DictionaryNodeEnumerator__ctor_m1005316675(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::FindEntry(System.Object) extern "C" IL2CPP_METHOD_ATTR DictionaryNode_t417719465 * ListDictionary_FindEntry_m4121604518 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_FindEntry_m4121604518_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryNode_t417719465 * V_0 = NULL; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2600271970, _stringLiteral2338175934, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ListDictionary_FindEntry_m4121604518_RuntimeMethod_var); } IL_0016: { DictionaryNode_t417719465 * L_2 = __this->get_head_2(); V_0 = L_2; RuntimeObject* L_3 = __this->get_comparer_3(); if (L_3) { goto IL_0055; } } { goto IL_004a; } IL_002d: { RuntimeObject * L_4 = ___key0; DictionaryNode_t417719465 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_key_0(); NullCheck(L_4); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_6); if (!L_7) { goto IL_0043; } } { goto IL_0050; } IL_0043: { DictionaryNode_t417719465 * L_8 = V_0; NullCheck(L_8); DictionaryNode_t417719465 * L_9 = L_8->get_next_2(); V_0 = L_9; } IL_004a: { DictionaryNode_t417719465 * L_10 = V_0; if (L_10) { goto IL_002d; } } IL_0050: { goto IL_0083; } IL_0055: { goto IL_007d; } IL_005a: { RuntimeObject* L_11 = __this->get_comparer_3(); RuntimeObject * L_12 = ___key0; DictionaryNode_t417719465 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14 = L_13->get_key_0(); NullCheck(L_11); int32_t L_15 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t1540313114_il2cpp_TypeInfo_var, L_11, L_12, L_14); if (L_15) { goto IL_0076; } } { goto IL_0083; } IL_0076: { DictionaryNode_t417719465 * L_16 = V_0; NullCheck(L_16); DictionaryNode_t417719465 * L_17 = L_16->get_next_2(); V_0 = L_17; } IL_007d: { DictionaryNode_t417719465 * L_18 = V_0; if (L_18) { goto IL_005a; } } IL_0083: { DictionaryNode_t417719465 * L_19 = V_0; return L_19; } } // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::FindEntry(System.Object,System.Collections.Specialized.ListDictionary/DictionaryNode&) extern "C" IL2CPP_METHOD_ATTR DictionaryNode_t417719465 * ListDictionary_FindEntry_m2629402370 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, DictionaryNode_t417719465 ** ___prev1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_FindEntry_m2629402370_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryNode_t417719465 * V_0 = NULL; { RuntimeObject * L_0 = ___key0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral2600271970, _stringLiteral2338175934, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ListDictionary_FindEntry_m2629402370_RuntimeMethod_var); } IL_0016: { DictionaryNode_t417719465 * L_2 = __this->get_head_2(); V_0 = L_2; DictionaryNode_t417719465 ** L_3 = ___prev1; *((RuntimeObject **)(L_3)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)NULL); RuntimeObject* L_4 = __this->get_comparer_3(); if (L_4) { goto IL_005b; } } { goto IL_0050; } IL_0030: { RuntimeObject * L_5 = ___key0; DictionaryNode_t417719465 * L_6 = V_0; NullCheck(L_6); RuntimeObject * L_7 = L_6->get_key_0(); NullCheck(L_5); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_7); if (!L_8) { goto IL_0046; } } { goto IL_0056; } IL_0046: { DictionaryNode_t417719465 ** L_9 = ___prev1; DictionaryNode_t417719465 * L_10 = V_0; *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_10); DictionaryNode_t417719465 * L_11 = V_0; NullCheck(L_11); DictionaryNode_t417719465 * L_12 = L_11->get_next_2(); V_0 = L_12; } IL_0050: { DictionaryNode_t417719465 * L_13 = V_0; if (L_13) { goto IL_0030; } } IL_0056: { goto IL_008c; } IL_005b: { goto IL_0086; } IL_0060: { RuntimeObject* L_14 = __this->get_comparer_3(); RuntimeObject * L_15 = ___key0; DictionaryNode_t417719465 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17 = L_16->get_key_0(); NullCheck(L_14); int32_t L_18 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t1540313114_il2cpp_TypeInfo_var, L_14, L_15, L_17); if (L_18) { goto IL_007c; } } { goto IL_008c; } IL_007c: { DictionaryNode_t417719465 ** L_19 = ___prev1; DictionaryNode_t417719465 * L_20 = V_0; *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_20); DictionaryNode_t417719465 * L_21 = V_0; NullCheck(L_21); DictionaryNode_t417719465 * L_22 = L_21->get_next_2(); V_0 = L_22; } IL_0086: { DictionaryNode_t417719465 * L_23 = V_0; if (L_23) { goto IL_0060; } } IL_008c: { DictionaryNode_t417719465 * L_24 = V_0; return L_24; } } // System.Void System.Collections.Specialized.ListDictionary::AddImpl(System.Object,System.Object,System.Collections.Specialized.ListDictionary/DictionaryNode) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_AddImpl_m3184792770 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, DictionaryNode_t417719465 * ___prev2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_AddImpl_m3184792770_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNode_t417719465 * L_0 = ___prev2; if (L_0) { goto IL_001e; } } { RuntimeObject * L_1 = ___key0; RuntimeObject * L_2 = ___value1; DictionaryNode_t417719465 * L_3 = __this->get_head_2(); DictionaryNode_t417719465 * L_4 = (DictionaryNode_t417719465 *)il2cpp_codegen_object_new(DictionaryNode_t417719465_il2cpp_TypeInfo_var); DictionaryNode__ctor_m1380016344(L_4, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_head_2(L_4); goto IL_0031; } IL_001e: { DictionaryNode_t417719465 * L_5 = ___prev2; RuntimeObject * L_6 = ___key0; RuntimeObject * L_7 = ___value1; DictionaryNode_t417719465 * L_8 = ___prev2; NullCheck(L_8); DictionaryNode_t417719465 * L_9 = L_8->get_next_2(); DictionaryNode_t417719465 * L_10 = (DictionaryNode_t417719465 *)il2cpp_codegen_object_new(DictionaryNode_t417719465_il2cpp_TypeInfo_var); DictionaryNode__ctor_m1380016344(L_10, L_6, L_7, L_9, /*hidden argument*/NULL); NullCheck(L_5); L_5->set_next_2(L_10); } IL_0031: { int32_t L_11 = __this->get_count_0(); __this->set_count_0(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); return; } } // System.Int32 System.Collections.Specialized.ListDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m139246936 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_0(); return L_0; } } // System.Boolean System.Collections.Specialized.ListDictionary::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool ListDictionary_get_IsSynchronized_m1093324729 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.ListDictionary::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_SyncRoot_m4242825143 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.Specialized.ListDictionary::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_CopyTo_m1633862866 (ListDictionary_t1624492310 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_CopyTo_m1633862866_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral4007973390, _stringLiteral300066062, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ListDictionary_CopyTo_m1633862866_RuntimeMethod_var); } IL_0016: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002d; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral797640427, _stringLiteral1670863035, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ListDictionary_CopyTo_m1633862866_RuntimeMethod_var); } IL_002d: { int32_t L_4 = ___index1; RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_get_Length_m21610649(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)L_6))) { goto IL_0044; } } { IndexOutOfRangeException_t1578797820 * L_7 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_7, _stringLiteral2625861445, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ListDictionary_CopyTo_m1633862866_RuntimeMethod_var); } IL_0044: { int32_t L_8 = ListDictionary_get_Count_m139246936(__this, /*hidden argument*/NULL); RuntimeArray * L_9 = ___array0; NullCheck(L_9); int32_t L_10 = Array_get_Length_m21610649(L_9, /*hidden argument*/NULL); int32_t L_11 = ___index1; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))))) { goto IL_0062; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral1551459482, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,ListDictionary_CopyTo_m1633862866_RuntimeMethod_var); } IL_0062: { RuntimeObject* L_13 = ListDictionary_GetEnumerator_m3395631195(__this, /*hidden argument*/NULL); V_1 = L_13; } IL_0069: try { // begin try (depth: 1) { goto IL_008c; } IL_006e: { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject * L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_15, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeArray * L_16 = ___array0; DictionaryEntry_t3123975638 L_17 = V_0; DictionaryEntry_t3123975638 L_18 = L_17; RuntimeObject * L_19 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_18); int32_t L_20 = ___index1; int32_t L_21 = L_20; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); NullCheck(L_16); Array_SetValue_m3412255035(L_16, L_19, L_21, /*hidden argument*/NULL); } IL_008c: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_006e; } } IL_0097: { IL2CPP_LEAVE(0xAE, FINALLY_009c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009c; } FINALLY_009c: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_2; if (L_25) { goto IL_00a7; } } IL_00a6: { IL2CPP_END_FINALLY(156) } IL_00a7: { RuntimeObject* L_26 = V_2; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(156) } } // end finally (depth: 1) IL2CPP_CLEANUP(156) { IL2CPP_JUMP_TBL(0xAE, IL_00ae) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ae: { return; } } // System.Boolean System.Collections.Specialized.ListDictionary::get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool ListDictionary_get_IsFixedSize_m1462639430 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.Specialized.ListDictionary::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ListDictionary_get_IsReadOnly_m2506474922 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.ListDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ListDictionary_get_Item_m1272472363 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { DictionaryNode_t417719465 * V_0 = NULL; RuntimeObject * G_B3_0 = NULL; { RuntimeObject * L_0 = ___key0; DictionaryNode_t417719465 * L_1 = ListDictionary_FindEntry_m4121604518(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; DictionaryNode_t417719465 * L_2 = V_0; if (L_2) { goto IL_0014; } } { G_B3_0 = NULL; goto IL_001a; } IL_0014: { DictionaryNode_t417719465 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_value_1(); G_B3_0 = L_4; } IL_001a: { return G_B3_0; } } // System.Void System.Collections.Specialized.ListDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_set_Item_m1200457665 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { DictionaryNode_t417719465 * V_0 = NULL; DictionaryNode_t417719465 * V_1 = NULL; { RuntimeObject * L_0 = ___key0; DictionaryNode_t417719465 * L_1 = ListDictionary_FindEntry_m2629402370(__this, L_0, (&V_0), /*hidden argument*/NULL); V_1 = L_1; DictionaryNode_t417719465 * L_2 = V_1; if (!L_2) { goto IL_001c; } } { DictionaryNode_t417719465 * L_3 = V_1; RuntimeObject * L_4 = ___value1; NullCheck(L_3); L_3->set_value_1(L_4); goto IL_0025; } IL_001c: { RuntimeObject * L_5 = ___key0; RuntimeObject * L_6 = ___value1; DictionaryNode_t417719465 * L_7 = V_0; ListDictionary_AddImpl_m3184792770(__this, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0025: { return; } } // System.Collections.ICollection System.Collections.Specialized.ListDictionary::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_get_Keys_m3758196857 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_get_Keys_m3758196857_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNodeCollection_t819283804 * L_0 = (DictionaryNodeCollection_t819283804 *)il2cpp_codegen_object_new(DictionaryNodeCollection_t819283804_il2cpp_TypeInfo_var); DictionaryNodeCollection__ctor_m1008082019(L_0, __this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Collections.ICollection System.Collections.Specialized.ListDictionary::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_get_Values_m870929555 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_get_Values_m870929555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNodeCollection_t819283804 * L_0 = (DictionaryNodeCollection_t819283804 *)il2cpp_codegen_object_new(DictionaryNodeCollection_t819283804_il2cpp_TypeInfo_var); DictionaryNodeCollection__ctor_m1008082019(L_0, __this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.Specialized.ListDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_Add_m3918308031 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_Add_m3918308031_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryNode_t417719465 * V_0 = NULL; DictionaryNode_t417719465 * V_1 = NULL; { RuntimeObject * L_0 = ___key0; DictionaryNode_t417719465 * L_1 = ListDictionary_FindEntry_m2629402370(__this, L_0, (&V_0), /*hidden argument*/NULL); V_1 = L_1; DictionaryNode_t417719465 * L_2 = V_1; if (!L_2) { goto IL_0020; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral2600271970, _stringLiteral3910446909, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,ListDictionary_Add_m3918308031_RuntimeMethod_var); } IL_0020: { RuntimeObject * L_4 = ___key0; RuntimeObject * L_5 = ___value1; DictionaryNode_t417719465 * L_6 = V_0; ListDictionary_AddImpl_m3184792770(__this, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.ListDictionary::Clear() extern "C" IL2CPP_METHOD_ATTR void ListDictionary_Clear_m125005380 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { { __this->set_head_2((DictionaryNode_t417719465 *)NULL); __this->set_count_0(0); int32_t L_0 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); return; } } // System.Boolean System.Collections.Specialized.ListDictionary::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ListDictionary_Contains_m3951721842 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___key0; DictionaryNode_t417719465 * L_1 = ListDictionary_FindEntry_m4121604518(__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)((((RuntimeObject*)(DictionaryNode_t417719465 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Collections.IDictionaryEnumerator System.Collections.Specialized.ListDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_GetEnumerator_m3395631195 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListDictionary_GetEnumerator_m3395631195_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNodeEnumerator_t1673829610 * L_0 = (DictionaryNodeEnumerator_t1673829610 *)il2cpp_codegen_object_new(DictionaryNodeEnumerator_t1673829610_il2cpp_TypeInfo_var); DictionaryNodeEnumerator__ctor_m1005316675(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.Specialized.ListDictionary::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_Remove_m2440983361 (ListDictionary_t1624492310 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { DictionaryNode_t417719465 * V_0 = NULL; DictionaryNode_t417719465 * V_1 = NULL; { RuntimeObject * L_0 = ___key0; DictionaryNode_t417719465 * L_1 = ListDictionary_FindEntry_m2629402370(__this, L_0, (&V_0), /*hidden argument*/NULL); V_1 = L_1; DictionaryNode_t417719465 * L_2 = V_1; if (L_2) { goto IL_0011; } } { return; } IL_0011: { DictionaryNode_t417719465 * L_3 = V_0; if (L_3) { goto IL_0028; } } { DictionaryNode_t417719465 * L_4 = V_1; NullCheck(L_4); DictionaryNode_t417719465 * L_5 = L_4->get_next_2(); __this->set_head_2(L_5); goto IL_0034; } IL_0028: { DictionaryNode_t417719465 * L_6 = V_0; DictionaryNode_t417719465 * L_7 = V_1; NullCheck(L_7); DictionaryNode_t417719465 * L_8 = L_7->get_next_2(); NullCheck(L_6); L_6->set_next_2(L_8); } IL_0034: { DictionaryNode_t417719465 * L_9 = V_1; NullCheck(L_9); L_9->set_value_1(NULL); int32_t L_10 = __this->get_count_0(); __this->set_count_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))); int32_t L_11 = __this->get_version_1(); __this->set_version_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.ListDictionary/DictionaryNode::.ctor(System.Object,System.Object,System.Collections.Specialized.ListDictionary/DictionaryNode) extern "C" IL2CPP_METHOD_ATTR void DictionaryNode__ctor_m1380016344 (DictionaryNode_t417719465 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, DictionaryNode_t417719465 * ___next2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); DictionaryNode_t417719465 * L_2 = ___next2; __this->set_next_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.Collections.Specialized.ListDictionary/DictionaryNodeCollection::.ctor(System.Collections.Specialized.ListDictionary,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeCollection__ctor_m1008082019 (DictionaryNodeCollection_t819283804 * __this, ListDictionary_t1624492310 * ___dict0, bool ___isKeyList1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ListDictionary_t1624492310 * L_0 = ___dict0; __this->set_dict_0(L_0); bool L_1 = ___isKeyList1; __this->set_isKeyList_1(L_1); return; } } // System.Int32 System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DictionaryNodeCollection_get_Count_m4057745757 (DictionaryNodeCollection_t819283804 * __this, const RuntimeMethod* method) { { ListDictionary_t1624492310 * L_0 = __this->get_dict_0(); NullCheck(L_0); int32_t L_1 = ListDictionary_get_Count_m139246936(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool DictionaryNodeCollection_get_IsSynchronized_m1928028634 (DictionaryNodeCollection_t819283804 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryNodeCollection_get_SyncRoot_m3851547535 (DictionaryNodeCollection_t819283804 * __this, const RuntimeMethod* method) { { ListDictionary_t1624492310 * L_0 = __this->get_dict_0(); NullCheck(L_0); RuntimeObject * L_1 = ListDictionary_get_SyncRoot_m4242825143(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeCollection_CopyTo_m1060994995 (DictionaryNodeCollection_t819283804 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeCollection_CopyTo_m1060994995_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral4007973390, _stringLiteral300066062, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DictionaryNodeCollection_CopyTo_m1060994995_RuntimeMethod_var); } IL_0016: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002d; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral797640427, _stringLiteral1670863035, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DictionaryNodeCollection_CopyTo_m1060994995_RuntimeMethod_var); } IL_002d: { int32_t L_4 = ___index1; RuntimeArray * L_5 = ___array0; NullCheck(L_5); int32_t L_6 = Array_get_Length_m21610649(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)L_6))) { goto IL_0044; } } { IndexOutOfRangeException_t1578797820 * L_7 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_7, _stringLiteral2625861445, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DictionaryNodeCollection_CopyTo_m1060994995_RuntimeMethod_var); } IL_0044: { int32_t L_8 = DictionaryNodeCollection_get_Count_m4057745757(__this, /*hidden argument*/NULL); RuntimeArray * L_9 = ___array0; NullCheck(L_9); int32_t L_10 = Array_get_Length_m21610649(L_9, /*hidden argument*/NULL); int32_t L_11 = ___index1; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))))) { goto IL_0062; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral1551459482, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DictionaryNodeCollection_CopyTo_m1060994995_RuntimeMethod_var); } IL_0062: { RuntimeObject* L_13 = DictionaryNodeCollection_GetEnumerator_m3511791494(__this, /*hidden argument*/NULL); V_1 = L_13; } IL_0069: try { // begin try (depth: 1) { goto IL_0082; } IL_006e: { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject * L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); V_0 = L_15; RuntimeArray * L_16 = ___array0; RuntimeObject * L_17 = V_0; int32_t L_18 = ___index1; int32_t L_19 = L_18; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); NullCheck(L_16); Array_SetValue_m3412255035(L_16, L_17, L_19, /*hidden argument*/NULL); } IL_0082: { RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_006e; } } IL_008d: { IL2CPP_LEAVE(0xA4, FINALLY_0092); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0092; } FINALLY_0092: { // begin finally (depth: 1) { RuntimeObject* L_22 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_2; if (L_23) { goto IL_009d; } } IL_009c: { IL2CPP_END_FINALLY(146) } IL_009d: { RuntimeObject* L_24 = V_2; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_24); IL2CPP_END_FINALLY(146) } } // end finally (depth: 1) IL2CPP_CLEANUP(146) { IL2CPP_JUMP_TBL(0xA4, IL_00a4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a4: { return; } } // System.Collections.IEnumerator System.Collections.Specialized.ListDictionary/DictionaryNodeCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryNodeCollection_GetEnumerator_m3511791494 (DictionaryNodeCollection_t819283804 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeCollection_GetEnumerator_m3511791494_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ListDictionary_t1624492310 * L_0 = __this->get_dict_0(); NullCheck(L_0); RuntimeObject* L_1 = ListDictionary_GetEnumerator_m3395631195(L_0, /*hidden argument*/NULL); bool L_2 = __this->get_isKeyList_1(); DictionaryNodeCollectionEnumerator_t2863182637 * L_3 = (DictionaryNodeCollectionEnumerator_t2863182637 *)il2cpp_codegen_object_new(DictionaryNodeCollectionEnumerator_t2863182637_il2cpp_TypeInfo_var); DictionaryNodeCollectionEnumerator__ctor_m3213219111(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::.ctor(System.Collections.IDictionaryEnumerator,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeCollectionEnumerator__ctor_m3213219111 (DictionaryNodeCollectionEnumerator_t2863182637 * __this, RuntimeObject* ___inner0, bool ___isKeyList1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___inner0; __this->set_inner_0(L_0); bool L_1 = ___isKeyList1; __this->set_isKeyList_1(L_1); return; } } // System.Object System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryNodeCollectionEnumerator_get_Current_m612904889 (DictionaryNodeCollectionEnumerator_t2863182637 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeCollectionEnumerator_get_Current_m612904889_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * G_B3_0 = NULL; { bool L_0 = __this->get_isKeyList_1(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_inner_0(); NullCheck(L_1); RuntimeObject * L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; goto IL_0026; } IL_001b: { RuntimeObject* L_3 = __this->get_inner_0(); NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_3); G_B3_0 = L_4; } IL_0026: { return G_B3_0; } } // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool DictionaryNodeCollectionEnumerator_MoveNext_m2140139782 (DictionaryNodeCollectionEnumerator_t2863182637 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeCollectionEnumerator_MoveNext_m2140139782_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_inner_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeCollection/DictionaryNodeCollectionEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeCollectionEnumerator_Reset_m4287155746 (DictionaryNodeCollectionEnumerator_t2863182637 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeCollectionEnumerator_Reset_m4287155746_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_inner_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::.ctor(System.Collections.Specialized.ListDictionary) extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeEnumerator__ctor_m1005316675 (DictionaryNodeEnumerator_t1673829610 * __this, ListDictionary_t1624492310 * ___dict0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ListDictionary_t1624492310 * L_0 = ___dict0; __this->set_dict_0(L_0); ListDictionary_t1624492310 * L_1 = ___dict0; NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); __this->set_version_3(L_2); DictionaryNodeEnumerator_Reset_m2226320064(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::FailFast() extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeEnumerator_FailFast_m2494733641 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeEnumerator_FailFast_m2494733641_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_version_3(); ListDictionary_t1624492310 * L_1 = __this->get_dict_0(); NullCheck(L_1); int32_t L_2 = L_1->get_version_1(); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_0021; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral3913957393, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DictionaryNodeEnumerator_FailFast_m2494733641_RuntimeMethod_var); } IL_0021: { return; } } // System.Boolean System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool DictionaryNodeEnumerator_MoveNext_m736126844 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { DictionaryNodeEnumerator_t1673829610 * G_B5_0 = NULL; DictionaryNodeEnumerator_t1673829610 * G_B4_0 = NULL; DictionaryNode_t417719465 * G_B6_0 = NULL; DictionaryNodeEnumerator_t1673829610 * G_B6_1 = NULL; { DictionaryNodeEnumerator_FailFast_m2494733641(__this, /*hidden argument*/NULL); DictionaryNode_t417719465 * L_0 = __this->get_current_2(); if (L_0) { goto IL_001e; } } { bool L_1 = __this->get_isAtStart_1(); if (L_1) { goto IL_001e; } } { return (bool)0; } IL_001e: { bool L_2 = __this->get_isAtStart_1(); G_B4_0 = __this; if (!L_2) { G_B5_0 = __this; goto IL_003a; } } { ListDictionary_t1624492310 * L_3 = __this->get_dict_0(); NullCheck(L_3); DictionaryNode_t417719465 * L_4 = L_3->get_head_2(); G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_0045; } IL_003a: { DictionaryNode_t417719465 * L_5 = __this->get_current_2(); NullCheck(L_5); DictionaryNode_t417719465 * L_6 = L_5->get_next_2(); G_B6_0 = L_6; G_B6_1 = G_B5_0; } IL_0045: { NullCheck(G_B6_1); G_B6_1->set_current_2(G_B6_0); __this->set_isAtStart_1((bool)0); DictionaryNode_t417719465 * L_7 = __this->get_current_2(); return (bool)((((int32_t)((((RuntimeObject*)(DictionaryNode_t417719465 *)L_7) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void DictionaryNodeEnumerator_Reset_m2226320064 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { { DictionaryNodeEnumerator_FailFast_m2494733641(__this, /*hidden argument*/NULL); __this->set_isAtStart_1((bool)1); __this->set_current_2((DictionaryNode_t417719465 *)NULL); return; } } // System.Object System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryNodeEnumerator_get_Current_m4231688597 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeEnumerator_get_Current_m4231688597_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryEntry_t3123975638 L_0 = DictionaryNodeEnumerator_get_Entry_m2309234501(__this, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_1 = L_0; RuntimeObject * L_2 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::get_DictionaryNode() extern "C" IL2CPP_METHOD_ATTR DictionaryNode_t417719465 * DictionaryNodeEnumerator_get_DictionaryNode_m2794172961 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryNodeEnumerator_get_DictionaryNode_m2794172961_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DictionaryNodeEnumerator_FailFast_m2494733641(__this, /*hidden argument*/NULL); DictionaryNode_t417719465 * L_0 = __this->get_current_2(); if (L_0) { goto IL_001c; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral1856265386, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DictionaryNodeEnumerator_get_DictionaryNode_m2794172961_RuntimeMethod_var); } IL_001c: { DictionaryNode_t417719465 * L_2 = __this->get_current_2(); return L_2; } } // System.Collections.DictionaryEntry System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 DictionaryNodeEnumerator_get_Entry_m2309234501 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { DictionaryNode_t417719465 * L_0 = DictionaryNodeEnumerator_get_DictionaryNode_m2794172961(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = L_0->get_key_0(); V_0 = L_1; RuntimeObject * L_2 = V_0; DictionaryNode_t417719465 * L_3 = __this->get_current_2(); NullCheck(L_3); RuntimeObject * L_4 = L_3->get_value_1(); DictionaryEntry_t3123975638 L_5; memset(&L_5, 0, sizeof(L_5)); DictionaryEntry__ctor_m2585376310((&L_5), L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryNodeEnumerator_get_Key_m2267812973 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { { DictionaryNode_t417719465 * L_0 = DictionaryNodeEnumerator_get_DictionaryNode_m2794172961(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = L_0->get_key_0(); return L_1; } } // System.Object System.Collections.Specialized.ListDictionary/DictionaryNodeEnumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryNodeEnumerator_get_Value_m1345533116 (DictionaryNodeEnumerator_t1673829610 * __this, const RuntimeMethod* method) { { DictionaryNode_t417719465 * L_0 = DictionaryNodeEnumerator_get_DictionaryNode_m2794172961(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = L_0->get_value_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.Collections.Specialized.NameObjectCollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m2090733912 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase__ctor_m2090733912_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_readonly_6((bool)0); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_0 = CaseInsensitiveHashCodeProvider_get_DefaultInvariant_m4264275163(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_hashprovider_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_1 = CaseInsensitiveComparer_get_DefaultInvariant_m2155614047(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_m_comparer_4(L_1); __this->set_m_defCapacity_5(0); NameObjectCollectionBase_Init_m2525481323(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer,System.Collections.IComparer,System.Collections.IHashCodeProvider) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m682415100 (NameObjectCollectionBase_t2091847364 * __this, RuntimeObject* ___equalityComparer0, RuntimeObject* ___comparer1, RuntimeObject* ___hcp2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___equalityComparer0; __this->set_equality_comparer_9(L_0); RuntimeObject* L_1 = ___comparer1; __this->set_m_comparer_4(L_1); RuntimeObject* L_2 = ___hcp2; __this->set_m_hashprovider_3(L_2); __this->set_m_readonly_6((bool)0); __this->set_m_defCapacity_5(0); NameObjectCollectionBase_Init_m2525481323(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Collections.IEqualityComparer) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m3447853625 (NameObjectCollectionBase_t2091847364 * __this, RuntimeObject* ___equalityComparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase__ctor_m3447853625_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; NameObjectCollectionBase_t2091847364 * G_B2_0 = NULL; NameObjectCollectionBase_t2091847364 * G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; NameObjectCollectionBase_t2091847364 * G_B3_1 = NULL; { RuntimeObject* L_0 = ___equalityComparer0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer_t3301955079 * L_1 = StringComparer_get_InvariantCultureIgnoreCase_m2404489191(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0014; } IL_0013: { RuntimeObject* L_3 = ___equalityComparer0; G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_0014: { NullCheck(G_B3_1); NameObjectCollectionBase__ctor_m682415100(G_B3_1, G_B3_0, (RuntimeObject*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m1512146076 (NameObjectCollectionBase_t2091847364 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; __this->set_infoCopy_7(L_0); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::.ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase__ctor_m3908400148 (NameObjectCollectionBase_t2091847364 * __this, int32_t ___capacity0, RuntimeObject* ___hashProvider1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_m_readonly_6((bool)0); RuntimeObject* L_0 = ___hashProvider1; __this->set_m_hashprovider_3(L_0); RuntimeObject* L_1 = ___comparer2; __this->set_m_comparer_4(L_1); int32_t L_2 = ___capacity0; __this->set_m_defCapacity_5(L_2); NameObjectCollectionBase_Init_m2525481323(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_System_Collections_ICollection_get_IsSynchronized_m3084128080 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot_m138749698 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_System_Collections_ICollection_CopyTo_m1225689553 (NameObjectCollectionBase_t2091847364 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_System_Collections_ICollection_CopyTo_m1225689553_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeysCollection_t1318642398 * L_0 = VirtFuncInvoker0< KeysCollection_t1318642398 * >::Invoke(11 /* System.Collections.Specialized.NameObjectCollectionBase/KeysCollection System.Collections.Specialized.NameObjectCollectionBase::get_Keys() */, __this); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Collections.IComparer System.Collections.Specialized.NameObjectCollectionBase::get_Comparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_get_Comparer_m823172989 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_comparer_4(); return L_0; } } // System.Collections.IHashCodeProvider System.Collections.Specialized.NameObjectCollectionBase::get_HashCodeProvider() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_get_HashCodeProvider_m2477226434 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_hashprovider_3(); return L_0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::Init() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_Init_m2525481323 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_Init_m2525481323_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_equality_comparer_9(); if (!L_0) { goto IL_0027; } } { int32_t L_1 = __this->get_m_defCapacity_5(); RuntimeObject* L_2 = __this->get_equality_comparer_9(); Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m3305570058(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set_m_ItemsContainer_0(L_3); goto IL_0044; } IL_0027: { int32_t L_4 = __this->get_m_defCapacity_5(); RuntimeObject* L_5 = __this->get_m_hashprovider_3(); RuntimeObject* L_6 = __this->get_m_comparer_4(); Hashtable_t1853889766 * L_7 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1763145853(L_7, L_4, L_5, L_6, /*hidden argument*/NULL); __this->set_m_ItemsContainer_0(L_7); } IL_0044: { ArrayList_t2718874744 * L_8 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_8, /*hidden argument*/NULL); __this->set_m_ItemsArray_2(L_8); __this->set_m_NullKeyItem_1((_Item_t2272350267 *)NULL); return; } } // System.Collections.Specialized.NameObjectCollectionBase/KeysCollection System.Collections.Specialized.NameObjectCollectionBase::get_Keys() extern "C" IL2CPP_METHOD_ATTR KeysCollection_t1318642398 * NameObjectCollectionBase_get_Keys_m2856825671 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_get_Keys_m2856825671_MetadataUsageId); s_Il2CppMethodInitialized = true; } { KeysCollection_t1318642398 * L_0 = __this->get_keyscoll_8(); if (L_0) { goto IL_0017; } } { KeysCollection_t1318642398 * L_1 = (KeysCollection_t1318642398 *)il2cpp_codegen_object_new(KeysCollection_t1318642398_il2cpp_TypeInfo_var); KeysCollection__ctor_m3575458428(L_1, __this, /*hidden argument*/NULL); __this->set_keyscoll_8(L_1); } IL_0017: { KeysCollection_t1318642398 * L_2 = __this->get_keyscoll_8(); return L_2; } } // System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NameObjectCollectionBase_GetEnumerator_m3677320185 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_GetEnumerator_m3677320185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { _KeysEnumerator_t4246666432 * L_0 = (_KeysEnumerator_t4246666432 *)il2cpp_codegen_object_new(_KeysEnumerator_t4246666432_il2cpp_TypeInfo_var); _KeysEnumerator__ctor_m1664513423(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_GetObjectData_m199708727 (NameObjectCollectionBase_t2091847364 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_GetObjectData_m199708727_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t1281789340* V_1 = NULL; ObjectU5BU5D_t2843939325* V_2 = NULL; int32_t V_3 = 0; _Item_t2272350267 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameObjectCollectionBase_GetObjectData_m199708727_RuntimeMethod_var); } IL_0011: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, __this); V_0 = L_2; int32_t L_3 = V_0; V_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_3)); int32_t L_4 = V_0; V_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_4)); V_3 = 0; ArrayList_t2718874744 * L_5 = __this->get_m_ItemsArray_2(); NullCheck(L_5); RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5); V_5 = L_6; } IL_0035: try { // begin try (depth: 1) { goto IL_0060; } IL_003a: { RuntimeObject* L_7 = V_5; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); V_4 = ((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_8, _Item_t2272350267_il2cpp_TypeInfo_var)); StringU5BU5D_t1281789340* L_9 = V_1; int32_t L_10 = V_3; _Item_t2272350267 * L_11 = V_4; NullCheck(L_11); String_t* L_12 = L_11->get_key_0(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(L_10), (String_t*)L_12); ObjectU5BU5D_t2843939325* L_13 = V_2; int32_t L_14 = V_3; _Item_t2272350267 * L_15 = V_4; NullCheck(L_15); RuntimeObject * L_16 = L_15->get_value_1(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(L_14), (RuntimeObject *)L_16); int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0060: { RuntimeObject* L_18 = V_5; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_003a; } } IL_006c: { IL2CPP_LEAVE(0x87, FINALLY_0071); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_5; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (L_21) { goto IL_007f; } } IL_007e: { IL2CPP_END_FINALLY(113) } IL_007f: { RuntimeObject* L_22 = V_6; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); IL2CPP_END_FINALLY(113) } } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x87, IL_0087) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0087: { RuntimeObject* L_23 = __this->get_equality_comparer_9(); if (!L_23) { goto IL_00cd; } } { SerializationInfo_t950877179 * L_24 = ___info0; RuntimeObject* L_25 = __this->get_equality_comparer_9(); RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (IEqualityComparer_t1493878338_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_24); SerializationInfo_AddValue_m3906743584(L_24, _stringLiteral1982757576, L_25, L_27, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_28 = ___info0; int32_t L_29 = 4; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_28); SerializationInfo_AddValue_m3906743584(L_28, _stringLiteral1902402919, L_30, L_32, /*hidden argument*/NULL); goto IL_011e; } IL_00cd: { SerializationInfo_t950877179 * L_33 = ___info0; RuntimeObject* L_34 = __this->get_m_hashprovider_3(); RuntimeTypeHandle_t3027515415 L_35 = { reinterpret_cast (IHashCodeProvider_t267601189_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); NullCheck(L_33); SerializationInfo_AddValue_m3906743584(L_33, _stringLiteral329994078, L_34, L_36, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_37 = ___info0; RuntimeObject* L_38 = __this->get_m_comparer_4(); RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (IComparer_t1540313114_0_0_0_var) }; Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_37); SerializationInfo_AddValue_m3906743584(L_37, _stringLiteral892943380, L_38, L_40, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_41 = ___info0; int32_t L_42 = 2; RuntimeObject * L_43 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_42); RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); NullCheck(L_41); SerializationInfo_AddValue_m3906743584(L_41, _stringLiteral1902402919, L_43, L_45, /*hidden argument*/NULL); } IL_011e: { SerializationInfo_t950877179 * L_46 = ___info0; bool L_47 = __this->get_m_readonly_6(); NullCheck(L_46); SerializationInfo_AddValue_m3427199315(L_46, _stringLiteral827625748, L_47, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_48 = ___info0; int32_t L_49 = V_0; NullCheck(L_48); SerializationInfo_AddValue_m412754688(L_48, _stringLiteral2002596872, L_49, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_50 = ___info0; StringU5BU5D_t1281789340* L_51 = V_1; RuntimeTypeHandle_t3027515415 L_52 = { reinterpret_cast (StringU5BU5D_t1281789340_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); NullCheck(L_50); SerializationInfo_AddValue_m3906743584(L_50, _stringLiteral465436802, (RuntimeObject *)(RuntimeObject *)L_51, L_53, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_54 = ___info0; ObjectU5BU5D_t2843939325* L_55 = V_2; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (ObjectU5BU5D_t2843939325_0_0_0_var) }; Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); NullCheck(L_54); SerializationInfo_AddValue_m3906743584(L_54, _stringLiteral3498927737, (RuntimeObject *)(RuntimeObject *)L_55, L_57, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t NameObjectCollectionBase_get_Count_m823453971 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_ItemsArray_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_OnDeserialization_m619757901 (NameObjectCollectionBase_t2091847364 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_OnDeserialization_m619757901_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfo_t950877179 * V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; ObjectU5BU5D_t2843939325* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { SerializationInfo_t950877179 * L_0 = __this->get_infoCopy_7(); V_0 = L_0; SerializationInfo_t950877179 * L_1 = V_0; if (L_1) { goto IL_000e; } } { return; } IL_000e: { __this->set_infoCopy_7((SerializationInfo_t950877179 *)NULL); SerializationInfo_t950877179 * L_2 = V_0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IHashCodeProvider_t267601189_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = SerializationInfo_GetValue_m42271953(L_2, _stringLiteral329994078, L_4, /*hidden argument*/NULL); __this->set_m_hashprovider_3(((RuntimeObject*)Castclass((RuntimeObject*)L_5, IHashCodeProvider_t267601189_il2cpp_TypeInfo_var))); RuntimeObject* L_6 = __this->get_m_hashprovider_3(); if (L_6) { goto IL_0065; } } { SerializationInfo_t950877179 * L_7 = V_0; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (IEqualityComparer_t1493878338_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_10 = SerializationInfo_GetValue_m42271953(L_7, _stringLiteral1982757576, L_9, /*hidden argument*/NULL); __this->set_equality_comparer_9(((RuntimeObject*)Castclass((RuntimeObject*)L_10, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var))); goto IL_009b; } IL_0065: { SerializationInfo_t950877179 * L_11 = V_0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (IComparer_t1540313114_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_11); RuntimeObject * L_14 = SerializationInfo_GetValue_m42271953(L_11, _stringLiteral892943380, L_13, /*hidden argument*/NULL); __this->set_m_comparer_4(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IComparer_t1540313114_il2cpp_TypeInfo_var))); RuntimeObject* L_15 = __this->get_m_comparer_4(); if (L_15) { goto IL_009b; } } { SerializationException_t3941511869 * L_16 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_16, _stringLiteral226818761, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,NameObjectCollectionBase_OnDeserialization_m619757901_RuntimeMethod_var); } IL_009b: { SerializationInfo_t950877179 * L_17 = V_0; NullCheck(L_17); bool L_18 = SerializationInfo_GetBoolean_m1756153320(L_17, _stringLiteral827625748, /*hidden argument*/NULL); __this->set_m_readonly_6(L_18); SerializationInfo_t950877179 * L_19 = V_0; RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (StringU5BU5D_t1281789340_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); RuntimeObject * L_22 = SerializationInfo_GetValue_m42271953(L_19, _stringLiteral465436802, L_21, /*hidden argument*/NULL); V_1 = ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_22, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); StringU5BU5D_t1281789340* L_23 = V_1; if (L_23) { goto IL_00d8; } } { SerializationException_t3941511869 * L_24 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_24, _stringLiteral2546974142, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,NameObjectCollectionBase_OnDeserialization_m619757901_RuntimeMethod_var); } IL_00d8: { SerializationInfo_t950877179 * L_25 = V_0; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (ObjectU5BU5D_t2843939325_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject * L_28 = SerializationInfo_GetValue_m42271953(L_25, _stringLiteral3498927737, L_27, /*hidden argument*/NULL); V_2 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_28, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_29 = V_2; if (L_29) { goto IL_0104; } } { SerializationException_t3941511869 * L_30 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_30, _stringLiteral1594549966, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,NameObjectCollectionBase_OnDeserialization_m619757901_RuntimeMethod_var); } IL_0104: { NameObjectCollectionBase_Init_m2525481323(__this, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_31 = V_1; NullCheck(L_31); V_3 = (((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))); V_4 = 0; goto IL_012a; } IL_0116: { StringU5BU5D_t1281789340* L_32 = V_1; int32_t L_33 = V_4; NullCheck(L_32); int32_t L_34 = L_33; String_t* L_35 = (L_32)->GetAt(static_cast(L_34)); ObjectU5BU5D_t2843939325* L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; RuntimeObject * L_39 = (L_36)->GetAt(static_cast(L_38)); NameObjectCollectionBase_BaseAdd_m2389830291(__this, L_35, L_39, /*hidden argument*/NULL); int32_t L_40 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_012a: { int32_t L_41 = V_4; int32_t L_42 = V_3; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_0116; } } { return; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_get_IsReadOnly_m1249375452 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_readonly_6(); return L_0; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseAdd(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseAdd_m2389830291 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseAdd_m2389830291_MetadataUsageId); s_Il2CppMethodInitialized = true; } _Item_t2272350267 * V_0 = NULL; { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameObjectCollectionBase_BaseAdd_m2389830291_RuntimeMethod_var); } IL_0016: { String_t* L_2 = ___name0; RuntimeObject * L_3 = ___value1; _Item_t2272350267 * L_4 = (_Item_t2272350267 *)il2cpp_codegen_object_new(_Item_t2272350267_il2cpp_TypeInfo_var); _Item__ctor_m4016463660(L_4, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = ___name0; if (L_5) { goto IL_003b; } } { _Item_t2272350267 * L_6 = __this->get_m_NullKeyItem_1(); if (L_6) { goto IL_0036; } } { _Item_t2272350267 * L_7 = V_0; __this->set_m_NullKeyItem_1(L_7); } IL_0036: { goto IL_0059; } IL_003b: { Hashtable_t1853889766 * L_8 = __this->get_m_ItemsContainer_0(); String_t* L_9 = ___name0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_9); if (L_10) { goto IL_0059; } } { Hashtable_t1853889766 * L_11 = __this->get_m_ItemsContainer_0(); String_t* L_12 = ___name0; _Item_t2272350267 * L_13 = V_0; NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_12, L_13); } IL_0059: { ArrayList_t2718874744 * L_14 = __this->get_m_ItemsArray_2(); _Item_t2272350267 * L_15 = V_0; NullCheck(L_14); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseClear() extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseClear_m2328153247 (NameObjectCollectionBase_t2091847364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseClear_m2328153247_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameObjectCollectionBase_BaseClear_m2328153247_RuntimeMethod_var); } IL_0016: { NameObjectCollectionBase_Init_m2525481323(__this, /*hidden argument*/NULL); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m1425278489 (NameObjectCollectionBase_t2091847364 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseGet_m1425278489_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_m_ItemsArray_2(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); NullCheck(((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_2, _Item_t2272350267_il2cpp_TypeInfo_var))); RuntimeObject * L_3 = ((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_2, _Item_t2272350267_il2cpp_TypeInfo_var))->get_value_1(); return L_3; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase::BaseGet(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NameObjectCollectionBase_BaseGet_m1421109967 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, const RuntimeMethod* method) { _Item_t2272350267 * V_0 = NULL; { String_t* L_0 = ___name0; _Item_t2272350267 * L_1 = NameObjectCollectionBase_FindFirstMatchedItem_m840305173(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; _Item_t2272350267 * L_2 = V_0; if (L_2) { goto IL_0010; } } { return NULL; } IL_0010: { _Item_t2272350267 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_value_1(); return L_4; } } // System.String System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameObjectCollectionBase_BaseGetKey_m2677971642 (NameObjectCollectionBase_t2091847364 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseGetKey_m2677971642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_m_ItemsArray_2(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); NullCheck(((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_2, _Item_t2272350267_il2cpp_TypeInfo_var))); String_t* L_3 = ((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_2, _Item_t2272350267_il2cpp_TypeInfo_var))->get_key_0(); return L_3; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseRemove(System.String) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseRemove_m3554174796 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseRemove_m3554174796_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; { V_0 = 0; bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0018; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameObjectCollectionBase_BaseRemove_m3554174796_RuntimeMethod_var); } IL_0018: { String_t* L_2 = ___name0; if (!L_2) { goto IL_002f; } } { Hashtable_t1853889766 * L_3 = __this->get_m_ItemsContainer_0(); String_t* L_4 = ___name0; NullCheck(L_3); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_3, L_4); goto IL_0036; } IL_002f: { __this->set_m_NullKeyItem_1((_Item_t2272350267 *)NULL); } IL_0036: { ArrayList_t2718874744 * L_5 = __this->get_m_ItemsArray_2(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5); V_0 = L_6; V_2 = 0; goto IL_0077; } IL_0049: { int32_t L_7 = V_2; String_t* L_8 = NameObjectCollectionBase_BaseGetKey_m2677971642(__this, L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; String_t* L_10 = ___name0; bool L_11 = NameObjectCollectionBase_Equals_m2121912479(__this, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0073; } } { ArrayList_t2718874744 * L_12 = __this->get_m_ItemsArray_2(); int32_t L_13 = V_2; NullCheck(L_12); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_12, L_13); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); goto IL_0077; } IL_0073: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0077: { int32_t L_16 = V_2; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0049; } } { return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase::BaseSet(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void NameObjectCollectionBase_BaseSet_m1319323505 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_BaseSet_m1319323505_MetadataUsageId); s_Il2CppMethodInitialized = true; } _Item_t2272350267 * V_0 = NULL; { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameObjectCollectionBase_BaseSet_m1319323505_RuntimeMethod_var); } IL_0016: { String_t* L_2 = ___name0; _Item_t2272350267 * L_3 = NameObjectCollectionBase_FindFirstMatchedItem_m840305173(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; _Item_t2272350267 * L_4 = V_0; if (!L_4) { goto IL_0030; } } { _Item_t2272350267 * L_5 = V_0; RuntimeObject * L_6 = ___value1; NullCheck(L_5); L_5->set_value_1(L_6); goto IL_0038; } IL_0030: { String_t* L_7 = ___name0; RuntimeObject * L_8 = ___value1; NameObjectCollectionBase_BaseAdd_m2389830291(__this, L_7, L_8, /*hidden argument*/NULL); } IL_0038: { return; } } // System.Collections.Specialized.NameObjectCollectionBase/_Item System.Collections.Specialized.NameObjectCollectionBase::FindFirstMatchedItem(System.String) extern "C" IL2CPP_METHOD_ATTR _Item_t2272350267 * NameObjectCollectionBase_FindFirstMatchedItem_m840305173 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_FindFirstMatchedItem_m840305173_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_0018; } } { Hashtable_t1853889766 * L_1 = __this->get_m_ItemsContainer_0(); String_t* L_2 = ___name0; NullCheck(L_1); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); return ((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_3, _Item_t2272350267_il2cpp_TypeInfo_var)); } IL_0018: { _Item_t2272350267 * L_4 = __this->get_m_NullKeyItem_1(); return L_4; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool NameObjectCollectionBase_Equals_m2121912479 (NameObjectCollectionBase_t2091847364 * __this, String_t* ___s10, String_t* ___s21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameObjectCollectionBase_Equals_m2121912479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_m_comparer_4(); if (!L_0) { goto IL_001c; } } { RuntimeObject* L_1 = __this->get_m_comparer_4(); String_t* L_2 = ___s10; String_t* L_3 = ___s21; NullCheck(L_1); int32_t L_4 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t1540313114_il2cpp_TypeInfo_var, L_1, L_2, L_3); return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); } IL_001c: { RuntimeObject* L_5 = __this->get_equality_comparer_9(); String_t* L_6 = ___s10; String_t* L_7 = ___s21; NullCheck(L_5); bool L_8 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var, L_5, L_6, L_7); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.NameObjectCollectionBase/_Item::.ctor(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void _Item__ctor_m4016463660 (_Item_t2272350267 * __this, String_t* ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___key0; __this->set_key_0(L_0); RuntimeObject * L_1 = ___value1; __this->set_value_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase) extern "C" IL2CPP_METHOD_ATTR void _KeysEnumerator__ctor_m1664513423 (_KeysEnumerator_t4246666432 * __this, NameObjectCollectionBase_t2091847364 * ___collection0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); NameObjectCollectionBase_t2091847364 * L_0 = ___collection0; __this->set_m_collection_0(L_0); _KeysEnumerator_Reset_m2283582422(__this, /*hidden argument*/NULL); return; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * _KeysEnumerator_get_Current_m2996478063 (_KeysEnumerator_t4246666432 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (_KeysEnumerator_get_Current_m2996478063_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_position_1(); NameObjectCollectionBase_t2091847364 * L_1 = __this->get_m_collection_0(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_1); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0022; } } { int32_t L_3 = __this->get_m_position_1(); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0034; } } IL_0022: { NameObjectCollectionBase_t2091847364 * L_4 = __this->get_m_collection_0(); int32_t L_5 = __this->get_m_position_1(); NullCheck(L_4); String_t* L_6 = NameObjectCollectionBase_BaseGetKey_m2677971642(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0034: { InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,_KeysEnumerator_get_Current_m2996478063_RuntimeMethod_var); } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool _KeysEnumerator_MoveNext_m4289758929 (_KeysEnumerator_t4246666432 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_position_1(); int32_t L_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); V_0 = L_1; __this->set_m_position_1(L_1); int32_t L_2 = V_0; NameObjectCollectionBase_t2091847364 * L_3 = __this->get_m_collection_0(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_3); return (bool)((((int32_t)L_2) < ((int32_t)L_4))? 1 : 0); } } // System.Void System.Collections.Specialized.NameObjectCollectionBase/_KeysEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void _KeysEnumerator_Reset_m2283582422 (_KeysEnumerator_t4246666432 * __this, const RuntimeMethod* method) { { __this->set_m_position_1((-1)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::.ctor(System.Collections.Specialized.NameObjectCollectionBase) extern "C" IL2CPP_METHOD_ATTR void KeysCollection__ctor_m3575458428 (KeysCollection_t1318642398 * __this, NameObjectCollectionBase_t2091847364 * ___collection0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); NameObjectCollectionBase_t2091847364 * L_0 = ___collection0; __this->set_m_collection_0(L_0); return; } } // System.Void System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void KeysCollection_System_Collections_ICollection_CopyTo_m1205348167 (KeysCollection_t1318642398 * __this, RuntimeArray * ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; int32_t V_2 = 0; { NameObjectCollectionBase_t2091847364 * L_0 = __this->get_m_collection_0(); NullCheck(L_0); ArrayList_t2718874744 * L_1 = L_0->get_m_ItemsArray_2(); V_0 = L_1; RuntimeArray * L_2 = ___array0; if (L_2) { goto IL_001d; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_RuntimeMethod_var); } IL_001d: { int32_t L_4 = ___arrayIndex1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002f; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral335484879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_RuntimeMethod_var); } IL_002f: { RuntimeArray * L_6 = ___array0; NullCheck(L_6); int32_t L_7 = Array_get_Length_m21610649(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0052; } } { int32_t L_8 = ___arrayIndex1; RuntimeArray * L_9 = ___array0; NullCheck(L_9); int32_t L_10 = Array_get_Length_m21610649(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0052; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral620593767, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_RuntimeMethod_var); } IL_0052: { int32_t L_12 = ___arrayIndex1; ArrayList_t2718874744 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); RuntimeArray * L_15 = ___array0; NullCheck(L_15); int32_t L_16 = Array_get_Length_m21610649(L_15, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_14))) <= ((int32_t)L_16))) { goto IL_0070; } } { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_17, _stringLiteral1920019117, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_RuntimeMethod_var); } IL_0070: { RuntimeArray * L_18 = ___array0; if (!L_18) { goto IL_008d; } } { RuntimeArray * L_19 = ___array0; NullCheck(L_19); int32_t L_20 = Array_get_Rank_m3448755881(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_008d; } } { ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_21, _stringLiteral4171269070, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,KeysCollection_System_Collections_ICollection_CopyTo_m1205348167_RuntimeMethod_var); } IL_008d: { RuntimeArray * L_22 = ___array0; V_1 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_22, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); V_2 = 0; goto IL_00b8; } IL_009b: { ObjectU5BU5D_t2843939325* L_23 = V_1; int32_t L_24 = ___arrayIndex1; ArrayList_t2718874744 * L_25 = V_0; int32_t L_26 = V_2; NullCheck(L_25); RuntimeObject * L_27 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_25, L_26); NullCheck(((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_27, _Item_t2272350267_il2cpp_TypeInfo_var))); String_t* L_28 = ((_Item_t2272350267 *)CastclassClass((RuntimeObject*)L_27, _Item_t2272350267_il2cpp_TypeInfo_var))->get_key_0(); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_28); (L_23)->SetAt(static_cast(L_24), (RuntimeObject *)L_28); int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); int32_t L_30 = ___arrayIndex1; ___arrayIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00b8: { int32_t L_31 = V_2; ArrayList_t2718874744 * L_32 = V_0; NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_32); if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_009b; } } { return; } } // System.Boolean System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool KeysCollection_System_Collections_ICollection_get_IsSynchronized_m183844006 (KeysCollection_t1318642398 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeysCollection_System_Collections_ICollection_get_SyncRoot_m2638728559 (KeysCollection_t1318642398 * __this, const RuntimeMethod* method) { { NameObjectCollectionBase_t2091847364 * L_0 = __this->get_m_collection_0(); return L_0; } } // System.Int32 System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t KeysCollection_get_Count_m3943311735 (KeysCollection_t1318642398 * __this, const RuntimeMethod* method) { { NameObjectCollectionBase_t2091847364 * L_0 = __this->get_m_collection_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Collections.Specialized.NameObjectCollectionBase/KeysCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* KeysCollection_GetEnumerator_m2005471619 (KeysCollection_t1318642398 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KeysCollection_GetEnumerator_m2005471619_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NameObjectCollectionBase_t2091847364 * L_0 = __this->get_m_collection_0(); _KeysEnumerator_t4246666432 * L_1 = (_KeysEnumerator_t4246666432 *)il2cpp_codegen_object_new(_KeysEnumerator_t4246666432_il2cpp_TypeInfo_var); _KeysEnumerator__ctor_m1664513423(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.NameValueCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m258440999 (NameValueCollection_t407452768 * __this, const RuntimeMethod* method) { { NameObjectCollectionBase__ctor_m2090733912(__this, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Int32,System.Collections.Specialized.NameValueCollection) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m752956945 (NameValueCollection_t407452768 * __this, int32_t ___capacity0, NameValueCollection_t407452768 * ___col1, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t G_B2_0 = 0; NameValueCollection_t407452768 * G_B2_1 = NULL; int32_t G_B1_0 = 0; NameValueCollection_t407452768 * G_B1_1 = NULL; RuntimeObject* G_B3_0 = NULL; int32_t G_B3_1 = 0; NameValueCollection_t407452768 * G_B3_2 = NULL; RuntimeObject* G_B5_0 = NULL; int32_t G_B5_1 = 0; NameValueCollection_t407452768 * G_B5_2 = NULL; RuntimeObject* G_B4_0 = NULL; int32_t G_B4_1 = 0; NameValueCollection_t407452768 * G_B4_2 = NULL; RuntimeObject* G_B6_0 = NULL; RuntimeObject* G_B6_1 = NULL; int32_t G_B6_2 = 0; NameValueCollection_t407452768 * G_B6_3 = NULL; { int32_t L_0 = ___capacity0; NameValueCollection_t407452768 * L_1 = ___col1; G_B1_0 = L_0; G_B1_1 = __this; if (L_1) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_0010; } } { V_0 = (RuntimeObject*)NULL; RuntimeObject* L_2 = V_0; G_B3_0 = L_2; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0016; } IL_0010: { NameValueCollection_t407452768 * L_3 = ___col1; NullCheck(L_3); RuntimeObject* L_4 = NameObjectCollectionBase_get_HashCodeProvider_m2477226434(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0016: { NameValueCollection_t407452768 * L_5 = ___col1; G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; if (L_5) { G_B5_0 = G_B3_0; G_B5_1 = G_B3_1; G_B5_2 = G_B3_2; goto IL_0024; } } { V_1 = (RuntimeObject*)NULL; RuntimeObject* L_6 = V_1; G_B6_0 = L_6; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; goto IL_002a; } IL_0024: { NameValueCollection_t407452768 * L_7 = ___col1; NullCheck(L_7); RuntimeObject* L_8 = NameObjectCollectionBase_get_Comparer_m823172989(L_7, /*hidden argument*/NULL); G_B6_0 = L_8; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; } IL_002a: { NullCheck(G_B6_3); NameObjectCollectionBase__ctor_m3908400148(G_B6_3, G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL); NameValueCollection_t407452768 * L_9 = ___col1; NameValueCollection_Add_m1535255656(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m4090053322 (NameValueCollection_t407452768 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; NameObjectCollectionBase__ctor_m1512146076(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m1249025201 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(18 /* 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) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_m3318428493 (NameValueCollection_t407452768 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___value1; VirtActionInvoker2< String_t*, String_t* >::Invoke(22 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, __this, L_0, L_1); return; } } // System.Void System.Collections.Specialized.NameValueCollection::Add(System.Collections.Specialized.NameValueCollection) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Add_m1535255656 (NameValueCollection_t407452768 * __this, NameValueCollection_t407452768 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Add_m1535255656_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; ArrayList_t2718874744 * V_3 = NULL; ArrayList_t2718874744 * V_4 = NULL; { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameValueCollection_Add_m1535255656_RuntimeMethod_var); } IL_0016: { NameValueCollection_t407452768 * L_2 = ___c0; if (L_2) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3452614589, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,NameValueCollection_Add_m1535255656_RuntimeMethod_var); } IL_0027: { NameValueCollection_InvalidateCachedArrays_m194313763(__this, /*hidden argument*/NULL); NameValueCollection_t407452768 * L_4 = ___c0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_4); V_0 = L_5; V_1 = 0; goto IL_0093; } IL_003b: { NameValueCollection_t407452768 * L_6 = ___c0; int32_t L_7 = V_1; NullCheck(L_6); String_t* L_8 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(19 /* System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) */, L_6, L_7); V_2 = L_8; NameValueCollection_t407452768 * L_9 = ___c0; int32_t L_10 = V_1; NullCheck(L_9); RuntimeObject * L_11 = NameObjectCollectionBase_BaseGet_m1425278489(L_9, L_10, /*hidden argument*/NULL); V_3 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_11, ArrayList_t2718874744_il2cpp_TypeInfo_var)); String_t* L_12 = V_2; RuntimeObject * L_13 = NameObjectCollectionBase_BaseGet_m1421109967(__this, L_12, /*hidden argument*/NULL); V_4 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_13, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_14 = V_4; if (!L_14) { goto IL_0078; } } { ArrayList_t2718874744 * L_15 = V_3; if (!L_15) { goto IL_0078; } } { ArrayList_t2718874744 * L_16 = V_4; ArrayList_t2718874744 * L_17 = V_3; NullCheck(L_16); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_16, L_17); goto IL_0086; } IL_0078: { ArrayList_t2718874744 * L_18 = V_3; if (!L_18) { goto IL_0086; } } { ArrayList_t2718874744 * L_19 = V_3; ArrayList_t2718874744 * L_20 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m2130986447(L_20, L_19, /*hidden argument*/NULL); V_4 = L_20; } IL_0086: { String_t* L_21 = V_2; ArrayList_t2718874744 * L_22 = V_4; NameObjectCollectionBase_BaseSet_m1319323505(__this, L_21, L_22, /*hidden argument*/NULL); int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0093: { int32_t L_24 = V_1; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_003b; } } { return; } } // System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Add_m2418530856 (NameValueCollection_t407452768 * __this, String_t* ___name0, String_t* ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Add_m2418530856_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameValueCollection_Add_m2418530856_RuntimeMethod_var); } IL_0016: { NameValueCollection_InvalidateCachedArrays_m194313763(__this, /*hidden argument*/NULL); String_t* L_2 = ___name0; RuntimeObject * L_3 = NameObjectCollectionBase_BaseGet_m1421109967(__this, L_2, /*hidden argument*/NULL); V_0 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_3, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_4 = V_0; if (L_4) { goto IL_0050; } } { ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_5, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___val1; if (!L_6) { goto IL_0043; } } { ArrayList_t2718874744 * L_7 = V_0; String_t* L_8 = ___val1; NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); } IL_0043: { String_t* L_9 = ___name0; ArrayList_t2718874744 * L_10 = V_0; NameObjectCollectionBase_BaseAdd_m2389830291(__this, L_9, L_10, /*hidden argument*/NULL); goto IL_005e; } IL_0050: { String_t* L_11 = ___val1; if (!L_11) { goto IL_005e; } } { ArrayList_t2718874744 * L_12 = V_0; String_t* L_13 = ___val1; NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_13); } IL_005e: { return; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m2464480741 (NameValueCollection_t407452768 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Get_m2464480741_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { int32_t L_0 = ___index0; RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m1425278489(__this, L_0, /*hidden argument*/NULL); V_0 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_2 = V_0; String_t* L_3 = NameValueCollection_AsSingleString_m3776180906(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.Collections.Specialized.NameValueCollection::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_Get_m1006871566 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Get_m1006871566_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m1421109967(__this, L_0, /*hidden argument*/NULL); V_0 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_2 = V_0; String_t* L_3 = NameValueCollection_AsSingleString_m3776180906(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.Collections.Specialized.NameValueCollection::AsSingleString(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_AsSingleString_m3776180906 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___values0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_AsSingleString_m3776180906_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; StringBuilder_t * V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; { ArrayList_t2718874744 * L_0 = ___values0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { ArrayList_t2718874744 * L_1 = ___values0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); V_1 = L_2; int32_t L_3 = V_1; V_6 = L_3; int32_t L_4 = V_6; switch (L_4) { case 0: { goto IL_002a; } case 1: { goto IL_002c; } case 2: { goto IL_0039; } } } { goto IL_005e; } IL_002a: { return (String_t*)NULL; } IL_002c: { ArrayList_t2718874744 * L_5 = ___values0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, 0); return ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); } IL_0039: { ArrayList_t2718874744 * L_7 = ___values0; NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, 0); Il2CppChar L_9 = ((Il2CppChar)((int32_t)44)); RuntimeObject * L_10 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_9); ArrayList_t2718874744 * L_11 = ___values0; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, 1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)), L_10, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_005e: { int32_t L_14 = V_1; V_2 = L_14; V_3 = 0; goto IL_007f; } IL_0067: { int32_t L_15 = V_2; ArrayList_t2718874744 * L_16 = ___values0; int32_t L_17 = V_3; NullCheck(L_16); RuntimeObject * L_18 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_16, L_17); NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var))); int32_t L_19 = String_get_Length_m3847582255(((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_19)); int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007f: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0067; } } { ArrayList_t2718874744 * L_23 = ___values0; NullCheck(L_23); RuntimeObject * L_24 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_23, 0); int32_t L_25 = V_2; StringBuilder_t * L_26 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2502310956(L_26, ((String_t*)CastclassSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var)), L_25, /*hidden argument*/NULL); V_4 = L_26; V_5 = 1; goto IL_00c2; } IL_00a2: { StringBuilder_t * L_27 = V_4; NullCheck(L_27); StringBuilder_Append_m2383614642(L_27, ((int32_t)44), /*hidden argument*/NULL); StringBuilder_t * L_28 = V_4; ArrayList_t2718874744 * L_29 = ___values0; int32_t L_30 = V_5; NullCheck(L_29); RuntimeObject * L_31 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_29, L_30); NullCheck(L_28); StringBuilder_Append_m1640838743(L_28, L_31, /*hidden argument*/NULL); int32_t L_32 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00c2: { int32_t L_33 = V_5; int32_t L_34 = V_1; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_00a2; } } { StringBuilder_t * L_35 = V_4; NullCheck(L_35); String_t* L_36 = StringBuilder_ToString_m3317489284(L_35, /*hidden argument*/NULL); return L_36; } } // System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_GetKey_m3458770877 (NameValueCollection_t407452768 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1 = NameObjectCollectionBase_BaseGetKey_m2677971642(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* NameValueCollection_GetValues_m772065291 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_GetValues_m772065291_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { String_t* L_0 = ___name0; RuntimeObject * L_1 = NameObjectCollectionBase_BaseGet_m1421109967(__this, L_0, /*hidden argument*/NULL); V_0 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_1, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_2 = V_0; StringU5BU5D_t1281789340* L_3 = NameValueCollection_AsStringArray_m1513901264(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.String[] System.Collections.Specialized.NameValueCollection::AsStringArray(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* NameValueCollection_AsStringArray_m1513901264 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * ___values0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_AsStringArray_m1513901264_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t1281789340* V_1 = NULL; { ArrayList_t2718874744 * L_0 = ___values0; if (L_0) { goto IL_0008; } } { return (StringU5BU5D_t1281789340*)NULL; } IL_0008: { ArrayList_t2718874744 * L_1 = ___values0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); V_0 = L_2; int32_t L_3 = V_0; if (L_3) { goto IL_0017; } } { return (StringU5BU5D_t1281789340*)NULL; } IL_0017: { int32_t L_4 = V_0; V_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_4)); ArrayList_t2718874744 * L_5 = ___values0; StringU5BU5D_t1281789340* L_6 = V_1; NullCheck(L_5); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_5, (RuntimeArray *)(RuntimeArray *)L_6); StringU5BU5D_t1281789340* L_7 = V_1; return L_7; } } // System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Remove_m3237017023 (NameValueCollection_t407452768 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Remove_m3237017023_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameValueCollection_Remove_m3237017023_RuntimeMethod_var); } IL_0016: { NameValueCollection_InvalidateCachedArrays_m194313763(__this, /*hidden argument*/NULL); String_t* L_2 = ___name0; NameObjectCollectionBase_BaseRemove_m3554174796(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_Set_m4091554096 (NameValueCollection_t407452768 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameValueCollection_Set_m4091554096_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { bool L_0 = NameObjectCollectionBase_get_IsReadOnly_m1249375452(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral2240313997, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameValueCollection_Set_m4091554096_RuntimeMethod_var); } IL_0016: { NameValueCollection_InvalidateCachedArrays_m194313763(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___value1; if (!L_3) { goto IL_003d; } } { ArrayList_t2718874744 * L_4 = V_0; String_t* L_5 = ___value1; NullCheck(L_4); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); String_t* L_6 = ___name0; ArrayList_t2718874744 * L_7 = V_0; NameObjectCollectionBase_BaseSet_m1319323505(__this, L_6, L_7, /*hidden argument*/NULL); goto IL_0045; } IL_003d: { String_t* L_8 = ___name0; NameObjectCollectionBase_BaseSet_m1319323505(__this, L_8, NULL, /*hidden argument*/NULL); } IL_0045: { return; } } // System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays() extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_m194313763 (NameValueCollection_t407452768 * __this, const RuntimeMethod* method) { { __this->set_cachedAllKeys_10((StringU5BU5D_t1281789340*)NULL); __this->set_cachedAll_11((StringU5BU5D_t1281789340*)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.OrderedDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m4187350978 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary__ctor_m4187350978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_list_0(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set_hash_1(L_1); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary__ctor_m3058701443 (OrderedDictionary_t2617496293 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; __this->set_serializationInfo_4(L_0); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m2903928038 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m2903928038_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; DictionaryEntry_t3123975638 V_1; memset(&V_1, 0, sizeof(V_1)); ObjectU5BU5D_t2843939325* V_2 = NULL; int32_t V_3 = 0; { SerializationInfo_t950877179 * L_0 = __this->get_serializationInfo_4(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { SerializationInfo_t950877179 * L_1 = __this->get_serializationInfo_4(); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (IEqualityComparer_t1493878338_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_4 = SerializationInfo_GetValue_m42271953(L_1, _stringLiteral1982757576, L_3, /*hidden argument*/NULL); __this->set_comparer_5(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_5 = __this->get_serializationInfo_4(); NullCheck(L_5); bool L_6 = SerializationInfo_GetBoolean_m1756153320(L_5, _stringLiteral827625748, /*hidden argument*/NULL); __this->set_readOnly_2(L_6); SerializationInfo_t950877179 * L_7 = __this->get_serializationInfo_4(); NullCheck(L_7); int32_t L_8 = SerializationInfo_GetInt32_m2640574809(L_7, _stringLiteral2622579547, /*hidden argument*/NULL); __this->set_initialCapacity_3(L_8); ArrayList_t2718874744 * L_9 = __this->get_list_0(); if (L_9) { goto IL_0078; } } { ArrayList_t2718874744 * L_10 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_10, /*hidden argument*/NULL); __this->set_list_0(L_10); goto IL_0083; } IL_0078: { ArrayList_t2718874744 * L_11 = __this->get_list_0(); NullCheck(L_11); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_11); } IL_0083: { RuntimeObject* L_12 = __this->get_comparer_5(); Hashtable_t1853889766 * L_13 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m3192564643(L_13, L_12, /*hidden argument*/NULL); __this->set_hash_1(L_13); SerializationInfo_t950877179 * L_14 = __this->get_serializationInfo_4(); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (ObjectU5BU5D_t2843939325_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17 = SerializationInfo_GetValue_m42271953(L_14, _stringLiteral4267841201, L_16, /*hidden argument*/NULL); V_0 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_17, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_18 = V_0; V_2 = L_18; V_3 = 0; goto IL_00f5; } IL_00bd: { ObjectU5BU5D_t2843939325* L_19 = V_2; int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = (L_19)->GetAt(static_cast(L_21)); V_1 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_22, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); Hashtable_t1853889766 * L_23 = __this->get_hash_1(); RuntimeObject * L_24 = DictionaryEntry_get_Key_m3117378551((&V_1), /*hidden argument*/NULL); RuntimeObject * L_25 = DictionaryEntry_get_Value_m618120527((&V_1), /*hidden argument*/NULL); NullCheck(L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_23, L_24, L_25); ArrayList_t2718874744 * L_26 = __this->get_list_0(); DictionaryEntry_t3123975638 L_27 = V_1; DictionaryEntry_t3123975638 L_28 = L_27; RuntimeObject * L_29 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_28); NullCheck(L_26); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_29); int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00f5: { int32_t L_31 = V_3; ObjectU5BU5D_t2843939325* L_32 = V_2; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_00bd; } } { return; } } // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_System_Collections_IEnumerable_GetEnumerator_m1508505478 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool OrderedDictionary_System_Collections_ICollection_get_IsSynchronized_m459192218 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.Specialized.OrderedDictionary::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_System_Collections_ICollection_get_SyncRoot_m375910980 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::System.Collections.IDictionary.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool OrderedDictionary_System_Collections_IDictionary_get_IsFixedSize_m385133614 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Collections.Specialized.OrderedDictionary::OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_OnDeserialization_m1468442648 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_OnDeserialization_m1468442648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___sender0; InterfaceActionInvoker1< RuntimeObject * >::Invoke(0 /* System.Void System.Runtime.Serialization.IDeserializationCallback::OnDeserialization(System.Object) */, IDeserializationCallback_t4220500054_il2cpp_TypeInfo_var, __this, L_0); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_GetObjectData_m55358938 (OrderedDictionary_t2617496293 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_GetObjectData_m55358938_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,OrderedDictionary_GetObjectData_m55358938_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; RuntimeObject* L_3 = __this->get_comparer_5(); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (IEqualityComparer_t1493878338_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_2); SerializationInfo_AddValue_m3906743584(L_2, _stringLiteral1982757576, L_3, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; bool L_7 = __this->get_readOnly_2(); NullCheck(L_6); SerializationInfo_AddValue_m3427199315(L_6, _stringLiteral827625748, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; int32_t L_9 = __this->get_initialCapacity_3(); NullCheck(L_8); SerializationInfo_AddValue_m412754688(L_8, _stringLiteral2622579547, L_9, /*hidden argument*/NULL); Hashtable_t1853889766 * L_10 = __this->get_hash_1(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_10); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_11)); Hashtable_t1853889766 * L_12 = __this->get_hash_1(); ObjectU5BU5D_t2843939325* L_13 = V_0; NullCheck(L_12); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(32 /* System.Void System.Collections.Hashtable::CopyTo(System.Array,System.Int32) */, L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0); SerializationInfo_t950877179 * L_14 = ___info0; ObjectU5BU5D_t2843939325* L_15 = V_0; NullCheck(L_14); SerializationInfo_AddValue_m2872281893(L_14, _stringLiteral4267841201, (RuntimeObject *)(RuntimeObject *)L_15, /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.Specialized.OrderedDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t OrderedDictionary_get_Count_m4115880162 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_CopyTo_m2655421098 (OrderedDictionary_t2617496293 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool OrderedDictionary_get_IsReadOnly_m1507140017 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_2(); return L_0; } } // System.Object System.Collections.Specialized.OrderedDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_get_Item_m3518297186 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_hash_1(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* 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) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_set_Item_m1542549646 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_set_Item_m1542549646_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { OrderedDictionary_WriteCheck_m1617978376(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = __this->get_hash_1(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1); if (!L_2) { goto IL_003c; } } { RuntimeObject * L_3 = ___key0; int32_t L_4 = OrderedDictionary_FindListEntry_m1328489083(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; ArrayList_t2718874744 * L_5 = __this->get_list_0(); int32_t L_6 = V_0; RuntimeObject * L_7 = ___key0; RuntimeObject * L_8 = ___value1; DictionaryEntry_t3123975638 L_9; memset(&L_9, 0, sizeof(L_9)); DictionaryEntry__ctor_m2585376310((&L_9), L_7, L_8, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_10 = L_9; RuntimeObject * L_11 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_10); NullCheck(L_5); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_5, L_6, L_11); goto IL_0054; } IL_003c: { ArrayList_t2718874744 * L_12 = __this->get_list_0(); RuntimeObject * L_13 = ___key0; RuntimeObject * L_14 = ___value1; DictionaryEntry_t3123975638 L_15; memset(&L_15, 0, sizeof(L_15)); DictionaryEntry__ctor_m2585376310((&L_15), L_13, L_14, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_16 = L_15; RuntimeObject * L_17 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_16); NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_17); } IL_0054: { Hashtable_t1853889766 * L_18 = __this->get_hash_1(); RuntimeObject * L_19 = ___key0; RuntimeObject * L_20 = ___value1; NullCheck(L_18); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_18, L_19, L_20); return; } } // System.Object System.Collections.Specialized.OrderedDictionary::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedDictionary_get_Item_m1207204299 (OrderedDictionary_t2617496293 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_get_Item_m1207204299_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { ArrayList_t2718874744 * L_0 = __this->get_list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_2, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_3 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); return L_3; } } // System.Void System.Collections.Specialized.OrderedDictionary::set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_set_Item_m4188987716 (OrderedDictionary_t2617496293 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_set_Item_m4188987716_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { OrderedDictionary_WriteCheck_m1617978376(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = __this->get_list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_2, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_3 = ___value1; DictionaryEntry_set_Value_m574960201((&V_0), L_3, /*hidden argument*/NULL); ArrayList_t2718874744 * L_4 = __this->get_list_0(); int32_t L_5 = ___index0; DictionaryEntry_t3123975638 L_6 = V_0; DictionaryEntry_t3123975638 L_7 = L_6; RuntimeObject * L_8 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_7); NullCheck(L_4); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_4, L_5, L_8); Hashtable_t1853889766 * L_9 = __this->get_hash_1(); RuntimeObject * L_10 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); RuntimeObject * L_11 = ___value1; NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_9, L_10, L_11); return; } } // System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Keys_m964776941 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_get_Keys_m964776941_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_list_0(); OrderedCollection_t2804082187 * L_1 = (OrderedCollection_t2804082187 *)il2cpp_codegen_object_new(OrderedCollection_t2804082187_il2cpp_TypeInfo_var); OrderedCollection__ctor_m604189677(L_1, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Collections.ICollection System.Collections.Specialized.OrderedDictionary::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_get_Values_m2117074096 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_get_Values_m2117074096_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_list_0(); OrderedCollection_t2804082187 * L_1 = (OrderedCollection_t2804082187 *)il2cpp_codegen_object_new(OrderedCollection_t2804082187_il2cpp_TypeInfo_var); OrderedCollection__ctor_m604189677(L_1, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary::Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_Add_m3830937210 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_Add_m3830937210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OrderedDictionary_WriteCheck_m1617978376(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = __this->get_hash_1(); RuntimeObject * L_1 = ___key0; RuntimeObject * L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_0, L_1, L_2); ArrayList_t2718874744 * L_3 = __this->get_list_0(); RuntimeObject * L_4 = ___key0; RuntimeObject * L_5 = ___value1; DictionaryEntry_t3123975638 L_6; memset(&L_6, 0, sizeof(L_6)); DictionaryEntry__ctor_m2585376310((&L_6), L_4, L_5, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_7 = L_6; RuntimeObject * L_8 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_7); NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_8); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::Clear() extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_Clear_m3714285569 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { { OrderedDictionary_WriteCheck_m1617978376(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = __this->get_hash_1(); NullCheck(L_0); VirtActionInvoker0::Invoke(34 /* System.Void System.Collections.Hashtable::Clear() */, L_0); ArrayList_t2718874744 * L_1 = __this->get_list_0(); NullCheck(L_1); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1); return; } } // System.Boolean System.Collections.Specialized.OrderedDictionary::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool OrderedDictionary_Contains_m2213169170 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_hash_1(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Collections.IDictionaryEnumerator System.Collections.Specialized.OrderedDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OrderedDictionary_GetEnumerator_m675953506 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_GetEnumerator_m675953506_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); OrderedEntryCollectionEnumerator_t1171499853 * L_2 = (OrderedEntryCollectionEnumerator_t1171499853 *)il2cpp_codegen_object_new(OrderedEntryCollectionEnumerator_t1171499853_il2cpp_TypeInfo_var); OrderedEntryCollectionEnumerator__ctor_m987195467(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Collections.Specialized.OrderedDictionary::Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_Remove_m2746236675 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { OrderedDictionary_WriteCheck_m1617978376(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = __this->get_hash_1(); RuntimeObject * L_1 = ___key0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_0, L_1); if (!L_2) { goto IL_0037; } } { Hashtable_t1853889766 * L_3 = __this->get_hash_1(); RuntimeObject * L_4 = ___key0; NullCheck(L_3); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_3, L_4); RuntimeObject * L_5 = ___key0; int32_t L_6 = OrderedDictionary_FindListEntry_m1328489083(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; ArrayList_t2718874744 * L_7 = __this->get_list_0(); int32_t L_8 = V_0; NullCheck(L_7); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_7, L_8); } IL_0037: { return; } } // System.Int32 System.Collections.Specialized.OrderedDictionary::FindListEntry(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t OrderedDictionary_FindListEntry_m1328489083 (OrderedDictionary_t2617496293 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_FindListEntry_m1328489083_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DictionaryEntry_t3123975638 V_1; memset(&V_1, 0, sizeof(V_1)); bool G_B4_0 = false; { V_0 = 0; goto IL_0054; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_list_0(); int32_t L_1 = V_0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_1 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_2, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject* L_3 = __this->get_comparer_5(); if (!L_3) { goto IL_003c; } } { RuntimeObject* L_4 = __this->get_comparer_5(); RuntimeObject * L_5 = DictionaryEntry_get_Key_m3117378551((&V_1), /*hidden argument*/NULL); RuntimeObject * L_6 = ___key0; NullCheck(L_4); bool L_7 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t1493878338_il2cpp_TypeInfo_var, L_4, L_5, L_6); G_B4_0 = L_7; goto IL_0049; } IL_003c: { RuntimeObject * L_8 = DictionaryEntry_get_Key_m3117378551((&V_1), /*hidden argument*/NULL); RuntimeObject * L_9 = ___key0; NullCheck(L_8); bool L_10 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_8, L_9); G_B4_0 = L_10; } IL_0049: { if (!G_B4_0) { goto IL_0050; } } { int32_t L_11 = V_0; return L_11; } IL_0050: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0054: { int32_t L_13 = V_0; ArrayList_t2718874744 * L_14 = __this->get_list_0(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0007; } } { return (-1); } } // System.Void System.Collections.Specialized.OrderedDictionary::WriteCheck() extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_WriteCheck_m1617978376 (OrderedDictionary_t2617496293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_WriteCheck_m1617978376_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral492919934, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,OrderedDictionary_WriteCheck_m1617978376_RuntimeMethod_var); } IL_0016: { return; } } // System.Void System.Collections.Specialized.OrderedDictionary::Insert(System.Int32,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_Insert_m1535319907 (OrderedDictionary_t2617496293 * __this, int32_t ___index0, RuntimeObject * ___key1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_Insert_m1535319907_MetadataUsageId); s_Il2CppMethodInitialized = true; } { OrderedDictionary_WriteCheck_m1617978376(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = __this->get_hash_1(); RuntimeObject * L_1 = ___key1; RuntimeObject * L_2 = ___value2; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_0, L_1, L_2); ArrayList_t2718874744 * L_3 = __this->get_list_0(); int32_t L_4 = ___index0; RuntimeObject * L_5 = ___key1; RuntimeObject * L_6 = ___value2; DictionaryEntry_t3123975638 L_7; memset(&L_7, 0, sizeof(L_7)); DictionaryEntry__ctor_m2585376310((&L_7), L_5, L_6, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_8 = L_7; RuntimeObject * L_9 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_8); NullCheck(L_3); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_3, L_4, L_9); return; } } // System.Void System.Collections.Specialized.OrderedDictionary::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void OrderedDictionary_RemoveAt_m3697492513 (OrderedDictionary_t2617496293 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedDictionary_RemoveAt_m3697492513_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { OrderedDictionary_WriteCheck_m1617978376(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = __this->get_list_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_2, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); ArrayList_t2718874744 * L_3 = __this->get_list_0(); int32_t L_4 = ___index0; NullCheck(L_3); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_3, L_4); Hashtable_t1853889766 * L_5 = __this->get_hash_1(); RuntimeObject * L_6 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_5, 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 System.Collections.Specialized.OrderedDictionary/OrderedCollection::.ctor(System.Collections.ArrayList,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OrderedCollection__ctor_m604189677 (OrderedCollection_t2804082187 * __this, ArrayList_t2718874744 * ___list0, bool ___isKeyList1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = ___list0; __this->set_list_0(L_0); bool L_1 = ___isKeyList1; __this->set_isKeyList_1(L_1); return; } } // System.Int32 System.Collections.Specialized.OrderedDictionary/OrderedCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t OrderedCollection_get_Count_m965513696 (OrderedCollection_t2804082187 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedCollection::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool OrderedCollection_get_IsSynchronized_m481569296 (OrderedCollection_t2804082187 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedCollection::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedCollection_get_SyncRoot_m3612489289 (OrderedCollection_t2804082187 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary/OrderedCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void OrderedCollection_CopyTo_m1289691253 (OrderedCollection_t2804082187 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedCollection_CopyTo_m1289691253_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DictionaryEntry_t3123975638 V_1; memset(&V_1, 0, sizeof(V_1)); { V_0 = 0; goto IL_004d; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_list_0(); int32_t L_1 = V_0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_1 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_2, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); bool L_3 = __this->get_isKeyList_1(); if (!L_3) { goto IL_0039; } } { RuntimeArray * L_4 = ___array0; RuntimeObject * L_5 = DictionaryEntry_get_Key_m3117378551((&V_1), /*hidden argument*/NULL); int32_t L_6 = ___index1; int32_t L_7 = V_0; NullCheck(L_4); Array_SetValue_m3412255035(L_4, L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); goto IL_0049; } IL_0039: { RuntimeArray * L_8 = ___array0; RuntimeObject * L_9 = DictionaryEntry_get_Value_m618120527((&V_1), /*hidden argument*/NULL); int32_t L_10 = ___index1; int32_t L_11 = V_0; NullCheck(L_8); Array_SetValue_m3412255035(L_8, L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); } IL_0049: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004d: { int32_t L_13 = V_0; ArrayList_t2718874744 * L_14 = __this->get_list_0(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0007; } } { return; } } // System.Collections.IEnumerator System.Collections.Specialized.OrderedDictionary/OrderedCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OrderedCollection_GetEnumerator_m3618513833 (OrderedCollection_t2804082187 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedCollection_GetEnumerator_m3618513833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_list_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); bool L_2 = __this->get_isKeyList_1(); OrderedCollectionEnumerator_t3799789192 * L_3 = (OrderedCollectionEnumerator_t3799789192 *)il2cpp_codegen_object_new(OrderedCollectionEnumerator_t3799789192_il2cpp_TypeInfo_var); OrderedCollectionEnumerator__ctor_m1527864663(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::.ctor(System.Collections.IEnumerator,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OrderedCollectionEnumerator__ctor_m1527864663 (OrderedCollectionEnumerator_t3799789192 * __this, RuntimeObject* ___listEnumerator0, bool ___isKeyList1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___listEnumerator0; __this->set_listEnumerator_1(L_0); bool L_1 = ___isKeyList1; __this->set_isKeyList_0(L_1); return; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedCollectionEnumerator_get_Current_m411546204 (OrderedCollectionEnumerator_t3799789192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedCollectionEnumerator_get_Current_m411546204_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject * G_B3_0 = NULL; { RuntimeObject* L_0 = __this->get_listEnumerator_1(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); V_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_1, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); bool L_2 = __this->get_isKeyList_0(); if (!L_2) { goto IL_0028; } } { RuntimeObject * L_3 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_002f; } IL_0028: { RuntimeObject * L_4 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); G_B3_0 = L_4; } IL_002f: { return G_B3_0; } } // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool OrderedCollectionEnumerator_MoveNext_m3359530430 (OrderedCollectionEnumerator_t3799789192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedCollectionEnumerator_MoveNext_m3359530430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_listEnumerator_1(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary/OrderedCollection/OrderedCollectionEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void OrderedCollectionEnumerator_Reset_m1361855834 (OrderedCollectionEnumerator_t3799789192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedCollectionEnumerator_Reset_m1361855834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_listEnumerator_1(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::.ctor(System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR void OrderedEntryCollectionEnumerator__ctor_m987195467 (OrderedEntryCollectionEnumerator_t1171499853 * __this, RuntimeObject* ___listEnumerator0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___listEnumerator0; __this->set_listEnumerator_0(L_0); return; } } // System.Boolean System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool OrderedEntryCollectionEnumerator_MoveNext_m2314438960 (OrderedEntryCollectionEnumerator_t1171499853 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedEntryCollectionEnumerator_MoveNext_m2314438960_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_listEnumerator_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void OrderedEntryCollectionEnumerator_Reset_m2047748433 (OrderedEntryCollectionEnumerator_t1171499853 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedEntryCollectionEnumerator_Reset_m2047748433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_listEnumerator_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedEntryCollectionEnumerator_get_Current_m1789249502 (OrderedEntryCollectionEnumerator_t1171499853 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedEntryCollectionEnumerator_get_Current_m1789249502_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_listEnumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Collections.DictionaryEntry System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 OrderedEntryCollectionEnumerator_get_Entry_m2481716039 (OrderedEntryCollectionEnumerator_t1171499853 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (OrderedEntryCollectionEnumerator_get_Entry_m2481716039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_listEnumerator_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_1, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedEntryCollectionEnumerator_get_Key_m1021168774 (OrderedEntryCollectionEnumerator_t1171499853 * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { DictionaryEntry_t3123975638 L_0 = OrderedEntryCollectionEnumerator_get_Entry_m2481716039(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = DictionaryEntry_get_Key_m3117378551((&V_0), /*hidden argument*/NULL); return L_1; } } // System.Object System.Collections.Specialized.OrderedDictionary/OrderedEntryCollectionEnumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OrderedEntryCollectionEnumerator_get_Value_m2180167668 (OrderedEntryCollectionEnumerator_t1171499853 * __this, const RuntimeMethod* method) { DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); { DictionaryEntry_t3123975638 L_0 = OrderedEntryCollectionEnumerator_get_Entry_m2481716039(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Collections.Specialized.StringCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringCollection__ctor_m613771200 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection__ctor_m613771200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_data_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsReadOnly_m455357903 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_get_IsFixedSize_m1299970219 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Collections.Specialized.StringCollection::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_System_Collections_IList_get_Item_m992663664 (StringCollection_t167406615 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; String_t* L_1 = StringCollection_get_Item_m2538039158(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_set_Item_m1455563237 (StringCollection_t167406615 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_set_Item_m1455563237_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; StringCollection_set_Item_m4148591189(__this, L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Int32 System.Collections.Specialized.StringCollection::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_Add_m1759995382 (StringCollection_t167406615 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Add_m1759995382_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1 = StringCollection_Add_m774560569(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Collections.Specialized.StringCollection::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StringCollection_System_Collections_IList_Contains_m1928615552 (StringCollection_t167406615 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Contains_m1928615552_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1 = StringCollection_Contains_m1606600301(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Collections.Specialized.StringCollection::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_System_Collections_IList_IndexOf_m3253481874 (StringCollection_t167406615 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_IndexOf_m3253481874_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1 = StringCollection_IndexOf_m767274544(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Insert_m1948524567 (StringCollection_t167406615 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Insert_m1948524567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; StringCollection_Insert_m2300187778(__this, L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_IList_Remove_m1133367149 (StringCollection_t167406615 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_System_Collections_IList_Remove_m1133367149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; StringCollection_Remove_m3605634414(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.Collections.Specialized.StringCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringCollection_System_Collections_ICollection_CopyTo_m838222095 (StringCollection_t167406615 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.Collections.Specialized.StringCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StringCollection_System_Collections_IEnumerable_GetEnumerator_m1113283171 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m2538039158 (StringCollection_t167406615 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_get_Item_m2538039158_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); } } // System.Void System.Collections.Specialized.StringCollection::set_Item(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_set_Item_m4148591189 (StringCollection_t167406615 * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; String_t* L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Int32 System.Collections.Specialized.StringCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_get_Count_m3756622418 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Int32 System.Collections.Specialized.StringCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_Add_m774560569 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.StringCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void StringCollection_Clear_m3647152978 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool StringCollection_Contains_m1606600301 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Collections.Specialized.StringEnumerator System.Collections.Specialized.StringCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR StringEnumerator_t3934291441 * StringCollection_GetEnumerator_m348861798 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringCollection_GetEnumerator_m348861798_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringEnumerator_t3934291441 * L_0 = (StringEnumerator_t3934291441 *)il2cpp_codegen_object_new(StringEnumerator_t3934291441_il2cpp_TypeInfo_var); StringEnumerator__ctor_m1836977820(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Collections.Specialized.StringCollection::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_IndexOf_m767274544 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.Collections.Specialized.StringCollection::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Insert_m2300187778 (StringCollection_t167406615 * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; String_t* L_2 = ___value1; NullCheck(L_0); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_0, L_1, L_2); return; } } // System.Boolean System.Collections.Specialized.StringCollection::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool StringCollection_get_IsReadOnly_m2983318574 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Collections.Specialized.StringCollection::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool StringCollection_get_IsSynchronized_m1559727427 (StringCollection_t167406615 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Collections.Specialized.StringCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void StringCollection_Remove_m3605634414 (StringCollection_t167406615 * __this, String_t* ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); String_t* L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_0, L_1); return; } } // System.Void System.Collections.Specialized.StringCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringCollection_RemoveAt_m402186489 (StringCollection_t167406615 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_data_0(); int32_t L_1 = ___index0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } // System.Object System.Collections.Specialized.StringCollection::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StringCollection_get_SyncRoot_m3505240827 (StringCollection_t167406615 * __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.Collections.Specialized.StringDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringDictionary__ctor_m4172756934 (StringDictionary_t120437468 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringDictionary__ctor_m4172756934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_contents_0(L_0); return; } } // System.Void System.Collections.Specialized.StringDictionary::set_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void StringDictionary_set_Item_m3127846840 (StringDictionary_t120437468 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringDictionary_set_Item_m3127846840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StringDictionary_set_Item_m3127846840_RuntimeMethod_var); } IL_0011: { Hashtable_t1853889766 * L_2 = __this->get_contents_0(); String_t* L_3 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_5 = String_ToLower_m3490221821(L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___value1; NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_5, L_6); return; } } // System.Void System.Collections.Specialized.StringDictionary::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void StringDictionary_Add_m3527991826 (StringDictionary_t120437468 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringDictionary_Add_m3527991826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2600271970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StringDictionary_Add_m3527991826_RuntimeMethod_var); } IL_0011: { Hashtable_t1853889766 * L_2 = __this->get_contents_0(); String_t* L_3 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_5 = String_ToLower_m3490221821(L_3, L_4, /*hidden argument*/NULL); String_t* L_6 = ___value1; NullCheck(L_2); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_2, L_5, L_6); return; } } // System.Collections.IEnumerator System.Collections.Specialized.StringDictionary::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StringDictionary_GetEnumerator_m1778141649 (StringDictionary_t120437468 * __this, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_contents_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, 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.Collections.Specialized.StringEnumerator::.ctor(System.Collections.Specialized.StringCollection) extern "C" IL2CPP_METHOD_ATTR void StringEnumerator__ctor_m1836977820 (StringEnumerator_t3934291441 * __this, StringCollection_t167406615 * ___coll0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringEnumerator__ctor_m1836977820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); StringCollection_t167406615 * L_0 = ___coll0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); __this->set_enumerable_0(L_1); return; } } // System.String System.Collections.Specialized.StringEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR String_t* StringEnumerator_get_Current_m3567642676 (StringEnumerator_t3934291441 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringEnumerator_get_Current_m3567642676_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerable_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } } // System.Boolean System.Collections.Specialized.StringEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool StringEnumerator_MoveNext_m3572111802 (StringEnumerator_t3934291441 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringEnumerator_MoveNext_m3572111802_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_enumerable_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, 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.Object System.ComponentModel.ArrayConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ArrayConverter_ConvertTo_m3610848037 (ArrayConverter_t1750795769 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayConverter_ConvertTo_m3610848037_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType3; if (L_0) { goto IL_0012; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1667536785, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayConverter_ConvertTo_m3610848037_RuntimeMethod_var); } IL_0012: { Type_t * L_2 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0044; } } { RuntimeObject * L_5 = ___value2; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_5, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_0044; } } { RuntimeObject * L_6 = ___value2; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, _stringLiteral470272581, /*hidden argument*/NULL); return L_9; } IL_0044: { RuntimeObject* L_10 = ___context0; CultureInfo_t4157843068 * L_11 = ___culture1; RuntimeObject * L_12 = ___value2; Type_t * L_13 = ___destinationType3; RuntimeObject * L_14 = CollectionConverter_ConvertTo_m1781333342(__this, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ArrayConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * ArrayConverter_GetProperties_m1568703106 (ArrayConverter_t1750795769 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t1575011174* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayConverter_GetProperties_m1568703106_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyDescriptorCollection_t4164928659 * V_0 = NULL; RuntimeArray * V_1 = NULL; int32_t V_2 = 0; { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_000c; } } { NullReferenceException_t1023182353 * L_1 = (NullReferenceException_t1023182353 *)il2cpp_codegen_object_new(NullReferenceException_t1023182353_il2cpp_TypeInfo_var); NullReferenceException__ctor_m744513393(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ArrayConverter_GetProperties_m1568703106_RuntimeMethod_var); } IL_000c: { PropertyDescriptorCollection_t4164928659 * L_2 = (PropertyDescriptorCollection_t4164928659 *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m798034609(L_2, (PropertyDescriptorU5BU5D_t2649761905*)(PropertyDescriptorU5BU5D_t2649761905*)NULL, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___value1; if (!((RuntimeArray *)IsInstClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var))) { goto IL_004f; } } { RuntimeObject * L_4 = ___value1; V_1 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_4, RuntimeArray_il2cpp_TypeInfo_var)); V_2 = 0; goto IL_0043; } IL_002c: { PropertyDescriptorCollection_t4164928659 * L_5 = V_0; int32_t L_6 = V_2; RuntimeArray * L_7 = V_1; NullCheck(L_7); Type_t * L_8 = Object_GetType_m88164663(L_7, /*hidden argument*/NULL); ArrayPropertyDescriptor_t157990669 * L_9 = (ArrayPropertyDescriptor_t157990669 *)il2cpp_codegen_object_new(ArrayPropertyDescriptor_t157990669_il2cpp_TypeInfo_var); ArrayPropertyDescriptor__ctor_m1641880234(L_9, L_6, L_8, /*hidden argument*/NULL); NullCheck(L_5); PropertyDescriptorCollection_Add_m3340053766(L_5, L_9, /*hidden argument*/NULL); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0043: { int32_t L_11 = V_2; RuntimeArray * L_12 = V_1; NullCheck(L_12); int32_t L_13 = Array_get_Length_m21610649(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_002c; } } IL_004f: { PropertyDescriptorCollection_t4164928659 * L_14 = V_0; return L_14; } } // System.Boolean System.ComponentModel.ArrayConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool ArrayConverter_GetPropertiesSupported_m721187038 (ArrayConverter_t1750795769 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::.ctor(System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR void ArrayPropertyDescriptor__ctor_m1641880234 (ArrayPropertyDescriptor_t157990669 * __this, int32_t ___index0, Type_t * ___array_type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ArrayPropertyDescriptor__ctor_m1641880234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral943593154, L_2, /*hidden argument*/NULL); PropertyDescriptor__ctor_m4092411741(__this, L_3, (AttributeU5BU5D_t1575011174*)(AttributeU5BU5D_t1575011174*)NULL, /*hidden argument*/NULL); int32_t L_4 = ___index0; __this->set_index_3(L_4); Type_t * L_5 = ___array_type1; __this->set_array_type_4(L_5); return; } } // System.Type System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::get_ComponentType() extern "C" IL2CPP_METHOD_ATTR Type_t * ArrayPropertyDescriptor_get_ComponentType_m2570211596 (ArrayPropertyDescriptor_t157990669 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_array_type_4(); return L_0; } } // System.Type System.ComponentModel.ArrayConverter/ArrayPropertyDescriptor::get_PropertyType() extern "C" IL2CPP_METHOD_ATTR Type_t * ArrayPropertyDescriptor_get_PropertyType_m4175725555 (ArrayPropertyDescriptor_t157990669 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_array_type_4(); NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, 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.ComponentModel.AttributeCollection::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m3608472199 (AttributeCollection_t4221220734 * __this, ArrayList_t2718874744 * ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeCollection__ctor_m3608472199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_attrList_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_1 = ___attributes0; if (!L_1) { goto IL_001e; } } { ArrayList_t2718874744 * L_2 = ___attributes0; __this->set_attrList_0(L_2); } IL_001e: { return; } } // System.Void System.ComponentModel.AttributeCollection::.ctor(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR void AttributeCollection__ctor_m425043493 (AttributeCollection_t4221220734 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeCollection__ctor_m425043493_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_attrList_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); AttributeU5BU5D_t1575011174* L_1 = ___attributes0; if (!L_1) { goto IL_003a; } } { V_0 = 0; goto IL_0031; } IL_001e: { ArrayList_t2718874744 * L_2 = __this->get_attrList_0(); AttributeU5BU5D_t1575011174* L_3 = ___attributes0; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; Attribute_t861562559 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_6); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0031: { int32_t L_8 = V_0; AttributeU5BU5D_t1575011174* L_9 = ___attributes0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_001e; } } IL_003a: { return; } } // System.Void System.ComponentModel.AttributeCollection::.cctor() extern "C" IL2CPP_METHOD_ATTR void AttributeCollection__cctor_m842335345 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeCollection__cctor_m842335345_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AttributeCollection_t4221220734 * L_0 = (AttributeCollection_t4221220734 *)il2cpp_codegen_object_new(AttributeCollection_t4221220734_il2cpp_TypeInfo_var); AttributeCollection__ctor_m3608472199(L_0, (ArrayList_t2718874744 *)NULL, /*hidden argument*/NULL); ((AttributeCollection_t4221220734_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_t4221220734_il2cpp_TypeInfo_var))->set_Empty_1(L_0); return; } } // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_System_Collections_IEnumerable_GetEnumerator_m480187815 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = AttributeCollection_GetEnumerator_m620806924(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool AttributeCollection_System_Collections_ICollection_get_IsSynchronized_m1412825756 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attrList_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * AttributeCollection_System_Collections_ICollection_get_SyncRoot_m2290660015 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attrList_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Int32 System.ComponentModel.AttributeCollection::System.Collections.ICollection.get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t AttributeCollection_System_Collections_ICollection_get_Count_m2374530584 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method) { { int32_t L_0 = AttributeCollection_get_Count_m3844742657(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute) extern "C" IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m136161230 (AttributeCollection_t4221220734 * __this, Attribute_t861562559 * ___attr0, const RuntimeMethod* method) { Attribute_t861562559 * V_0 = NULL; { Attribute_t861562559 * L_0 = ___attr0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); Attribute_t861562559 * L_2 = VirtFuncInvoker1< Attribute_t861562559 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, __this, L_1); V_0 = L_2; Attribute_t861562559 * L_3 = V_0; if (!L_3) { goto IL_001b; } } { Attribute_t861562559 * L_4 = ___attr0; Attribute_t861562559 * L_5 = V_0; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Attribute::Equals(System.Object) */, L_4, L_5); return L_6; } IL_001b: { return (bool)0; } } // System.Boolean System.ComponentModel.AttributeCollection::Contains(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR bool AttributeCollection_Contains_m2722967475 (AttributeCollection_t4221220734 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method) { Attribute_t861562559 * V_0 = NULL; AttributeU5BU5D_t1575011174* V_1 = NULL; int32_t V_2 = 0; { AttributeU5BU5D_t1575011174* L_0 = ___attributes0; if (L_0) { goto IL_0008; } } { return (bool)1; } IL_0008: { AttributeU5BU5D_t1575011174* L_1 = ___attributes0; V_1 = L_1; V_2 = 0; goto IL_0027; } IL_0011: { AttributeU5BU5D_t1575011174* L_2 = V_1; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; Attribute_t861562559 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; Attribute_t861562559 * L_6 = V_0; bool L_7 = AttributeCollection_Contains_m136161230(__this, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0023; } } { return (bool)0; } IL_0023: { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0027: { int32_t L_9 = V_2; AttributeU5BU5D_t1575011174* L_10 = V_1; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))) { goto IL_0011; } } { return (bool)1; } } // System.Void System.ComponentModel.AttributeCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AttributeCollection_CopyTo_m2634189674 (AttributeCollection_t4221220734 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attrList_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.ComponentModel.AttributeCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AttributeCollection_GetEnumerator_m620806924 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attrList_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Attribute System.ComponentModel.AttributeCollection::GetDefaultAttribute(System.Type) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * AttributeCollection_GetDefaultAttribute_m3694029588 (AttributeCollection_t4221220734 * __this, Type_t * ___attributeType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeCollection_GetDefaultAttribute_m3694029588_MetadataUsageId); s_Il2CppMethodInitialized = true; } Attribute_t861562559 * V_0 = NULL; int32_t V_1 = 0; FieldInfo_t * V_2 = NULL; ConstructorInfo_t5769829 * V_3 = NULL; { V_0 = (Attribute_t861562559 *)NULL; V_1 = ((int32_t)24); Type_t * L_0 = ___attributeType0; int32_t L_1 = V_1; NullCheck(L_0); FieldInfo_t * L_2 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_0, _stringLiteral1948333211, L_1); V_2 = L_2; FieldInfo_t * L_3 = V_2; if (L_3) { goto IL_004f; } } { Type_t * L_4 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_5 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_4); ConstructorInfo_t5769829 * L_6 = Type_GetConstructor_m2219014380(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; ConstructorInfo_t5769829 * L_7 = V_3; if (!L_7) { goto IL_0037; } } { ConstructorInfo_t5769829 * L_8 = V_3; NullCheck(L_8); RuntimeObject * L_9 = ConstructorInfo_Invoke_m4089836896(L_8, (ObjectU5BU5D_t2843939325*)(ObjectU5BU5D_t2843939325*)NULL, /*hidden argument*/NULL); V_0 = ((Attribute_t861562559 *)IsInstClass((RuntimeObject*)L_9, Attribute_t861562559_il2cpp_TypeInfo_var)); } IL_0037: { Attribute_t861562559 * L_10 = V_0; if (!L_10) { goto IL_004a; } } { Attribute_t861562559 * L_11 = V_0; NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Attribute::IsDefaultAttribute() */, L_11); if (L_12) { goto IL_004a; } } { V_0 = (Attribute_t861562559 *)NULL; } IL_004a: { goto IL_005c; } IL_004f: { FieldInfo_t * L_13 = V_2; NullCheck(L_13); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(17 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_13, NULL); V_0 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_14, Attribute_t861562559_il2cpp_TypeInfo_var)); } IL_005c: { Attribute_t861562559 * L_15 = V_0; return L_15; } } // System.Int32 System.ComponentModel.AttributeCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t AttributeCollection_get_Count_m3844742657 (AttributeCollection_t4221220734 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_attrList_0(); if (!L_0) { goto IL_001b; } } { ArrayList_t2718874744 * L_1 = __this->get_attrList_0(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * AttributeCollection_get_Item_m447982872 (AttributeCollection_t4221220734 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeCollection_get_Item_m447982872_MetadataUsageId); s_Il2CppMethodInitialized = true; } Attribute_t861562559 * V_0 = NULL; Attribute_t861562559 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (Attribute_t861562559 *)NULL; ArrayList_t2718874744 * L_0 = __this->get_attrList_0(); if (!L_0) { goto IL_0064; } } { ArrayList_t2718874744 * L_1 = __this->get_attrList_0(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_2 = L_2; } IL_0019: try { // begin try (depth: 1) { goto IL_0042; } IL_001e: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_1 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_4, Attribute_t861562559_il2cpp_TypeInfo_var)); Type_t * L_5 = ___type0; Attribute_t861562559 * L_6 = V_1; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); NullCheck(L_5); bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_5, L_7); if (!L_8) { goto IL_0042; } } IL_003b: { Attribute_t861562559 * L_9 = V_1; V_0 = L_9; goto IL_004d; } IL_0042: { RuntimeObject* L_10 = V_2; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_001e; } } IL_004d: { IL2CPP_LEAVE(0x64, FINALLY_0052); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_3; if (L_13) { goto IL_005d; } } IL_005c: { IL2CPP_END_FINALLY(82) } IL_005d: { RuntimeObject* L_14 = V_3; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(82) } } // end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_JUMP_TBL(0x64, IL_0064) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0064: { Attribute_t861562559 * L_15 = V_0; if (L_15) { goto IL_0072; } } { Type_t * L_16 = ___type0; Attribute_t861562559 * L_17 = AttributeCollection_GetDefaultAttribute_m3694029588(__this, L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_0072: { Attribute_t861562559 * L_18 = V_0; return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BaseNumberConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BaseNumberConverter__ctor_m3644937142 (BaseNumberConverter_t312147029 * __this, const RuntimeMethod* method) { { TypeConverter__ctor_m2146026630(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertFrom_m2625580491 (BaseNumberConverter_t312147029 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseNumberConverter_CanConvertFrom_m2625580491_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_001a; } } { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_001b; } IL_001a: { G_B3_0 = 1; } IL_001b: { return (bool)G_B3_0; } } // System.Boolean System.ComponentModel.BaseNumberConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool BaseNumberConverter_CanConvertTo_m3510519829 (BaseNumberConverter_t312147029 * __this, RuntimeObject* ___context0, Type_t * ___t1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Type_t * L_0 = ___t1; NullCheck(L_0); bool L_1 = Type_get_IsPrimitive_m1114712797(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0015; } } { RuntimeObject* L_2 = ___context0; Type_t * L_3 = ___t1; bool L_4 = TypeConverter_CanConvertTo_m1947275633(__this, L_2, L_3, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_4)); goto IL_0016; } IL_0015: { G_B3_0 = 1; } IL_0016: { return (bool)G_B3_0; } } // System.Object System.ComponentModel.BaseNumberConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertFrom_m52626755 (BaseNumberConverter_t312147029 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseNumberConverter_ConvertFrom_m52626755_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; NumberFormatInfo_t435877138 * V_1 = NULL; Exception_t * V_2 = NULL; RuntimeObject * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { CultureInfo_t4157843068 * L_0 = ___culture1; if (L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); ___culture1 = L_1; } IL_000d: { RuntimeObject * L_2 = ___value2; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); String_t* L_3 = V_0; if (!L_3) { goto IL_00d9; } } IL_001a: try { // begin try (depth: 1) { bool L_4 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_SupportHex() */, __this); if (!L_4) { goto IL_0083; } } IL_0025: { String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0054; } } IL_0031: { String_t* L_7 = V_0; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)35))))) { goto IL_0054; } } IL_003f: { String_t* L_9 = V_0; NullCheck(L_9); String_t* L_10 = String_Substring_m2848979100(L_9, 1, /*hidden argument*/NULL); RuntimeObject * L_11 = VirtFuncInvoker2< RuntimeObject *, String_t*, int32_t >::Invoke(18 /* System.Object System.ComponentModel.BaseNumberConverter::ConvertFromString(System.String,System.Int32) */, __this, L_10, ((int32_t)16)); V_3 = L_11; goto IL_00e3; } IL_0054: { String_t* L_12 = V_0; NullCheck(L_12); bool L_13 = String_StartsWith_m1759067526(L_12, _stringLiteral3456284560, /*hidden argument*/NULL); if (L_13) { goto IL_0074; } } IL_0064: { String_t* L_14 = V_0; NullCheck(L_14); bool L_15 = String_StartsWith_m1759067526(L_14, _stringLiteral3458381712, /*hidden argument*/NULL); if (!L_15) { goto IL_0083; } } IL_0074: { String_t* L_16 = V_0; RuntimeObject * L_17 = VirtFuncInvoker2< RuntimeObject *, String_t*, int32_t >::Invoke(18 /* System.Object System.ComponentModel.BaseNumberConverter::ConvertFromString(System.String,System.Int32) */, __this, L_16, ((int32_t)16)); V_3 = L_17; goto IL_00e3; } IL_0083: { CultureInfo_t4157843068 * L_18 = ___culture1; RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (NumberFormatInfo_t435877138_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(18 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_18, L_20); V_1 = ((NumberFormatInfo_t435877138 *)CastclassSealed((RuntimeObject*)L_21, NumberFormatInfo_t435877138_il2cpp_TypeInfo_var)); String_t* L_22 = V_0; NumberFormatInfo_t435877138 * L_23 = V_1; RuntimeObject * L_24 = VirtFuncInvoker2< RuntimeObject *, String_t*, NumberFormatInfo_t435877138 * >::Invoke(17 /* System.Object System.ComponentModel.BaseNumberConverter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) */, __this, L_22, L_23); V_3 = L_24; goto IL_00e3; } IL_00a7: { ; // IL_00a7: leave IL_00d9 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00ac; throw e; } CATCH_00ac: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); RuntimeObject * L_25 = ___value2; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_25); Type_t * L_27 = __this->get_InnerType_0(); NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m2163913788(NULL /*static, unused*/, L_26, _stringLiteral184942760, L_28, _stringLiteral3452614530, /*hidden argument*/NULL); Exception_t * L_30 = V_2; Exception_t * L_31 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1406832249(L_31, L_29, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,BaseNumberConverter_ConvertFrom_m52626755_RuntimeMethod_var); } IL_00d4: { goto IL_00d9; } } // end catch (depth: 1) IL_00d9: { RuntimeObject* L_32 = ___context0; CultureInfo_t4157843068 * L_33 = ___culture1; RuntimeObject * L_34 = ___value2; RuntimeObject * L_35 = TypeConverter_ConvertFrom_m1024238132(__this, L_32, L_33, L_34, /*hidden argument*/NULL); return L_35; } IL_00e3: { RuntimeObject * L_36 = V_3; return L_36; } } // System.Object System.ComponentModel.BaseNumberConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertTo_m3438090394 (BaseNumberConverter_t312147029 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseNumberConverter_ConvertTo_m3438090394_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BaseNumberConverter_ConvertTo_m3438090394_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___culture1; if (L_2) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); ___culture1 = L_3; } IL_001e: { Type_t * L_4 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0049; } } { RuntimeObject * L_7 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_7, IConvertible_t2977365677_il2cpp_TypeInfo_var))) { goto IL_0049; } } { RuntimeObject * L_8 = ___value2; Type_t * L_9 = ___destinationType3; CultureInfo_t4157843068 * L_10 = ___culture1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_8, IConvertible_t2977365677_il2cpp_TypeInfo_var))); RuntimeObject * L_11 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(12 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_9, L_10); return L_11; } IL_0049: { Type_t * L_12 = ___destinationType3; NullCheck(L_12); bool L_13 = Type_get_IsPrimitive_m1114712797(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005f; } } { RuntimeObject * L_14 = ___value2; Type_t * L_15 = ___destinationType3; CultureInfo_t4157843068 * L_16 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_17 = Convert_ChangeType_m827193029(NULL /*static, unused*/, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } IL_005f: { RuntimeObject* L_18 = ___context0; CultureInfo_t4157843068 * L_19 = ___culture1; RuntimeObject * L_20 = ___value2; Type_t * L_21 = ___destinationType3; RuntimeObject * L_22 = TypeConverter_ConvertTo_m3165899902(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Object System.ComponentModel.BaseNumberConverter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BaseNumberConverter_ConvertFromString_m1543074957 (BaseNumberConverter_t312147029 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseNumberConverter_ConvertFromString_m1543074957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.ComponentModel.BaseNumberConverter::get_SupportHex() */, __this); if (!L_0) { goto IL_0011; } } { NotImplementedException_t3489357830 * L_1 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BaseNumberConverter_ConvertFromString_m1543074957_RuntimeMethod_var); } IL_0011: { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BaseNumberConverter_ConvertFromString_m1543074957_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.BooleanConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BooleanConverter__ctor_m1022907603 (BooleanConverter_t941538927 * __this, const RuntimeMethod* method) { { TypeConverter__ctor_m2146026630(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.BooleanConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool BooleanConverter_CanConvertFrom_m497512657 (BooleanConverter_t941538927 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BooleanConverter_CanConvertFrom_m497512657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.ComponentModel.BooleanConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BooleanConverter_ConvertFrom_m3588195169 (BooleanConverter_t941538927 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BooleanConverter_ConvertFrom_m3588195169_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_001c; } } { RuntimeObject * L_1 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_2 = Boolean_Parse_m2370352694(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_3 = L_2; RuntimeObject * L_4 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_3); return L_4; } IL_001c: { RuntimeObject* L_5 = ___context0; CultureInfo_t4157843068 * L_6 = ___culture1; RuntimeObject * L_7 = ___value2; RuntimeObject * L_8 = TypeConverter_ConvertFrom_m1024238132(__this, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.BooleanConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * BooleanConverter_GetStandardValues_m1729016193 (BooleanConverter_t941538927 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BooleanConverter_GetStandardValues_m1729016193_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BooleanU5BU5D_t2897418192* L_0 = ((BooleanU5BU5D_t2897418192*)SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (bool)1); StandardValuesCollection_t2184948248 * L_1 = (StandardValuesCollection_t2184948248 *)il2cpp_codegen_object_new(StandardValuesCollection_t2184948248_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m260150618(L_1, (RuntimeObject*)(RuntimeObject*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.BooleanConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool BooleanConverter_GetStandardValuesExclusive_m522643802 (BooleanConverter_t941538927 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.BooleanConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool BooleanConverter_GetStandardValuesSupported_m3074359275 (BooleanConverter_t941538927 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.ByteConverter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool ByteConverter_get_SupportHex_m1064392791 (ByteConverter_t1408362843 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.ByteConverter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* ByteConverter_ConvertToString_m2125085136 (ByteConverter_t1408362843 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteConverter_ConvertToString_m2125085136_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_0, Byte_t1134296376_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = Byte_ToString_m4063101981((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.ByteConverter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_ConvertFromString_m2456896637 (ByteConverter_t1408362843 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteConverter_ConvertFromString_m2456896637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; uint8_t L_2 = Byte_Parse_m3200377149(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); uint8_t L_3 = L_2; RuntimeObject * L_4 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.ByteConverter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ByteConverter_ConvertFromString_m713035555 (ByteConverter_t1408362843 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ByteConverter_ConvertFromString_m713035555_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_2 = Convert_ToByte_m413983569(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint8_t L_3 = L_2; RuntimeObject * L_4 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.CharConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool CharConverter_CanConvertFrom_m2898499254 (CharConverter_t747842913 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharConverter_CanConvertFrom_m2898499254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.ComponentModel.CharConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CharConverter_ConvertFrom_m3865253101 (CharConverter_t747842913 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharConverter_ConvertFrom_m3865253101_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___value2; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_005c; } } { String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_0020; } } { String_t* L_4 = V_0; NullCheck(L_4); String_t* L_5 = String_Trim_m923598732(L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0020: { String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)1))) { goto IL_003d; } } { String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3861045295, L_8, /*hidden argument*/NULL); FormatException_t154580423 * L_10 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,CharConverter_ConvertFrom_m3865253101_RuntimeMethod_var); } IL_003d: { String_t* L_11 = V_0; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_004f; } } { Il2CppChar L_13 = ((Il2CppChar)0); RuntimeObject * L_14 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_004f: { String_t* L_15 = V_0; NullCheck(L_15); Il2CppChar L_16 = String_get_Chars_m2986988803(L_15, 0, /*hidden argument*/NULL); Il2CppChar L_17 = L_16; RuntimeObject * L_18 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_17); return L_18; } IL_005c: { RuntimeObject* L_19 = ___context0; CultureInfo_t4157843068 * L_20 = ___culture1; RuntimeObject * L_21 = ___value2; RuntimeObject * L_22 = TypeConverter_ConvertFrom_m1024238132(__this, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Object System.ComponentModel.CharConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CharConverter_ConvertTo_m304495683 (CharConverter_t747842913 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharConverter_ConvertTo_m304495683_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_003d; } } { RuntimeObject * L_3 = ___value2; if (!L_3) { goto IL_003d; } } { RuntimeObject * L_4 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Char_t3634460470_il2cpp_TypeInfo_var))) { goto IL_003d; } } { RuntimeObject * L_5 = ___value2; V_0 = ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_5, Char_t3634460470_il2cpp_TypeInfo_var)))); Il2CppChar L_6 = V_0; if (L_6) { goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } IL_0035: { Il2CppChar L_8 = V_0; String_t* L_9 = String_CreateString_m1262864254(NULL, L_8, 1, /*hidden argument*/NULL); return L_9; } IL_003d: { RuntimeObject* L_10 = ___context0; CultureInfo_t4157843068 * L_11 = ___culture1; RuntimeObject * L_12 = ___value2; Type_t * L_13 = ___destinationType3; RuntimeObject * L_14 = TypeConverter_ConvertTo_m3165899902(__this, L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } #ifdef __clang__ #pragma 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.CollectionConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionConverter__ctor_m496621283 (CollectionConverter_t3078846443 * __this, const RuntimeMethod* method) { { TypeConverter__ctor_m2146026630(__this, /*hidden argument*/NULL); return; } } // System.Object System.ComponentModel.CollectionConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CollectionConverter_ConvertTo_m1781333342 (CollectionConverter_t3078846443 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CollectionConverter_ConvertTo_m1781333342_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0028; } } { RuntimeObject * L_3 = ___value2; if (!L_3) { goto IL_0028; } } { RuntimeObject * L_4 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_4, ICollection_t3904884886_il2cpp_TypeInfo_var))) { goto IL_0028; } } { return _stringLiteral3748438098; } IL_0028: { RuntimeObject* L_5 = ___context0; CultureInfo_t4157843068 * L_6 = ___culture1; RuntimeObject * L_7 = ___value2; Type_t * L_8 = ___destinationType3; RuntimeObject * L_9 = TypeConverter_ConvertTo_m3165899902(__this, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.CollectionConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * CollectionConverter_GetProperties_m1391593412 (CollectionConverter_t3078846443 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t1575011174* ___attributes2, const RuntimeMethod* method) { { return (PropertyDescriptorCollection_t4164928659 *)NULL; } } // System.Boolean System.ComponentModel.CollectionConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool CollectionConverter_GetPropertiesSupported_m1239098466 (CollectionConverter_t3078846443 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ComponentCollection_get_Item_m199719490 (ComponentCollection_t1445440302 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ComponentCollection_get_Item_m199719490_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = ReadOnlyCollectionBase_get_InnerList_m2735310367(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0045; } IL_0011: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IComponent_t2320218252_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_4); if (!L_5) { goto IL_0045; } } IL_0028: { RuntimeObject* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_6); NullCheck(L_7); String_t* L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4006303512_il2cpp_TypeInfo_var, L_7); String_t* L_9 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0045; } } IL_003e: { RuntimeObject* L_11 = V_0; V_2 = L_11; IL2CPP_LEAVE(0x69, FINALLY_0055); } IL_0045: { RuntimeObject* L_12 = V_1; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0011; } } IL_0050: { IL2CPP_LEAVE(0x67, FINALLY_0055); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_3; if (L_15) { goto IL_0060; } } IL_005f: { IL2CPP_END_FINALLY(85) } IL_0060: { RuntimeObject* L_16 = V_3; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); IL2CPP_END_FINALLY(85) } } // end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_JUMP_TBL(0x69, IL_0069) IL2CPP_JUMP_TBL(0x67, IL_0067) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0067: { return (RuntimeObject*)NULL; } IL_0069: { RuntimeObject* L_17 = V_2; return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ComponentConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * ComponentConverter_GetProperties_m473881315 (ComponentConverter_t118941221 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t1575011174* ___attributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ComponentConverter_GetProperties_m473881315_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; AttributeU5BU5D_t1575011174* L_1 = ___attributes2; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t4164928659 * L_2 = TypeDescriptor_GetProperties_m4110734074(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.ComponentConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool ComponentConverter_GetPropertiesSupported_m2353074212 (ComponentConverter_t118941221 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ComponentInfo::.ctor(System.ComponentModel.IComponent) extern "C" IL2CPP_METHOD_ATTR void ComponentInfo__ctor_m35264321 (ComponentInfo_t1259248179 * __this, RuntimeObject* ___component0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___component0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); Info__ctor_m3690246189(__this, L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___component0; __this->set__component_2(L_2); return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.ComponentInfo::GetAttributes() extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * ComponentInfo_GetAttributes_m1046486598 (ComponentInfo_t1259248179 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__component_2(); AttributeCollection_t4221220734 * L_1 = Info_GetAttributes_m2908353876(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ComponentInfo::GetProperties() extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * ComponentInfo_GetProperties_m1820040079 (ComponentInfo_t1259248179 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ComponentInfo_GetProperties_m1820040079_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; PropertyInfoU5BU5D_t1461822886* V_1 = NULL; Hashtable_t1853889766 * V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; PropertyDescriptorU5BU5D_t2649761905* V_5 = NULL; PropertyDescriptorCollection_t4164928659 * V_6 = NULL; { PropertyDescriptorCollection_t4164928659 * L_0 = __this->get__properties_3(); if (!L_0) { goto IL_0012; } } { PropertyDescriptorCollection_t4164928659 * L_1 = __this->get__properties_3(); return L_1; } IL_0012: { V_0 = (bool)1; RuntimeObject* L_2 = __this->get__component_2(); NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); NullCheck(L_3); PropertyInfoU5BU5D_t1461822886* L_4 = VirtFuncInvoker1< PropertyInfoU5BU5D_t1461822886*, int32_t >::Invoke(60 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_3, ((int32_t)20)); V_1 = L_4; Hashtable_t1853889766 * L_5 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_5, /*hidden argument*/NULL); V_2 = L_5; PropertyInfoU5BU5D_t1461822886* L_6 = V_1; NullCheck(L_6); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)); goto IL_0052; } IL_0038: { Hashtable_t1853889766 * L_7 = V_2; PropertyInfoU5BU5D_t1461822886* L_8 = V_1; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; PropertyInfo_t * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_11); PropertyInfoU5BU5D_t1461822886* L_13 = V_1; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; PropertyInfo_t * L_16 = (L_13)->GetAt(static_cast(L_15)); ReflectionPropertyDescriptor_t3529497203 * L_17 = (ReflectionPropertyDescriptor_t3529497203 *)il2cpp_codegen_object_new(ReflectionPropertyDescriptor_t3529497203_il2cpp_TypeInfo_var); ReflectionPropertyDescriptor__ctor_m1410099502(L_17, L_16, /*hidden argument*/NULL); NullCheck(L_7); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_12, L_17); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); } IL_0052: { int32_t L_19 = V_3; if ((((int32_t)L_19) >= ((int32_t)0))) { goto IL_0038; } } { RuntimeObject* L_20 = __this->get__component_2(); NullCheck(L_20); RuntimeObject* L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_20); if (!L_21) { goto IL_00a0; } } { RuntimeObject* L_22 = __this->get__component_2(); NullCheck(L_22); RuntimeObject* L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_22); RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (ITypeDescriptorFilterService_t2751835844_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject * L_26 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t1439597990_il2cpp_TypeInfo_var, L_23, L_25); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_26, ITypeDescriptorFilterService_t2751835844_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_4; if (!L_27) { goto IL_00a0; } } { RuntimeObject* L_28 = V_4; RuntimeObject* L_29 = __this->get__component_2(); Hashtable_t1853889766 * L_30 = V_2; NullCheck(L_28); bool L_31 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Boolean System.ComponentModel.Design.ITypeDescriptorFilterService::FilterProperties(System.ComponentModel.IComponent,System.Collections.IDictionary) */, ITypeDescriptorFilterService_t2751835844_il2cpp_TypeInfo_var, L_28, L_29, L_30); V_0 = L_31; } IL_00a0: { Hashtable_t1853889766 * L_32 = V_2; NullCheck(L_32); RuntimeObject* L_33 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_32); NullCheck(L_33); int32_t L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_33); V_5 = ((PropertyDescriptorU5BU5D_t2649761905*)SZArrayNew(PropertyDescriptorU5BU5D_t2649761905_il2cpp_TypeInfo_var, (uint32_t)L_34)); Hashtable_t1853889766 * L_35 = V_2; NullCheck(L_35); RuntimeObject* L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_35); PropertyDescriptorU5BU5D_t2649761905* L_37 = V_5; NullCheck(L_36); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_36, (RuntimeArray *)(RuntimeArray *)L_37, 0); PropertyDescriptorU5BU5D_t2649761905* L_38 = V_5; PropertyDescriptorCollection_t4164928659 * L_39 = (PropertyDescriptorCollection_t4164928659 *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m4135029295(L_39, L_38, (bool)1, /*hidden argument*/NULL); V_6 = L_39; bool L_40 = V_0; if (!L_40) { goto IL_00d8; } } { PropertyDescriptorCollection_t4164928659 * L_41 = V_6; __this->set__properties_3(L_41); } IL_00d8: { PropertyDescriptorCollection_t4164928659 * L_42 = V_6; return L_42; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.CultureInfoConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertFrom_m2026074581 (CultureInfoConverter_t81550636 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfoConverter_CanConvertFrom_m2026074581_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.CultureInfoConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool CultureInfoConverter_CanConvertTo_m2687273209 (CultureInfoConverter_t81550636 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfoConverter_CanConvertTo_m2687273209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { Type_t * L_3 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { RuntimeObject* L_6 = ___context0; Type_t * L_7 = ___destinationType1; bool L_8 = TypeConverter_CanConvertTo_m1947275633(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.ComponentModel.CultureInfoConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CultureInfoConverter_ConvertFrom_m976059186 (CultureInfoConverter_t81550636 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfoConverter_ConvertFrom_m976059186_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CultureInfo_t4157843068 * V_1 = NULL; CultureInfoU5BU5D_t377611285* V_2 = NULL; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___value2; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_008e; } } { String_t* L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_Compare_m1071830722(NULL /*static, unused*/, L_2, _stringLiteral2665668383, (bool)0, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); return L_4; } IL_0024: try { // begin try (depth: 1) { String_t* L_5 = V_0; CultureInfo_t4157843068 * L_6 = (CultureInfo_t4157843068 *)il2cpp_codegen_object_new(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo__ctor_m686319079(L_6, L_5, /*hidden argument*/NULL); V_4 = L_6; goto IL_0098; } IL_0031: { ; // IL_0031: leave IL_007d } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0036; throw e; } CATCH_0036: { // begin catch(System.Object) { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t377611285* L_7 = CultureInfo_GetCultures_m1089166172(NULL /*static, unused*/, 7, /*hidden argument*/NULL); V_2 = L_7; V_3 = 0; goto IL_006f; } IL_0045: { CultureInfoU5BU5D_t377611285* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; CultureInfo_t4157843068 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = L_11; CultureInfo_t4157843068 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Globalization.CultureInfo::get_DisplayName() */, L_12); String_t* L_14 = V_0; String_t* L_15 = V_0; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_17 = String_Compare_m1909778155(NULL /*static, unused*/, L_13, 0, L_14, 0, L_16, (bool)1, /*hidden argument*/NULL); if (L_17) { goto IL_006b; } } IL_0063: { CultureInfo_t4157843068 * L_18 = V_1; V_4 = L_18; goto IL_0098; } IL_006b: { int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_006f: { int32_t L_20 = V_3; CultureInfoU5BU5D_t377611285* L_21 = V_2; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0045; } } IL_0078: { goto IL_007d; } } // end catch (depth: 1) IL_007d: { RuntimeObject * L_22 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral233211723, L_22, /*hidden argument*/NULL); ArgumentException_t132251570 * L_24 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,CultureInfoConverter_ConvertFrom_m976059186_RuntimeMethod_var); } IL_008e: { RuntimeObject* L_25 = ___context0; CultureInfo_t4157843068 * L_26 = ___culture1; RuntimeObject * L_27 = ___value2; RuntimeObject * L_28 = TypeConverter_ConvertFrom_m1024238132(__this, L_25, L_26, L_27, /*hidden argument*/NULL); return L_28; } IL_0098: { RuntimeObject * L_29 = V_4; return L_29; } } // System.Object System.ComponentModel.CultureInfoConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * CultureInfoConverter_ConvertTo_m2037672274 (CultureInfoConverter_t81550636 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfoConverter_ConvertTo_m2037672274_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfo_t4157843068 * V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0045; } } { RuntimeObject * L_3 = ___value2; if (!L_3) { goto IL_003f; } } { RuntimeObject * L_4 = ___value2; if (!((CultureInfo_t4157843068 *)IsInstClass((RuntimeObject*)L_4, CultureInfo_t4157843068_il2cpp_TypeInfo_var))) { goto IL_003f; } } { RuntimeObject * L_5 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(RuntimeObject *)L_5) == ((RuntimeObject*)(CultureInfo_t4157843068 *)L_6)))) { goto IL_0033; } } { return _stringLiteral2665668383; } IL_0033: { RuntimeObject * L_7 = ___value2; NullCheck(((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_7, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Globalization.CultureInfo::get_DisplayName() */, ((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_7, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); return L_8; } IL_003f: { return _stringLiteral2665668383; } IL_0045: { Type_t * L_9 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_9) == ((RuntimeObject*)(Type_t *)L_11)))) { goto IL_00a6; } } { RuntimeObject * L_12 = ___value2; if (!((CultureInfo_t4157843068 *)IsInstClass((RuntimeObject*)L_12, CultureInfo_t4157843068_il2cpp_TypeInfo_var))) { goto IL_00a6; } } { RuntimeObject * L_13 = ___value2; V_0 = ((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_13, CultureInfo_t4157843068_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (CultureInfo_t4157843068_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_16 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_18); (L_16)->SetAt(static_cast(0), (Type_t *)L_18); NullCheck(L_15); ConstructorInfo_t5769829 * L_19 = Type_GetConstructor_m2219014380(L_15, L_16, /*hidden argument*/NULL); V_1 = L_19; ConstructorInfo_t5769829 * L_20 = V_1; ObjectU5BU5D_t2843939325* L_21 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); CultureInfo_t4157843068 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_22); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_24); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_25); InstanceDescriptor_t657473484 * L_26 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_26, L_20, (RuntimeObject*)(RuntimeObject*)L_21, /*hidden argument*/NULL); return L_26; } IL_00a6: { RuntimeObject* L_27 = ___context0; CultureInfo_t4157843068 * L_28 = ___culture1; RuntimeObject * L_29 = ___value2; Type_t * L_30 = ___destinationType3; RuntimeObject * L_31 = TypeConverter_ConvertTo_m3165899902(__this, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); return L_31; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.CultureInfoConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * CultureInfoConverter_GetStandardValues_m2582767105 (CultureInfoConverter_t81550636 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfoConverter_GetStandardValues_m2582767105_MetadataUsageId); s_Il2CppMethodInitialized = true; } CultureInfoU5BU5D_t377611285* V_0 = NULL; CultureInfoU5BU5D_t377611285* V_1 = NULL; { StandardValuesCollection_t2184948248 * L_0 = __this->get__standardValues_0(); if (L_0) { goto IL_0048; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t377611285* L_1 = CultureInfo_GetCultures_m1089166172(NULL /*static, unused*/, 7, /*hidden argument*/NULL); V_0 = L_1; CultureInfoU5BU5D_t377611285* L_2 = V_0; CultureInfoComparer_t1184699714 * L_3 = (CultureInfoComparer_t1184699714 *)il2cpp_codegen_object_new(CultureInfoComparer_t1184699714_il2cpp_TypeInfo_var); CultureInfoComparer__ctor_m3604809090(L_3, /*hidden argument*/NULL); Array_Sort_m870838517(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); CultureInfoU5BU5D_t377611285* L_4 = V_0; NullCheck(L_4); V_1 = ((CultureInfoU5BU5D_t377611285*)SZArrayNew(CultureInfoU5BU5D_t377611285_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)1)))); CultureInfoU5BU5D_t377611285* L_5 = V_1; CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (CultureInfo_t4157843068 *)L_6); CultureInfoU5BU5D_t377611285* L_7 = V_0; CultureInfoU5BU5D_t377611285* L_8 = V_1; CultureInfoU5BU5D_t377611285* L_9 = V_0; NullCheck(L_9); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, 1, (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), /*hidden argument*/NULL); CultureInfoU5BU5D_t377611285* L_10 = V_1; StandardValuesCollection_t2184948248 * L_11 = (StandardValuesCollection_t2184948248 *)il2cpp_codegen_object_new(StandardValuesCollection_t2184948248_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m260150618(L_11, (RuntimeObject*)(RuntimeObject*)L_10, /*hidden argument*/NULL); __this->set__standardValues_0(L_11); } IL_0048: { StandardValuesCollection_t2184948248 * L_12 = __this->get__standardValues_0(); return L_12; } } // System.Boolean System.ComponentModel.CultureInfoConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool CultureInfoConverter_GetStandardValuesExclusive_m267200642 (CultureInfoConverter_t81550636 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.CultureInfoConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool CultureInfoConverter_GetStandardValuesSupported_m3340273569 (CultureInfoConverter_t81550636 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.CultureInfoConverter/CultureInfoComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void CultureInfoComparer__ctor_m3604809090 (CultureInfoComparer_t1184699714 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.ComponentModel.CultureInfoConverter/CultureInfoComparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t CultureInfoComparer_Compare_m2556526953 (CultureInfoComparer_t1184699714 * __this, RuntimeObject * ___first0, RuntimeObject * ___second1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CultureInfoComparer_Compare_m2556526953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___first0; if (L_0) { goto IL_0010; } } { RuntimeObject * L_1 = ___second1; if (L_1) { goto IL_000e; } } { return 0; } IL_000e: { return (-1); } IL_0010: { RuntimeObject * L_2 = ___second1; if (L_2) { goto IL_0018; } } { return 1; } IL_0018: { RuntimeObject * L_3 = ___first0; NullCheck(((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_3, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Globalization.CultureInfo::get_DisplayName() */, ((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_3, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); RuntimeObject * L_5 = ___second1; NullCheck(((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_5, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Globalization.CultureInfo::get_DisplayName() */, ((CultureInfo_t4157843068 *)CastclassClass((RuntimeObject*)L_5, CultureInfo_t4157843068_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_8 = String_Compare_m1293271421(NULL /*static, unused*/, L_4, L_6, (bool)0, L_7, /*hidden argument*/NULL); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.DateTimeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertFrom_m1765652459 (DateTimeConverter_t2298802450 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeConverter_CanConvertFrom_m1765652459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.DateTimeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool DateTimeConverter_CanConvertTo_m462647557 (DateTimeConverter_t2298802450 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeConverter_CanConvertTo_m462647557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___destinationType1; bool L_5 = TypeConverter_CanConvertTo_m1947275633(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.ComponentModel.DateTimeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTimeConverter_ConvertFrom_m2289116659 (DateTimeConverter_t2298802450 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeConverter_ConvertFrom_m2289116659_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DateTimeFormatInfo_t2405853701 * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0093; } } { RuntimeObject * L_1 = ___value2; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } IL_0012: try { // begin try (depth: 1) { String_t* L_2 = V_0; if (!L_2) { goto IL_0038; } } IL_0018: { String_t* L_3 = V_0; NullCheck(L_3); String_t* L_4 = String_Trim_m923598732(L_3, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0038; } } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_6 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); DateTime_t3738529785 L_7 = L_6; RuntimeObject * L_8 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_7); V_2 = L_8; goto IL_009d; } IL_0038: { CultureInfo_t4157843068 * L_9 = ___culture1; if (L_9) { goto IL_004f; } } IL_003e: { String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_11 = DateTime_Parse_m2550724587(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); DateTime_t3738529785 L_12 = L_11; RuntimeObject * L_13 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_12); V_2 = L_13; goto IL_009d; } IL_004f: { CultureInfo_t4157843068 * L_14 = ___culture1; RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (DateTimeFormatInfo_t2405853701_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(18 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_14, L_16); V_1 = ((DateTimeFormatInfo_t2405853701 *)CastclassSealed((RuntimeObject*)L_17, DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var)); String_t* L_18 = V_0; DateTimeFormatInfo_t2405853701 * L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_20 = DateTime_Parse_m3729096069(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); DateTime_t3738529785 L_21 = L_20; RuntimeObject * L_22 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_21); V_2 = L_22; goto IL_009d; } IL_0077: { ; // IL_0077: leave IL_0093 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007c; throw e; } CATCH_007c: { // begin catch(System.Object) { String_t* L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m3937257545(NULL /*static, unused*/, L_23, _stringLiteral2335130062, /*hidden argument*/NULL); FormatException_t154580423 * L_25 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,DateTimeConverter_ConvertFrom_m2289116659_RuntimeMethod_var); } IL_008e: { goto IL_0093; } } // end catch (depth: 1) IL_0093: { RuntimeObject* L_26 = ___context0; CultureInfo_t4157843068 * L_27 = ___culture1; RuntimeObject * L_28 = ___value2; RuntimeObject * L_29 = TypeConverter_ConvertFrom_m1024238132(__this, L_26, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_009d: { RuntimeObject * L_30 = V_2; return L_30; } } // System.Object System.ComponentModel.DateTimeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DateTimeConverter_ConvertTo_m1841786376 (DateTimeConverter_t2298802450 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DateTimeConverter_ConvertTo_m1841786376_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); DateTimeFormatInfo_t2405853701 * V_1 = NULL; ConstructorInfo_t5769829 * V_2 = NULL; { RuntimeObject * L_0 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_0121; } } { RuntimeObject * L_1 = ___value2; V_0 = ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_1, DateTime_t3738529785_il2cpp_TypeInfo_var)))); Type_t * L_2 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_00d1; } } { CultureInfo_t4157843068 * L_5 = ___culture1; if (L_5) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); ___culture1 = L_6; } IL_0030: { DateTime_t3738529785 L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_8 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_9 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0046; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_10; } IL_0046: { CultureInfo_t4157843068 * L_11 = ___culture1; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (DateTimeFormatInfo_t2405853701_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_11); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(18 /* System.Object System.Globalization.CultureInfo::GetFormat(System.Type) */, L_11, L_13); V_1 = ((DateTimeFormatInfo_t2405853701 *)CastclassSealed((RuntimeObject*)L_14, DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var)); CultureInfo_t4157843068 * L_15 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(CultureInfo_t4157843068 *)L_15) == ((RuntimeObject*)(CultureInfo_t4157843068 *)L_16)))) { goto IL_0091; } } { DateTime_t3738529785 L_17 = DateTime_get_Date_m46742767((&V_0), /*hidden argument*/NULL); bool L_18 = DateTime_Equals_m4001498422((&V_0), L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0088; } } { CultureInfo_t4157843068 * L_19 = ___culture1; String_t* L_20 = DateTime_ToString_m2992030064((&V_0), _stringLiteral1072719392, L_19, /*hidden argument*/NULL); return L_20; } IL_0088: { CultureInfo_t4157843068 * L_21 = ___culture1; String_t* L_22 = DateTime_ToString_m1916142975((&V_0), L_21, /*hidden argument*/NULL); return L_22; } IL_0091: { DateTime_t3738529785 L_23 = V_0; DateTime_t3738529785 L_24 = DateTime_get_Date_m46742767((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); bool L_25 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00b2; } } { DateTimeFormatInfo_t2405853701 * L_26 = V_1; NullCheck(L_26); String_t* L_27 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_26, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_28 = ___culture1; String_t* L_29 = DateTime_ToString_m2992030064((&V_0), L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_00b2: { DateTimeFormatInfo_t2405853701 * L_30 = V_1; NullCheck(L_30); String_t* L_31 = DateTimeFormatInfo_get_ShortDatePattern_m2502330401(L_30, /*hidden argument*/NULL); DateTimeFormatInfo_t2405853701 * L_32 = V_1; NullCheck(L_32); String_t* L_33 = DateTimeFormatInfo_get_ShortTimePattern_m453440268(L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m3755062657(NULL /*static, unused*/, L_31, _stringLiteral3452614528, L_33, /*hidden argument*/NULL); CultureInfo_t4157843068 * L_35 = ___culture1; String_t* L_36 = DateTime_ToString_m2992030064((&V_0), L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_00d1: { Type_t * L_37 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_37) == ((RuntimeObject*)(Type_t *)L_39)))) { goto IL_0121; } } { RuntimeTypeHandle_t3027515415 L_40 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_42 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_43 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_44 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(0), (Type_t *)L_44); NullCheck(L_41); ConstructorInfo_t5769829 * L_45 = Type_GetConstructor_m2219014380(L_41, L_42, /*hidden argument*/NULL); V_2 = L_45; ConstructorInfo_t5769829 * L_46 = V_2; ObjectU5BU5D_t2843939325* L_47 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int64_t L_48 = DateTime_get_Ticks_m1550640881((&V_0), /*hidden argument*/NULL); int64_t L_49 = L_48; RuntimeObject * L_50 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_49); NullCheck(L_47); ArrayElementTypeCheck (L_47, L_50); (L_47)->SetAt(static_cast(0), (RuntimeObject *)L_50); InstanceDescriptor_t657473484 * L_51 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_51, L_46, (RuntimeObject*)(RuntimeObject*)L_47, /*hidden argument*/NULL); return L_51; } IL_0121: { RuntimeObject* L_52 = ___context0; CultureInfo_t4157843068 * L_53 = ___culture1; RuntimeObject * L_54 = ___value2; Type_t * L_55 = ___destinationType3; RuntimeObject * L_56 = TypeConverter_ConvertTo_m3165899902(__this, L_52, L_53, L_54, L_55, /*hidden argument*/NULL); return L_56; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.DecimalConverter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool DecimalConverter_get_SupportHex_m2248459080 (DecimalConverter_t3574141665 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.DecimalConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool DecimalConverter_CanConvertTo_m3156679854 (DecimalConverter_t3574141665 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecimalConverter_CanConvertTo_m3156679854_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___destinationType1; bool L_5 = BaseNumberConverter_CanConvertTo_m3510519829(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.ComponentModel.DecimalConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_ConvertTo_m2884188443 (DecimalConverter_t3574141665 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecimalConverter_ConvertTo_m2884188443_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); ConstructorInfo_t5769829 * V_1 = NULL; { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_005c; } } { RuntimeObject * L_3 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_3, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_005c; } } { RuntimeObject * L_4 = ___value2; V_0 = ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_4, Decimal_t2948259380_il2cpp_TypeInfo_var)))); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_7 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Int32U5BU5D_t385246372_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (Type_t *)L_9); NullCheck(L_6); ConstructorInfo_t5769829 * L_10 = Type_GetConstructor_m2219014380(L_6, L_7, /*hidden argument*/NULL); V_1 = L_10; ConstructorInfo_t5769829 * L_11 = V_1; ObjectU5BU5D_t2843939325* L_12 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Decimal_t2948259380 L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Int32U5BU5D_t385246372* L_14 = Decimal_GetBits_m453754410(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_14); InstanceDescriptor_t657473484 * L_15 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_15, L_11, (RuntimeObject*)(RuntimeObject*)L_12, /*hidden argument*/NULL); return L_15; } IL_005c: { RuntimeObject* L_16 = ___context0; CultureInfo_t4157843068 * L_17 = ___culture1; RuntimeObject * L_18 = ___value2; Type_t * L_19 = ___destinationType3; RuntimeObject * L_20 = BaseNumberConverter_ConvertTo_m3438090394(__this, L_16, L_17, L_18, L_19, /*hidden argument*/NULL); return L_20; } } // System.String System.ComponentModel.DecimalConverter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* DecimalConverter_ConvertToString_m3230157094 (DecimalConverter_t3574141665 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecimalConverter_ConvertToString_m3230157094_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; V_0 = ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_0, Decimal_t2948259380_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = Decimal_ToString_m14270257((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.DecimalConverter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DecimalConverter_ConvertFromString_m1156094578 (DecimalConverter_t3574141665 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DecimalConverter_ConvertFromString_m1156094578_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_0, ((int32_t)167), L_1, /*hidden argument*/NULL); Decimal_t2948259380 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m2978984 (DefaultValueAttribute_t587583663 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultValueAttribute__ctor_m2978984_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); bool L_0 = ___value0; bool L_1 = L_0; RuntimeObject * L_2 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_1); __this->set_DefaultValue_0(L_2); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m979342637 (DefaultValueAttribute_t587583663 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set_DefaultValue_0(L_0); return; } } // System.Void System.ComponentModel.DefaultValueAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DefaultValueAttribute__ctor_m2994996928 (DefaultValueAttribute_t587583663 * __this, String_t* ___value0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set_DefaultValue_0(L_0); return; } } // System.Object System.ComponentModel.DefaultValueAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DefaultValueAttribute_get_Value_m1188304954 (DefaultValueAttribute_t587583663 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_DefaultValue_0(); return L_0; } } // System.Boolean System.ComponentModel.DefaultValueAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DefaultValueAttribute_Equals_m3188811544 (DefaultValueAttribute_t587583663 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultValueAttribute_Equals_m3188811544_MetadataUsageId); s_Il2CppMethodInitialized = true; } DefaultValueAttribute_t587583663 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((DefaultValueAttribute_t587583663 *)IsInstClass((RuntimeObject*)L_0, DefaultValueAttribute_t587583663_il2cpp_TypeInfo_var)); DefaultValueAttribute_t587583663 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { RuntimeObject * L_2 = __this->get_DefaultValue_0(); if (L_2) { goto IL_0024; } } { DefaultValueAttribute_t587583663 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_3); return (bool)((((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0024: { RuntimeObject * L_5 = __this->get_DefaultValue_0(); DefaultValueAttribute_t587583663 * L_6 = V_0; NullCheck(L_6); RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.DefaultValueAttribute::get_Value() */, L_6); NullCheck(L_5); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_7); return L_8; } } // System.Int32 System.ComponentModel.DefaultValueAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DefaultValueAttribute_GetHashCode_m975413893 (DefaultValueAttribute_t587583663 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_DefaultValue_0(); if (L_0) { goto IL_0012; } } { int32_t L_1 = Attribute_GetHashCode_m2508706224(__this, /*hidden argument*/NULL); return L_1; } IL_0012: { RuntimeObject * L_2 = __this->get_DefaultValue_0(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_2); 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.Design.Serialization.DesignerSerializerAttribute::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void DesignerSerializerAttribute__ctor_m1697579987 (DesignerSerializerAttribute_t1570548024 * __this, String_t* ___serializerTypeName0, String_t* ___baseSerializerTypeName1, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___serializerTypeName0; __this->set_serializerTypeName_0(L_0); String_t* L_1 = ___baseSerializerTypeName1; __this->set_baseSerializerTypeName_1(L_1); return; } } // System.Object System.ComponentModel.Design.Serialization.DesignerSerializerAttribute::get_TypeId() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DesignerSerializerAttribute_get_TypeId_m1830385677 (DesignerSerializerAttribute_t1570548024 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DesignerSerializerAttribute_get_TypeId_m1830385677_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); String_t* L_1 = __this->get_baseSerializerTypeName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m1302935062 (InstanceDescriptor_t657473484 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method) { { MemberInfo_t * L_0 = ___member0; RuntimeObject* L_1 = ___arguments1; InstanceDescriptor__ctor_m3097875716(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::.ctor(System.Reflection.MemberInfo,System.Collections.ICollection,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void InstanceDescriptor__ctor_m3097875716 (InstanceDescriptor_t657473484 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, bool ___isComplete2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___isComplete2; __this->set_isComplete_2(L_0); MemberInfo_t * L_1 = ___member0; RuntimeObject* L_2 = ___arguments1; InstanceDescriptor_ValidateMember_m1389918349(__this, L_1, L_2, /*hidden argument*/NULL); MemberInfo_t * L_3 = ___member0; __this->set_member_0(L_3); RuntimeObject* L_4 = ___arguments1; __this->set_arguments_1(L_4); return; } } // System.Void System.ComponentModel.Design.Serialization.InstanceDescriptor::ValidateMember(System.Reflection.MemberInfo,System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void InstanceDescriptor_ValidateMember_m1389918349 (InstanceDescriptor_t657473484 * __this, MemberInfo_t * ___member0, RuntimeObject* ___arguments1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InstanceDescriptor_ValidateMember_m1389918349_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorInfo_t5769829 * V_0 = NULL; MethodInfo_t * V_1 = NULL; FieldInfo_t * V_2 = NULL; PropertyInfo_t * V_3 = NULL; MethodInfo_t * V_4 = NULL; int32_t V_5 = 0; { MemberInfo_t * L_0 = ___member0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { MemberInfo_t * L_1 = ___member0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_1); V_5 = L_2; int32_t L_3 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_003e; } case 1: { goto IL_0028; } case 2: { goto IL_0028; } case 3: { goto IL_00ee; } } } IL_0028: { int32_t L_4 = V_5; if ((((int32_t)L_4) == ((int32_t)8))) { goto IL_0086; } } { int32_t L_5 = V_5; if ((((int32_t)L_5) == ((int32_t)((int32_t)16)))) { goto IL_012c; } } { goto IL_016d; } IL_003e: { MemberInfo_t * L_6 = ___member0; V_0 = ((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_6, ConstructorInfo_t5769829_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = ___arguments1; if (L_7) { goto IL_0063; } } { ConstructorInfo_t5769829 * L_8 = V_0; NullCheck(L_8); ParameterInfoU5BU5D_t390618515* L_9 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_8); NullCheck(L_9); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) { goto IL_0063; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, _stringLiteral705403399, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_0063: { RuntimeObject* L_11 = ___arguments1; NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_11); ConstructorInfo_t5769829 * L_13 = V_0; NullCheck(L_13); ParameterInfoU5BU5D_t390618515* L_14 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_13); NullCheck(L_14); if ((((int32_t)L_12) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0081; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral705403399, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_0081: { goto IL_016d; } IL_0086: { MemberInfo_t * L_16 = ___member0; V_1 = ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_16, MethodInfo_t_il2cpp_TypeInfo_var)); MethodInfo_t * L_17 = V_1; NullCheck(L_17); bool L_18 = MethodBase_get_IsStatic_m2399864271(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_00a8; } } { ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_19, _stringLiteral1962313887, _stringLiteral1586550295, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_00a8: { RuntimeObject* L_20 = ___arguments1; if (L_20) { goto IL_00cb; } } { MethodInfo_t * L_21 = V_1; NullCheck(L_21); ParameterInfoU5BU5D_t390618515* L_22 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_21); NullCheck(L_22); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))) { goto IL_00cb; } } { ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_23, _stringLiteral767060364, _stringLiteral3621244548, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_00cb: { RuntimeObject* L_24 = ___arguments1; NullCheck(L_24); int32_t L_25 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_24); MethodInfo_t * L_26 = V_1; NullCheck(L_26); ParameterInfoU5BU5D_t390618515* L_27 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_26); NullCheck(L_27); if ((((int32_t)L_25) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))))) { goto IL_00e9; } } { ArgumentException_t132251570 * L_28 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_28, _stringLiteral767060364, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_00e9: { goto IL_016d; } IL_00ee: { MemberInfo_t * L_29 = ___member0; V_2 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_29, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_30 = V_2; NullCheck(L_30); bool L_31 = FieldInfo_get_IsStatic_m3482711189(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_010b; } } { ArgumentException_t132251570 * L_32 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_32, _stringLiteral2568432875, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_010b: { RuntimeObject* L_33 = ___arguments1; if (!L_33) { goto IL_0127; } } { RuntimeObject* L_34 = ___arguments1; NullCheck(L_34); int32_t L_35 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_34); if (!L_35) { goto IL_0127; } } { ArgumentException_t132251570 * L_36 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_36, _stringLiteral3275293670, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_0127: { goto IL_016d; } IL_012c: { MemberInfo_t * L_37 = ___member0; V_3 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_37, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_38 = V_3; NullCheck(L_38); bool L_39 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, L_38); if (L_39) { goto IL_0149; } } { ArgumentException_t132251570 * L_40 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_40, _stringLiteral2123327634, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_0149: { PropertyInfo_t * L_41 = V_3; NullCheck(L_41); MethodInfo_t * L_42 = PropertyInfo_GetGetMethod_m1510309854(L_41, /*hidden argument*/NULL); V_4 = L_42; MethodInfo_t * L_43 = V_4; NullCheck(L_43); bool L_44 = MethodBase_get_IsStatic_m2399864271(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0168; } } { ArgumentException_t132251570 * L_45 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_45, _stringLiteral2568432875, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,InstanceDescriptor_ValidateMember_m1389918349_RuntimeMethod_var); } IL_0168: { goto IL_016d; } IL_016d: { return; } } // System.Object System.ComponentModel.Design.Serialization.InstanceDescriptor::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InstanceDescriptor_Invoke_m2192227030 (InstanceDescriptor_t657473484 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InstanceDescriptor_Invoke_m2192227030_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; MethodInfo_t * V_2 = NULL; FieldInfo_t * V_3 = NULL; PropertyInfo_t * V_4 = NULL; int32_t V_5 = 0; { MemberInfo_t * L_0 = __this->get_member_0(); if (L_0) { goto IL_000d; } } { return NULL; } IL_000d: { RuntimeObject* L_1 = __this->get_arguments_1(); if (L_1) { goto IL_0024; } } { V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)); goto IL_0042; } IL_0024: { RuntimeObject* L_2 = __this->get_arguments_1(); NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_2); V_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_3)); RuntimeObject* L_4 = __this->get_arguments_1(); ObjectU5BU5D_t2843939325* L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0); } IL_0042: { MemberInfo_t * L_6 = __this->get_member_0(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_6); V_5 = L_7; int32_t L_8 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))) { case 0: { goto IL_007e; } case 1: { goto IL_0068; } case 2: { goto IL_0068; } case 3: { goto IL_00a7; } } } IL_0068: { int32_t L_9 = V_5; if ((((int32_t)L_9) == ((int32_t)8))) { goto IL_0092; } } { int32_t L_10 = V_5; if ((((int32_t)L_10) == ((int32_t)((int32_t)16)))) { goto IL_00bb; } } { goto IL_00d2; } IL_007e: { MemberInfo_t * L_11 = __this->get_member_0(); V_1 = ((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_11, ConstructorInfo_t5769829_il2cpp_TypeInfo_var)); ConstructorInfo_t5769829 * L_12 = V_1; ObjectU5BU5D_t2843939325* L_13 = V_0; NullCheck(L_12); RuntimeObject * L_14 = ConstructorInfo_Invoke_m4089836896(L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0092: { MemberInfo_t * L_15 = __this->get_member_0(); V_2 = ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_15, MethodInfo_t_il2cpp_TypeInfo_var)); MethodInfo_t * L_16 = V_2; ObjectU5BU5D_t2843939325* L_17 = V_0; NullCheck(L_16); RuntimeObject * L_18 = MethodBase_Invoke_m1776411915(L_16, NULL, L_17, /*hidden argument*/NULL); return L_18; } IL_00a7: { MemberInfo_t * L_19 = __this->get_member_0(); V_3 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_19, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_20 = V_3; NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(17 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_20, NULL); return L_21; } IL_00bb: { MemberInfo_t * L_22 = __this->get_member_0(); V_4 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_22, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_23 = V_4; ObjectU5BU5D_t2843939325* L_24 = V_0; NullCheck(L_23); RuntimeObject * L_25 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t2843939325* >::Invoke(23 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_23, NULL, L_24); return L_25; } IL_00d2: { return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::.ctor(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void RootDesignerSerializerAttribute__ctor_m538764509 (RootDesignerSerializerAttribute_t3074689342 * __this, String_t* ___serializerTypeName0, String_t* ___baseSerializerTypeName1, bool ___reloadable2, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___serializerTypeName0; __this->set_serializer_0(L_0); String_t* L_1 = ___baseSerializerTypeName1; __this->set_baseserializer_1(L_1); bool L_2 = ___reloadable2; __this->set_reload_2(L_2); return; } } // System.Object System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute::get_TypeId() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RootDesignerSerializerAttribute_get_TypeId_m4223121793 (RootDesignerSerializerAttribute_t3074689342 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (RootDesignerSerializerAttribute_get_TypeId_m4223121793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); String_t* L_1 = __this->get_baseserializer_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m2496963718 (DesignerAttribute_t2079716647 * __this, String_t* ___designerTypeName0, Type_t * ___designerBaseType1, const RuntimeMethod* method) { { String_t* L_0 = ___designerTypeName0; Type_t * L_1 = ___designerBaseType1; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_1); DesignerAttribute__ctor_m1431846790(__this, L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.DesignerAttribute::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void DesignerAttribute__ctor_m1431846790 (DesignerAttribute_t2079716647 * __this, String_t* ___designerTypeName0, String_t* ___designerBaseTypeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DesignerAttribute__ctor_m1431846790_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___designerTypeName0; if (L_0) { goto IL_0012; } } { NullReferenceException_t1023182353 * L_1 = (NullReferenceException_t1023182353 *)il2cpp_codegen_object_new(NullReferenceException_t1023182353_il2cpp_TypeInfo_var); NullReferenceException__ctor_m744513393(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DesignerAttribute__ctor_m1431846790_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___designerTypeName0; __this->set_name_0(L_2); String_t* L_3 = ___designerBaseTypeName1; __this->set_basetypename_1(L_3); return; } } // System.String System.ComponentModel.DesignerAttribute::get_DesignerBaseTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerBaseTypeName_m1981925521 (DesignerAttribute_t2079716647 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_basetypename_1(); return L_0; } } // System.String System.ComponentModel.DesignerAttribute::get_DesignerTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* DesignerAttribute_get_DesignerTypeName_m532939522 (DesignerAttribute_t2079716647 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Object System.ComponentModel.DesignerAttribute::get_TypeId() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DesignerAttribute_get_TypeId_m98652691 (DesignerAttribute_t2079716647 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DesignerAttribute_get_TypeId_m98652691_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = __this->get_basetypename_1(); V_0 = L_0; String_t* L_1 = V_0; NullCheck(L_1); int32_t L_2 = String_IndexOf_m363431711(L_1, ((int32_t)44), /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0020; } } { String_t* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); String_t* L_6 = String_Substring_m1610150815(L_4, 0, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0020: { Type_t * L_7 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_7); String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean System.ComponentModel.DesignerAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool DesignerAttribute_Equals_m2137778755 (DesignerAttribute_t2079716647 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DesignerAttribute_Equals_m2137778755_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___obj0; if (((DesignerAttribute_t2079716647 *)IsInstSealed((RuntimeObject*)L_0, DesignerAttribute_t2079716647_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; NullCheck(((DesignerAttribute_t2079716647 *)CastclassSealed((RuntimeObject*)L_1, DesignerAttribute_t2079716647_il2cpp_TypeInfo_var))); String_t* L_2 = DesignerAttribute_get_DesignerBaseTypeName_m1981925521(((DesignerAttribute_t2079716647 *)CastclassSealed((RuntimeObject*)L_1, DesignerAttribute_t2079716647_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_3 = __this->get_basetypename_1(); NullCheck(L_2); bool L_4 = String_Equals_m2270643605(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0040; } } { RuntimeObject * L_5 = ___obj0; NullCheck(((DesignerAttribute_t2079716647 *)CastclassSealed((RuntimeObject*)L_5, DesignerAttribute_t2079716647_il2cpp_TypeInfo_var))); String_t* L_6 = DesignerAttribute_get_DesignerTypeName_m532939522(((DesignerAttribute_t2079716647 *)CastclassSealed((RuntimeObject*)L_5, DesignerAttribute_t2079716647_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_7 = __this->get_name_0(); NullCheck(L_6); bool L_8 = String_Equals_m2270643605(L_6, L_7, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_8)); goto IL_0041; } IL_0040: { G_B5_0 = 0; } IL_0041: { return (bool)G_B5_0; } } // System.Int32 System.ComponentModel.DesignerAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t DesignerAttribute_GetHashCode_m1714259160 (DesignerAttribute_t2079716647 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DesignerAttribute_GetHashCode_m1714259160_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_name_0(); String_t* L_1 = __this->get_basetypename_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_GetHashCode_m1906374149(L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.DoubleConverter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool DoubleConverter_get_SupportHex_m3373206565 (DoubleConverter_t805142290 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.ComponentModel.DoubleConverter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* DoubleConverter_ConvertToString_m2231638940 (DoubleConverter_t805142290 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DoubleConverter_ConvertToString_m2231638940_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(double*)((double*)UnBox(L_0, Double_t594665363_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = Double_ToString_m1051753975((&V_0), _stringLiteral3452614638, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.DoubleConverter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DoubleConverter_ConvertFromString_m3913883902 (DoubleConverter_t805142290 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DoubleConverter_ConvertFromString_m3913883902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; double L_2 = Double_Parse_m1135962389(NULL /*static, unused*/, L_0, ((int32_t)167), L_1, /*hidden argument*/NULL); double L_3 = L_2; RuntimeObject * L_4 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EditorBrowsableAttribute::.ctor(System.ComponentModel.EditorBrowsableState) extern "C" IL2CPP_METHOD_ATTR void EditorBrowsableAttribute__ctor_m4133080490 (EditorBrowsableAttribute_t1475454531 * __this, int32_t ___state0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); int32_t L_0 = ___state0; __this->set_state_0(L_0); return; } } // System.ComponentModel.EditorBrowsableState System.ComponentModel.EditorBrowsableAttribute::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t EditorBrowsableAttribute_get_State_m21497981 (EditorBrowsableAttribute_t1475454531 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_0(); return L_0; } } // System.Boolean System.ComponentModel.EditorBrowsableAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool EditorBrowsableAttribute_Equals_m3041896197 (EditorBrowsableAttribute_t1475454531 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EditorBrowsableAttribute_Equals_m3041896197_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((EditorBrowsableAttribute_t1475454531 *)IsInstSealed((RuntimeObject*)L_0, EditorBrowsableAttribute_t1475454531_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(EditorBrowsableAttribute_t1475454531 *)__this)))) { goto IL_0016; } } { return (bool)1; } IL_0016: { RuntimeObject * L_2 = ___obj0; NullCheck(((EditorBrowsableAttribute_t1475454531 *)CastclassSealed((RuntimeObject*)L_2, EditorBrowsableAttribute_t1475454531_il2cpp_TypeInfo_var))); int32_t L_3 = EditorBrowsableAttribute_get_State_m21497981(((EditorBrowsableAttribute_t1475454531 *)CastclassSealed((RuntimeObject*)L_2, EditorBrowsableAttribute_t1475454531_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t L_4 = __this->get_state_0(); return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } } // System.Int32 System.ComponentModel.EditorBrowsableAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t EditorBrowsableAttribute_GetHashCode_m123071459 (EditorBrowsableAttribute_t1475454531 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EditorBrowsableAttribute_GetHashCode_m123071459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_state_0(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(EditorBrowsableState_t2839071299_il2cpp_TypeInfo_var, &L_1); NullCheck((Enum_t4135868527 *)L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Enum::GetHashCode() */, (Enum_t4135868527 *)L_2); 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.EnumConverter::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void EnumConverter__ctor_m4001517758 (EnumConverter_t1688858217 * __this, Type_t * ___type0, const RuntimeMethod* method) { { TypeConverter__ctor_m2146026630(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; __this->set_type_0(L_0); return; } } // System.Boolean System.ComponentModel.EnumConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertTo_m1239367246 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_CanConvertTo_m1239367246_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { Type_t * L_3 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (EnumU5BU5D_t596894966_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { RuntimeObject* L_6 = ___context0; Type_t * L_7 = ___destinationType1; bool L_8 = TypeConverter_CanConvertTo_m1947275633(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.ComponentModel.EnumConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EnumConverter_ConvertTo_m1137837802 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_ConvertTo_m1137837802_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; String_t* V_1 = NULL; Type_t * V_2 = NULL; RuntimeObject * V_3 = NULL; MethodInfo_t * V_4 = NULL; FieldInfo_t * V_5 = NULL; int64_t V_6 = 0; RuntimeArray * V_7 = NULL; Int64U5BU5D_t2559172825* V_8 = NULL; int32_t V_9 = 0; ArrayList_t2718874744 * V_10 = NULL; bool V_11 = false; int64_t V_12 = 0; Int64U5BU5D_t2559172825* V_13 = NULL; int32_t V_14 = 0; { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_007b; } } { RuntimeObject * L_3 = ___value2; if (!L_3) { goto IL_007b; } } { RuntimeObject * L_4 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_4, IConvertible_t2977365677_il2cpp_TypeInfo_var))) { goto IL_0049; } } { Type_t * L_5 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_6 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = V_0; RuntimeObject * L_8 = ___value2; NullCheck(L_8); Type_t * L_9 = Object_GetType_m88164663(L_8, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9))) { goto IL_0049; } } { RuntimeObject * L_10 = ___value2; Type_t * L_11 = V_0; CultureInfo_t4157843068 * L_12 = ___culture1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_10, IConvertible_t2977365677_il2cpp_TypeInfo_var))); RuntimeObject * L_13 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(12 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_11, L_12); ___value2 = L_13; } IL_0049: { bool L_14 = EnumConverter_get_IsFlags_m220695363(__this, /*hidden argument*/NULL); if (L_14) { goto IL_0069; } } { RuntimeObject* L_15 = ___context0; RuntimeObject * L_16 = ___value2; bool L_17 = VirtFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(14 /* System.Boolean System.ComponentModel.EnumConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, L_15, L_16); if (L_17) { goto IL_0069; } } { RuntimeObject * L_18 = ___value2; ArgumentException_t132251570 * L_19 = EnumConverter_CreateValueNotValidException_m156361797(__this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,EnumConverter_ConvertTo_m1137837802_RuntimeMethod_var); } IL_0069: { Type_t * L_20 = __this->get_type_0(); RuntimeObject * L_21 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); String_t* L_22 = Enum_Format_m2588135982(NULL /*static, unused*/, L_20, L_21, _stringLiteral3452614617, /*hidden argument*/NULL); return L_22; } IL_007b: { Type_t * L_23 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_23) == ((RuntimeObject*)(Type_t *)L_25)))) { goto IL_014d; } } { RuntimeObject * L_26 = ___value2; if (!L_26) { goto IL_014d; } } { RuntimeObject* L_27 = ___context0; CultureInfo_t4157843068 * L_28 = ___culture1; RuntimeObject * L_29 = ___value2; String_t* L_30 = TypeConverter_ConvertToString_m39479576(__this, L_27, L_28, L_29, /*hidden argument*/NULL); V_1 = L_30; bool L_31 = EnumConverter_get_IsFlags_m220695363(__this, /*hidden argument*/NULL); if (!L_31) { goto IL_012a; } } { String_t* L_32 = V_1; NullCheck(L_32); int32_t L_33 = String_IndexOf_m1977622757(L_32, _stringLiteral3452614532, /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)(-1)))) { goto IL_012a; } } { RuntimeObject * L_34 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_34, IConvertible_t2977365677_il2cpp_TypeInfo_var))) { goto IL_0125; } } { Type_t * L_35 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); Type_t * L_36 = Enum_GetUnderlyingType_m2480312097(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); V_2 = L_36; RuntimeObject * L_37 = ___value2; Type_t * L_38 = V_2; CultureInfo_t4157843068 * L_39 = ___culture1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_37, IConvertible_t2977365677_il2cpp_TypeInfo_var))); RuntimeObject * L_40 = InterfaceFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(12 /* System.Object System.IConvertible::ToType(System.Type,System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_37, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_38, L_39); V_3 = L_40; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_43 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (Type_t_0_0_0_var) }; Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(0), (Type_t *)L_45); TypeU5BU5D_t3940880105* L_46 = L_43; Type_t * L_47 = V_2; NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(1), (Type_t *)L_47); NullCheck(L_42); MethodInfo_t * L_48 = Type_GetMethod_m1479779718(L_42, _stringLiteral2287228852, L_46, /*hidden argument*/NULL); V_4 = L_48; MethodInfo_t * L_49 = V_4; ObjectU5BU5D_t2843939325* L_50 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_51 = __this->get_type_0(); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_51); (L_50)->SetAt(static_cast(0), (RuntimeObject *)L_51); ObjectU5BU5D_t2843939325* L_52 = L_50; RuntimeObject * L_53 = V_3; NullCheck(L_52); ArrayElementTypeCheck (L_52, L_53); (L_52)->SetAt(static_cast(1), (RuntimeObject *)L_53); InstanceDescriptor_t657473484 * L_54 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_54, L_49, (RuntimeObject*)(RuntimeObject*)L_52, /*hidden argument*/NULL); return L_54; } IL_0125: { goto IL_0148; } IL_012a: { Type_t * L_55 = __this->get_type_0(); String_t* L_56 = V_1; NullCheck(L_55); FieldInfo_t * L_57 = Type_GetField_m2961003358(L_55, L_56, /*hidden argument*/NULL); V_5 = L_57; FieldInfo_t * L_58 = V_5; if (!L_58) { goto IL_0148; } } { FieldInfo_t * L_59 = V_5; InstanceDescriptor_t657473484 * L_60 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_60, L_59, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_60; } IL_0148: { goto IL_0293; } IL_014d: { Type_t * L_61 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_62 = { reinterpret_cast (EnumU5BU5D_t596894966_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_63 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_61) == ((RuntimeObject*)(Type_t *)L_63)))) { goto IL_0293; } } { RuntimeObject * L_64 = ___value2; if (!L_64) { goto IL_0293; } } { bool L_65 = EnumConverter_get_IsFlags_m220695363(__this, /*hidden argument*/NULL); if (L_65) { goto IL_018a; } } { EnumU5BU5D_t596894966* L_66 = ((EnumU5BU5D_t596894966*)SZArrayNew(EnumU5BU5D_t596894966_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_67 = __this->get_type_0(); RuntimeObject * L_68 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_69 = Enum_ToObject_m1628250250(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, ((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_69, Enum_t4135868527_il2cpp_TypeInfo_var))); (L_66)->SetAt(static_cast(0), (Enum_t4135868527 *)((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_69, Enum_t4135868527_il2cpp_TypeInfo_var))); return (RuntimeObject *)L_66; } IL_018a: { RuntimeObject * L_70 = ___value2; CultureInfo_t4157843068 * L_71 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_72 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, ((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_70, Enum_t4135868527_il2cpp_TypeInfo_var)), L_71, /*hidden argument*/NULL); V_6 = L_72; Type_t * L_73 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeArray * L_74 = Enum_GetValues_m4192343468(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); V_7 = L_74; RuntimeArray * L_75 = V_7; NullCheck(L_75); int32_t L_76 = Array_get_Length_m21610649(L_75, /*hidden argument*/NULL); V_8 = ((Int64U5BU5D_t2559172825*)SZArrayNew(Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var, (uint32_t)L_76)); V_9 = 0; goto IL_01d4; } IL_01bb: { Int64U5BU5D_t2559172825* L_77 = V_8; int32_t L_78 = V_9; RuntimeArray * L_79 = V_7; int32_t L_80 = V_9; NullCheck(L_79); RuntimeObject * L_81 = Array_GetValue_m2528546681(L_79, L_80, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_82 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_81, /*hidden argument*/NULL); NullCheck(L_77); (L_77)->SetAt(static_cast(L_78), (int64_t)L_82); int32_t L_83 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_01d4: { int32_t L_84 = V_9; RuntimeArray * L_85 = V_7; NullCheck(L_85); int32_t L_86 = Array_get_Length_m21610649(L_85, /*hidden argument*/NULL); if ((((int32_t)L_84) < ((int32_t)L_86))) { goto IL_01bb; } } { ArrayList_t2718874744 * L_87 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_87, /*hidden argument*/NULL); V_10 = L_87; V_11 = (bool)0; goto IL_025e; } IL_01f1: { V_11 = (bool)1; Int64U5BU5D_t2559172825* L_88 = V_8; V_13 = L_88; V_14 = 0; goto IL_0249; } IL_0200: { Int64U5BU5D_t2559172825* L_89 = V_13; int32_t L_90 = V_14; NullCheck(L_89); int32_t L_91 = L_90; int64_t L_92 = (L_89)->GetAt(static_cast(L_91)); V_12 = L_92; int64_t L_93 = V_12; if (!L_93) { goto IL_021a; } } { int64_t L_94 = V_12; int64_t L_95 = V_6; int64_t L_96 = V_12; if ((((int64_t)((int64_t)((int64_t)L_94&(int64_t)L_95))) == ((int64_t)L_96))) { goto IL_0223; } } IL_021a: { int64_t L_97 = V_12; int64_t L_98 = V_6; if ((!(((uint64_t)L_97) == ((uint64_t)L_98)))) { goto IL_0243; } } IL_0223: { ArrayList_t2718874744 * L_99 = V_10; Type_t * L_100 = __this->get_type_0(); int64_t L_101 = V_12; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_102 = Enum_ToObject_m1136033697(NULL /*static, unused*/, L_100, L_101, /*hidden argument*/NULL); NullCheck(L_99); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_99, L_102); int64_t L_103 = V_6; int64_t L_104 = V_12; V_6 = ((int64_t)((int64_t)L_103&(int64_t)((~L_104)))); V_11 = (bool)0; } IL_0243: { int32_t L_105 = V_14; V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); } IL_0249: { int32_t L_106 = V_14; Int64U5BU5D_t2559172825* L_107 = V_13; NullCheck(L_107); if ((((int32_t)L_106) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_107)->max_length))))))) { goto IL_0200; } } { int64_t L_108 = V_6; if (L_108) { goto IL_025e; } } { V_11 = (bool)1; } IL_025e: { bool L_109 = V_11; if (!L_109) { goto IL_01f1; } } { int64_t L_110 = V_6; if (!L_110) { goto IL_0281; } } { ArrayList_t2718874744 * L_111 = V_10; Type_t * L_112 = __this->get_type_0(); int64_t L_113 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_114 = Enum_ToObject_m1136033697(NULL /*static, unused*/, L_112, L_113, /*hidden argument*/NULL); NullCheck(L_111); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_111, L_114); } IL_0281: { ArrayList_t2718874744 * L_115 = V_10; RuntimeTypeHandle_t3027515415 L_116 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_117 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_116, /*hidden argument*/NULL); NullCheck(L_115); RuntimeArray * L_118 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_115, L_117); return L_118; } IL_0293: { RuntimeObject* L_119 = ___context0; CultureInfo_t4157843068 * L_120 = ___culture1; RuntimeObject * L_121 = ___value2; Type_t * L_122 = ___destinationType3; RuntimeObject * L_123 = TypeConverter_ConvertTo_m3165899902(__this, L_119, L_120, L_121, L_122, /*hidden argument*/NULL); return L_123; } } // System.Boolean System.ComponentModel.EnumConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool EnumConverter_CanConvertFrom_m4081436354 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_CanConvertFrom_m4081436354_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { Type_t * L_3 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (EnumU5BU5D_t596894966_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { RuntimeObject* L_6 = ___context0; Type_t * L_7 = ___sourceType1; bool L_8 = TypeConverter_CanConvertFrom_m3868864455(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.ComponentModel.EnumConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EnumConverter_ConvertFrom_m1625779591 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_ConvertFrom_m1625779591_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; StringU5BU5D_t1281789340* V_2 = NULL; String_t* V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; int32_t V_5 = 0; Enum_t4135868527 * V_6 = NULL; Exception_t * V_7 = NULL; int64_t V_8 = 0; Enum_t4135868527 * V_9 = NULL; EnumU5BU5D_t596894966* V_10 = NULL; int32_t V_11 = 0; RuntimeObject * V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_00c7; } } { RuntimeObject * L_1 = ___value2; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); } IL_0012: try { // begin try (depth: 1) { String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3 = String_IndexOf_m363431711(L_2, ((int32_t)44), /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0034; } } IL_0020: { Type_t * L_4 = __this->get_type_0(); String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_4, L_5, (bool)1, /*hidden argument*/NULL); V_12 = L_6; goto IL_0123; } IL_0034: { V_1 = (((int64_t)((int64_t)0))); String_t* L_7 = V_0; CharU5BU5D_t3528271667* L_8 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m3646115398(L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; StringU5BU5D_t1281789340* L_10 = V_2; V_4 = L_10; V_5 = 0; goto IL_007f; } IL_0054: { StringU5BU5D_t1281789340* L_11 = V_4; int32_t L_12 = V_5; NullCheck(L_11); int32_t L_13 = L_12; String_t* L_14 = (L_11)->GetAt(static_cast(L_13)); V_3 = L_14; Type_t * L_15 = __this->get_type_0(); String_t* L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_17 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_15, L_16, (bool)1, /*hidden argument*/NULL); V_6 = ((Enum_t4135868527 *)CastclassClass((RuntimeObject*)L_17, Enum_t4135868527_il2cpp_TypeInfo_var)); int64_t L_18 = V_1; Enum_t4135868527 * L_19 = V_6; CultureInfo_t4157843068 * L_20 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_21 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)L_18|(int64_t)L_21)); int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007f: { int32_t L_23 = V_5; StringU5BU5D_t1281789340* L_24 = V_4; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0054; } } IL_008a: { Type_t * L_25 = __this->get_type_0(); int64_t L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_27 = Enum_ToObject_m1136033697(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); V_12 = L_27; goto IL_0123; } IL_009d: { ; // IL_009d: leave IL_00c7 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a2; throw e; } CATCH_00a2: { // begin catch(System.Exception) { V_7 = ((Exception_t *)__exception_local); String_t* L_28 = V_0; Type_t * L_29 = __this->get_type_0(); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_29); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m3755062657(NULL /*static, unused*/, L_28, _stringLiteral184942760, L_30, /*hidden argument*/NULL); Exception_t * L_32 = V_7; FormatException_t154580423 * L_33 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m1707675600(L_33, L_31, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,EnumConverter_ConvertFrom_m1625779591_RuntimeMethod_var); } IL_00c2: { goto IL_00c7; } } // end catch (depth: 1) IL_00c7: { RuntimeObject * L_34 = ___value2; if (!((EnumU5BU5D_t596894966*)IsInst((RuntimeObject*)L_34, EnumU5BU5D_t596894966_il2cpp_TypeInfo_var))) { goto IL_0119; } } { V_8 = (((int64_t)((int64_t)0))); RuntimeObject * L_35 = ___value2; V_10 = ((EnumU5BU5D_t596894966*)Castclass((RuntimeObject*)L_35, EnumU5BU5D_t596894966_il2cpp_TypeInfo_var)); V_11 = 0; goto IL_0100; } IL_00e6: { EnumU5BU5D_t596894966* L_36 = V_10; int32_t L_37 = V_11; NullCheck(L_36); int32_t L_38 = L_37; Enum_t4135868527 * L_39 = (L_36)->GetAt(static_cast(L_38)); V_9 = L_39; int64_t L_40 = V_8; Enum_t4135868527 * L_41 = V_9; CultureInfo_t4157843068 * L_42 = ___culture1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_43 = Convert_ToInt64_m2643251823(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); V_8 = ((int64_t)((int64_t)L_40|(int64_t)L_43)); int32_t L_44 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_0100: { int32_t L_45 = V_11; EnumU5BU5D_t596894966* L_46 = V_10; NullCheck(L_46); if ((((int32_t)L_45) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length))))))) { goto IL_00e6; } } { Type_t * L_47 = __this->get_type_0(); int64_t L_48 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_49 = Enum_ToObject_m1136033697(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); return L_49; } IL_0119: { RuntimeObject* L_50 = ___context0; CultureInfo_t4157843068 * L_51 = ___culture1; RuntimeObject * L_52 = ___value2; RuntimeObject * L_53 = TypeConverter_ConvertFrom_m1024238132(__this, L_50, L_51, L_52, /*hidden argument*/NULL); return L_53; } IL_0123: { RuntimeObject * L_54 = V_12; return L_54; } } // System.Boolean System.ComponentModel.EnumConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR bool EnumConverter_IsValid_m3373300158 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_IsValid_m3373300158_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_type_0(); RuntimeObject * L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_2 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.ComponentModel.EnumConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool EnumConverter_GetStandardValuesSupported_m2133616590 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.EnumConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool EnumConverter_GetStandardValuesExclusive_m3027094919 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { bool L_0 = EnumConverter_get_IsFlags_m220695363(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * EnumConverter_GetStandardValues_m4039038506 (EnumConverter_t1688858217 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_GetStandardValues_m4039038506_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { StandardValuesCollection_t2184948248 * L_0 = __this->get_stdValues_1(); if (L_0) { goto IL_0029; } } { Type_t * L_1 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeArray * L_2 = Enum_GetValues_m4192343468(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeArray * L_3 = V_0; Array_Sort_m3698291233(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); RuntimeArray * L_4 = V_0; StandardValuesCollection_t2184948248 * L_5 = (StandardValuesCollection_t2184948248 *)il2cpp_codegen_object_new(StandardValuesCollection_t2184948248_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m260150618(L_5, L_4, /*hidden argument*/NULL); __this->set_stdValues_1(L_5); } IL_0029: { StandardValuesCollection_t2184948248 * L_6 = __this->get_stdValues_1(); return L_6; } } // System.Collections.IComparer System.ComponentModel.EnumConverter::get_Comparer() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EnumConverter_get_Comparer_m381220418 (EnumConverter_t1688858217 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_get_Comparer_m381220418_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EnumComparer_t557155003 * L_0 = (EnumComparer_t557155003 *)il2cpp_codegen_object_new(EnumComparer_t557155003_il2cpp_TypeInfo_var); EnumComparer__ctor_m1931868868(L_0, /*hidden argument*/NULL); return L_0; } } // System.Type System.ComponentModel.EnumConverter::get_EnumType() extern "C" IL2CPP_METHOD_ATTR Type_t * EnumConverter_get_EnumType_m3196664323 (EnumConverter_t1688858217 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_0(); return L_0; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.EnumConverter::get_Values() extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * EnumConverter_get_Values_m2542116868 (EnumConverter_t1688858217 * __this, const RuntimeMethod* method) { { StandardValuesCollection_t2184948248 * L_0 = __this->get_stdValues_1(); return L_0; } } // System.Void System.ComponentModel.EnumConverter::set_Values(System.ComponentModel.TypeConverter/StandardValuesCollection) extern "C" IL2CPP_METHOD_ATTR void EnumConverter_set_Values_m1610526952 (EnumConverter_t1688858217 * __this, StandardValuesCollection_t2184948248 * ___value0, const RuntimeMethod* method) { { StandardValuesCollection_t2184948248 * L_0 = ___value0; __this->set_stdValues_1(L_0); return; } } // System.ArgumentException System.ComponentModel.EnumConverter::CreateValueNotValidException(System.Object) extern "C" IL2CPP_METHOD_ATTR ArgumentException_t132251570 * EnumConverter_CreateValueNotValidException_m156361797 (EnumConverter_t1688858217 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_CreateValueNotValidException_m156361797_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_2 = ___value0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; Type_t * L_4 = __this->get_type_0(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m1881875187(NULL /*static, unused*/, L_0, _stringLiteral22616943, L_3, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.ComponentModel.EnumConverter::get_IsFlags() extern "C" IL2CPP_METHOD_ATTR bool EnumConverter_get_IsFlags_m220695363 (EnumConverter_t1688858217 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumConverter_get_IsFlags_m220695363_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_type_0(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (FlagsAttribute_t2262502849_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(11 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)0); 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.EnumConverter/EnumComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void EnumComparer__ctor_m1931868868 (EnumComparer_t557155003 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.ComponentModel.EnumConverter/EnumComparer::System.Collections.IComparer.Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t EnumComparer_System_Collections_IComparer_Compare_m1951102924 (EnumComparer_t557155003 * __this, RuntimeObject * ___compareObject10, RuntimeObject * ___compareObject21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EnumComparer_System_Collections_IComparer_Compare_m1951102924_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___compareObject10; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___compareObject21; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (!L_2) { goto IL_001a; } } { String_t* L_3 = V_1; if (L_3) { goto IL_0027; } } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(Comparer_t1912461351_il2cpp_TypeInfo_var); Comparer_t1912461351 * L_4 = ((Comparer_t1912461351_StaticFields*)il2cpp_codegen_static_fields_for(Comparer_t1912461351_il2cpp_TypeInfo_var))->get_Default_0(); RuntimeObject * L_5 = ___compareObject10; RuntimeObject * L_6 = ___compareObject21; NullCheck(L_4); int32_t L_7 = Comparer_Compare_m3984347512(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); CompareInfo_t1092934962 * L_9 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8); String_t* L_10 = V_0; String_t* L_11 = V_1; NullCheck(L_9); int32_t L_12 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(5 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String) */, L_9, L_10, L_11); return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.GuidConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool GuidConverter_CanConvertFrom_m2283959698 (GuidConverter_t3396672461 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidConverter_CanConvertFrom_m2283959698_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.GuidConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool GuidConverter_CanConvertTo_m2538121022 (GuidConverter_t3396672461 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidConverter_CanConvertTo_m2538121022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { Type_t * L_3 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { RuntimeObject* L_6 = ___context0; Type_t * L_7 = ___destinationType1; bool L_8 = TypeConverter_CanConvertTo_m1947275633(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.ComponentModel.GuidConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GuidConverter_ConvertFrom_m3859125875 (GuidConverter_t3396672461 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidConverter_ConvertFrom_m3859125875_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___value2; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0049; } } { RuntimeObject * L_4 = ___value2; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } IL_001c: try { // begin try (depth: 1) { String_t* L_5 = V_0; Guid_t L_6; memset(&L_6, 0, sizeof(L_6)); Guid__ctor_m2423264394((&L_6), L_5, /*hidden argument*/NULL); Guid_t L_7 = L_6; RuntimeObject * L_8 = Box(Guid_t_il2cpp_TypeInfo_var, &L_7); V_1 = L_8; goto IL_0053; } IL_002d: { ; // IL_002d: leave IL_0049 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0032: { // begin catch(System.Object) { String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, _stringLiteral4096237604, /*hidden argument*/NULL); FormatException_t154580423 * L_11 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,GuidConverter_ConvertFrom_m3859125875_RuntimeMethod_var); } IL_0044: { goto IL_0049; } } // end catch (depth: 1) IL_0049: { RuntimeObject* L_12 = ___context0; CultureInfo_t4157843068 * L_13 = ___culture1; RuntimeObject * L_14 = ___value2; RuntimeObject * L_15 = TypeConverter_ConvertFrom_m1024238132(__this, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_0053: { RuntimeObject * L_16 = V_1; return L_16; } } // System.Object System.ComponentModel.GuidConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GuidConverter_ConvertTo_m1022789200 (GuidConverter_t3396672461 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GuidConverter_ConvertTo_m1022789200_MetadataUsageId); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset(&V_0, 0, sizeof(V_0)); ConstructorInfo_t5769829 * V_1 = NULL; { RuntimeObject * L_0 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0086; } } { RuntimeObject * L_1 = ___value2; V_0 = ((*(Guid_t *)((Guid_t *)UnBox(L_1, Guid_t_il2cpp_TypeInfo_var)))); Type_t * L_2 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0036; } } { RuntimeObject * L_5 = ___value2; if (!L_5) { goto IL_0036; } } { String_t* L_6 = Guid_ToString_m4056316049((&V_0), _stringLiteral3452614620, /*hidden argument*/NULL); return L_6; } IL_0036: { Type_t * L_7 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_0086; } } { RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_12 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (Type_t *)L_14); NullCheck(L_11); ConstructorInfo_t5769829 * L_15 = Type_GetConstructor_m2219014380(L_11, L_12, /*hidden argument*/NULL); V_1 = L_15; ConstructorInfo_t5769829 * L_16 = V_1; ObjectU5BU5D_t2843939325* L_17 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_18 = Guid_ToString_m4056316049((&V_0), _stringLiteral3452614620, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_18); InstanceDescriptor_t657473484 * L_19 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_19, L_16, (RuntimeObject*)(RuntimeObject*)L_17, /*hidden argument*/NULL); return L_19; } IL_0086: { RuntimeObject* L_20 = ___context0; CultureInfo_t4157843068 * L_21 = ___culture1; RuntimeObject * L_22 = ___value2; Type_t * L_23 = ___destinationType3; RuntimeObject * L_24 = TypeConverter_ConvertTo_m3165899902(__this, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } } #ifdef __clang__ #pragma 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.Info::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void Info__ctor_m3690246189 (Info_t3260944019 * __this, Type_t * ___infoType0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Type_t * L_0 = ___infoType0; __this->set__infoType_0(L_0); return; } } // System.Type System.ComponentModel.Info::get_InfoType() extern "C" IL2CPP_METHOD_ATTR Type_t * Info_get_InfoType_m345207993 (Info_t3260944019 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__infoType_0(); return L_0; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.Info::GetProperties(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * Info_GetProperties_m5923089 (Info_t3260944019 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method) { PropertyDescriptorCollection_t4164928659 * V_0 = NULL; { PropertyDescriptorCollection_t4164928659 * L_0 = VirtFuncInvoker0< PropertyDescriptorCollection_t4164928659 * >::Invoke(5 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.Info::GetProperties() */, __this); V_0 = L_0; AttributeU5BU5D_t1575011174* L_1 = ___attributes0; if (L_1) { goto IL_000f; } } { PropertyDescriptorCollection_t4164928659 * L_2 = V_0; return L_2; } IL_000f: { PropertyDescriptorCollection_t4164928659 * L_3 = V_0; AttributeU5BU5D_t1575011174* L_4 = ___attributes0; NullCheck(L_3); PropertyDescriptorCollection_t4164928659 * L_5 = PropertyDescriptorCollection_Filter_m1223326888(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.ComponentModel.AttributeCollection System.ComponentModel.Info::GetAttributes(System.ComponentModel.IComponent) extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * Info_GetAttributes_m2908353876 (Info_t3260944019 * __this, RuntimeObject* ___comp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Info_GetAttributes_m2908353876_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ArrayList_t2718874744 * V_1 = NULL; Attribute_t861562559 * V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; int32_t V_4 = 0; Type_t * V_5 = NULL; Attribute_t861562559 * V_6 = NULL; ObjectU5BU5D_t2843939325* V_7 = NULL; int32_t V_8 = 0; Type_t * V_9 = NULL; TypeU5BU5D_t3940880105* V_10 = NULL; int32_t V_11 = 0; Attribute_t861562559 * V_12 = NULL; RuntimeObject* V_13 = NULL; Hashtable_t1853889766 * V_14 = NULL; int32_t V_15 = 0; Attribute_t861562559 * V_16 = NULL; RuntimeObject* V_17 = NULL; AttributeU5BU5D_t1575011174* V_18 = NULL; AttributeCollection_t4221220734 * V_19 = NULL; RuntimeObject* V_20 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { AttributeCollection_t4221220734 * L_0 = __this->get__attributes_1(); if (!L_0) { goto IL_0012; } } { AttributeCollection_t4221220734 * L_1 = __this->get__attributes_1(); return L_1; } IL_0012: { V_0 = (bool)1; ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); V_1 = L_2; Type_t * L_3 = __this->get__infoType_0(); NullCheck(L_3); ObjectU5BU5D_t2843939325* L_4 = VirtFuncInvoker1< ObjectU5BU5D_t2843939325*, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_3, (bool)0); V_3 = L_4; V_4 = 0; goto IL_0047; } IL_002f: { ObjectU5BU5D_t2843939325* L_5 = V_3; int32_t L_6 = V_4; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_8, Attribute_t861562559_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_9 = V_1; Attribute_t861562559 * L_10 = V_2; NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_10); int32_t L_11 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0047: { int32_t L_12 = V_4; ObjectU5BU5D_t2843939325* L_13 = V_3; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_002f; } } { Type_t * L_14 = __this->get__infoType_0(); NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_14); V_5 = L_15; goto IL_00a4; } IL_0063: { Type_t * L_16 = V_5; NullCheck(L_16); ObjectU5BU5D_t2843939325* L_17 = VirtFuncInvoker1< ObjectU5BU5D_t2843939325*, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_16, (bool)0); V_7 = L_17; V_8 = 0; goto IL_0090; } IL_0075: { ObjectU5BU5D_t2843939325* L_18 = V_7; int32_t L_19 = V_8; NullCheck(L_18); int32_t L_20 = L_19; RuntimeObject * L_21 = (L_18)->GetAt(static_cast(L_20)); V_6 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_21, Attribute_t861562559_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_22 = V_1; Attribute_t861562559 * L_23 = V_6; NullCheck(L_22); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_22, L_23); int32_t L_24 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0090: { int32_t L_25 = V_8; ObjectU5BU5D_t2843939325* L_26 = V_7; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_26)->max_length))))))) { goto IL_0075; } } { Type_t * L_27 = V_5; NullCheck(L_27); Type_t * L_28 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_27); V_5 = L_28; } IL_00a4: { Type_t * L_29 = V_5; if (!L_29) { goto IL_00bc; } } { Type_t * L_30 = V_5; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_32)))) { goto IL_0063; } } IL_00bc: { Type_t * L_33 = __this->get__infoType_0(); NullCheck(L_33); TypeU5BU5D_t3940880105* L_34 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.Type::GetInterfaces() */, L_33); V_10 = L_34; V_11 = 0; goto IL_012f; } IL_00d1: { TypeU5BU5D_t3940880105* L_35 = V_10; int32_t L_36 = V_11; NullCheck(L_35); int32_t L_37 = L_36; Type_t * L_38 = (L_35)->GetAt(static_cast(L_37)); V_9 = L_38; Type_t * L_39 = V_9; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); AttributeCollection_t4221220734 * L_40 = TypeDescriptor_GetAttributes_m4172868975(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_40); RuntimeObject* L_41 = AttributeCollection_GetEnumerator_m620806924(L_40, /*hidden argument*/NULL); V_13 = L_41; } IL_00e6: try { // begin try (depth: 1) { goto IL_0102; } IL_00eb: { RuntimeObject* L_42 = V_13; NullCheck(L_42); RuntimeObject * L_43 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_42); V_12 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_43, Attribute_t861562559_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_44 = V_1; Attribute_t861562559 * L_45 = V_12; NullCheck(L_44); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_44, L_45); } IL_0102: { RuntimeObject* L_46 = V_13; NullCheck(L_46); bool L_47 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_46); if (L_47) { goto IL_00eb; } } IL_010e: { IL2CPP_LEAVE(0x129, FINALLY_0113); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0113; } FINALLY_0113: { // begin finally (depth: 1) { RuntimeObject* L_48 = V_13; V_20 = ((RuntimeObject*)IsInst((RuntimeObject*)L_48, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_49 = V_20; if (L_49) { goto IL_0121; } } IL_0120: { IL2CPP_END_FINALLY(275) } IL_0121: { RuntimeObject* L_50 = V_20; NullCheck(L_50); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_50); IL2CPP_END_FINALLY(275) } } // end finally (depth: 1) IL2CPP_CLEANUP(275) { IL2CPP_JUMP_TBL(0x129, IL_0129) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0129: { int32_t L_51 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_012f: { int32_t L_52 = V_11; TypeU5BU5D_t3940880105* L_53 = V_10; NullCheck(L_53); if ((((int32_t)L_52) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length))))))) { goto IL_00d1; } } { Hashtable_t1853889766 * L_54 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_54, /*hidden argument*/NULL); V_14 = L_54; ArrayList_t2718874744 * L_55 = V_1; NullCheck(L_55); int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_55); V_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1)); goto IL_0175; } IL_0150: { ArrayList_t2718874744 * L_57 = V_1; int32_t L_58 = V_15; NullCheck(L_57); RuntimeObject * L_59 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_57, L_58); V_16 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_59, Attribute_t861562559_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_60 = V_14; Attribute_t861562559 * L_61 = V_16; NullCheck(L_61); RuntimeObject * L_62 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_61); Attribute_t861562559 * L_63 = V_16; NullCheck(L_60); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_60, L_62, L_63); int32_t L_64 = V_15; V_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)1)); } IL_0175: { int32_t L_65 = V_15; if ((((int32_t)L_65) >= ((int32_t)0))) { goto IL_0150; } } { RuntimeObject* L_66 = ___comp0; if (!L_66) { goto IL_01bc; } } { RuntimeObject* L_67 = ___comp0; NullCheck(L_67); RuntimeObject* L_68 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_67); if (!L_68) { goto IL_01bc; } } { RuntimeObject* L_69 = ___comp0; NullCheck(L_69); RuntimeObject* L_70 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_69); RuntimeTypeHandle_t3027515415 L_71 = { reinterpret_cast (ITypeDescriptorFilterService_t2751835844_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_72 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); NullCheck(L_70); RuntimeObject * L_73 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t1439597990_il2cpp_TypeInfo_var, L_70, L_72); V_17 = ((RuntimeObject*)Castclass((RuntimeObject*)L_73, ITypeDescriptorFilterService_t2751835844_il2cpp_TypeInfo_var)); RuntimeObject* L_74 = V_17; if (!L_74) { goto IL_01bc; } } { RuntimeObject* L_75 = V_17; RuntimeObject* L_76 = ___comp0; Hashtable_t1853889766 * L_77 = V_14; NullCheck(L_75); bool L_78 = InterfaceFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Boolean System.ComponentModel.Design.ITypeDescriptorFilterService::FilterAttributes(System.ComponentModel.IComponent,System.Collections.IDictionary) */, ITypeDescriptorFilterService_t2751835844_il2cpp_TypeInfo_var, L_75, L_76, L_77); V_0 = L_78; } IL_01bc: { Hashtable_t1853889766 * L_79 = V_14; NullCheck(L_79); RuntimeObject* L_80 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_79); NullCheck(L_80); int32_t L_81 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_80); V_18 = ((AttributeU5BU5D_t1575011174*)SZArrayNew(AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var, (uint32_t)L_81)); Hashtable_t1853889766 * L_82 = V_14; NullCheck(L_82); RuntimeObject* L_83 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_82); AttributeU5BU5D_t1575011174* L_84 = V_18; NullCheck(L_83); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_83, (RuntimeArray *)(RuntimeArray *)L_84, 0); AttributeU5BU5D_t1575011174* L_85 = V_18; AttributeCollection_t4221220734 * L_86 = (AttributeCollection_t4221220734 *)il2cpp_codegen_object_new(AttributeCollection_t4221220734_il2cpp_TypeInfo_var); AttributeCollection__ctor_m425043493(L_86, L_85, /*hidden argument*/NULL); V_19 = L_86; bool L_87 = V_0; if (!L_87) { goto IL_01f5; } } { AttributeCollection_t4221220734 * L_88 = V_19; __this->set__attributes_1(L_88); } IL_01f5: { AttributeCollection_t4221220734 * L_89 = V_19; return L_89; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.Int16Converter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool Int16Converter_get_SupportHex_m1073330845 (Int16Converter_t1119562914 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.Int16Converter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* Int16Converter_ConvertToString_m3312231588 (Int16Converter_t1119562914 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16Converter_ConvertToString_m3312231588_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(int16_t*)((int16_t*)UnBox(L_0, Int16_t2552820387_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = Int16_ToString_m1931491687((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.Int16Converter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int16Converter_ConvertFromString_m4124387771 (Int16Converter_t1119562914 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16Converter_ConvertFromString_m4124387771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; int16_t L_2 = Int16_Parse_m3641256939(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); int16_t L_3 = L_2; RuntimeObject * L_4 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.Int16Converter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int16Converter_ConvertFromString_m1829210052 (Int16Converter_t1119562914 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int16Converter_ConvertFromString_m1829210052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_2 = Convert_ToInt16_m3399744881(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int16_t L_3 = L_2; RuntimeObject * L_4 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Int32Converter::.ctor() extern "C" IL2CPP_METHOD_ATTR void Int32Converter__ctor_m1863845562 (Int32Converter_t677227065 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32Converter__ctor_m1863845562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BaseNumberConverter__ctor_m3644937142(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ((BaseNumberConverter_t312147029 *)__this)->set_InnerType_0(L_1); return; } } // System.Boolean System.ComponentModel.Int32Converter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool Int32Converter_get_SupportHex_m2536656332 (Int32Converter_t677227065 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.Int32Converter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* Int32Converter_ConvertToString_m4083430455 (Int32Converter_t677227065 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32Converter_ConvertToString_m4083430455_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = Int32_ToString_m2507389746((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.Int32Converter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int32Converter_ConvertFromString_m151754304 (Int32Converter_t677227065 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32Converter_ConvertFromString_m151754304_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; int32_t L_2 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.Int32Converter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int32Converter_ConvertFromString_m890637202 (Int32Converter_t677227065 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int32Converter_ConvertFromString_m890637202_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_2 = Convert_ToInt32_m391894676(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.Int64Converter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool Int64Converter_get_SupportHex_m2557461779 (Int64Converter_t1092099567 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.Int64Converter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* Int64Converter_ConvertToString_m2999012209 (Int64Converter_t1092099567 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64Converter_ConvertToString_m2999012209_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(int64_t*)((int64_t*)UnBox(L_0, Int64_t3736567304_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = Int64_ToString_m2085073918((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.Int64Converter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int64Converter_ConvertFromString_m752520885 (Int64Converter_t1092099567 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64Converter_ConvertFromString_m752520885_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; int64_t L_2 = Int64_Parse_m3250361603(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); int64_t L_3 = L_2; RuntimeObject * L_4 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.Int64Converter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int64Converter_ConvertFromString_m3139649863 (Int64Converter_t1092099567 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64Converter_ConvertFromString_m3139649863_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_2 = Convert_ToInt64_m582681594(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int64_t L_3 = L_2; RuntimeObject * L_4 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.MemberDescriptor::.ctor(System.String,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR void MemberDescriptor__ctor_m3816634387 (MemberDescriptor_t3815403747 * __this, String_t* ___name0, AttributeU5BU5D_t1575011174* ___attrs1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(L_0); AttributeU5BU5D_t1575011174* L_1 = ___attrs1; __this->set_attrs_1(L_1); return; } } // System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() extern "C" IL2CPP_METHOD_ATTR AttributeU5BU5D_t1575011174* MemberDescriptor_get_AttributeArray_m2815268014 (MemberDescriptor_t3815403747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberDescriptor_get_AttributeArray_m2815268014_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; Hashtable_t1853889766 * V_1 = NULL; Attribute_t861562559 * V_2 = NULL; RuntimeObject* V_3 = NULL; AttributeU5BU5D_t1575011174* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; AttributeU5BU5D_t1575011174* L_1 = __this->get_attrs_1(); if (!L_1) { goto IL_001d; } } { ArrayList_t2718874744 * L_2 = V_0; AttributeU5BU5D_t1575011174* L_3 = __this->get_attrs_1(); NullCheck(L_2); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_2, (RuntimeObject*)(RuntimeObject*)L_3); } IL_001d: { ArrayList_t2718874744 * L_4 = V_0; VirtActionInvoker1< RuntimeObject* >::Invoke(5 /* System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) */, __this, L_4); Hashtable_t1853889766 * L_5 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_5, /*hidden argument*/NULL); V_1 = L_5; ArrayList_t2718874744 * L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_6); V_3 = L_7; } IL_0031: try { // begin try (depth: 1) { goto IL_004f; } IL_0036: { RuntimeObject* L_8 = V_3; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_2 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_9, Attribute_t861562559_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_10 = V_1; Attribute_t861562559 * L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker0< RuntimeObject * >::Invoke(4 /* System.Object System.Attribute::get_TypeId() */, L_11); Attribute_t861562559 * L_13 = V_2; NullCheck(L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_10, L_12, L_13); } IL_004f: { RuntimeObject* L_14 = V_3; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_0036; } } IL_005a: { IL2CPP_LEAVE(0x74, FINALLY_005f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005f; } FINALLY_005f: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_5; if (L_17) { goto IL_006c; } } IL_006b: { IL2CPP_END_FINALLY(95) } IL_006c: { RuntimeObject* L_18 = V_5; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(95) } } // end finally (depth: 1) IL2CPP_CLEANUP(95) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0074: { Hashtable_t1853889766 * L_19 = V_1; NullCheck(L_19); RuntimeObject* L_20 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_19); NullCheck(L_20); int32_t L_21 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_20); V_4 = ((AttributeU5BU5D_t1575011174*)SZArrayNew(AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var, (uint32_t)L_21)); Hashtable_t1853889766 * L_22 = V_1; NullCheck(L_22); RuntimeObject* L_23 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_22); AttributeU5BU5D_t1575011174* L_24 = V_4; NullCheck(L_23); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_23, (RuntimeArray *)(RuntimeArray *)L_24, 0); AttributeU5BU5D_t1575011174* L_25 = V_4; return L_25; } } // System.Void System.ComponentModel.MemberDescriptor::FillAttributes(System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void MemberDescriptor_FillAttributes_m248158813 (MemberDescriptor_t3815403747 * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method) { { return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * MemberDescriptor_get_Attributes_m1786720970 (MemberDescriptor_t3815403747 * __this, const RuntimeMethod* method) { { AttributeCollection_t4221220734 * L_0 = __this->get_attrCollection_2(); if (L_0) { goto IL_0017; } } { AttributeCollection_t4221220734 * L_1 = VirtFuncInvoker0< AttributeCollection_t4221220734 * >::Invoke(7 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::CreateAttributeCollection() */, __this); __this->set_attrCollection_2(L_1); } IL_0017: { AttributeCollection_t4221220734 * L_2 = __this->get_attrCollection_2(); return L_2; } } // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::CreateAttributeCollection() extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * MemberDescriptor_CreateAttributeCollection_m277886455 (MemberDescriptor_t3815403747 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberDescriptor_CreateAttributeCollection_m277886455_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AttributeU5BU5D_t1575011174* L_0 = VirtFuncInvoker0< AttributeU5BU5D_t1575011174* >::Invoke(4 /* System.Attribute[] System.ComponentModel.MemberDescriptor::get_AttributeArray() */, __this); AttributeCollection_t4221220734 * L_1 = (AttributeCollection_t4221220734 *)il2cpp_codegen_object_new(AttributeCollection_t4221220734_il2cpp_TypeInfo_var); AttributeCollection__ctor_m425043493(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.ComponentModel.MemberDescriptor::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MemberDescriptor_get_Name_m3056635954 (MemberDescriptor_t3815403747 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Int32 System.ComponentModel.MemberDescriptor::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t MemberDescriptor_GetHashCode_m451414437 (MemberDescriptor_t3815403747 * __this, const RuntimeMethod* method) { { int32_t L_0 = Object_GetHashCode_m2705121830(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.MemberDescriptor::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MemberDescriptor_Equals_m3444843062 (MemberDescriptor_t3815403747 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberDescriptor_Equals_m3444843062_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemberDescriptor_t3815403747 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((MemberDescriptor_t3815403747 *)IsInstClass((RuntimeObject*)L_0, MemberDescriptor_t3815403747_il2cpp_TypeInfo_var)); MemberDescriptor_t3815403747 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { MemberDescriptor_t3815403747 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = L_2->get_name_0(); String_t* L_4 = __this->get_name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.NullableConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertFrom_m1737432675 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { { Type_t * L_0 = ___sourceType1; Type_t * L_1 = __this->get_underlyingType_1(); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_000e; } } { return (bool)1; } IL_000e: { TypeConverter_t2249118273 * L_2 = __this->get_underlyingTypeConverter_2(); if (!L_2) { goto IL_0027; } } { TypeConverter_t2249118273 * L_3 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; NullCheck(L_3); bool L_6 = VirtFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(4 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) */, L_3, L_4, L_5); return L_6; } IL_0027: { RuntimeObject* L_7 = ___context0; Type_t * L_8 = ___sourceType1; bool L_9 = TypeConverter_CanConvertFrom_m3868864455(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.ComponentModel.NullableConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool NullableConverter_CanConvertTo_m301945823 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { { Type_t * L_0 = ___destinationType1; Type_t * L_1 = __this->get_underlyingType_1(); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_000e; } } { return (bool)1; } IL_000e: { TypeConverter_t2249118273 * L_2 = __this->get_underlyingTypeConverter_2(); if (!L_2) { goto IL_0027; } } { TypeConverter_t2249118273 * L_3 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___destinationType1; NullCheck(L_3); bool L_6 = VirtFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(5 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) */, L_3, L_4, L_5); return L_6; } IL_0027: { RuntimeObject* L_7 = ___context0; Type_t * L_8 = ___destinationType1; bool L_9 = TypeConverter_CanConvertFrom_m3868864455(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Object System.ComponentModel.NullableConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NullableConverter_ConvertFrom_m2632857259 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullableConverter_ConvertFrom_m2632857259_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; if (!L_0) { goto IL_0017; } } { RuntimeObject * L_1 = ___value2; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); Type_t * L_3 = __this->get_underlyingType_1(); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0019; } } IL_0017: { RuntimeObject * L_4 = ___value2; return L_4; } IL_0019: { RuntimeObject * L_5 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))) { goto IL_0036; } } { RuntimeObject * L_6 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_IsNullOrEmpty_m2969720369(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_7) { goto IL_0036; } } { return NULL; } IL_0036: { TypeConverter_t2249118273 * L_8 = __this->get_underlyingTypeConverter_2(); if (!L_8) { goto IL_0050; } } { TypeConverter_t2249118273 * L_9 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_10 = ___context0; CultureInfo_t4157843068 * L_11 = ___culture1; RuntimeObject * L_12 = ___value2; NullCheck(L_9); RuntimeObject * L_13 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, L_9, L_10, L_11, L_12); return L_13; } IL_0050: { RuntimeObject* L_14 = ___context0; CultureInfo_t4157843068 * L_15 = ___culture1; RuntimeObject * L_16 = ___value2; RuntimeObject * L_17 = TypeConverter_ConvertFrom_m1024238132(__this, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Object System.ComponentModel.NullableConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NullableConverter_ConvertTo_m316859048 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullableConverter_ConvertTo_m316859048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType3; if (L_0) { goto IL_0012; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1667536785, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NullableConverter_ConvertTo_m316859048_RuntimeMethod_var); } IL_0012: { Type_t * L_2 = ___destinationType3; Type_t * L_3 = __this->get_underlyingType_1(); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0032; } } { RuntimeObject * L_4 = ___value2; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); Type_t * L_6 = __this->get_nullableType_0(); if ((!(((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0032; } } { RuntimeObject * L_7 = ___value2; return L_7; } IL_0032: { TypeConverter_t2249118273 * L_8 = __this->get_underlyingTypeConverter_2(); if (!L_8) { goto IL_0054; } } { RuntimeObject * L_9 = ___value2; if (!L_9) { goto IL_0054; } } { TypeConverter_t2249118273 * L_10 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_11 = ___context0; CultureInfo_t4157843068 * L_12 = ___culture1; RuntimeObject * L_13 = ___value2; Type_t * L_14 = ___destinationType3; NullCheck(L_10); RuntimeObject * L_15 = VirtFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, L_10, L_11, L_12, L_13, L_14); return L_15; } IL_0054: { RuntimeObject* L_16 = ___context0; CultureInfo_t4157843068 * L_17 = ___culture1; RuntimeObject * L_18 = ___value2; Type_t * L_19 = ___destinationType3; RuntimeObject * L_20 = TypeConverter_ConvertTo_m3165899902(__this, L_16, L_17, L_18, L_19, /*hidden argument*/NULL); return L_20; } } // System.Boolean System.ComponentModel.NullableConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool NullableConverter_GetCreateInstanceSupported_m1389884816 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t2249118273 * L_0 = __this->get_underlyingTypeConverter_2(); if (!L_0) { goto IL_0018; } } { TypeConverter_t2249118273 * L_1 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(8 /* System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0018: { RuntimeObject* L_4 = ___context0; bool L_5 = TypeConverter_GetCreateInstanceSupported_m102162426(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.NullableConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * NullableConverter_GetProperties_m2262303368 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t1575011174* ___attributes2, const RuntimeMethod* method) { { TypeConverter_t2249118273 * L_0 = __this->get_underlyingTypeConverter_2(); if (!L_0) { goto IL_001a; } } { TypeConverter_t2249118273 * L_1 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_2 = ___context0; RuntimeObject * L_3 = ___value1; AttributeU5BU5D_t1575011174* L_4 = ___attributes2; NullCheck(L_1); PropertyDescriptorCollection_t4164928659 * L_5 = VirtFuncInvoker3< PropertyDescriptorCollection_t4164928659 *, RuntimeObject*, RuntimeObject *, AttributeU5BU5D_t1575011174* >::Invoke(9 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) */, L_1, L_2, L_3, L_4); return L_5; } IL_001a: { RuntimeObject* L_6 = ___context0; RuntimeObject * L_7 = ___value1; AttributeU5BU5D_t1575011174* L_8 = ___attributes2; PropertyDescriptorCollection_t4164928659 * L_9 = TypeConverter_GetProperties_m1339226601(__this, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.ComponentModel.NullableConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool NullableConverter_GetPropertiesSupported_m10847320 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t2249118273 * L_0 = __this->get_underlyingTypeConverter_2(); if (!L_0) { goto IL_0018; } } { TypeConverter_t2249118273 * L_1 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(8 /* System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0018: { RuntimeObject* L_4 = ___context0; bool L_5 = TypeConverter_GetCreateInstanceSupported_m102162426(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.NullableConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * NullableConverter_GetStandardValues_m3903470716 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullableConverter_GetStandardValues_m3903470716_MetadataUsageId); s_Il2CppMethodInitialized = true; } StandardValuesCollection_t2184948248 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; { TypeConverter_t2249118273 * L_0 = __this->get_underlyingTypeConverter_2(); if (!L_0) { goto IL_0045; } } { TypeConverter_t2249118273 * L_1 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(13 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); if (!L_3) { goto IL_0045; } } { TypeConverter_t2249118273 * L_4 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_5 = ___context0; NullCheck(L_4); StandardValuesCollection_t2184948248 * L_6 = VirtFuncInvoker1< StandardValuesCollection_t2184948248 *, RuntimeObject* >::Invoke(11 /* System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) */, L_4, L_5); V_0 = L_6; StandardValuesCollection_t2184948248 * L_7 = V_0; if (!L_7) { goto IL_0045; } } { StandardValuesCollection_t2184948248 * L_8 = V_0; ArrayList_t2718874744 * L_9 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m2130986447(L_9, L_8, /*hidden argument*/NULL); V_1 = L_9; ArrayList_t2718874744 * L_10 = V_1; NullCheck(L_10); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_10, NULL); ArrayList_t2718874744 * L_11 = V_1; StandardValuesCollection_t2184948248 * L_12 = (StandardValuesCollection_t2184948248 *)il2cpp_codegen_object_new(StandardValuesCollection_t2184948248_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m260150618(L_12, L_11, /*hidden argument*/NULL); return L_12; } IL_0045: { RuntimeObject* L_13 = ___context0; StandardValuesCollection_t2184948248 * L_14 = TypeConverter_GetStandardValues_m2718466166(__this, L_13, /*hidden argument*/NULL); return L_14; } } // System.Boolean System.ComponentModel.NullableConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool NullableConverter_GetStandardValuesExclusive_m4282170257 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t2249118273 * L_0 = __this->get_underlyingTypeConverter_2(); if (!L_0) { goto IL_0018; } } { TypeConverter_t2249118273 * L_1 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(12 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0018: { RuntimeObject* L_4 = ___context0; bool L_5 = TypeConverter_GetStandardValuesExclusive_m838240822(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.NullableConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool NullableConverter_GetStandardValuesSupported_m4072415413 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { TypeConverter_t2249118273 * L_0 = __this->get_underlyingTypeConverter_2(); if (!L_0) { goto IL_0018; } } { TypeConverter_t2249118273 * L_1 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_2 = ___context0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject* >::Invoke(13 /* System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) */, L_1, L_2); return L_3; } IL_0018: { RuntimeObject* L_4 = ___context0; bool L_5 = TypeConverter_GetStandardValuesSupported_m916592162(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.NullableConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR bool NullableConverter_IsValid_m2275560674 (NullableConverter_t1985728604 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { { TypeConverter_t2249118273 * L_0 = __this->get_underlyingTypeConverter_2(); if (!L_0) { goto IL_0019; } } { TypeConverter_t2249118273 * L_1 = __this->get_underlyingTypeConverter_2(); RuntimeObject* L_2 = ___context0; RuntimeObject * L_3 = ___value1; NullCheck(L_1); bool L_4 = VirtFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(14 /* System.Boolean System.ComponentModel.TypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) */, L_1, L_2, L_3); return L_4; } IL_0019: { RuntimeObject* L_5 = ___context0; RuntimeObject * L_6 = ___value1; bool L_7 = TypeConverter_IsValid_m521227242(__this, 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.PropertyDescriptor::.ctor(System.String,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m4092411741 (PropertyDescriptor_t3244362832 * __this, String_t* ___name0, AttributeU5BU5D_t1575011174* ___attrs1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; AttributeU5BU5D_t1575011174* L_1 = ___attrs1; MemberDescriptor__ctor_m3816634387(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptor::FillAttributes(System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptor_FillAttributes_m767558788 (PropertyDescriptor_t3244362832 * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___attributeList0; MemberDescriptor_FillAttributes_m248158813(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptor::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptor_Equals_m2631006131 (PropertyDescriptor_t3244362832 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptor_Equals_m2631006131_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyDescriptor_t3244362832 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; bool L_1 = MemberDescriptor_Equals_m3444843062(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { RuntimeObject * L_2 = ___obj0; V_0 = ((PropertyDescriptor_t3244362832 *)IsInstClass((RuntimeObject*)L_2, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)); PropertyDescriptor_t3244362832 * L_3 = V_0; if (L_3) { goto IL_001d; } } { return (bool)0; } IL_001d: { PropertyDescriptor_t3244362832 * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, L_4); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.ComponentModel.PropertyDescriptor::get_PropertyType() */, __this); return (bool)((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6))? 1 : 0); } } // System.Int32 System.ComponentModel.PropertyDescriptor::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptor_GetHashCode_m1501409696 (PropertyDescriptor_t3244362832 * __this, const RuntimeMethod* method) { { int32_t L_0 = MemberDescriptor_GetHashCode_m451414437(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[]) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m798034609 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptorU5BU5D_t2649761905* ___properties0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection__ctor_m798034609_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_properties_1(L_0); PropertyDescriptorU5BU5D_t2649761905* L_1 = ___properties0; if (L_1) { goto IL_0018; } } { return; } IL_0018: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); PropertyDescriptorU5BU5D_t2649761905* L_3 = ___properties0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_2, (RuntimeObject*)(RuntimeObject*)L_3); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::.ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__ctor_m4135029295 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptorU5BU5D_t2649761905* ___properties0, bool ___readOnly1, const RuntimeMethod* method) { { PropertyDescriptorU5BU5D_t2649761905* L_0 = ___properties0; PropertyDescriptorCollection__ctor_m798034609(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___readOnly1; __this->set_readOnly_2(L_1); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::.cctor() extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection__cctor_m3978638765 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection__cctor_m3978638765_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyDescriptorCollection_t4164928659 * L_0 = (PropertyDescriptorCollection_t4164928659 *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m4135029295(L_0, (PropertyDescriptorU5BU5D_t2649761905*)(PropertyDescriptorU5BU5D_t2649761905*)NULL, (bool)1, /*hidden argument*/NULL); ((PropertyDescriptorCollection_t4164928659_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var))->set_Empty_0(L_0); return; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_Add_m2538417065 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IList_Add_m2538417065_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1 = PropertyDescriptorCollection_Add_m3340053766(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Add(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Add_m161054806 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_Add_m161054806_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; if (((PropertyDescriptor_t3244362832 *)IsInstClass((RuntimeObject*)L_0, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_System_Collections_IDictionary_Add_m161054806_RuntimeMethod_var); } IL_0016: { RuntimeObject * L_2 = ___value1; PropertyDescriptorCollection_Add_m3340053766(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_2, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Clear() extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Clear_m1368988510 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_m3960872056(__this, /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Clear() extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Clear_m4188092217 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { PropertyDescriptorCollection_Clear_m3960872056(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_Contains_m2698586166 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IList_Contains_m2698586166_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1 = PropertyDescriptorCollection_Contains_m522099149(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_Contains_m1950005742 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_Contains_m1950005742_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1 = PropertyDescriptorCollection_Contains_m522099149(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IEnumerable_GetEnumerator_m1146950926 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(33 /* System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::GetEnumerator() */, __this); return L_0; } } // System.Collections.IDictionaryEnumerator System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_m2923447015 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_m2923447015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t3489357830 * L_0 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator_m2923447015_RuntimeMethod_var); } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_IList_IndexOf_m1799041484 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IList_IndexOf_m1799041484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1 = PropertyDescriptorCollection_IndexOf_m3167634456(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Insert_m3883125779 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IList_Insert_m3883125779_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; RuntimeObject * L_1 = ___value1; PropertyDescriptorCollection_Insert_m1993073985(__this, L_0, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_1, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_Remove_m3837574071 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_Remove_m3837574071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; PropertyDescriptorCollection_Remove_m3035251257(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_Remove_m1684104510 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IList_Remove_m1684104510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; PropertyDescriptorCollection_Remove_m3035251257(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_0, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_RemoveAt_m4095917884 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; PropertyDescriptorCollection_RemoveAt_m3401883525(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsFixedSize_m3222017648 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_get_IsFixedSize_m3222017648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IList::get_IsFixedSize() */, IList_t2094931216_il2cpp_TypeInfo_var, __this); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsFixedSize_m83290093 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_2(); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IDictionary_get_IsReadOnly_m2890856268 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_get_IsReadOnly_m2890856268_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IList::get_IsReadOnly() */, IList_t2094931216_il2cpp_TypeInfo_var, __this); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_IList_get_IsReadOnly_m3424900566 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_readOnly_2(); return L_0; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_System_Collections_ICollection_get_IsSynchronized_m153549274 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_System_Collections_ICollection_get_Count_m1022388264 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { int32_t L_0 = PropertyDescriptorCollection_get_Count_m2540204170(__this, /*hidden argument*/NULL); return L_0; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorCollection_System_Collections_ICollection_get_SyncRoot_m342236128 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Collections.ICollection System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Keys_m2785625143 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_get_Keys_m2785625143_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; PropertyDescriptor_t3244362832 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_1)); V_1 = 0; ArrayList_t2718874744 * L_2 = __this->get_properties_1(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_3 = L_3; } IL_001f: try { // begin try (depth: 1) { goto IL_003d; } IL_0024: { RuntimeObject* L_4 = V_3; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_2 = ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_5, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)); StringU5BU5D_t1281789340* L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = L_7; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); PropertyDescriptor_t3244362832 * L_9 = V_2; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_9); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_10); (L_6)->SetAt(static_cast(L_8), (String_t*)L_10); } IL_003d: { RuntimeObject* L_11 = V_3; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0024; } } IL_0048: { IL2CPP_LEAVE(0x62, 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) { RuntimeObject* L_13 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (L_14) { goto IL_005a; } } IL_0059: { IL2CPP_END_FINALLY(77) } IL_005a: { RuntimeObject* L_15 = V_4; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(77) } } // end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_JUMP_TBL(0x62, IL_0062) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0062: { StringU5BU5D_t1281789340* L_16 = V_0; return (RuntimeObject*)L_16; } } // System.Collections.ICollection System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_System_Collections_IDictionary_get_Values_m3452850275 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_get_Values_m3452850275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_0); return ((RuntimeObject*)Castclass((RuntimeObject*)L_1, ICollection_t3904884886_il2cpp_TypeInfo_var)); } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorCollection_System_Collections_IDictionary_get_Item_m1618515905 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_get_Item_m1618515905_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___key0; if (((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return NULL; } IL_000d: { RuntimeObject * L_1 = ___key0; PropertyDescriptor_t3244362832 * L_2 = VirtFuncInvoker1< PropertyDescriptor_t3244362832 *, String_t* >::Invoke(36 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))); return L_2; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IDictionary.set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m2869069084 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m2869069084_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0011; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m2869069084_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___key0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var))) { goto IL_0027; } } { RuntimeObject * L_3 = ___value1; if (((PropertyDescriptor_t3244362832 *)IsInstClass((RuntimeObject*)L_3, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var))) { goto IL_002d; } } IL_0027: { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,PropertyDescriptorCollection_System_Collections_IDictionary_set_Item_m2869069084_RuntimeMethod_var); } IL_002d: { ArrayList_t2718874744 * L_5 = __this->get_properties_1(); RuntimeObject * L_6 = ___value1; NullCheck(L_5); int32_t L_7 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_5, L_6); V_0 = L_7; int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)(-1))))) { goto IL_0053; } } { RuntimeObject * L_9 = ___value1; PropertyDescriptorCollection_Add_m3340053766(__this, ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_9, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0060; } IL_0053: { ArrayList_t2718874744 * L_10 = __this->get_properties_1(); int32_t L_11 = V_0; RuntimeObject * L_12 = ___value1; NullCheck(L_10); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_10, L_11, L_12); } IL_0060: { return; } } // System.Object System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PropertyDescriptorCollection_System_Collections_IList_get_Item_m645536705 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_System_Collections_IList_set_Item_m931764773 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_System_Collections_IList_set_Item_m931764773_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0011; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_System_Collections_IList_set_Item_m931764773_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); int32_t L_3 = ___index0; RuntimeObject * L_4 = ___value1; NullCheck(L_2); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_2, L_3, L_4); return; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::Add(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_Add_m3340053766 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_Add_m3340053766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0011; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_Add_m3340053766_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); PropertyDescriptor_t3244362832 * L_3 = ___value0; NullCheck(L_2); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); ArrayList_t2718874744 * L_4 = __this->get_properties_1(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_4); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Clear_m3960872056 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_Clear_m3960872056_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0011; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_Clear_m3960872056_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); NullCheck(L_2); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_2); return; } } // System.Boolean System.ComponentModel.PropertyDescriptorCollection::Contains(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR bool PropertyDescriptorCollection_Contains_m522099149 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); PropertyDescriptor_t3244362832 * L_1 = ___value0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_CopyTo_m2781422204 (PropertyDescriptorCollection_t4164928659 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptor_t3244362832 * PropertyDescriptorCollection_Find_m2014311738 (PropertyDescriptorCollection_t4164928659 * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_Find_m2014311738_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PropertyDescriptor_t3244362832 * V_1 = NULL; { String_t* L_0 = ___name0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_Find_m2014311738_RuntimeMethod_var); } IL_0011: { V_0 = 0; goto IL_0061; } IL_0018: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_1 = ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_4, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)); bool L_5 = ___ignoreCase1; if (!L_5) { goto IL_0049; } } { String_t* L_6 = ___name0; PropertyDescriptor_t3244362832 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_9 = String_Compare_m3203413707(NULL /*static, unused*/, L_6, L_8, 5, /*hidden argument*/NULL); if (L_9) { goto IL_0044; } } { PropertyDescriptor_t3244362832 * L_10 = V_1; return L_10; } IL_0044: { goto IL_005d; } IL_0049: { String_t* L_11 = ___name0; PropertyDescriptor_t3244362832 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_14 = String_Compare_m3203413707(NULL /*static, unused*/, L_11, L_13, 4, /*hidden argument*/NULL); if (L_14) { goto IL_005d; } } { PropertyDescriptor_t3244362832 * L_15 = V_1; return L_15; } IL_005d: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0061: { int32_t L_17 = V_0; ArrayList_t2718874744 * L_18 = __this->get_properties_1(); NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_18); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0018; } } { return (PropertyDescriptor_t3244362832 *)NULL; } } // System.Collections.IEnumerator System.ComponentModel.PropertyDescriptorCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PropertyDescriptorCollection_GetEnumerator_m838910815 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::IndexOf(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_IndexOf_m3167634456 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); PropertyDescriptor_t3244362832 * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_0, L_1); return L_2; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Insert(System.Int32,System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Insert_m1993073985 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, PropertyDescriptor_t3244362832 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_Insert_m1993073985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0011; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_Insert_m1993073985_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); int32_t L_3 = ___index0; PropertyDescriptor_t3244362832 * L_4 = ___value1; NullCheck(L_2); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_2, L_3, L_4); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::Remove(System.ComponentModel.PropertyDescriptor) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_Remove_m3035251257 (PropertyDescriptorCollection_t4164928659 * __this, PropertyDescriptor_t3244362832 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_Remove_m3035251257_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0011; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_Remove_m3035251257_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); PropertyDescriptor_t3244362832 * L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_2, L_3); return; } } // System.Void System.ComponentModel.PropertyDescriptorCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void PropertyDescriptorCollection_RemoveAt_m3401883525 (PropertyDescriptorCollection_t4164928659 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_RemoveAt_m3401883525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_readOnly_2(); if (!L_0) { goto IL_0011; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PropertyDescriptorCollection_RemoveAt_m3401883525_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_properties_1(); int32_t L_3 = ___index0; NullCheck(L_2); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_2, L_3); return; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.PropertyDescriptorCollection::Filter(System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * PropertyDescriptorCollection_Filter_m1223326888 (PropertyDescriptorCollection_t4164928659 * __this, AttributeU5BU5D_t1575011174* ___attributes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PropertyDescriptorCollection_Filter_m1223326888_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; PropertyDescriptor_t3244362832 * V_1 = NULL; RuntimeObject* V_2 = NULL; PropertyDescriptorU5BU5D_t2649761905* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t2718874744 * L_1 = __this->get_properties_1(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_2 = L_2; } IL_0012: try { // begin try (depth: 1) { goto IL_003c; } IL_0017: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_1 = ((PropertyDescriptor_t3244362832 *)CastclassClass((RuntimeObject*)L_4, PropertyDescriptor_t3244362832_il2cpp_TypeInfo_var)); PropertyDescriptor_t3244362832 * L_5 = V_1; NullCheck(L_5); AttributeCollection_t4221220734 * L_6 = VirtFuncInvoker0< AttributeCollection_t4221220734 * >::Invoke(6 /* System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::get_Attributes() */, L_5); AttributeU5BU5D_t1575011174* L_7 = ___attributes0; NullCheck(L_6); bool L_8 = AttributeCollection_Contains_m2722967475(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003c; } } IL_0034: { ArrayList_t2718874744 * L_9 = V_0; PropertyDescriptor_t3244362832 * L_10 = V_1; NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_10); } IL_003c: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0017; } } IL_0047: { IL2CPP_LEAVE(0x61, 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) { RuntimeObject* L_13 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (L_14) { goto IL_0059; } } IL_0058: { IL2CPP_END_FINALLY(76) } IL_0059: { RuntimeObject* L_15 = V_4; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(76) } } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_JUMP_TBL(0x61, IL_0061) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0061: { ArrayList_t2718874744 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); V_3 = ((PropertyDescriptorU5BU5D_t2649761905*)SZArrayNew(PropertyDescriptorU5BU5D_t2649761905_il2cpp_TypeInfo_var, (uint32_t)L_17)); ArrayList_t2718874744 * L_18 = V_0; PropertyDescriptorU5BU5D_t2649761905* L_19 = V_3; NullCheck(L_18); VirtActionInvoker1< RuntimeArray * >::Invoke(40 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_18, (RuntimeArray *)(RuntimeArray *)L_19); PropertyDescriptorU5BU5D_t2649761905* L_20 = V_3; PropertyDescriptorCollection_t4164928659 * L_21 = (PropertyDescriptorCollection_t4164928659 *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m4135029295(L_21, L_20, (bool)1, /*hidden argument*/NULL); return L_21; } } // System.Int32 System.ComponentModel.PropertyDescriptorCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t PropertyDescriptorCollection_get_Count_m2540204170 (PropertyDescriptorCollection_t4164928659 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_properties_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptor_t3244362832 * PropertyDescriptorCollection_get_Item_m2183987804 (PropertyDescriptorCollection_t4164928659 * __this, String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; PropertyDescriptor_t3244362832 * L_1 = VirtFuncInvoker2< PropertyDescriptor_t3244362832 *, String_t*, bool >::Invoke(32 /* System.ComponentModel.PropertyDescriptor System.ComponentModel.PropertyDescriptorCollection::Find(System.String,System.Boolean) */, __this, L_0, (bool)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.ComponentModel.ReadOnlyAttribute::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ReadOnlyAttribute__ctor_m2336796499 (ReadOnlyAttribute_t1907441566 * __this, bool ___read_only0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); bool L_0 = ___read_only0; __this->set_read_only_0(L_0); return; } } // System.Void System.ComponentModel.ReadOnlyAttribute::.cctor() extern "C" IL2CPP_METHOD_ATTR void ReadOnlyAttribute__cctor_m825655709 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyAttribute__cctor_m825655709_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ReadOnlyAttribute_t1907441566 * L_0 = (ReadOnlyAttribute_t1907441566 *)il2cpp_codegen_object_new(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var); ReadOnlyAttribute__ctor_m2336796499(L_0, (bool)0, /*hidden argument*/NULL); ((ReadOnlyAttribute_t1907441566_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var))->set_No_1(L_0); ReadOnlyAttribute_t1907441566 * L_1 = (ReadOnlyAttribute_t1907441566 *)il2cpp_codegen_object_new(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var); ReadOnlyAttribute__ctor_m2336796499(L_1, (bool)1, /*hidden argument*/NULL); ((ReadOnlyAttribute_t1907441566_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var))->set_Yes_2(L_1); ReadOnlyAttribute_t1907441566 * L_2 = (ReadOnlyAttribute_t1907441566 *)il2cpp_codegen_object_new(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var); ReadOnlyAttribute__ctor_m2336796499(L_2, (bool)0, /*hidden argument*/NULL); ((ReadOnlyAttribute_t1907441566_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var))->set_Default_3(L_2); return; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_get_IsReadOnly_m1728865388 (ReadOnlyAttribute_t1907441566 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_read_only_0(); return L_0; } } // System.Int32 System.ComponentModel.ReadOnlyAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ReadOnlyAttribute_GetHashCode_m3923143053 (ReadOnlyAttribute_t1907441566 * __this, const RuntimeMethod* method) { { bool* L_0 = __this->get_address_of_read_only_0(); int32_t L_1 = Boolean_GetHashCode_m3167312162(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_Equals_m600575552 (ReadOnlyAttribute_t1907441566 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyAttribute_Equals_m600575552_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeObject * L_0 = ___o0; if (((ReadOnlyAttribute_t1907441566 *)IsInstSealed((RuntimeObject*)L_0, ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___o0; NullCheck(((ReadOnlyAttribute_t1907441566 *)CastclassSealed((RuntimeObject*)L_1, ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var))); bool L_2 = ReadOnlyAttribute_get_IsReadOnly_m1728865388(((ReadOnlyAttribute_t1907441566 *)CastclassSealed((RuntimeObject*)L_1, ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; bool L_3 = __this->get_read_only_0(); bool L_4 = Boolean_Equals_m535526264((&V_0), L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.ComponentModel.ReadOnlyAttribute::IsDefaultAttribute() extern "C" IL2CPP_METHOD_ATTR bool ReadOnlyAttribute_IsDefaultAttribute_m1704592106 (ReadOnlyAttribute_t1907441566 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadOnlyAttribute_IsDefaultAttribute_m1704592106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var); ReadOnlyAttribute_t1907441566 * L_0 = ((ReadOnlyAttribute_t1907441566_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var))->get_Default_3(); bool L_1 = ReadOnlyAttribute_Equals_m600575552(__this, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.ReferenceConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ReferenceConverter_CanConvertFrom_m3454720706 (ReferenceConverter_t1811933861 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReferenceConverter_CanConvertFrom_m3454720706_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___context0; if (!L_0) { goto IL_0018; } } { Type_t * L_1 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0018; } } { return (bool)1; } IL_0018: { RuntimeObject* L_4 = ___context0; Type_t * L_5 = ___sourceType1; bool L_6 = TypeConverter_CanConvertFrom_m3868864455(__this, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Object System.ComponentModel.ReferenceConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReferenceConverter_ConvertFrom_m2704001805 (ReferenceConverter_t1811933861 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReferenceConverter_ConvertFrom_m2704001805_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = ___value2; if (((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_0015; } } { RuntimeObject* L_1 = ___context0; CultureInfo_t4157843068 * L_2 = ___culture1; RuntimeObject * L_3 = ___value2; RuntimeObject * L_4 = TypeConverter_ConvertFrom_m1024238132(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_0015: { RuntimeObject* L_5 = ___context0; if (!L_5) { goto IL_0080; } } { V_0 = NULL; RuntimeObject* L_6 = ___context0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (IReferenceService_t2539329324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t1439597990_il2cpp_TypeInfo_var, L_6, L_8); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IReferenceService_t2539329324_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_1; if (!L_10) { goto IL_0046; } } { RuntimeObject* L_11 = V_1; RuntimeObject * L_12 = ___value2; NullCheck(L_11); RuntimeObject * L_13 = InterfaceFuncInvoker1< RuntimeObject *, String_t* >::Invoke(1 /* System.Object System.ComponentModel.Design.IReferenceService::GetReference(System.String) */, IReferenceService_t2539329324_il2cpp_TypeInfo_var, L_11, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var))); V_0 = L_13; } IL_0046: { RuntimeObject * L_14 = V_0; if (L_14) { goto IL_007e; } } { RuntimeObject* L_15 = ___context0; NullCheck(L_15); RuntimeObject* L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t2998566513_il2cpp_TypeInfo_var, L_15); if (!L_16) { goto IL_007e; } } { RuntimeObject* L_17 = ___context0; NullCheck(L_17); RuntimeObject* L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t2998566513_il2cpp_TypeInfo_var, L_17); NullCheck(L_18); ComponentCollection_t1445440302 * L_19 = InterfaceFuncInvoker0< ComponentCollection_t1445440302 * >::Invoke(0 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_t1776039496_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_007e; } } { RuntimeObject* L_20 = ___context0; NullCheck(L_20); RuntimeObject* L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t2998566513_il2cpp_TypeInfo_var, L_20); NullCheck(L_21); ComponentCollection_t1445440302 * L_22 = InterfaceFuncInvoker0< ComponentCollection_t1445440302 * >::Invoke(0 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_t1776039496_il2cpp_TypeInfo_var, L_21); RuntimeObject * L_23 = ___value2; NullCheck(L_22); RuntimeObject* L_24 = VirtFuncInvoker1< RuntimeObject*, String_t* >::Invoke(11 /* System.ComponentModel.IComponent System.ComponentModel.ComponentCollection::get_Item(System.String) */, L_22, ((String_t*)CastclassSealed((RuntimeObject*)L_23, String_t_il2cpp_TypeInfo_var))); V_0 = L_24; } IL_007e: { RuntimeObject * L_25 = V_0; return L_25; } IL_0080: { return NULL; } } // System.Object System.ComponentModel.ReferenceConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ReferenceConverter_ConvertTo_m2469654555 (ReferenceConverter_t1811933861 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReferenceConverter_ConvertTo_m2469654555_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; { Type_t * L_0 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))) { goto IL_001d; } } { RuntimeObject* L_3 = ___context0; CultureInfo_t4157843068 * L_4 = ___culture1; RuntimeObject * L_5 = ___value2; Type_t * L_6 = ___destinationType3; RuntimeObject * L_7 = TypeConverter_ConvertTo_m3165899902(__this, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_001d: { RuntimeObject * L_8 = ___value2; if (L_8) { goto IL_0029; } } { return _stringLiteral3526473448; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_9; RuntimeObject* L_10 = ___context0; if (!L_10) { goto IL_00a3; } } { RuntimeObject* L_11 = ___context0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (IReferenceService_t2539329324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); NullCheck(L_11); RuntimeObject * L_14 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t1439597990_il2cpp_TypeInfo_var, L_11, L_13); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IReferenceService_t2539329324_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_1; if (!L_15) { goto IL_0059; } } { RuntimeObject* L_16 = V_1; RuntimeObject * L_17 = ___value2; NullCheck(L_16); String_t* L_18 = InterfaceFuncInvoker1< String_t*, RuntimeObject * >::Invoke(0 /* System.String System.ComponentModel.Design.IReferenceService::GetName(System.Object) */, IReferenceService_t2539329324_il2cpp_TypeInfo_var, L_16, L_17); V_0 = L_18; } IL_0059: { String_t* L_19 = V_0; if (!L_19) { goto IL_006a; } } { String_t* L_20 = V_0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00a3; } } IL_006a: { RuntimeObject * L_22 = ___value2; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_22, IComponent_t2320218252_il2cpp_TypeInfo_var))) { goto IL_00a3; } } { RuntimeObject * L_23 = ___value2; V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IComponent_t2320218252_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_2; NullCheck(L_24); RuntimeObject* L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_24); if (!L_25) { goto IL_00a3; } } { RuntimeObject* L_26 = V_2; NullCheck(L_26); RuntimeObject* L_27 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_26); NullCheck(L_27); String_t* L_28 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4006303512_il2cpp_TypeInfo_var, L_27); if (!L_28) { goto IL_00a3; } } { RuntimeObject* L_29 = V_2; NullCheck(L_29); RuntimeObject* L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_29); NullCheck(L_30); String_t* L_31 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.ComponentModel.ISite::get_Name() */, ISite_t4006303512_il2cpp_TypeInfo_var, L_30); V_0 = L_31; } IL_00a3: { String_t* L_32 = V_0; return L_32; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.ReferenceConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * ReferenceConverter_GetStandardValues_m3450433580 (ReferenceConverter_t1811933861 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReferenceConverter_GetStandardValues_m3450433580_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; int32_t V_4 = 0; RuntimeObject * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = ___context0; if (!L_1) { goto IL_0106; } } { RuntimeObject* L_2 = ___context0; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (IReferenceService_t2539329324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t1439597990_il2cpp_TypeInfo_var, L_2, L_4); V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IReferenceService_t2539329324_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_1; if (!L_6) { goto IL_006c; } } { RuntimeObject* L_7 = V_1; Type_t * L_8 = __this->get_reference_type_0(); NullCheck(L_7); ObjectU5BU5D_t2843939325* L_9 = InterfaceFuncInvoker1< ObjectU5BU5D_t2843939325*, Type_t * >::Invoke(2 /* System.Object[] System.ComponentModel.Design.IReferenceService::GetReferences(System.Type) */, IReferenceService_t2539329324_il2cpp_TypeInfo_var, L_7, L_8); V_3 = L_9; V_4 = 0; goto IL_005d; } IL_003d: { ObjectU5BU5D_t2843939325* L_10 = V_3; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; RuntimeObject * L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = L_13; RuntimeObject* L_14 = ___context0; RuntimeObject * L_15 = V_2; bool L_16 = VirtFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(15 /* System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, L_14, L_15); if (!L_16) { goto IL_0057; } } { ArrayList_t2718874744 * L_17 = V_0; RuntimeObject * L_18 = V_2; NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_0057: { int32_t L_19 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_005d: { int32_t L_20 = V_4; ObjectU5BU5D_t2843939325* L_21 = V_3; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_003d; } } { goto IL_00fe; } IL_006c: { RuntimeObject* L_22 = ___context0; NullCheck(L_22); RuntimeObject* L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t2998566513_il2cpp_TypeInfo_var, L_22); if (!L_23) { goto IL_00fe; } } { RuntimeObject* L_24 = ___context0; NullCheck(L_24); RuntimeObject* L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t2998566513_il2cpp_TypeInfo_var, L_24); NullCheck(L_25); ComponentCollection_t1445440302 * L_26 = InterfaceFuncInvoker0< ComponentCollection_t1445440302 * >::Invoke(0 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_t1776039496_il2cpp_TypeInfo_var, L_25); if (!L_26) { goto IL_00fe; } } { RuntimeObject* L_27 = ___context0; NullCheck(L_27); RuntimeObject* L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.ComponentModel.IContainer System.ComponentModel.ITypeDescriptorContext::get_Container() */, ITypeDescriptorContext_t2998566513_il2cpp_TypeInfo_var, L_27); NullCheck(L_28); ComponentCollection_t1445440302 * L_29 = InterfaceFuncInvoker0< ComponentCollection_t1445440302 * >::Invoke(0 /* System.ComponentModel.ComponentCollection System.ComponentModel.IContainer::get_Components() */, IContainer_t1776039496_il2cpp_TypeInfo_var, L_28); NullCheck(L_29); RuntimeObject* L_30 = VirtFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator System.Collections.ReadOnlyCollectionBase::GetEnumerator() */, L_29); V_6 = L_30; } IL_0099: try { // begin try (depth: 1) { goto IL_00d7; } IL_009e: { RuntimeObject* L_31 = V_6; NullCheck(L_31); RuntimeObject * L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_31); V_5 = L_32; RuntimeObject * L_33 = V_5; if (!L_33) { goto IL_00d7; } } IL_00ae: { RuntimeObject* L_34 = ___context0; RuntimeObject * L_35 = V_5; bool L_36 = VirtFuncInvoker2< bool, RuntimeObject*, RuntimeObject * >::Invoke(15 /* System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) */, __this, L_34, L_35); if (!L_36) { goto IL_00d7; } } IL_00bc: { Type_t * L_37 = __this->get_reference_type_0(); RuntimeObject * L_38 = V_5; NullCheck(L_37); bool L_39 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(44 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_37, L_38); if (!L_39) { goto IL_00d7; } } IL_00ce: { ArrayList_t2718874744 * L_40 = V_0; RuntimeObject * L_41 = V_5; NullCheck(L_40); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_40, L_41); } IL_00d7: { RuntimeObject* L_42 = V_6; NullCheck(L_42); bool L_43 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_009e; } } IL_00e3: { IL2CPP_LEAVE(0xFE, FINALLY_00e8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e8; } FINALLY_00e8: { // begin finally (depth: 1) { RuntimeObject* L_44 = V_6; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_44, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_45 = V_7; if (L_45) { goto IL_00f6; } } IL_00f5: { IL2CPP_END_FINALLY(232) } IL_00f6: { RuntimeObject* L_46 = V_7; NullCheck(L_46); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_46); IL2CPP_END_FINALLY(232) } } // end finally (depth: 1) IL2CPP_CLEANUP(232) { IL2CPP_JUMP_TBL(0xFE, IL_00fe) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fe: { ArrayList_t2718874744 * L_47 = V_0; NullCheck(L_47); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_47, NULL); } IL_0106: { ArrayList_t2718874744 * L_48 = V_0; StandardValuesCollection_t2184948248 * L_49 = (StandardValuesCollection_t2184948248 *)il2cpp_codegen_object_new(StandardValuesCollection_t2184948248_il2cpp_TypeInfo_var); StandardValuesCollection__ctor_m260150618(L_49, L_48, /*hidden argument*/NULL); return L_49; } } // System.Boolean System.ComponentModel.ReferenceConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool ReferenceConverter_GetStandardValuesExclusive_m2595231792 (ReferenceConverter_t1811933861 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.ReferenceConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool ReferenceConverter_GetStandardValuesSupported_m3962597417 (ReferenceConverter_t1811933861 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.ComponentModel.ReferenceConverter::IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR bool ReferenceConverter_IsValueAllowed_m335961921 (ReferenceConverter_t1811933861 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.ReflectionPropertyDescriptor::.ctor(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR void ReflectionPropertyDescriptor__ctor_m1410099502 (ReflectionPropertyDescriptor_t3529497203 * __this, PropertyInfo_t * ___info0, const RuntimeMethod* method) { { PropertyInfo_t * L_0 = ___info0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); PropertyDescriptor__ctor_m4092411741(__this, L_1, (AttributeU5BU5D_t1575011174*)(AttributeU5BU5D_t1575011174*)NULL, /*hidden argument*/NULL); PropertyInfo_t * L_2 = ___info0; __this->set__member_3(L_2); PropertyInfo_t * L_3 = __this->get__member_3(); NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3); __this->set__componentType_4(L_4); PropertyInfo_t * L_5 = ___info0; NullCheck(L_5); Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_5); __this->set__propertyType_5(L_6); return; } } // System.Reflection.PropertyInfo System.ComponentModel.ReflectionPropertyDescriptor::GetPropertyInfo() extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * ReflectionPropertyDescriptor_GetPropertyInfo_m4262253459 (ReflectionPropertyDescriptor_t3529497203 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPropertyDescriptor_GetPropertyInfo_m4262253459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PropertyInfo_t * L_0 = __this->get__member_3(); if (L_0) { goto IL_0060; } } { Type_t * L_1 = __this->get__componentType_4(); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.ComponentModel.ReflectionPropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_1); PropertyInfo_t * L_4 = Type_GetProperty_m3294104835(L_1, L_2, ((int32_t)4148), (Binder_t2999457153 *)NULL, L_3, ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)0)), ((ParameterModifierU5BU5D_t2943407543*)SZArrayNew(ParameterModifierU5BU5D_t2943407543_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); __this->set__member_3(L_4); PropertyInfo_t * L_5 = __this->get__member_3(); if (L_5) { goto IL_0060; } } { String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1179584760, L_6, _stringLiteral3522284799, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ReflectionPropertyDescriptor_GetPropertyInfo_m4262253459_RuntimeMethod_var); } IL_0060: { PropertyInfo_t * L_9 = __this->get__member_3(); return L_9; } } // System.Type System.ComponentModel.ReflectionPropertyDescriptor::get_ComponentType() extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionPropertyDescriptor_get_ComponentType_m3209026946 (ReflectionPropertyDescriptor_t3529497203 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__componentType_4(); return L_0; } } // System.Type System.ComponentModel.ReflectionPropertyDescriptor::get_PropertyType() extern "C" IL2CPP_METHOD_ATTR Type_t * ReflectionPropertyDescriptor_get_PropertyType_m2628302269 (ReflectionPropertyDescriptor_t3529497203 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__propertyType_5(); return L_0; } } // System.Void System.ComponentModel.ReflectionPropertyDescriptor::FillAttributes(System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void ReflectionPropertyDescriptor_FillAttributes_m335907391 (ReflectionPropertyDescriptor_t3529497203 * __this, RuntimeObject* ___attributeList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReflectionPropertyDescriptor_FillAttributes_m335907391_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; AttributeU5BU5DU5BU5D_t2223617091* V_2 = NULL; PropertyInfo_t * V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; AttributeU5BU5D_t1575011174* V_5 = NULL; AttributeU5BU5D_t1575011174* V_6 = NULL; AttributeU5BU5DU5BU5D_t2223617091* V_7 = NULL; int32_t V_8 = 0; Attribute_t861562559 * V_9 = NULL; AttributeU5BU5D_t1575011174* V_10 = NULL; int32_t V_11 = 0; Attribute_t861562559 * V_12 = NULL; RuntimeObject* V_13 = NULL; RuntimeObject* V_14 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___attributeList0; PropertyDescriptor_FillAttributes_m767558788(__this, L_0, /*hidden argument*/NULL); PropertyInfo_t * L_1 = ReflectionPropertyDescriptor_GetPropertyInfo_m4262253459(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(16 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, L_1); if (L_2) { goto IL_0023; } } { RuntimeObject* L_3 = ___attributeList0; IL2CPP_RUNTIME_CLASS_INIT(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var); ReadOnlyAttribute_t1907441566 * L_4 = ((ReadOnlyAttribute_t1907441566_StaticFields*)il2cpp_codegen_static_fields_for(ReadOnlyAttribute_t1907441566_il2cpp_TypeInfo_var))->get_Yes_2(); NullCheck(L_3); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_3, L_4); } IL_0023: { V_0 = 0; Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.ComponentModel.ReflectionPropertyDescriptor::get_ComponentType() */, __this); V_1 = L_5; goto IL_003c; } IL_0031: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); Type_t * L_7 = V_1; NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_7); V_1 = L_8; } IL_003c: { Type_t * L_9 = V_1; if (!L_9) { goto IL_0052; } } { Type_t * L_10 = V_1; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12)))) { goto IL_0031; } } IL_0052: { int32_t L_13 = V_0; V_2 = ((AttributeU5BU5DU5BU5D_t2223617091*)SZArrayNew(AttributeU5BU5DU5BU5D_t2223617091_il2cpp_TypeInfo_var, (uint32_t)L_13)); Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.ComponentModel.ReflectionPropertyDescriptor::get_ComponentType() */, __this); V_1 = L_14; goto IL_00bb; } IL_0065: { Type_t * L_15 = V_1; String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.ComponentModel.ReflectionPropertyDescriptor::get_PropertyType() */, __this); NullCheck(L_15); PropertyInfo_t * L_18 = Type_GetProperty_m3294104835(L_15, L_16, ((int32_t)54), (Binder_t2999457153 *)NULL, L_17, ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)0)), ((ParameterModifierU5BU5D_t2943407543*)SZArrayNew(ParameterModifierU5BU5D_t2943407543_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_3 = L_18; PropertyInfo_t * L_19 = V_3; if (!L_19) { goto IL_00b4; } } { PropertyInfo_t * L_20 = V_3; NullCheck(L_20); ObjectU5BU5D_t2843939325* L_21 = VirtFuncInvoker1< ObjectU5BU5D_t2843939325*, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_20, (bool)0); V_4 = L_21; ObjectU5BU5D_t2843939325* L_22 = V_4; NullCheck(L_22); V_5 = ((AttributeU5BU5D_t1575011174*)SZArrayNew(AttributeU5BU5D_t1575011174_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))))); ObjectU5BU5D_t2843939325* L_23 = V_4; AttributeU5BU5D_t1575011174* L_24 = V_5; NullCheck((RuntimeArray *)(RuntimeArray *)L_23); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_23, (RuntimeArray *)(RuntimeArray *)L_24, 0, /*hidden argument*/NULL); AttributeU5BU5DU5BU5D_t2223617091* L_25 = V_2; int32_t L_26 = V_0; int32_t L_27 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); V_0 = L_27; AttributeU5BU5D_t1575011174* L_28 = V_5; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(L_27), (AttributeU5BU5D_t1575011174*)L_28); } IL_00b4: { Type_t * L_29 = V_1; NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_29); V_1 = L_30; } IL_00bb: { Type_t * L_31 = V_1; if (!L_31) { goto IL_00d1; } } { Type_t * L_32 = V_1; RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_32) == ((RuntimeObject*)(Type_t *)L_34)))) { goto IL_0065; } } IL_00d1: { AttributeU5BU5DU5BU5D_t2223617091* L_35 = V_2; V_7 = L_35; V_8 = 0; goto IL_011d; } IL_00dc: { AttributeU5BU5DU5BU5D_t2223617091* L_36 = V_7; int32_t L_37 = V_8; NullCheck(L_36); int32_t L_38 = L_37; AttributeU5BU5D_t1575011174* L_39 = (L_36)->GetAt(static_cast(L_38)); V_6 = L_39; AttributeU5BU5D_t1575011174* L_40 = V_6; if (!L_40) { goto IL_0117; } } { AttributeU5BU5D_t1575011174* L_41 = V_6; V_10 = L_41; V_11 = 0; goto IL_010c; } IL_00f6: { AttributeU5BU5D_t1575011174* L_42 = V_10; int32_t L_43 = V_11; NullCheck(L_42); int32_t L_44 = L_43; Attribute_t861562559 * L_45 = (L_42)->GetAt(static_cast(L_44)); V_9 = L_45; RuntimeObject* L_46 = ___attributeList0; Attribute_t861562559 * L_47 = V_9; NullCheck(L_46); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_46, L_47); int32_t L_48 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_010c: { int32_t L_49 = V_11; AttributeU5BU5D_t1575011174* L_50 = V_10; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))))) { goto IL_00f6; } } IL_0117: { int32_t L_51 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_011d: { int32_t L_52 = V_8; AttributeU5BU5DU5BU5D_t2223617091* L_53 = V_7; NullCheck(L_53); if ((((int32_t)L_52) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length))))))) { goto IL_00dc; } } { Type_t * L_54 = VirtFuncInvoker0< Type_t * >::Invoke(10 /* System.Type System.ComponentModel.ReflectionPropertyDescriptor::get_PropertyType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); AttributeCollection_t4221220734 * L_55 = TypeDescriptor_GetAttributes_m4172868975(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); NullCheck(L_55); RuntimeObject* L_56 = AttributeCollection_GetEnumerator_m620806924(L_55, /*hidden argument*/NULL); V_13 = L_56; } IL_013a: try { // begin try (depth: 1) { goto IL_0156; } IL_013f: { RuntimeObject* L_57 = V_13; NullCheck(L_57); RuntimeObject * L_58 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_57); V_12 = ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_58, Attribute_t861562559_il2cpp_TypeInfo_var)); RuntimeObject* L_59 = ___attributeList0; Attribute_t861562559 * L_60 = V_12; NullCheck(L_59); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_59, L_60); } IL_0156: { RuntimeObject* L_61 = V_13; NullCheck(L_61); bool L_62 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_61); if (L_62) { goto IL_013f; } } IL_0162: { IL2CPP_LEAVE(0x17D, FINALLY_0167); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0167; } FINALLY_0167: { // begin finally (depth: 1) { RuntimeObject* L_63 = V_13; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_63, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_64 = V_14; if (L_64) { goto IL_0175; } } IL_0174: { IL2CPP_END_FINALLY(359) } IL_0175: { RuntimeObject* L_65 = V_14; NullCheck(L_65); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_65); IL2CPP_END_FINALLY(359) } } // end finally (depth: 1) IL2CPP_CLEANUP(359) { IL2CPP_JUMP_TBL(0x17D, IL_017d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_017d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.SByteConverter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool SByteConverter_get_SupportHex_m1207038547 (SByteConverter_t2970182448 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.SByteConverter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* SByteConverter_ConvertToString_m1451130855 (SByteConverter_t2970182448 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SByteConverter_ConvertToString_m1451130855_MetadataUsageId); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0x0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(int8_t*)((int8_t*)UnBox(L_0, SByte_t1669577662_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = SByte_ToString_m2708934884((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.SByteConverter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SByteConverter_ConvertFromString_m3937289217 (SByteConverter_t2970182448 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SByteConverter_ConvertFromString_m3937289217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; int8_t L_2 = SByte_Parse_m2899090751(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); int8_t L_3 = L_2; RuntimeObject * L_4 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.SByteConverter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SByteConverter_ConvertFromString_m2841176301 (SByteConverter_t2970182448 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SByteConverter_ConvertFromString_m2841176301_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_2 = Convert_ToSByte_m2929426021(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int8_t L_3 = L_2; RuntimeObject * L_4 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.SingleConverter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool SingleConverter_get_SupportHex_m3518671314 (SingleConverter_t902207630 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.ComponentModel.SingleConverter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* SingleConverter_ConvertToString_m3827699346 (SingleConverter_t902207630 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SingleConverter_ConvertToString_m3827699346_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___value0; V_0 = ((*(float*)((float*)UnBox(L_0, Single_t1397266774_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = Single_ToString_m543431371((&V_0), _stringLiteral3452614638, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.SingleConverter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SingleConverter_ConvertFromString_m3669866829 (SingleConverter_t902207630 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SingleConverter_ConvertFromString_m3669866829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; float L_2 = Single_Parse_m3793689340(NULL /*static, unused*/, L_0, ((int32_t)167), L_1, /*hidden argument*/NULL); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.StringConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringConverter__ctor_m2070746565 (StringConverter_t3216726494 * __this, const RuntimeMethod* method) { { TypeConverter__ctor_m2146026630(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.StringConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool StringConverter_CanConvertFrom_m2509000570 (StringConverter_t3216726494 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringConverter_CanConvertFrom_m2509000570_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.ComponentModel.StringConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StringConverter_ConvertFrom_m3963535236 (StringConverter_t3216726494 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringConverter_ConvertFrom_m3963535236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_000c: { RuntimeObject * L_2 = ___value2; if (!((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var))) { goto IL_001e; } } { RuntimeObject * L_3 = ___value2; return ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)); } IL_001e: { RuntimeObject* L_4 = ___context0; CultureInfo_t4157843068 * L_5 = ___culture1; RuntimeObject * L_6 = ___value2; RuntimeObject * L_7 = TypeConverter_ConvertFrom_m1024238132(__this, L_4, 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.TimeSpanConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TimeSpanConverter__ctor_m864695957 (TimeSpanConverter_t3504031848 * __this, const RuntimeMethod* method) { { TypeConverter__ctor_m2146026630(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.TimeSpanConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool TimeSpanConverter_CanConvertFrom_m1311002669 (TimeSpanConverter_t3504031848 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpanConverter_CanConvertFrom_m1311002669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { RuntimeObject* L_3 = ___context0; Type_t * L_4 = ___sourceType1; bool L_5 = TypeConverter_CanConvertFrom_m3868864455(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.ComponentModel.TimeSpanConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool TimeSpanConverter_CanConvertTo_m1389113784 (TimeSpanConverter_t3504031848 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpanConverter_CanConvertTo_m1389113784_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { Type_t * L_3 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { RuntimeObject* L_6 = ___context0; Type_t * L_7 = ___destinationType1; bool L_8 = TypeConverter_CanConvertTo_m1947275633(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.ComponentModel.TimeSpanConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TimeSpanConverter_ConvertFrom_m1393064722 (TimeSpanConverter_t3504031848 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpanConverter_ConvertFrom_m1393064722_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___value2; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_0049; } } { RuntimeObject * L_4 = ___value2; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); } IL_001c: try { // begin try (depth: 1) { String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_6 = TimeSpan_Parse_m4107860700(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); TimeSpan_t881159249 L_7 = L_6; RuntimeObject * L_8 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_7); V_1 = L_8; goto IL_0053; } IL_002d: { ; // IL_002d: leave IL_0049 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0032: { // begin catch(System.Object) { String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, _stringLiteral3145637928, /*hidden argument*/NULL); FormatException_t154580423 * L_11 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,TimeSpanConverter_ConvertFrom_m1393064722_RuntimeMethod_var); } IL_0044: { goto IL_0049; } } // end catch (depth: 1) IL_0049: { RuntimeObject* L_12 = ___context0; CultureInfo_t4157843068 * L_13 = ___culture1; RuntimeObject * L_14 = ___value2; RuntimeObject * L_15 = TypeConverter_ConvertFrom_m1024238132(__this, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_0053: { RuntimeObject * L_16 = V_1; return L_16; } } // System.Object System.ComponentModel.TimeSpanConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TimeSpanConverter_ConvertTo_m1170169844 (TimeSpanConverter_t3504031848 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TimeSpanConverter_ConvertTo_m1170169844_MetadataUsageId); s_Il2CppMethodInitialized = true; } TimeSpan_t881159249 V_0; memset(&V_0, 0, sizeof(V_0)); ConstructorInfo_t5769829 * V_1 = NULL; { RuntimeObject * L_0 = ___value2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_0081; } } { RuntimeObject * L_1 = ___value2; V_0 = ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_1, TimeSpan_t881159249_il2cpp_TypeInfo_var)))); Type_t * L_2 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0031; } } { RuntimeObject * L_5 = ___value2; if (!L_5) { goto IL_0031; } } { String_t* L_6 = TimeSpan_ToString_m1128692466((&V_0), /*hidden argument*/NULL); return L_6; } IL_0031: { Type_t * L_7 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_0081; } } { RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_12 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (Type_t *)L_14); NullCheck(L_11); ConstructorInfo_t5769829 * L_15 = Type_GetConstructor_m2219014380(L_11, L_12, /*hidden argument*/NULL); V_1 = L_15; ConstructorInfo_t5769829 * L_16 = V_1; ObjectU5BU5D_t2843939325* L_17 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int64_t L_18 = TimeSpan_get_Ticks_m2137362016((&V_0), /*hidden argument*/NULL); int64_t L_19 = L_18; RuntimeObject * L_20 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_19); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_20); InstanceDescriptor_t657473484 * L_21 = (InstanceDescriptor_t657473484 *)il2cpp_codegen_object_new(InstanceDescriptor_t657473484_il2cpp_TypeInfo_var); InstanceDescriptor__ctor_m1302935062(L_21, L_16, (RuntimeObject*)(RuntimeObject*)L_17, /*hidden argument*/NULL); return L_21; } IL_0081: { RuntimeObject* L_22 = ___context0; CultureInfo_t4157843068 * L_23 = ___culture1; RuntimeObject * L_24 = ___value2; Type_t * L_25 = ___destinationType3; RuntimeObject * L_26 = TypeConverter_ConvertTo_m3165899902(__this, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); return L_26; } } #ifdef __clang__ #pragma 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.TypeConverter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverter__ctor_m2146026630 (TypeConverter_t2249118273 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m3106875673 (TypeConverter_t2249118273 * __this, Type_t * ___sourceType0, const RuntimeMethod* method) { { Type_t * L_0 = ___sourceType0; bool L_1 = VirtFuncInvoker2< bool, RuntimeObject*, Type_t * >::Invoke(4 /* System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) */, __this, (RuntimeObject*)NULL, L_0); return L_1; } } // System.Boolean System.ComponentModel.TypeConverter::CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertFrom_m3868864455 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, Type_t * ___sourceType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_CanConvertFrom_m3868864455_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (InstanceDescriptor_t657473484_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { return (bool)0; } } // System.Boolean System.ComponentModel.TypeConverter::CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_CanConvertTo_m1947275633 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_CanConvertTo_m1947275633_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2))? 1 : 0); } } // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m880153346 (TypeConverter_t2249118273 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_ConvertFrom_m880153346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_1 = ___o0; RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, __this, (RuntimeObject*)NULL, L_0, L_1); return L_2; } } // System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFrom_m1024238132 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_ConvertFrom_m1024238132_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value2; if (!((InstanceDescriptor_t657473484 *)IsInstSealed((RuntimeObject*)L_0, InstanceDescriptor_t657473484_il2cpp_TypeInfo_var))) { goto IL_0017; } } { RuntimeObject * L_1 = ___value2; NullCheck(((InstanceDescriptor_t657473484 *)CastclassSealed((RuntimeObject*)L_1, InstanceDescriptor_t657473484_il2cpp_TypeInfo_var))); RuntimeObject * L_2 = InstanceDescriptor_Invoke_m2192227030(((InstanceDescriptor_t657473484 *)CastclassSealed((RuntimeObject*)L_1, InstanceDescriptor_t657473484_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0017: { RuntimeObject * L_3 = ___value2; Exception_t * L_4 = TypeConverter_GetConvertFromException_m3846396550(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_m1039388749 (TypeConverter_t2249118273 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; RuntimeObject * L_1 = TypeConverter_ConvertFromInvariantString_m2226097287(__this, (RuntimeObject*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.ComponentModel.TypeConverter::ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromInvariantString_m2226097287 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_ConvertFromInvariantString_m2226097287_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = ___text1; RuntimeObject * L_3 = TypeConverter_ConvertFromString_m1508108935(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.ComponentModel.TypeConverter::ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertFromString_m1508108935 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, String_t* ___text2, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___context0; CultureInfo_t4157843068 * L_1 = ___culture1; String_t* L_2 = ___text2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject * >::Invoke(6 /* System.Object System.ComponentModel.TypeConverter::ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) */, __this, L_0, L_1, L_2); return L_3; } } // System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TypeConverter_ConvertTo_m3165899902 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, Type_t * ___destinationType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_ConvertTo_m3165899902_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType3; if (L_0) { goto IL_0012; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1667536785, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TypeConverter_ConvertTo_m3165899902_RuntimeMethod_var); } IL_0012: { Type_t * L_2 = ___destinationType3; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_2) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0036; } } { RuntimeObject * L_5 = ___value2; if (!L_5) { goto IL_0030; } } { RuntimeObject * L_6 = ___value2; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); return L_7; } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } IL_0036: { RuntimeObject * L_9 = ___value2; Type_t * L_10 = ___destinationType3; Exception_t * L_11 = TypeConverter_GetConvertToException_m2521759357(__this, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_m571356905 (TypeConverter_t2249118273 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; String_t* L_1 = TypeConverter_ConvertToInvariantString_m3808809199(__this, (RuntimeObject*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.ComponentModel.TypeConverter::ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToInvariantString_m3808809199 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_ConvertToInvariantString_m3808809199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___context0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = VirtFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, __this, L_0, L_1, L_2, L_4); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } } // System.String System.ComponentModel.TypeConverter::ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverter_ConvertToString_m39479576 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, CultureInfo_t4157843068 * ___culture1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_ConvertToString_m39479576_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___context0; CultureInfo_t4157843068 * L_1 = ___culture1; RuntimeObject * L_2 = ___value2; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = VirtFuncInvoker4< RuntimeObject *, RuntimeObject*, CultureInfo_t4157843068 *, RuntimeObject *, Type_t * >::Invoke(7 /* System.Object System.ComponentModel.TypeConverter::ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type) */, __this, L_0, L_1, L_2, L_4); return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } } // System.Exception System.ComponentModel.TypeConverter::GetConvertFromException(System.Object) extern "C" IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertFromException_m3846396550 (TypeConverter_t2249118273 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_GetConvertFromException_m3846396550_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { V_0 = _stringLiteral2389780707; goto IL_001d; } IL_0011: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_2); V_0 = L_3; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Type_t * L_6 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_5; String_t* L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m1881875187(NULL /*static, unused*/, L_4, _stringLiteral3684844818, L_8, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_11 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,TypeConverter_GetConvertFromException_m3846396550_RuntimeMethod_var); } } // System.Exception System.ComponentModel.TypeConverter::GetConvertToException(System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR Exception_t * TypeConverter_GetConvertToException_m2521759357 (TypeConverter_t2249118273 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverter_GetConvertToException_m2521759357_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0011; } } { V_0 = _stringLiteral2389780707; goto IL_001d; } IL_0011: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m88164663(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_2); V_0 = L_3; } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); Type_t * L_6 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_5; String_t* L_9 = V_0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_8; Type_t * L_11 = ___destinationType1; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_11); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(2), (RuntimeObject *)L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m1881875187(NULL /*static, unused*/, L_4, _stringLiteral152979935, L_10, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_14 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,TypeConverter_GetConvertToException_m2521759357_RuntimeMethod_var); } } // System.Boolean System.ComponentModel.TypeConverter::GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_GetCreateInstanceSupported_m102162426 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeConverter::GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * TypeConverter_GetProperties_m1339226601 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, AttributeU5BU5D_t1575011174* ___attributes2, const RuntimeMethod* method) { { return (PropertyDescriptorCollection_t4164928659 *)NULL; } } // System.Boolean System.ComponentModel.TypeConverter::GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_GetPropertiesSupported_m4195596248 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.ComponentModel.TypeConverter/StandardValuesCollection System.ComponentModel.TypeConverter::GetStandardValues(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR StandardValuesCollection_t2184948248 * TypeConverter_GetStandardValues_m2718466166 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (StandardValuesCollection_t2184948248 *)NULL; } } // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesExclusive_m838240822 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.TypeConverter::GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_GetStandardValuesSupported_m916592162 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.ComponentModel.TypeConverter::IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeConverter_IsValid_m521227242 (TypeConverter_t2249118273 * __this, RuntimeObject* ___context0, RuntimeObject * ___value1, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection__ctor_m260150618 (StandardValuesCollection_t2184948248 * __this, RuntimeObject* ___values0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___values0; __this->set_values_0(L_0); return; } } // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection_System_Collections_ICollection_CopyTo_m4166057595 (StandardValuesCollection_t2184948248 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; int32_t L_1 = ___index1; StandardValuesCollection_CopyTo_m3869788383(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_System_Collections_IEnumerable_GetEnumerator_m285885173 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = StandardValuesCollection_GetEnumerator_m2314137919(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.ComponentModel.TypeConverter/StandardValuesCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool StandardValuesCollection_System_Collections_ICollection_get_IsSynchronized_m2009574786 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.ComponentModel.TypeConverter/StandardValuesCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StandardValuesCollection_System_Collections_ICollection_get_SyncRoot_m1561545510 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Int32 System.ComponentModel.TypeConverter/StandardValuesCollection::System.Collections.ICollection.get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_System_Collections_ICollection_get_Count_m2213884831 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method) { { int32_t L_0 = StandardValuesCollection_get_Count_m3646517383(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.ComponentModel.TypeConverter/StandardValuesCollection::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StandardValuesCollection_CopyTo_m3869788383 (StandardValuesCollection_t2184948248 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardValuesCollection_CopyTo_m3869788383_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_values_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.ComponentModel.TypeConverter/StandardValuesCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StandardValuesCollection_GetEnumerator_m2314137919 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardValuesCollection_GetEnumerator_m2314137919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_values_0(); NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 System.ComponentModel.TypeConverter/StandardValuesCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StandardValuesCollection_get_Count_m3646517383 (StandardValuesCollection_t2184948248 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StandardValuesCollection_get_Count_m3646517383_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_values_0(); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, 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.ComponentModel.TypeConverterAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m1774069684 (TypeConverterAttribute_t3271584429 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverterAttribute__ctor_m1774069684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_converter_type_1(L_0); return; } } // System.Void System.ComponentModel.TypeConverterAttribute::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__ctor_m2714055761 (TypeConverterAttribute_t3271584429 * __this, Type_t * ___type0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_0); __this->set_converter_type_1(L_1); return; } } // System.Void System.ComponentModel.TypeConverterAttribute::.cctor() extern "C" IL2CPP_METHOD_ATTR void TypeConverterAttribute__cctor_m2413733117 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverterAttribute__cctor_m2413733117_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeConverterAttribute_t3271584429 * L_0 = (TypeConverterAttribute_t3271584429 *)il2cpp_codegen_object_new(TypeConverterAttribute_t3271584429_il2cpp_TypeInfo_var); TypeConverterAttribute__ctor_m1774069684(L_0, /*hidden argument*/NULL); ((TypeConverterAttribute_t3271584429_StaticFields*)il2cpp_codegen_static_fields_for(TypeConverterAttribute_t3271584429_il2cpp_TypeInfo_var))->set_Default_0(L_0); return; } } // System.Boolean System.ComponentModel.TypeConverterAttribute::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TypeConverterAttribute_Equals_m1580461255 (TypeConverterAttribute_t3271584429 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeConverterAttribute_Equals_m1580461255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((TypeConverterAttribute_t3271584429 *)IsInstSealed((RuntimeObject*)L_0, TypeConverterAttribute_t3271584429_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; NullCheck(((TypeConverterAttribute_t3271584429 *)CastclassSealed((RuntimeObject*)L_1, TypeConverterAttribute_t3271584429_il2cpp_TypeInfo_var))); String_t* L_2 = TypeConverterAttribute_get_ConverterTypeName_m2103610043(((TypeConverterAttribute_t3271584429 *)CastclassSealed((RuntimeObject*)L_1, TypeConverterAttribute_t3271584429_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_3 = __this->get_converter_type_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.ComponentModel.TypeConverterAttribute::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t TypeConverterAttribute_GetHashCode_m948291090 (TypeConverterAttribute_t3271584429 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_converter_type_1(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.ComponentModel.TypeConverterAttribute::get_ConverterTypeName() extern "C" IL2CPP_METHOD_ATTR String_t* TypeConverterAttribute_get_ConverterTypeName_m2103610043 (TypeConverterAttribute_t3271584429 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_converter_type_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeDescriptor::.cctor() extern "C" IL2CPP_METHOD_ATTR void TypeDescriptor__cctor_m1586438944 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor__cctor_m1586438944_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_creatingDefaultConverters_0(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_componentTable_2(L_1); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_2, /*hidden argument*/NULL); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_typeTable_3(L_2); RuntimeObject * L_3 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_3, /*hidden argument*/NULL); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_typeDescriptionProvidersLock_4(L_3); RuntimeObject * L_4 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_4, /*hidden argument*/NULL); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_componentDescriptionProvidersLock_6(L_4); Dictionary_2_t221103672 * L_5 = (Dictionary_2_t221103672 *)il2cpp_codegen_object_new(Dictionary_2_t221103672_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2467167622(L_5, /*hidden argument*/Dictionary_2__ctor_m2467167622_RuntimeMethod_var); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_typeDescriptionProviders_5(L_5); WeakObjectWrapperComparer_t303980402 * L_6 = (WeakObjectWrapperComparer_t303980402 *)il2cpp_codegen_object_new(WeakObjectWrapperComparer_t303980402_il2cpp_TypeInfo_var); WeakObjectWrapperComparer__ctor_m1468307998(L_6, /*hidden argument*/NULL); Dictionary_2_t1364470182 * L_7 = (Dictionary_2_t1364470182 *)il2cpp_codegen_object_new(Dictionary_2_t1364470182_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1336243196(L_7, L_6, /*hidden argument*/Dictionary_2__ctor_m1336243196_RuntimeMethod_var); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_componentDescriptionProviders_7(L_7); return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.TypeDescriptor::GetAttributes(System.Type) extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * TypeDescriptor_GetAttributes_m4172868975 (RuntimeObject * __this /* static, unused */, Type_t * ___componentType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_GetAttributes_m4172868975_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___componentType0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(AttributeCollection_t4221220734_il2cpp_TypeInfo_var); AttributeCollection_t4221220734 * L_1 = ((AttributeCollection_t4221220734_StaticFields*)il2cpp_codegen_static_fields_for(AttributeCollection_t4221220734_il2cpp_TypeInfo_var))->get_Empty_1(); return L_1; } IL_000c: { Type_t * L_2 = ___componentType0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); TypeInfo_t323385814 * L_3 = TypeDescriptor_GetTypeInfo_m2849131577(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_3); AttributeCollection_t4221220734 * L_4 = VirtFuncInvoker0< AttributeCollection_t4221220734 * >::Invoke(4 /* System.ComponentModel.AttributeCollection System.ComponentModel.TypeInfo::GetAttributes() */, L_3); return L_4; } } // System.Collections.ArrayList System.ComponentModel.TypeDescriptor::get_DefaultConverters() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * TypeDescriptor_get_DefaultConverters_m2050164598 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_get_DefaultConverters_m2050164598_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_creatingDefaultConverters_0(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_2 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); if (!L_2) { goto IL_0021; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_3 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); V_1 = L_3; IL2CPP_LEAVE(0x3C3, FINALLY_03b6); } IL_0021: { ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_defaultConverters_1(L_4); ArrayList_t2718874744 * L_5 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (BooleanConverter_t941538927_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_10; memset(&L_10, 0, sizeof(L_10)); DictionaryEntry__ctor_m2585376310((&L_10), L_7, L_9, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_11 = L_10; RuntimeObject * L_12 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_11); NullCheck(L_5); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_12); ArrayList_t2718874744 * L_13 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (ByteConverter_t1408362843_0_0_0_var) }; Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_18; memset(&L_18, 0, sizeof(L_18)); DictionaryEntry__ctor_m2585376310((&L_18), L_15, L_17, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_19 = L_18; RuntimeObject * L_20 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_19); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_20); ArrayList_t2718874744 * L_21 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (SByteConverter_t2970182448_0_0_0_var) }; Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_26; memset(&L_26, 0, sizeof(L_26)); DictionaryEntry__ctor_m2585376310((&L_26), L_23, L_25, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_27 = L_26; RuntimeObject * L_28 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_27); NullCheck(L_21); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_21, L_28); ArrayList_t2718874744 * L_29 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (StringConverter_t3216726494_0_0_0_var) }; Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_34; memset(&L_34, 0, sizeof(L_34)); DictionaryEntry__ctor_m2585376310((&L_34), L_31, L_33, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_35 = L_34; RuntimeObject * L_36 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_35); NullCheck(L_29); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_29, L_36); ArrayList_t2718874744 * L_37 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_40 = { reinterpret_cast (CharConverter_t747842913_0_0_0_var) }; Type_t * L_41 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_42; memset(&L_42, 0, sizeof(L_42)); DictionaryEntry__ctor_m2585376310((&L_42), L_39, L_41, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_43 = L_42; RuntimeObject * L_44 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_43); NullCheck(L_37); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_37, L_44); ArrayList_t2718874744 * L_45 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_46 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_47 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (Int16Converter_t1119562914_0_0_0_var) }; Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_50; memset(&L_50, 0, sizeof(L_50)); DictionaryEntry__ctor_m2585376310((&L_50), L_47, L_49, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_51 = L_50; RuntimeObject * L_52 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_51); NullCheck(L_45); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_45, L_52); ArrayList_t2718874744 * L_53 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_54 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_55 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (Int32Converter_t677227065_0_0_0_var) }; Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_58; memset(&L_58, 0, sizeof(L_58)); DictionaryEntry__ctor_m2585376310((&L_58), L_55, L_57, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_59 = L_58; RuntimeObject * L_60 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_59); NullCheck(L_53); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_53, L_60); ArrayList_t2718874744 * L_61 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_62 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_63 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_64 = { reinterpret_cast (Int64Converter_t1092099567_0_0_0_var) }; Type_t * L_65 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_66; memset(&L_66, 0, sizeof(L_66)); DictionaryEntry__ctor_m2585376310((&L_66), L_63, L_65, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_67 = L_66; RuntimeObject * L_68 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_67); NullCheck(L_61); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_61, L_68); ArrayList_t2718874744 * L_69 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_70 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_71 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_72 = { reinterpret_cast (UInt16Converter_t819459975_0_0_0_var) }; Type_t * L_73 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_72, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_74; memset(&L_74, 0, sizeof(L_74)); DictionaryEntry__ctor_m2585376310((&L_74), L_71, L_73, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_75 = L_74; RuntimeObject * L_76 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_75); NullCheck(L_69); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_69, L_76); ArrayList_t2718874744 * L_77 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_78 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_79 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (UInt32Converter_t3472493373_0_0_0_var) }; Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_82; memset(&L_82, 0, sizeof(L_82)); DictionaryEntry__ctor_m2585376310((&L_82), L_79, L_81, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_83 = L_82; RuntimeObject * L_84 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_83); NullCheck(L_77); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_77, L_84); ArrayList_t2718874744 * L_85 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_86 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_87 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_86, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_88 = { reinterpret_cast (UInt64Converter_t4189949036_0_0_0_var) }; Type_t * L_89 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_90; memset(&L_90, 0, sizeof(L_90)); DictionaryEntry__ctor_m2585376310((&L_90), L_87, L_89, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_91 = L_90; RuntimeObject * L_92 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_91); NullCheck(L_85); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_85, L_92); ArrayList_t2718874744 * L_93 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_94 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_95 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_94, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_96 = { reinterpret_cast (SingleConverter_t902207630_0_0_0_var) }; Type_t * L_97 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_96, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_98; memset(&L_98, 0, sizeof(L_98)); DictionaryEntry__ctor_m2585376310((&L_98), L_95, L_97, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_99 = L_98; RuntimeObject * L_100 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_99); NullCheck(L_93); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_93, L_100); ArrayList_t2718874744 * L_101 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_102 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_103 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_102, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_104 = { reinterpret_cast (DoubleConverter_t805142290_0_0_0_var) }; Type_t * L_105 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_106; memset(&L_106, 0, sizeof(L_106)); DictionaryEntry__ctor_m2585376310((&L_106), L_103, L_105, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_107 = L_106; RuntimeObject * L_108 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_107); NullCheck(L_101); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_101, L_108); ArrayList_t2718874744 * L_109 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_110 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_111 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_110, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_112 = { reinterpret_cast (DecimalConverter_t3574141665_0_0_0_var) }; Type_t * L_113 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_112, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_114; memset(&L_114, 0, sizeof(L_114)); DictionaryEntry__ctor_m2585376310((&L_114), L_111, L_113, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_115 = L_114; RuntimeObject * L_116 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_115); NullCheck(L_109); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_109, L_116); ArrayList_t2718874744 * L_117 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_118 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; Type_t * L_119 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_118, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_120 = { reinterpret_cast (TypeConverter_t2249118273_0_0_0_var) }; Type_t * L_121 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_120, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_122; memset(&L_122, 0, sizeof(L_122)); DictionaryEntry__ctor_m2585376310((&L_122), L_119, L_121, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_123 = L_122; RuntimeObject * L_124 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_123); NullCheck(L_117); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_117, L_124); ArrayList_t2718874744 * L_125 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_126 = { reinterpret_cast (RuntimeArray_0_0_0_var) }; Type_t * L_127 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_126, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_128 = { reinterpret_cast (ArrayConverter_t1750795769_0_0_0_var) }; Type_t * L_129 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_128, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_130; memset(&L_130, 0, sizeof(L_130)); DictionaryEntry__ctor_m2585376310((&L_130), L_127, L_129, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_131 = L_130; RuntimeObject * L_132 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_131); NullCheck(L_125); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_125, L_132); ArrayList_t2718874744 * L_133 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_134 = { reinterpret_cast (CultureInfo_t4157843068_0_0_0_var) }; Type_t * L_135 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_134, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_136 = { reinterpret_cast (CultureInfoConverter_t81550636_0_0_0_var) }; Type_t * L_137 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_136, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_138; memset(&L_138, 0, sizeof(L_138)); DictionaryEntry__ctor_m2585376310((&L_138), L_135, L_137, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_139 = L_138; RuntimeObject * L_140 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_139); NullCheck(L_133); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_133, L_140); ArrayList_t2718874744 * L_141 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_142 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_143 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_142, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_144 = { reinterpret_cast (DateTimeConverter_t2298802450_0_0_0_var) }; Type_t * L_145 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_144, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_146; memset(&L_146, 0, sizeof(L_146)); DictionaryEntry__ctor_m2585376310((&L_146), L_143, L_145, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_147 = L_146; RuntimeObject * L_148 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_147); NullCheck(L_141); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_141, L_148); ArrayList_t2718874744 * L_149 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_150 = { reinterpret_cast (Guid_t_0_0_0_var) }; Type_t * L_151 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_150, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_152 = { reinterpret_cast (GuidConverter_t3396672461_0_0_0_var) }; Type_t * L_153 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_152, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_154; memset(&L_154, 0, sizeof(L_154)); DictionaryEntry__ctor_m2585376310((&L_154), L_151, L_153, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_155 = L_154; RuntimeObject * L_156 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_155); NullCheck(L_149); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_149, L_156); ArrayList_t2718874744 * L_157 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_158 = { reinterpret_cast (TimeSpan_t881159249_0_0_0_var) }; Type_t * L_159 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_158, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_160 = { reinterpret_cast (TimeSpanConverter_t3504031848_0_0_0_var) }; Type_t * L_161 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_160, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_162; memset(&L_162, 0, sizeof(L_162)); DictionaryEntry__ctor_m2585376310((&L_162), L_159, L_161, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_163 = L_162; RuntimeObject * L_164 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_163); NullCheck(L_157); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_157, L_164); ArrayList_t2718874744 * L_165 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_166 = { reinterpret_cast (ICollection_t3904884886_0_0_0_var) }; Type_t * L_167 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_166, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_168 = { reinterpret_cast (CollectionConverter_t3078846443_0_0_0_var) }; Type_t * L_169 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_168, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_170; memset(&L_170, 0, sizeof(L_170)); DictionaryEntry__ctor_m2585376310((&L_170), L_167, L_169, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_171 = L_170; RuntimeObject * L_172 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_171); NullCheck(L_165); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_165, L_172); ArrayList_t2718874744 * L_173 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); RuntimeTypeHandle_t3027515415 L_174 = { reinterpret_cast (Enum_t4135868527_0_0_0_var) }; Type_t * L_175 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_174, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_176 = { reinterpret_cast (EnumConverter_t1688858217_0_0_0_var) }; Type_t * L_177 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_176, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_178; memset(&L_178, 0, sizeof(L_178)); DictionaryEntry__ctor_m2585376310((&L_178), L_175, L_177, /*hidden argument*/NULL); DictionaryEntry_t3123975638 L_179 = L_178; RuntimeObject * L_180 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_179); NullCheck(L_173); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_173, L_180); IL2CPP_LEAVE(0x3BD, FINALLY_03b6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03b6; } FINALLY_03b6: { // begin finally (depth: 1) RuntimeObject * L_181 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_181, /*hidden argument*/NULL); IL2CPP_END_FINALLY(950) } // end finally (depth: 1) IL2CPP_CLEANUP(950) { IL2CPP_JUMP_TBL(0x3C3, IL_03c3) IL2CPP_JUMP_TBL(0x3BD, IL_03bd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_03bd: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_182 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_defaultConverters_1(); return L_182; } IL_03c3: { ArrayList_t2718874744 * L_183 = V_1; return L_183; } } // System.ComponentModel.TypeConverter System.ComponentModel.TypeDescriptor::GetConverter(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeConverter_t2249118273 * TypeDescriptor_GetConverter_m2937027 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_GetConverter_m2937027_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; AttributeCollection_t4221220734 * V_1 = NULL; TypeConverterAttribute_t3271584429 * V_2 = NULL; ConstructorInfo_t5769829 * V_3 = NULL; { Type_t * L_0 = ___type0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TypeDescriptor_GetConverter_m2937027_RuntimeMethod_var); } IL_0011: { V_0 = (Type_t *)NULL; Type_t * L_2 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); AttributeCollection_t4221220734 * L_3 = TypeDescriptor_GetAttributes_m4172868975(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; AttributeCollection_t4221220734 * L_4 = V_1; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (TypeConverterAttribute_t3271584429_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); Attribute_t861562559 * L_7 = VirtFuncInvoker1< Attribute_t861562559 *, Type_t * >::Invoke(11 /* System.Attribute System.ComponentModel.AttributeCollection::get_Item(System.Type) */, L_4, L_6); V_2 = ((TypeConverterAttribute_t3271584429 *)CastclassSealed((RuntimeObject*)L_7, TypeConverterAttribute_t3271584429_il2cpp_TypeInfo_var)); TypeConverterAttribute_t3271584429 * L_8 = V_2; if (!L_8) { goto IL_0054; } } { TypeConverterAttribute_t3271584429 * L_9 = V_2; NullCheck(L_9); String_t* L_10 = TypeConverterAttribute_get_ConverterTypeName_m2103610043(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0054; } } { TypeConverterAttribute_t3271584429 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = TypeConverterAttribute_get_ConverterTypeName_m2103610043(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Type_t * L_14 = TypeDescriptor_GetTypeFromName_m1561644294(NULL /*static, unused*/, (RuntimeObject*)NULL, L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_0054: { Type_t * L_15 = V_0; if (L_15) { goto IL_0061; } } { Type_t * L_16 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Type_t * L_17 = TypeDescriptor_FindDefaultConverterType_m2881397014(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_0061: { Type_t * L_18 = V_0; if (!L_18) { goto IL_00a9; } } { Type_t * L_19 = V_0; TypeU5BU5D_t3940880105* L_20 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(0), (Type_t *)L_22); NullCheck(L_19); ConstructorInfo_t5769829 * L_23 = Type_GetConstructor_m2219014380(L_19, L_20, /*hidden argument*/NULL); V_3 = L_23; ConstructorInfo_t5769829 * L_24 = V_3; if (!L_24) { goto IL_009d; } } { ConstructorInfo_t5769829 * L_25 = V_3; ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_27 = ___type0; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_27); NullCheck(L_25); RuntimeObject * L_28 = ConstructorInfo_Invoke_m4089836896(L_25, L_26, /*hidden argument*/NULL); return ((TypeConverter_t2249118273 *)CastclassClass((RuntimeObject*)L_28, TypeConverter_t2249118273_il2cpp_TypeInfo_var)); } IL_009d: { Type_t * L_29 = V_0; RuntimeObject * L_30 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); return ((TypeConverter_t2249118273 *)CastclassClass((RuntimeObject*)L_30, TypeConverter_t2249118273_il2cpp_TypeInfo_var)); } IL_00a9: { return (TypeConverter_t2249118273 *)NULL; } } // System.Type System.ComponentModel.TypeDescriptor::FindDefaultConverterType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_FindDefaultConverterType_m2881397014 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_FindDefaultConverterType_m2881397014_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; DictionaryEntry_t3123975638 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; Type_t * V_3 = NULL; DictionaryEntry_t3123975638 V_4; memset(&V_4, 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; Type_t * V_6 = NULL; Type_t * V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (Type_t *)NULL; Type_t * L_0 = ___type0; if (!L_0) { goto IL_0099; } } { Type_t * L_1 = ___type0; NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_1); if (!L_2) { goto IL_0033; } } { Type_t * L_3 = ___type0; NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(85 /* System.Type System.Type::GetGenericTypeDefinition() */, L_3); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Nullable_1_t3772285925_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0033; } } { RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (NullableConverter_t1985728604_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_9 = TypeDescriptor_get_DefaultConverters_m2050164598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject* L_10 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_9); V_2 = L_10; } IL_003e: try { // begin try (depth: 1) { goto IL_0074; } IL_0043: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); V_1 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_12, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_13 = DictionaryEntry_get_Key_m3117378551((&V_1), /*hidden argument*/NULL); Type_t * L_14 = ___type0; if ((!(((RuntimeObject*)(Type_t *)((Type_t *)CastclassClass((RuntimeObject*)L_13, Type_t_il2cpp_TypeInfo_var))) == ((RuntimeObject*)(Type_t *)L_14)))) { goto IL_0074; } } IL_0061: { RuntimeObject * L_15 = DictionaryEntry_get_Value_m618120527((&V_1), /*hidden argument*/NULL); V_7 = ((Type_t *)CastclassClass((RuntimeObject*)L_15, Type_t_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x164, FINALLY_0084); } IL_0074: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0043; } } IL_007f: { IL2CPP_LEAVE(0x99, FINALLY_0084); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0084; } FINALLY_0084: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_2; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_8; if (L_19) { goto IL_0091; } } IL_0090: { IL2CPP_END_FINALLY(132) } IL_0091: { RuntimeObject* L_20 = V_8; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(132) } } // end finally (depth: 1) IL2CPP_CLEANUP(132) { IL2CPP_JUMP_TBL(0x164, IL_0164) IL2CPP_JUMP_TBL(0x99, IL_0099) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0099: { Type_t * L_21 = ___type0; V_3 = L_21; goto IL_011a; } IL_00a0: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_22 = TypeDescriptor_get_DefaultConverters_m2050164598(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject* L_23 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_22); V_5 = L_23; } IL_00ac: try { // begin try (depth: 1) { goto IL_00ec; } IL_00b1: { RuntimeObject* L_24 = V_5; NullCheck(L_24); RuntimeObject * L_25 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); V_4 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_25, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_26 = DictionaryEntry_get_Key_m3117378551((&V_4), /*hidden argument*/NULL); V_6 = ((Type_t *)CastclassClass((RuntimeObject*)L_26, Type_t_il2cpp_TypeInfo_var)); Type_t * L_27 = V_6; Type_t * L_28 = V_3; NullCheck(L_27); bool L_29 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_27, L_28); if (!L_29) { goto IL_00ec; } } IL_00da: { RuntimeObject * L_30 = DictionaryEntry_get_Value_m618120527((&V_4), /*hidden argument*/NULL); V_0 = ((Type_t *)CastclassClass((RuntimeObject*)L_30, Type_t_il2cpp_TypeInfo_var)); goto IL_00f8; } IL_00ec: { RuntimeObject* L_31 = V_5; NullCheck(L_31); bool L_32 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_00b1; } } IL_00f8: { IL2CPP_LEAVE(0x113, FINALLY_00fd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: { // begin finally (depth: 1) { RuntimeObject* L_33 = V_5; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_9; if (L_34) { goto IL_010b; } } IL_010a: { IL2CPP_END_FINALLY(253) } IL_010b: { RuntimeObject* L_35 = V_9; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_35); IL2CPP_END_FINALLY(253) } } // end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_JUMP_TBL(0x113, IL_0113) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0113: { Type_t * L_36 = V_3; NullCheck(L_36); Type_t * L_37 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_36); V_3 = L_37; } IL_011a: { Type_t * L_38 = V_3; if (!L_38) { goto IL_0130; } } { Type_t * L_39 = V_3; RuntimeTypeHandle_t3027515415 L_40 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_39) == ((RuntimeObject*)(Type_t *)L_41)))) { goto IL_00a0; } } IL_0130: { Type_t * L_42 = V_0; if (L_42) { goto IL_0162; } } { Type_t * L_43 = ___type0; if (!L_43) { goto IL_0157; } } { Type_t * L_44 = ___type0; NullCheck(L_44); bool L_45 = Type_get_IsInterface_m3284996719(L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0157; } } { RuntimeTypeHandle_t3027515415 L_46 = { reinterpret_cast (ReferenceConverter_t1811933861_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_47 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); V_0 = L_47; goto IL_0162; } IL_0157: { RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (TypeConverter_t2249118273_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); V_0 = L_49; } IL_0162: { Type_t * L_50 = V_0; return L_50; } IL_0164: { Type_t * L_51 = V_7; return L_51; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[]) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * TypeDescriptor_GetProperties_m4110734074 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___component0, AttributeU5BU5D_t1575011174* ___attributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_GetProperties_m4110734074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___component0; AttributeU5BU5D_t1575011174* L_1 = ___attributes1; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t4164928659 * L_2 = TypeDescriptor_GetProperties_m3213774446(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeDescriptor::GetProperties(System.Object,System.Attribute[],System.Boolean) extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * TypeDescriptor_GetProperties_m3213774446 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___component0, AttributeU5BU5D_t1575011174* ___attributes1, bool ___noCustomTypeDesc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_GetProperties_m3213774446_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = ___component0; if (L_0) { goto IL_000c; } } { IL2CPP_RUNTIME_CLASS_INIT(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var); PropertyDescriptorCollection_t4164928659 * L_1 = ((PropertyDescriptorCollection_t4164928659_StaticFields*)il2cpp_codegen_static_fields_for(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var))->get_Empty_0(); return L_1; } IL_000c: { bool L_2 = ___noCustomTypeDesc2; if (L_2) { goto IL_002a; } } { RuntimeObject * L_3 = ___component0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICustomTypeDescriptor_t1654759486_il2cpp_TypeInfo_var))) { goto IL_002a; } } { RuntimeObject * L_4 = ___component0; AttributeU5BU5D_t1575011174* L_5 = ___attributes1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICustomTypeDescriptor_t1654759486_il2cpp_TypeInfo_var))); PropertyDescriptorCollection_t4164928659 * L_6 = InterfaceFuncInvoker1< PropertyDescriptorCollection_t4164928659 *, AttributeU5BU5D_t1575011174* >::Invoke(0 /* System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor::GetProperties(System.Attribute[]) */, ICustomTypeDescriptor_t1654759486_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICustomTypeDescriptor_t1654759486_il2cpp_TypeInfo_var)), L_5); return L_6; } IL_002a: { RuntimeObject * L_7 = ___component0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IComponent_t2320218252_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_0; if (!L_8) { goto IL_004f; } } { RuntimeObject* L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_9); if (!L_10) { goto IL_004f; } } { RuntimeObject* L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ComponentInfo_t1259248179 * L_12 = TypeDescriptor_GetComponentInfo_m3351380856(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); AttributeU5BU5D_t1575011174* L_13 = ___attributes1; NullCheck(L_12); PropertyDescriptorCollection_t4164928659 * L_14 = Info_GetProperties_m5923089(L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_004f: { RuntimeObject * L_15 = ___component0; NullCheck(L_15); Type_t * L_16 = Object_GetType_m88164663(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); TypeInfo_t323385814 * L_17 = TypeDescriptor_GetTypeInfo_m2849131577(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); AttributeU5BU5D_t1575011174* L_18 = ___attributes1; NullCheck(L_17); PropertyDescriptorCollection_t4164928659 * L_19 = Info_GetProperties_m5923089(L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Void System.ComponentModel.TypeDescriptor::OnComponentDisposed(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void TypeDescriptor_OnComponentDisposed_m1545012771 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_OnComponentDisposed_m1545012771_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_componentTable_2(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_componentTable_2(); RuntimeObject * L_3 = ___sender0; NullCheck(L_2); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_2, L_3); IL2CPP_LEAVE(0x23, FINALLY_001c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: { // begin finally (depth: 1) Hashtable_t1853889766 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(28) } // end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_JUMP_TBL(0x23, IL_0023) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0023: { return; } } // System.ComponentModel.ComponentInfo System.ComponentModel.TypeDescriptor::GetComponentInfo(System.ComponentModel.IComponent) extern "C" IL2CPP_METHOD_ATTR ComponentInfo_t1259248179 * TypeDescriptor_GetComponentInfo_m3351380856 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___com0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_GetComponentInfo_m3351380856_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; ComponentInfo_t1259248179 * V_1 = NULL; ComponentInfo_t1259248179 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_componentTable_2(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_componentTable_2(); RuntimeObject* L_3 = ___com0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_1 = ((ComponentInfo_t1259248179 *)CastclassClass((RuntimeObject*)L_4, ComponentInfo_t1259248179_il2cpp_TypeInfo_var)); ComponentInfo_t1259248179 * L_5 = V_1; if (L_5) { goto IL_005c; } } IL_0023: { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); EventHandler_t1348719766 * L_6 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_onDispose_8(); if (L_6) { goto IL_003e; } } IL_002d: { intptr_t L_7 = (intptr_t)TypeDescriptor_OnComponentDisposed_m1545012771_RuntimeMethod_var; EventHandler_t1348719766 * L_8 = (EventHandler_t1348719766 *)il2cpp_codegen_object_new(EventHandler_t1348719766_il2cpp_TypeInfo_var); EventHandler__ctor_m3449229857(L_8, NULL, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->set_onDispose_8(L_8); } IL_003e: { RuntimeObject* L_9 = ___com0; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); EventHandler_t1348719766 * L_10 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_onDispose_8(); NullCheck(L_9); InterfaceActionInvoker1< EventHandler_t1348719766 * >::Invoke(0 /* System.Void System.ComponentModel.IComponent::add_Disposed(System.EventHandler) */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_9, L_10); RuntimeObject* L_11 = ___com0; ComponentInfo_t1259248179 * L_12 = (ComponentInfo_t1259248179 *)il2cpp_codegen_object_new(ComponentInfo_t1259248179_il2cpp_TypeInfo_var); ComponentInfo__ctor_m35264321(L_12, L_11, /*hidden argument*/NULL); V_1 = L_12; Hashtable_t1853889766 * L_13 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_componentTable_2(); RuntimeObject* L_14 = ___com0; ComponentInfo_t1259248179 * L_15 = V_1; NullCheck(L_13); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_14, L_15); } IL_005c: { ComponentInfo_t1259248179 * L_16 = V_1; V_2 = L_16; IL2CPP_LEAVE(0x6F, FINALLY_0068); } IL_0063: { ; // IL_0063: leave IL_006f } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0068; } FINALLY_0068: { // begin finally (depth: 1) Hashtable_t1853889766 * L_17 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); IL2CPP_END_FINALLY(104) } // end finally (depth: 1) IL2CPP_CLEANUP(104) { IL2CPP_JUMP_TBL(0x6F, IL_006f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006f: { ComponentInfo_t1259248179 * L_18 = V_2; return L_18; } } // System.ComponentModel.TypeInfo System.ComponentModel.TypeDescriptor::GetTypeInfo(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeInfo_t323385814 * TypeDescriptor_GetTypeInfo_m2849131577 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_GetTypeInfo_m2849131577_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; TypeInfo_t323385814 * V_1 = NULL; TypeInfo_t323385814 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_typeTable_3(); V_0 = L_0; Hashtable_t1853889766 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_typeTable_3(); Type_t * L_3 = ___type0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_1 = ((TypeInfo_t323385814 *)CastclassClass((RuntimeObject*)L_4, TypeInfo_t323385814_il2cpp_TypeInfo_var)); TypeInfo_t323385814 * L_5 = V_1; if (L_5) { goto IL_0036; } } IL_0023: { Type_t * L_6 = ___type0; TypeInfo_t323385814 * L_7 = (TypeInfo_t323385814 *)il2cpp_codegen_object_new(TypeInfo_t323385814_il2cpp_TypeInfo_var); TypeInfo__ctor_m1452927038(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; IL2CPP_RUNTIME_CLASS_INIT(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_8 = ((TypeDescriptor_t3066613587_StaticFields*)il2cpp_codegen_static_fields_for(TypeDescriptor_t3066613587_il2cpp_TypeInfo_var))->get_typeTable_3(); Type_t * L_9 = ___type0; TypeInfo_t323385814 * L_10 = V_1; NullCheck(L_8); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_8, L_9, L_10); } IL_0036: { TypeInfo_t323385814 * L_11 = V_1; V_2 = L_11; IL2CPP_LEAVE(0x49, FINALLY_0042); } IL_003d: { ; // IL_003d: leave IL_0049 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) Hashtable_t1853889766 * L_12 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); IL2CPP_END_FINALLY(66) } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_JUMP_TBL(0x49, IL_0049) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0049: { TypeInfo_t323385814 * L_13 = V_2; return L_13; } } // System.Type System.ComponentModel.TypeDescriptor::GetTypeFromName(System.ComponentModel.IComponent,System.String) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeDescriptor_GetTypeFromName_m1561644294 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___component0, String_t* ___typeName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeDescriptor_GetTypeFromName_m1561644294_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; RuntimeObject* V_1 = NULL; { V_0 = (Type_t *)NULL; RuntimeObject* L_0 = ___component0; if (!L_0) { goto IL_003c; } } { RuntimeObject* L_1 = ___component0; NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_1); if (!L_2) { goto IL_003c; } } { RuntimeObject* L_3 = ___component0; NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.ComponentModel.ISite System.ComponentModel.IComponent::get_Site() */, IComponent_t2320218252_il2cpp_TypeInfo_var, L_3); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (ITypeResolutionService_t3189425787_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_7 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IServiceProvider::GetService(System.Type) */, IServiceProvider_t1439597990_il2cpp_TypeInfo_var, L_4, L_6); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_7, ITypeResolutionService_t3189425787_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_1; if (!L_8) { goto IL_003c; } } { RuntimeObject* L_9 = V_1; String_t* L_10 = ___typeName1; NullCheck(L_9); Type_t * L_11 = InterfaceFuncInvoker1< Type_t *, String_t* >::Invoke(0 /* System.Type System.ComponentModel.Design.ITypeResolutionService::GetType(System.String) */, ITypeResolutionService_t3189425787_il2cpp_TypeInfo_var, L_9, L_10); V_0 = L_11; } IL_003c: { Type_t * L_12 = V_0; if (L_12) { goto IL_0049; } } { String_t* L_13 = ___typeName1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_13, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_0 = L_14; } IL_0049: { Type_t * L_15 = V_0; return L_15; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.TypeInfo::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void TypeInfo__ctor_m1452927038 (TypeInfo_t323385814 * __this, Type_t * ___t0, const RuntimeMethod* method) { { Type_t * L_0 = ___t0; Info__ctor_m3690246189(__this, L_0, /*hidden argument*/NULL); return; } } // System.ComponentModel.AttributeCollection System.ComponentModel.TypeInfo::GetAttributes() extern "C" IL2CPP_METHOD_ATTR AttributeCollection_t4221220734 * TypeInfo_GetAttributes_m2913130928 (TypeInfo_t323385814 * __this, const RuntimeMethod* method) { { AttributeCollection_t4221220734 * L_0 = Info_GetAttributes_m2908353876(__this, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } // System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.TypeInfo::GetProperties() extern "C" IL2CPP_METHOD_ATTR PropertyDescriptorCollection_t4164928659 * TypeInfo_GetProperties_m2956447685 (TypeInfo_t323385814 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeInfo_GetProperties_m2956447685_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; Type_t * V_2 = NULL; PropertyInfoU5BU5D_t1461822886* V_3 = NULL; PropertyInfo_t * V_4 = NULL; PropertyInfoU5BU5D_t1461822886* V_5 = NULL; int32_t V_6 = 0; { PropertyDescriptorCollection_t4164928659 * L_0 = __this->get__properties_2(); if (!L_0) { goto IL_0012; } } { PropertyDescriptorCollection_t4164928659 * L_1 = __this->get__properties_2(); return L_1; } IL_0012: { Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_2, /*hidden argument*/NULL); V_0 = L_2; ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); V_1 = L_3; Type_t * L_4 = Info_get_InfoType_m345207993(__this, /*hidden argument*/NULL); V_2 = L_4; goto IL_00a5; } IL_002a: { Type_t * L_5 = V_2; NullCheck(L_5); PropertyInfoU5BU5D_t1461822886* L_6 = VirtFuncInvoker1< PropertyInfoU5BU5D_t1461822886*, int32_t >::Invoke(60 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_5, ((int32_t)22)); V_3 = L_6; PropertyInfoU5BU5D_t1461822886* L_7 = V_3; V_5 = L_7; V_6 = 0; goto IL_0093; } IL_003e: { PropertyInfoU5BU5D_t1461822886* L_8 = V_5; int32_t L_9 = V_6; NullCheck(L_8); int32_t L_10 = L_9; PropertyInfo_t * L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = L_11; PropertyInfo_t * L_12 = V_4; NullCheck(L_12); ParameterInfoU5BU5D_t390618515* L_13 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(21 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_12); NullCheck(L_13); if ((((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) { goto IL_008d; } } { PropertyInfo_t * L_14 = V_4; NullCheck(L_14); bool L_15 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, L_14); if (!L_15) { goto IL_008d; } } { Hashtable_t1853889766 * L_16 = V_0; PropertyInfo_t * L_17 = V_4; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_17); NullCheck(L_16); bool L_19 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_16, L_18); if (L_19) { goto IL_008d; } } { ArrayList_t2718874744 * L_20 = V_1; PropertyInfo_t * L_21 = V_4; ReflectionPropertyDescriptor_t3529497203 * L_22 = (ReflectionPropertyDescriptor_t3529497203 *)il2cpp_codegen_object_new(ReflectionPropertyDescriptor_t3529497203_il2cpp_TypeInfo_var); ReflectionPropertyDescriptor__ctor_m1410099502(L_22, L_21, /*hidden argument*/NULL); NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_22); Hashtable_t1853889766 * L_23 = V_0; PropertyInfo_t * L_24 = V_4; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_24); NullCheck(L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_23, L_25, NULL); } IL_008d: { int32_t L_26 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0093: { int32_t L_27 = V_6; PropertyInfoU5BU5D_t1461822886* L_28 = V_5; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_003e; } } { Type_t * L_29 = V_2; NullCheck(L_29); Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_29); V_2 = L_30; } IL_00a5: { Type_t * L_31 = V_2; if (!L_31) { goto IL_00bb; } } { Type_t * L_32 = V_2; RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_32) == ((RuntimeObject*)(Type_t *)L_34)))) { goto IL_002a; } } IL_00bb: { ArrayList_t2718874744 * L_35 = V_1; RuntimeTypeHandle_t3027515415 L_36 = { reinterpret_cast (PropertyDescriptor_t3244362832_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_37 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); NullCheck(L_35); RuntimeArray * L_38 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_35, L_37); PropertyDescriptorCollection_t4164928659 * L_39 = (PropertyDescriptorCollection_t4164928659 *)il2cpp_codegen_object_new(PropertyDescriptorCollection_t4164928659_il2cpp_TypeInfo_var); PropertyDescriptorCollection__ctor_m4135029295(L_39, ((PropertyDescriptorU5BU5D_t2649761905*)Castclass((RuntimeObject*)L_38, PropertyDescriptorU5BU5D_t2649761905_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL); __this->set__properties_2(L_39); PropertyDescriptorCollection_t4164928659 * L_40 = __this->get__properties_2(); return L_40; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.UInt16Converter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool UInt16Converter_get_SupportHex_m2992806269 (UInt16Converter_t819459975 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.UInt16Converter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* UInt16Converter_ConvertToString_m4283251209 (UInt16Converter_t819459975 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt16Converter_ConvertToString_m4283251209_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint16_t V_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_0, UInt16_t2177724958_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = UInt16_ToString_m760649087((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.UInt16Converter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UInt16Converter_ConvertFromString_m878834379 (UInt16Converter_t819459975 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt16Converter_ConvertFromString_m878834379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; uint16_t L_2 = UInt16_Parse_m3476925403(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); uint16_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.UInt16Converter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UInt16Converter_ConvertFromString_m181370149 (UInt16Converter_t819459975 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt16Converter_ConvertFromString_m181370149_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_2 = Convert_ToUInt16_m1964846188(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint16_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.UInt32Converter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool UInt32Converter_get_SupportHex_m1148591527 (UInt32Converter_t3472493373 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.UInt32Converter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* UInt32Converter_ConvertToString_m427724061 (UInt32Converter_t3472493373 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt32Converter_ConvertToString_m427724061_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_0, UInt32_t2560061978_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = UInt32_ToString_m2420423038((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.UInt32Converter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UInt32Converter_ConvertFromString_m3956330588 (UInt32Converter_t3472493373 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt32Converter_ConvertFromString_m3956330588_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; uint32_t L_2 = UInt32_Parse_m3755665066(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); uint32_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.UInt32Converter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UInt32Converter_ConvertFromString_m2704775787 (UInt32Converter_t3472493373 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt32Converter_ConvertFromString_m2704775787_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_2 = Convert_ToUInt32_m4185155480(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint32_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.ComponentModel.UInt64Converter::get_SupportHex() extern "C" IL2CPP_METHOD_ATTR bool UInt64Converter_get_SupportHex_m1709312107 (UInt64Converter_t4189949036 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.ComponentModel.UInt64Converter::ConvertToString(System.Object,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR String_t* UInt64Converter_ConvertToString_m4249673412 (UInt64Converter_t4189949036 * __this, RuntimeObject * ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt64Converter_ConvertToString_m4249673412_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_0, UInt64_t4134040092_il2cpp_TypeInfo_var)))); NumberFormatInfo_t435877138 * L_1 = ___format1; String_t* L_2 = UInt64_ToString_m1695188334((&V_0), _stringLiteral3452614617, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object System.ComponentModel.UInt64Converter::ConvertFromString(System.String,System.Globalization.NumberFormatInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UInt64Converter_ConvertFromString_m1523623770 (UInt64Converter_t4189949036 * __this, String_t* ___value0, NumberFormatInfo_t435877138 * ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt64Converter_ConvertFromString_m1523623770_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; NumberFormatInfo_t435877138 * L_1 = ___format1; uint64_t L_2 = UInt64_Parse_m1485858293(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); uint64_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object System.ComponentModel.UInt64Converter::ConvertFromString(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * UInt64Converter_ConvertFromString_m2610136690 (UInt64Converter_t4189949036 * __this, String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UInt64Converter_ConvertFromString_m2610136690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; int32_t L_1 = ___fromBase1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_2 = Convert_ToUInt64_m3589951548(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint64_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_3); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.ComponentModel.WeakObjectWrapper::get_TargetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t WeakObjectWrapper_get_TargetHashCode_m2410877984 (WeakObjectWrapper_t827463650 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTargetHashCodeU3Ek__BackingField_0(); return L_0; } } // System.WeakReference System.ComponentModel.WeakObjectWrapper::get_Weak() extern "C" IL2CPP_METHOD_ATTR WeakReference_t1334886716 * WeakObjectWrapper_get_Weak_m3798844022 (WeakObjectWrapper_t827463650 * __this, const RuntimeMethod* method) { { WeakReference_t1334886716 * L_0 = __this->get_U3CWeakU3Ek__BackingField_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.WeakObjectWrapperComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void WeakObjectWrapperComparer__ctor_m1468307998 (WeakObjectWrapperComparer_t303980402 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WeakObjectWrapperComparer__ctor_m1468307998_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EqualityComparer_1_t3292203282_il2cpp_TypeInfo_var); EqualityComparer_1__ctor_m3965616416(__this, /*hidden argument*/EqualityComparer_1__ctor_m3965616416_RuntimeMethod_var); return; } } // System.Boolean System.ComponentModel.WeakObjectWrapperComparer::Equals(System.ComponentModel.WeakObjectWrapper,System.ComponentModel.WeakObjectWrapper) extern "C" IL2CPP_METHOD_ATTR bool WeakObjectWrapperComparer_Equals_m4237216108 (WeakObjectWrapperComparer_t303980402 * __this, WeakObjectWrapper_t827463650 * ___x0, WeakObjectWrapper_t827463650 * ___y1, const RuntimeMethod* method) { WeakReference_t1334886716 * V_0 = NULL; WeakReference_t1334886716 * V_1 = NULL; { WeakObjectWrapper_t827463650 * L_0 = ___x0; if (L_0) { goto IL_000e; } } { WeakObjectWrapper_t827463650 * L_1 = ___y1; if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { WeakObjectWrapper_t827463650 * L_2 = ___x0; if (!L_2) { goto IL_001a; } } { WeakObjectWrapper_t827463650 * L_3 = ___y1; if (L_3) { goto IL_001c; } } IL_001a: { return (bool)0; } IL_001c: { WeakObjectWrapper_t827463650 * L_4 = ___x0; NullCheck(L_4); WeakReference_t1334886716 * L_5 = WeakObjectWrapper_get_Weak_m3798844022(L_4, /*hidden argument*/NULL); V_0 = L_5; WeakObjectWrapper_t827463650 * L_6 = ___y1; NullCheck(L_6); WeakReference_t1334886716 * L_7 = WeakObjectWrapper_get_Weak_m3798844022(L_6, /*hidden argument*/NULL); V_1 = L_7; WeakReference_t1334886716 * L_8 = V_0; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_8); if (L_9) { goto IL_0042; } } { WeakReference_t1334886716 * L_10 = V_1; NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_10); if (L_11) { goto IL_0042; } } { return (bool)0; } IL_0042: { WeakReference_t1334886716 * L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_12); WeakReference_t1334886716 * L_14 = V_1; NullCheck(L_14); RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_14); return (bool)((((RuntimeObject*)(RuntimeObject *)L_13) == ((RuntimeObject*)(RuntimeObject *)L_15))? 1 : 0); } } // System.Int32 System.ComponentModel.WeakObjectWrapperComparer::GetHashCode(System.ComponentModel.WeakObjectWrapper) extern "C" IL2CPP_METHOD_ATTR int32_t WeakObjectWrapperComparer_GetHashCode_m1718387327 (WeakObjectWrapperComparer_t303980402 * __this, WeakObjectWrapper_t827463650 * ___obj0, const RuntimeMethod* method) { { WeakObjectWrapper_t827463650 * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { WeakObjectWrapper_t827463650 * L_1 = ___obj0; NullCheck(L_1); int32_t L_2 = WeakObjectWrapper_get_TargetHashCode_m2410877984(L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ComponentModel.Win32Exception::.ctor() extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m2451451937 (Win32Exception_t3234146298 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception__ctor_m2451451937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); int32_t L_0 = Marshal_GetLastWin32Error_m1272610344(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = Win32Exception_W32ErrorMessage_m988596464(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ExternalException__ctor_m575519339(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = Marshal_GetLastWin32Error_m1272610344(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_native_error_code_11(L_2); return; } } // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m3118723333 (Win32Exception_t3234146298 * __this, int32_t ___error0, const RuntimeMethod* method) { { int32_t L_0 = ___error0; String_t* L_1 = Win32Exception_W32ErrorMessage_m988596464(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ExternalException__ctor_m575519339(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___error0; __this->set_native_error_code_11(L_2); return; } } // System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m11747318 (Win32Exception_t3234146298 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method) { { String_t* L_0 = ___message1; ExternalException__ctor_m575519339(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___error0; __this->set_native_error_code_11(L_1); return; } } // System.Void System.ComponentModel.Win32Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m3265219078 (Win32Exception_t3234146298 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception__ctor_m3265219078_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; ExternalException__ctor_m4224477539(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); int32_t L_3 = SerializationInfo_GetInt32_m2640574809(L_2, _stringLiteral3742228243, /*hidden argument*/NULL); __this->set_native_error_code_11(L_3); return; } } // System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode() extern "C" IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_m4105802931 (Win32Exception_t3234146298 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_native_error_code_11(); return L_0; } } // System.Void System.ComponentModel.Win32Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Win32Exception_GetObjectData_m2897703401 (Win32Exception_t3234146298 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Win32Exception_GetObjectData_m2897703401_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Win32Exception_GetObjectData_m2897703401_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; int32_t L_3 = __this->get_native_error_code_11(); NullCheck(L_2); SerializationInfo_AddValue_m412754688(L_2, _stringLiteral3742228243, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; StreamingContext_t3711869237 L_5 = ___context1; Exception_GetObjectData_m1103241326(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.String System.ComponentModel.Win32Exception::W32ErrorMessage(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Win32Exception_W32ErrorMessage_m988596464 (RuntimeObject * __this /* static, unused */, int32_t ___error_code0, const RuntimeMethod* method) { typedef String_t* (*Win32Exception_W32ErrorMessage_m988596464_ftn) (int32_t); using namespace il2cpp::icalls; return ((Win32Exception_W32ErrorMessage_m988596464_ftn)System::System::ComponentModel::Win32Exception::W32ErrorMessage) (___error_code0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.ConfigurationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m3898832894 (ConfigurationException_t3515317685 * __this, const RuntimeMethod* method) { { ConfigurationException__ctor_m1982745395(__this, (String_t*)NULL, /*hidden argument*/NULL); __this->set_filename_11((String_t*)NULL); __this->set_line_12(0); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m1982745395 (ConfigurationException_t3515317685 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m1494027982 (ConfigurationException_t3515317685 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConfigurationException__ctor_m1494027982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral1969920693, /*hidden argument*/NULL); __this->set_filename_11(L_3); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); int32_t L_5 = SerializationInfo_GetInt32_m2640574809(L_4, _stringLiteral2792132888, /*hidden argument*/NULL); __this->set_line_12(L_5); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m148113530 (ConfigurationException_t3515317685 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m724544360 (ConfigurationException_t3515317685 * __this, String_t* ___message0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); XmlNode_t3767805227 * L_1 = ___node1; String_t* L_2 = ConfigurationException_GetXmlNodeFilename_m3551913791(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_filename_11(L_2); XmlNode_t3767805227 * L_3 = ___node1; int32_t L_4 = ConfigurationException_GetXmlNodeLineNumber_m116427330(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); __this->set_line_12(L_4); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.Exception,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m3251818005 (ConfigurationException_t3515317685 * __this, String_t* ___message0, Exception_t * ___inner1, XmlNode_t3767805227 * ___node2, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); XmlNode_t3767805227 * L_2 = ___node2; String_t* L_3 = ConfigurationException_GetXmlNodeFilename_m3551913791(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_filename_11(L_3); XmlNode_t3767805227 * L_4 = ___node2; int32_t L_5 = ConfigurationException_GetXmlNodeLineNumber_m116427330(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_line_12(L_5); return; } } // System.Void System.Configuration.ConfigurationException::.ctor(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException__ctor_m3787671258 (ConfigurationException_t3515317685 * __this, String_t* ___message0, String_t* ___filename1, int32_t ___line2, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___filename1; __this->set_filename_11(L_1); int32_t L_2 = ___line2; __this->set_line_12(L_2); return; } } // System.String System.Configuration.ConfigurationException::get_BareMessage() extern "C" IL2CPP_METHOD_ATTR String_t* ConfigurationException_get_BareMessage_m3896358203 (ConfigurationException_t3515317685 * __this, const RuntimeMethod* method) { { String_t* L_0 = Exception_get_Message_m3320461627(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Configuration.ConfigurationException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* ConfigurationException_get_Message_m2139401404 (ConfigurationException_t3515317685 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConfigurationException_get_Message_m2139401404_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = __this->get_filename_11(); if (!L_0) { goto IL_0090; } } { String_t* L_1 = __this->get_filename_11(); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0090; } } { int32_t L_3 = __this->get_line_12(); if (!L_3) { goto IL_006f; } } { ObjectU5BU5D_t2843939325* L_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Configuration.ConfigurationException::get_BareMessage() */, __this); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3451041664); (L_6)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3451041664); ObjectU5BU5D_t2843939325* L_7 = L_6; String_t* L_8 = __this->get_filename_11(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(2), (RuntimeObject *)L_8); ObjectU5BU5D_t2843939325* L_9 = L_7; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral41810558); (L_9)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral41810558); ObjectU5BU5D_t2843939325* L_10 = L_9; int32_t L_11 = __this->get_line_12(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(4), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3452614535); (L_14)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m2971454694(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_0 = L_15; goto IL_008b; } IL_006f: { String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Configuration.ConfigurationException::get_BareMessage() */, __this); String_t* L_17 = __this->get_filename_11(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m2163913788(NULL /*static, unused*/, L_16, _stringLiteral3451041664, L_17, _stringLiteral3452614535, /*hidden argument*/NULL); V_0 = L_18; } IL_008b: { goto IL_00da; } IL_0090: { int32_t L_19 = __this->get_line_12(); if (!L_19) { goto IL_00d3; } } { ObjectU5BU5D_t2843939325* L_20 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Configuration.ConfigurationException::get_BareMessage() */, __this); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_21); ObjectU5BU5D_t2843939325* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral3435510936); (L_22)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3435510936); ObjectU5BU5D_t2843939325* L_23 = L_22; int32_t L_24 = __this->get_line_12(); int32_t L_25 = L_24; RuntimeObject * L_26 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_25); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_26); (L_23)->SetAt(static_cast(2), (RuntimeObject *)L_26); ObjectU5BU5D_t2843939325* L_27 = L_23; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral3452614535); (L_27)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m2971454694(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); V_0 = L_28; goto IL_00da; } IL_00d3: { String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Configuration.ConfigurationException::get_BareMessage() */, __this); V_0 = L_29; } IL_00da: { String_t* L_30 = V_0; return L_30; } } // System.String System.Configuration.ConfigurationException::GetXmlNodeFilename(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR String_t* ConfigurationException_GetXmlNodeFilename_m3551913791 (RuntimeObject * __this /* static, unused */, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConfigurationException_GetXmlNodeFilename_m3551913791_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___node0; if (((RuntimeObject*)IsInst((RuntimeObject*)L_0, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var))) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { XmlNode_t3767805227 * L_2 = ___node0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var))); String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Configuration.IConfigXmlNode::get_Filename() */, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var))); return L_3; } } // System.Int32 System.Configuration.ConfigurationException::GetXmlNodeLineNumber(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR int32_t ConfigurationException_GetXmlNodeLineNumber_m116427330 (RuntimeObject * __this /* static, unused */, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConfigurationException_GetXmlNodeLineNumber_m116427330_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___node0; if (((RuntimeObject*)IsInst((RuntimeObject*)L_0, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return 0; } IL_000d: { XmlNode_t3767805227 * L_1 = ___node0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var))); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Configuration.IConfigXmlNode::get_LineNumber() */, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IConfigXmlNode_t786196396_il2cpp_TypeInfo_var))); return L_2; } } // System.Void System.Configuration.ConfigurationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void ConfigurationException_GetObjectData_m2878337176 (ConfigurationException_t3515317685 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConfigurationException_GetObjectData_m2878337176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_filename_11(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral1969920693, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; int32_t L_5 = __this->get_line_12(); NullCheck(L_4); SerializationInfo_AddValue_m412754688(L_4, _stringLiteral2792132888, L_5, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.ConfigurationSettings::.cctor() extern "C" IL2CPP_METHOD_ATTR void ConfigurationSettings__cctor_m3916280530 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConfigurationSettings__cctor_m3916280530_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultConfig_t1013547162_il2cpp_TypeInfo_var); DefaultConfig_t1013547162 * L_0 = DefaultConfig_GetInstance_m3547975637(NULL /*static, unused*/, /*hidden argument*/NULL); ((ConfigurationSettings_t822951835_StaticFields*)il2cpp_codegen_static_fields_for(ConfigurationSettings_t822951835_il2cpp_TypeInfo_var))->set_config_0(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); ((ConfigurationSettings_t822951835_StaticFields*)il2cpp_codegen_static_fields_for(ConfigurationSettings_t822951835_il2cpp_TypeInfo_var))->set_lockobj_1(L_1); return; } } // System.Object System.Configuration.ConfigurationSettings::GetConfig(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ConfigurationSettings_GetConfig_m1015220656 (RuntimeObject * __this /* static, unused */, String_t* ___sectionName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ConfigurationSettings_GetConfig_m1015220656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___sectionName0; IL2CPP_RUNTIME_CLASS_INIT(ConfigurationManager_t386529156_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ConfigurationManager_GetSection_m2812236313(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Configuration.DefaultConfig::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultConfig__ctor_m151123192 (DefaultConfig_t1013547162 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Configuration.DefaultConfig::.cctor() extern "C" IL2CPP_METHOD_ATTR void DefaultConfig__cctor_m889089753 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultConfig__cctor_m889089753_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DefaultConfig_t1013547162 * L_0 = (DefaultConfig_t1013547162 *)il2cpp_codegen_object_new(DefaultConfig_t1013547162_il2cpp_TypeInfo_var); DefaultConfig__ctor_m151123192(L_0, /*hidden argument*/NULL); ((DefaultConfig_t1013547162_StaticFields*)il2cpp_codegen_static_fields_for(DefaultConfig_t1013547162_il2cpp_TypeInfo_var))->set_instance_0(L_0); return; } } // System.Configuration.DefaultConfig System.Configuration.DefaultConfig::GetInstance() extern "C" IL2CPP_METHOD_ATTR DefaultConfig_t1013547162 * DefaultConfig_GetInstance_m3547975637 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultConfig_GetInstance_m3547975637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultConfig_t1013547162_il2cpp_TypeInfo_var); DefaultConfig_t1013547162 * L_0 = ((DefaultConfig_t1013547162_StaticFields*)il2cpp_codegen_static_fields_for(DefaultConfig_t1013547162_il2cpp_TypeInfo_var))->get_instance_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.DefaultUriParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultUriParser__ctor_m2377995797 (DefaultUriParser_t95882050 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultUriParser__ctor_m2377995797_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); UriParser__ctor_m2454688443(__this, /*hidden argument*/NULL); return; } } // System.Void System.DefaultUriParser::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DefaultUriParser__ctor_m2634681684 (DefaultUriParser_t95882050 * __this, String_t* ___scheme0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultUriParser__ctor_m2634681684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(UriParser_t3890150400_il2cpp_TypeInfo_var); UriParser__ctor_m2454688443(__this, /*hidden argument*/NULL); String_t* L_0 = ___scheme0; ((UriParser_t3890150400 *)__this)->set_scheme_name_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.CorrelationManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void CorrelationManager__ctor_m389758829 (CorrelationManager_t2688752967 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CorrelationManager__ctor_m389758829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_op_stack_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DefaultTraceListener::.ctor() extern "C" IL2CPP_METHOD_ATTR void DefaultTraceListener__ctor_m3705995754 (DefaultTraceListener_t2804304119 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultTraceListener__ctor_m3705995754_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TraceListener__ctor_m290583152(__this, _stringLiteral1948333211, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.DefaultTraceListener::.cctor() extern "C" IL2CPP_METHOD_ATTR void DefaultTraceListener__cctor_m2231705303 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultTraceListener__cctor_m2231705303_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_0 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); ((DefaultTraceListener_t2804304119_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var))->set_OnWin32_7((bool)((((int32_t)L_0) == ((int32_t)((int32_t)92)))? 1 : 0)); bool L_1 = ((DefaultTraceListener_t2804304119_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var))->get_OnWin32_7(); if (L_1) { goto IL_008f; } } { String_t* L_2 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral3891798113, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_008f; } } { V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; String_t* L_4 = V_0; NullCheck(L_4); bool L_5 = String_StartsWith_m1759067526(L_4, _stringLiteral1530190745, /*hidden argument*/NULL); if (!L_5) { goto IL_0054; } } { V_1 = _stringLiteral1530190745; String_t* L_6 = V_0; String_t* L_7 = DefaultTraceListener_GetPrefix_m415696198(NULL /*static, unused*/, L_6, _stringLiteral1530190745, /*hidden argument*/NULL); V_2 = L_7; goto IL_0083; } IL_0054: { String_t* L_8 = V_0; NullCheck(L_8); bool L_9 = String_StartsWith_m1759067526(L_8, _stringLiteral3953580575, /*hidden argument*/NULL); if (!L_9) { goto IL_007b; } } { V_1 = _stringLiteral3953580575; String_t* L_10 = V_0; String_t* L_11 = DefaultTraceListener_GetPrefix_m415696198(NULL /*static, unused*/, L_10, _stringLiteral3953580575, /*hidden argument*/NULL); V_2 = L_11; goto IL_0083; } IL_007b: { String_t* L_12 = V_0; V_1 = L_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_2 = L_13; } IL_0083: { String_t* L_14 = V_1; ((DefaultTraceListener_t2804304119_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var))->set_MonoTraceFile_9(L_14); String_t* L_15 = V_2; ((DefaultTraceListener_t2804304119_StaticFields*)il2cpp_codegen_static_fields_for(DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var))->set_MonoTracePrefix_8(L_15); } IL_008f: { return; } } // System.String System.Diagnostics.DefaultTraceListener::GetPrefix(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DefaultTraceListener_GetPrefix_m415696198 (RuntimeObject * __this /* static, unused */, String_t* ___var0, String_t* ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultTraceListener_GetPrefix_m415696198_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___var0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); String_t* L_2 = ___target1; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0020; } } { String_t* L_4 = ___var0; String_t* L_5 = ___target1; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_7 = String_Substring_m2848979100(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); return L_7; } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } } // System.Void System.Diagnostics.DefaultTraceListener::set_AssertUiEnabled(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DefaultTraceListener_set_AssertUiEnabled_m3374149651 (DefaultTraceListener_t2804304119 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_assertUiEnabled_11(L_0); return; } } // System.Void System.Diagnostics.DefaultTraceListener::set_LogFileName(System.String) extern "C" IL2CPP_METHOD_ATTR void DefaultTraceListener_set_LogFileName_m422834426 (DefaultTraceListener_t2804304119 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_logFileName_10(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.Collections.IDictionary System.Diagnostics.DiagnosticsConfiguration::get_Settings() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DiagnosticsConfiguration_get_Settings_m1034709288 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfiguration_get_Settings_m1034709288_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((DiagnosticsConfiguration_t1159239597_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfiguration_t1159239597_il2cpp_TypeInfo_var))->get_settings_0(); if (L_0) { goto IL_0046; } } { IL2CPP_RUNTIME_CLASS_INIT(ConfigurationSettings_t822951835_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ConfigurationSettings_GetConfig_m1015220656(NULL /*static, unused*/, _stringLiteral786871009, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_0026; } } { Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_3, _stringLiteral966779473, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DiagnosticsConfiguration_get_Settings_m1034709288_RuntimeMethod_var); } IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_MemoryBarrier_m3452652409(NULL /*static, unused*/, /*hidden argument*/NULL); goto IL_0030; } IL_0030: { RuntimeObject * L_4 = V_0; RuntimeObject * L_5 = Interlocked_CompareExchange_m1590826108(NULL /*static, unused*/, (((DiagnosticsConfiguration_t1159239597_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfiguration_t1159239597_il2cpp_TypeInfo_var))->get_address_of_settings_0()), L_4, NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_MemoryBarrier_m3452652409(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_0046: { RuntimeObject * L_6 = ((DiagnosticsConfiguration_t1159239597_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfiguration_t1159239597_il2cpp_TypeInfo_var))->get_settings_0(); return ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IDictionary_t1363984059_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::.ctor() extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler__ctor_m343161155 (DiagnosticsConfigurationHandler_t2074484573 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler__ctor_m343161155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_elementHandlers_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = __this->get_elementHandlers_1(); intptr_t L_2 = (intptr_t)DiagnosticsConfigurationHandler_AddAssertNode_m1012592237_RuntimeMethod_var; ElementHandler_t2521990823 * L_3 = (ElementHandler_t2521990823 *)il2cpp_codegen_object_new(ElementHandler_t2521990823_il2cpp_TypeInfo_var); ElementHandler__ctor_m3437751304(L_3, __this, L_2, /*hidden argument*/NULL); NullCheck(L_1); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_1, _stringLiteral1670071986, L_3); RuntimeObject* L_4 = __this->get_elementHandlers_1(); intptr_t L_5 = (intptr_t)DiagnosticsConfigurationHandler_AddSwitchesNode_m3534264561_RuntimeMethod_var; ElementHandler_t2521990823 * L_6 = (ElementHandler_t2521990823 *)il2cpp_codegen_object_new(ElementHandler_t2521990823_il2cpp_TypeInfo_var); ElementHandler__ctor_m3437751304(L_6, __this, L_5, /*hidden argument*/NULL); NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_4, _stringLiteral407879406, L_6); RuntimeObject* L_7 = __this->get_elementHandlers_1(); intptr_t L_8 = (intptr_t)DiagnosticsConfigurationHandler_AddTraceNode_m3669193440_RuntimeMethod_var; ElementHandler_t2521990823 * L_9 = (ElementHandler_t2521990823 *)il2cpp_codegen_object_new(ElementHandler_t2521990823_il2cpp_TypeInfo_var); ElementHandler__ctor_m3437751304(L_9, __this, L_8, /*hidden argument*/NULL); NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_7, _stringLiteral1609214314, L_9); RuntimeObject* L_10 = __this->get_elementHandlers_1(); intptr_t L_11 = (intptr_t)DiagnosticsConfigurationHandler_AddSourcesNode_m4116619100_RuntimeMethod_var; ElementHandler_t2521990823 * L_12 = (ElementHandler_t2521990823 *)il2cpp_codegen_object_new(ElementHandler_t2521990823_il2cpp_TypeInfo_var); ElementHandler__ctor_m3437751304(L_12, __this, L_11, /*hidden argument*/NULL); NullCheck(L_10); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_10, _stringLiteral1887279536, L_12); return; } } // System.Object System.Diagnostics.DiagnosticsConfigurationHandler::Create(System.Object,System.Object,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DiagnosticsConfigurationHandler_Create_m2127629667 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject * ___parent0, RuntimeObject * ___configContext1, XmlNode_t3767805227 * ___section2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_Create_m2127629667_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlNode_t3767805227 * V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; ElementHandler_t2521990823 * V_6 = NULL; TraceImplSettings_t2527703222 * V_7 = NULL; int32_t V_8 = 0; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___parent0; if (L_0) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveHashCodeProvider_t1962629119_il2cpp_TypeInfo_var); CaseInsensitiveHashCodeProvider_t1962629119 * L_1 = CaseInsensitiveHashCodeProvider_get_Default_m3719687032(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveComparer_t3670035800_il2cpp_TypeInfo_var); CaseInsensitiveComparer_t3670035800 * L_2 = CaseInsensitiveComparer_get_Default_m3138639762(NULL /*static, unused*/, /*hidden argument*/NULL); Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m2302711321(L_3, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_002c; } IL_001b: { RuntimeObject * L_4 = ___parent0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloneable_t724424198_il2cpp_TypeInfo_var))); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t724424198_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloneable_t724424198_il2cpp_TypeInfo_var))); V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IDictionary_t1363984059_il2cpp_TypeInfo_var)); } IL_002c: { RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_6, _stringLiteral1711101837); if (!L_7) { goto IL_0057; } } { RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_8, _stringLiteral1711101837); __this->set_configValues_0(((TraceImplSettings_t2527703222 *)CastclassClass((RuntimeObject*)L_9, TraceImplSettings_t2527703222_il2cpp_TypeInfo_var))); goto IL_0072; } IL_0057: { RuntimeObject* L_10 = V_0; TraceImplSettings_t2527703222 * L_11 = (TraceImplSettings_t2527703222 *)il2cpp_codegen_object_new(TraceImplSettings_t2527703222_il2cpp_TypeInfo_var); TraceImplSettings__ctor_m3609199558(L_11, /*hidden argument*/NULL); TraceImplSettings_t2527703222 * L_12 = L_11; V_7 = L_12; __this->set_configValues_0(L_12); TraceImplSettings_t2527703222 * L_13 = V_7; NullCheck(L_10); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Void System.Collections.IDictionary::Add(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_10, _stringLiteral1711101837, L_13); } IL_0072: { XmlNode_t3767805227 * L_14 = ___section2; NullCheck(L_14); XmlNodeList_t2551693786 * L_15 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_14); NullCheck(L_15); RuntimeObject* L_16 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_15); V_2 = L_16; } IL_007e: try { // begin try (depth: 1) { goto IL_00d2; } IL_0083: { RuntimeObject* L_17 = V_2; NullCheck(L_17); RuntimeObject * L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); V_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_18, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_19 = V_1; NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_19); V_8 = L_20; int32_t L_21 = V_8; if ((((int32_t)L_21) == ((int32_t)1))) { goto IL_00a4; } } IL_009f: { goto IL_00d2; } IL_00a4: { XmlNode_t3767805227 * L_22 = V_1; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_LocalName() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_23, _stringLiteral1456606265, /*hidden argument*/NULL); if (!L_24) { goto IL_00be; } } IL_00b9: { goto IL_00d2; } IL_00be: { RuntimeObject* L_25 = V_0; XmlNode_t3767805227 * L_26 = V_1; RuntimeObject* L_27 = V_0; TraceListenerCollection_t1347122889 * L_28 = DiagnosticsConfigurationHandler_GetSharedListeners_m4190802387(__this, L_27, /*hidden argument*/NULL); DiagnosticsConfigurationHandler_AddTraceListeners_m1456791038(__this, L_25, L_26, L_28, /*hidden argument*/NULL); goto IL_00d2; } IL_00d2: { RuntimeObject* L_29 = V_2; NullCheck(L_29); bool L_30 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_0083; } } IL_00dd: { IL2CPP_LEAVE(0xF7, FINALLY_00e2); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e2; } FINALLY_00e2: { // begin finally (depth: 1) { RuntimeObject* L_31 = V_2; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_9; if (L_32) { goto IL_00ef; } } IL_00ee: { IL2CPP_END_FINALLY(226) } IL_00ef: { RuntimeObject* L_33 = V_9; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_33); IL2CPP_END_FINALLY(226) } } // end finally (depth: 1) IL2CPP_CLEANUP(226) { IL2CPP_JUMP_TBL(0xF7, IL_00f7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f7: { XmlNode_t3767805227 * L_34 = ___section2; NullCheck(L_34); XmlNodeList_t2551693786 * L_35 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_34); NullCheck(L_35); RuntimeObject* L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_35); V_4 = L_36; } IL_0104: try { // begin try (depth: 1) { goto IL_01a4; } IL_0109: { RuntimeObject* L_37 = V_4; NullCheck(L_37); RuntimeObject * L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_37); V_3 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_38, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_39 = V_3; NullCheck(L_39); int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_39); V_5 = L_40; int32_t L_41 = V_5; V_8 = L_41; int32_t L_42 = V_8; if ((((int32_t)L_42) == ((int32_t)1))) { goto IL_0145; } } IL_012a: { int32_t L_43 = V_8; if ((((int32_t)L_43) == ((int32_t)8))) { goto IL_0140; } } IL_0132: { int32_t L_44 = V_8; if ((((int32_t)L_44) == ((int32_t)((int32_t)13)))) { goto IL_0140; } } IL_013b: { goto IL_0198; } IL_0140: { goto IL_01a4; } IL_0145: { XmlNode_t3767805227 * L_45 = V_3; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_LocalName() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_47 = String_op_Equality_m920492651(NULL /*static, unused*/, L_46, _stringLiteral1456606265, /*hidden argument*/NULL); if (!L_47) { goto IL_015f; } } IL_015a: { goto IL_01a4; } IL_015f: { RuntimeObject* L_48 = __this->get_elementHandlers_1(); XmlNode_t3767805227 * L_49 = V_3; NullCheck(L_49); String_t* L_50 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_49); NullCheck(L_48); RuntimeObject * L_51 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_48, L_50); V_6 = ((ElementHandler_t2521990823 *)CastclassSealed((RuntimeObject*)L_51, ElementHandler_t2521990823_il2cpp_TypeInfo_var)); ElementHandler_t2521990823 * L_52 = V_6; if (!L_52) { goto IL_018c; } } IL_017e: { ElementHandler_t2521990823 * L_53 = V_6; RuntimeObject* L_54 = V_0; XmlNode_t3767805227 * L_55 = V_3; NullCheck(L_53); ElementHandler_Invoke_m2258869142(L_53, L_54, L_55, /*hidden argument*/NULL); goto IL_0193; } IL_018c: { XmlNode_t3767805227 * L_56 = V_3; DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_56, /*hidden argument*/NULL); } IL_0193: { goto IL_01a4; } IL_0198: { XmlNode_t3767805227 * L_57 = V_3; DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_57, /*hidden argument*/NULL); goto IL_01a4; } IL_01a4: { RuntimeObject* L_58 = V_4; NullCheck(L_58); bool L_59 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_58); if (L_59) { goto IL_0109; } } IL_01b0: { IL2CPP_LEAVE(0x1CB, FINALLY_01b5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01b5; } FINALLY_01b5: { // begin finally (depth: 1) { RuntimeObject* L_60 = V_4; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_60, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_61 = V_10; if (L_61) { goto IL_01c3; } } IL_01c2: { IL2CPP_END_FINALLY(437) } IL_01c3: { RuntimeObject* L_62 = V_10; NullCheck(L_62); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_62); IL2CPP_END_FINALLY(437) } } // end finally (depth: 1) IL2CPP_CLEANUP(437) { IL2CPP_JUMP_TBL(0x1CB, IL_01cb) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01cb: { RuntimeObject* L_63 = V_0; return L_63; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddAssertNode(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddAssertNode_m1012592237 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddAssertNode_m1012592237_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttributeCollection_t2316283784 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; Exception_t * V_3 = NULL; DefaultTraceListener_t2804304119 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlNode_t3767805227 * L_0 = ___node1; NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); V_0 = L_1; XmlAttributeCollection_t2316283784 * L_2 = V_0; XmlNode_t3767805227 * L_3 = ___node1; String_t* L_4 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_2, _stringLiteral2553246811, (bool)0, L_3, /*hidden argument*/NULL); V_1 = L_4; XmlAttributeCollection_t2316283784 * L_5 = V_0; XmlNode_t3767805227 * L_6 = ___node1; String_t* L_7 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_5, _stringLiteral2891204045, (bool)0, L_6, /*hidden argument*/NULL); V_2 = L_7; XmlAttributeCollection_t2316283784 * L_8 = V_0; XmlNode_t3767805227 * L_9 = ___node1; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_8, L_9, /*hidden argument*/NULL); String_t* L_10 = V_1; if (!L_10) { goto IL_0061; } } IL_0033: try { // begin try (depth: 1) RuntimeObject* L_11 = ___d0; String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_13 = Boolean_Parse_m2370352694(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); bool L_14 = L_13; RuntimeObject * L_15 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_14); NullCheck(L_11); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_11, _stringLiteral2553246811, L_15); goto IL_0061; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_004e; throw e; } CATCH_004e: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); Exception_t * L_16 = V_3; XmlNode_t3767805227 * L_17 = ___node1; ConfigurationException_t3515317685 * L_18 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m3251818005(L_18, _stringLiteral2470428836, L_16, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,DiagnosticsConfigurationHandler_AddAssertNode_m1012592237_RuntimeMethod_var); } IL_005c: { goto IL_0061; } } // end catch (depth: 1) IL_0061: { String_t* L_19 = V_2; if (!L_19) { goto IL_0073; } } { RuntimeObject* L_20 = ___d0; String_t* L_21 = V_2; NullCheck(L_20); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_20, _stringLiteral2891204045, L_21); } IL_0073: { TraceImplSettings_t2527703222 * L_22 = __this->get_configValues_0(); NullCheck(L_22); TraceListenerCollection_t1347122889 * L_23 = L_22->get_Listeners_3(); NullCheck(L_23); TraceListener_t3975618648 * L_24 = TraceListenerCollection_get_Item_m2168642045(L_23, _stringLiteral1948333211, /*hidden argument*/NULL); V_4 = ((DefaultTraceListener_t2804304119 *)CastclassClass((RuntimeObject*)L_24, DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var)); DefaultTraceListener_t2804304119 * L_25 = V_4; if (!L_25) { goto IL_00c1; } } { String_t* L_26 = V_1; if (!L_26) { goto IL_00b3; } } { DefaultTraceListener_t2804304119 * L_27 = V_4; RuntimeObject* L_28 = ___d0; NullCheck(L_28); RuntimeObject * L_29 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_28, _stringLiteral2553246811); NullCheck(L_27); DefaultTraceListener_set_AssertUiEnabled_m3374149651(L_27, ((*(bool*)((bool*)UnBox(L_29, Boolean_t97287965_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); } IL_00b3: { String_t* L_30 = V_2; if (!L_30) { goto IL_00c1; } } { DefaultTraceListener_t2804304119 * L_31 = V_4; String_t* L_32 = V_2; NullCheck(L_31); DefaultTraceListener_set_LogFileName_m422834426(L_31, L_32, /*hidden argument*/NULL); } IL_00c1: { XmlNode_t3767805227 * L_33 = ___node1; NullCheck(L_33); XmlNodeList_t2551693786 * L_34 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_33); NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_34); if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_00e4; } } { XmlNode_t3767805227 * L_36 = ___node1; NullCheck(L_36); XmlNodeList_t2551693786 * L_37 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_36); NullCheck(L_37); XmlNode_t3767805227 * L_38 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_37, 0); DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_38, /*hidden argument*/NULL); } IL_00e4: { return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddSwitchesNode(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddSwitchesNode_m3534264561 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddSwitchesNode_m3534264561_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; XmlAttributeCollection_t2316283784 * V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; Dictionary_2_t2736202052 * V_8 = NULL; int32_t V_9 = 0; RuntimeObject* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlNode_t3767805227 * L_0 = ___node1; NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); XmlNode_t3767805227 * L_2 = ___node1; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_1, L_2, /*hidden argument*/NULL); Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlNode_t3767805227 * L_4 = ___node1; NullCheck(L_4); XmlNodeList_t2551693786 * L_5 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_4); NullCheck(L_5); RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_5); V_2 = L_6; } IL_001f: try { // begin try (depth: 1) { goto IL_015c; } IL_0024: { RuntimeObject* L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); V_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_8, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_9 = V_1; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_9); V_3 = L_10; int32_t L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)13)))) { goto IL_0046; } } IL_003f: { int32_t L_12 = V_3; if ((!(((uint32_t)L_12) == ((uint32_t)8)))) { goto IL_004b; } } IL_0046: { goto IL_015c; } IL_004b: { int32_t L_13 = V_3; if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_0155; } } IL_0052: { XmlNode_t3767805227 * L_14 = V_1; NullCheck(L_14); XmlAttributeCollection_t2316283784 * L_15 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_14); V_4 = L_15; V_5 = (String_t*)NULL; V_6 = (String_t*)NULL; XmlNode_t3767805227 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_16); V_7 = L_17; String_t* L_18 = V_7; if (!L_18) { goto IL_013b; } } IL_006f: { Dictionary_2_t2736202052 * L_19 = ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map5_2(); if (L_19) { goto IL_00af; } } IL_0079: { Dictionary_2_t2736202052 * L_20 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_20, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_8 = L_20; Dictionary_2_t2736202052 * L_21 = V_8; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral3265744053, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_8; NullCheck(L_22); Dictionary_2_Add_m282647386(L_22, _stringLiteral13686479, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_23 = V_8; NullCheck(L_23); Dictionary_2_Add_m282647386(L_23, _stringLiteral555474, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_24 = V_8; ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map5_2(L_24); } IL_00af: { Dictionary_2_t2736202052 * L_25 = ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map5_2(); String_t* L_26 = V_7; NullCheck(L_25); bool L_27 = Dictionary_2_TryGetValue_m1013208020(L_25, L_26, (&V_9), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_27) { goto IL_013b; } } IL_00c2: { int32_t L_28 = V_9; switch (L_28) { case 0: { goto IL_00da; } case 1: { goto IL_0112; } case 2: { goto IL_0130; } } } IL_00d5: { goto IL_013b; } IL_00da: { XmlAttributeCollection_t2316283784 * L_29 = V_4; XmlNode_t3767805227 * L_30 = V_1; String_t* L_31 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_29, _stringLiteral62725243, (bool)1, L_30, /*hidden argument*/NULL); V_5 = L_31; XmlAttributeCollection_t2316283784 * L_32 = V_4; XmlNode_t3767805227 * L_33 = V_1; String_t* L_34 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_32, _stringLiteral3493618073, (bool)1, L_33, /*hidden argument*/NULL); V_6 = L_34; RuntimeObject* L_35 = V_0; String_t* L_36 = V_5; String_t* L_37 = V_5; String_t* L_38 = V_6; RuntimeObject * L_39 = DiagnosticsConfigurationHandler_GetSwitchValue_m224359318(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); NullCheck(L_35); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_35, L_36, L_39); goto IL_0147; } IL_0112: { XmlAttributeCollection_t2316283784 * L_40 = V_4; XmlNode_t3767805227 * L_41 = V_1; String_t* L_42 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_40, _stringLiteral62725243, (bool)1, L_41, /*hidden argument*/NULL); V_5 = L_42; RuntimeObject* L_43 = V_0; String_t* L_44 = V_5; NullCheck(L_43); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_43, L_44); goto IL_0147; } IL_0130: { RuntimeObject* L_45 = V_0; NullCheck(L_45); InterfaceActionInvoker0::Invoke(7 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_45); goto IL_0147; } IL_013b: { XmlNode_t3767805227 * L_46 = V_1; DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_46, /*hidden argument*/NULL); goto IL_0147; } IL_0147: { XmlAttributeCollection_t2316283784 * L_47 = V_4; XmlNode_t3767805227 * L_48 = V_1; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_47, L_48, /*hidden argument*/NULL); goto IL_015c; } IL_0155: { XmlNode_t3767805227 * L_49 = V_1; DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508(__this, L_49, /*hidden argument*/NULL); } IL_015c: { RuntimeObject* L_50 = V_2; NullCheck(L_50); bool L_51 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_0024; } } IL_0167: { IL2CPP_LEAVE(0x181, FINALLY_016c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016c; } FINALLY_016c: { // begin finally (depth: 1) { RuntimeObject* L_52 = V_2; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_10; if (L_53) { goto IL_0179; } } IL_0178: { IL2CPP_END_FINALLY(364) } IL_0179: { RuntimeObject* L_54 = V_10; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_54); IL2CPP_END_FINALLY(364) } } // end finally (depth: 1) IL2CPP_CLEANUP(364) { IL2CPP_JUMP_TBL(0x181, IL_0181) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0181: { RuntimeObject* L_55 = ___d0; XmlNode_t3767805227 * L_56 = ___node1; NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_56); RuntimeObject* L_58 = V_0; NullCheck(L_55); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_55, L_57, L_58); return; } } // System.Object System.Diagnostics.DiagnosticsConfigurationHandler::GetSwitchValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DiagnosticsConfigurationHandler_GetSwitchValue_m224359318 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___value1; return L_0; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceNode(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceNode_m3669193440 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddTraceNode_m3669193440_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject* L_0 = ___d0; XmlNode_t3767805227 * L_1 = ___node1; DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209(__this, L_0, L_1, /*hidden argument*/NULL); XmlNode_t3767805227 * L_2 = ___node1; NullCheck(L_2); XmlNodeList_t2551693786 * L_3 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_2); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_3); V_1 = L_4; } IL_0014: try { // begin try (depth: 1) { goto IL_0094; } IL_0019: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_0 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_6, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_7); V_2 = L_8; int32_t L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)((int32_t)13)))) { goto IL_003b; } } IL_0034: { int32_t L_10 = V_2; if ((!(((uint32_t)L_10) == ((uint32_t)8)))) { goto IL_0040; } } IL_003b: { goto IL_0094; } IL_0040: { int32_t L_11 = V_2; if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_008d; } } IL_0047: { XmlNode_t3767805227 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral4153351981, /*hidden argument*/NULL); if (!L_14) { goto IL_0074; } } IL_005c: { RuntimeObject* L_15 = ___d0; XmlNode_t3767805227 * L_16 = V_0; TraceImplSettings_t2527703222 * L_17 = __this->get_configValues_0(); NullCheck(L_17); TraceListenerCollection_t1347122889 * L_18 = L_17->get_Listeners_3(); DiagnosticsConfigurationHandler_AddTraceListeners_m1456791038(__this, L_15, L_16, L_18, /*hidden argument*/NULL); goto IL_007b; } IL_0074: { XmlNode_t3767805227 * L_19 = V_0; DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_19, /*hidden argument*/NULL); } IL_007b: { XmlNode_t3767805227 * L_20 = V_0; NullCheck(L_20); XmlAttributeCollection_t2316283784 * L_21 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_20); XmlNode_t3767805227 * L_22 = V_0; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_21, L_22, /*hidden argument*/NULL); goto IL_0094; } IL_008d: { XmlNode_t3767805227 * L_23 = V_0; DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508(__this, L_23, /*hidden argument*/NULL); } IL_0094: { RuntimeObject* L_24 = V_1; NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0019; } } IL_009f: { IL2CPP_LEAVE(0xB6, FINALLY_00a4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a4; } FINALLY_00a4: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_3; if (L_27) { goto IL_00af; } } IL_00ae: { IL2CPP_END_FINALLY(164) } IL_00af: { RuntimeObject* L_28 = V_3; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(164) } } // end finally (depth: 1) IL2CPP_CLEANUP(164) { IL2CPP_JUMP_TBL(0xB6, IL_00b6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b6: { return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceAttributes(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttributeCollection_t2316283784 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; bool V_3 = false; Exception_t * V_4 = NULL; int32_t V_5 = 0; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlNode_t3767805227 * L_0 = ___node1; NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); V_0 = L_1; XmlAttributeCollection_t2316283784 * L_2 = V_0; XmlNode_t3767805227 * L_3 = ___node1; String_t* L_4 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_2, _stringLiteral3483203916, (bool)0, L_3, /*hidden argument*/NULL); V_1 = L_4; XmlAttributeCollection_t2316283784 * L_5 = V_0; XmlNode_t3767805227 * L_6 = ___node1; String_t* L_7 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_5, _stringLiteral1931905823, (bool)0, L_6, /*hidden argument*/NULL); V_2 = L_7; XmlAttributeCollection_t2316283784 * L_8 = V_0; XmlNode_t3767805227 * L_9 = ___node1; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_8, L_9, /*hidden argument*/NULL); String_t* L_10 = V_1; if (!L_10) { goto IL_0073; } } { V_3 = (bool)0; } IL_0035: try { // begin try (depth: 1) String_t* L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_12 = Boolean_Parse_m2370352694(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_3 = L_12; RuntimeObject* L_13 = ___d0; bool L_14 = V_3; bool L_15 = L_14; RuntimeObject * L_16 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_13, _stringLiteral3483203916, L_16); goto IL_0067; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0052; throw e; } CATCH_0052: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); Exception_t * L_17 = V_4; XmlNode_t3767805227 * L_18 = ___node1; ConfigurationException_t3515317685 * L_19 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m3251818005(L_19, _stringLiteral4205402776, L_17, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209_RuntimeMethod_var); } IL_0062: { goto IL_0067; } } // end catch (depth: 1) IL_0067: { TraceImplSettings_t2527703222 * L_20 = __this->get_configValues_0(); bool L_21 = V_3; NullCheck(L_20); L_20->set_AutoFlush_0(L_21); } IL_0073: { String_t* L_22 = V_2; if (!L_22) { goto IL_00bd; } } { V_5 = 0; } IL_007c: try { // begin try (depth: 1) String_t* L_23 = V_2; int32_t L_24 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); V_5 = L_24; RuntimeObject* L_25 = ___d0; int32_t L_26 = V_5; int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_25, _stringLiteral1931905823, L_28); goto IL_00b0; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009b; throw e; } CATCH_009b: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); Exception_t * L_29 = V_6; XmlNode_t3767805227 * L_30 = ___node1; ConfigurationException_t3515317685 * L_31 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m3251818005(L_31, _stringLiteral1812534533, L_29, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,DiagnosticsConfigurationHandler_AddTraceAttributes_m2084434209_RuntimeMethod_var); } IL_00ab: { goto IL_00b0; } } // end catch (depth: 1) IL_00b0: { TraceImplSettings_t2527703222 * L_32 = __this->get_configValues_0(); int32_t L_33 = V_5; NullCheck(L_32); L_32->set_IndentSize_2(L_33); } IL_00bd: { return; } } // System.Diagnostics.TraceListenerCollection System.Diagnostics.DiagnosticsConfigurationHandler::GetSharedListeners(System.Collections.IDictionary) extern "C" IL2CPP_METHOD_ATTR TraceListenerCollection_t1347122889 * DiagnosticsConfigurationHandler_GetSharedListeners_m4190802387 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_GetSharedListeners_m4190802387_MetadataUsageId); s_Il2CppMethodInitialized = true; } TraceListenerCollection_t1347122889 * V_0 = NULL; { RuntimeObject* L_0 = ___d0; NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_0, _stringLiteral1456606265); V_0 = ((TraceListenerCollection_t1347122889 *)IsInstClass((RuntimeObject*)L_1, TraceListenerCollection_t1347122889_il2cpp_TypeInfo_var)); TraceListenerCollection_t1347122889 * L_2 = V_0; if (L_2) { goto IL_0029; } } { TraceListenerCollection_t1347122889 * L_3 = (TraceListenerCollection_t1347122889 *)il2cpp_codegen_object_new(TraceListenerCollection_t1347122889_il2cpp_TypeInfo_var); TraceListenerCollection__ctor_m1500370583(L_3, /*hidden argument*/NULL); V_0 = L_3; RuntimeObject* L_4 = ___d0; TraceListenerCollection_t1347122889 * L_5 = V_0; NullCheck(L_4); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_4, _stringLiteral1456606265, L_5); } IL_0029: { TraceListenerCollection_t1347122889 * L_6 = V_0; return L_6; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddSourcesNode(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddSourcesNode_m4116619100 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddSourcesNode_m4116619100_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlNode_t3767805227 * L_0 = ___node1; NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); XmlNode_t3767805227 * L_2 = ___node1; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_1, L_2, /*hidden argument*/NULL); RuntimeObject* L_3 = ___d0; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_3, _stringLiteral1887279536); V_0 = ((Hashtable_t1853889766 *)IsInstClass((RuntimeObject*)L_4, Hashtable_t1853889766_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_5 = V_0; if (L_5) { goto IL_0036; } } { Hashtable_t1853889766 * L_6 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_6, /*hidden argument*/NULL); V_0 = L_6; RuntimeObject* L_7 = ___d0; Hashtable_t1853889766 * L_8 = V_0; NullCheck(L_7); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_7, _stringLiteral1887279536, L_8); } IL_0036: { XmlNode_t3767805227 * L_9 = ___node1; NullCheck(L_9); XmlNodeList_t2551693786 * L_10 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_9); NullCheck(L_10); RuntimeObject* L_11 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_10); V_2 = L_11; } IL_0042: try { // begin try (depth: 1) { goto IL_00ab; } IL_0047: { RuntimeObject* L_12 = V_2; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); V_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_13, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_14 = V_1; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_14); V_3 = L_15; int32_t L_16 = V_3; if ((((int32_t)L_16) == ((int32_t)((int32_t)13)))) { goto IL_0069; } } IL_0062: { int32_t L_17 = V_3; if ((!(((uint32_t)L_17) == ((uint32_t)8)))) { goto IL_006e; } } IL_0069: { goto IL_00ab; } IL_006e: { int32_t L_18 = V_3; if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_00a4; } } IL_0075: { XmlNode_t3767805227 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, _stringLiteral4294193667, /*hidden argument*/NULL); if (!L_21) { goto IL_0098; } } IL_008a: { RuntimeObject* L_22 = ___d0; Hashtable_t1853889766 * L_23 = V_0; XmlNode_t3767805227 * L_24 = V_1; DiagnosticsConfigurationHandler_AddTraceSource_m492124141(__this, L_22, L_23, L_24, /*hidden argument*/NULL); goto IL_009f; } IL_0098: { XmlNode_t3767805227 * L_25 = V_1; DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_25, /*hidden argument*/NULL); } IL_009f: { goto IL_00ab; } IL_00a4: { XmlNode_t3767805227 * L_26 = V_1; DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508(__this, L_26, /*hidden argument*/NULL); } IL_00ab: { RuntimeObject* L_27 = V_2; NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0047; } } IL_00b6: { IL2CPP_LEAVE(0xD0, FINALLY_00bb); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bb; } FINALLY_00bb: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_4; if (L_30) { goto IL_00c8; } } IL_00c7: { IL2CPP_END_FINALLY(187) } IL_00c8: { RuntimeObject* L_31 = V_4; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_31); IL2CPP_END_FINALLY(187) } } // end finally (depth: 1) IL2CPP_CLEANUP(187) { IL2CPP_JUMP_TBL(0xD0, IL_00d0) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d0: { return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceSource(System.Collections.IDictionary,System.Collections.Hashtable,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceSource_m492124141 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, Hashtable_t1853889766 * ___sources1, XmlNode_t3767805227 * ___node2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddTraceSource_m492124141_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; StringDictionary_t120437468 * V_2 = NULL; XmlAttribute_t1173852259 * V_3 = NULL; RuntimeObject* V_4 = NULL; TraceSourceInfo_t2065837391 * V_5 = NULL; XmlNode_t3767805227 * V_6 = NULL; RuntimeObject* V_7 = NULL; int32_t V_8 = 0; String_t* V_9 = NULL; Dictionary_2_t2736202052 * V_10 = NULL; int32_t V_11 = 0; RuntimeObject* V_12 = NULL; RuntimeObject* V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (String_t*)NULL; V_1 = 3; StringDictionary_t120437468 * L_0 = (StringDictionary_t120437468 *)il2cpp_codegen_object_new(StringDictionary_t120437468_il2cpp_TypeInfo_var); StringDictionary__ctor_m4172756934(L_0, /*hidden argument*/NULL); V_2 = L_0; XmlNode_t3767805227 * L_1 = ___node2; NullCheck(L_1); XmlAttributeCollection_t2316283784 * L_2 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_2); V_4 = L_3; } IL_0017: try { // begin try (depth: 1) { goto IL_00d5; } IL_001c: { RuntimeObject* L_4 = V_4; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_3 = ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_5, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_6 = V_3; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_Name() */, L_6); V_9 = L_7; String_t* L_8 = V_9; if (!L_8) { goto IL_00be; } } IL_0038: { Dictionary_2_t2736202052 * L_9 = ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map6_3(); if (L_9) { goto IL_006b; } } IL_0042: { Dictionary_2_t2736202052 * L_10 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_10, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_10 = L_10; Dictionary_2_t2736202052 * L_11 = V_10; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral62725243, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_10; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral2885343603, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_10; ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map6_3(L_13); } IL_006b: { Dictionary_2_t2736202052 * L_14 = ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map6_3(); String_t* L_15 = V_9; NullCheck(L_14); bool L_16 = Dictionary_2_TryGetValue_m1013208020(L_14, L_15, (&V_11), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_16) { goto IL_00be; } } IL_007e: { int32_t L_17 = V_11; if (!L_17) { goto IL_0092; } } IL_0085: { int32_t L_18 = V_11; if ((((int32_t)L_18) == ((int32_t)1))) { goto IL_009e; } } IL_008d: { goto IL_00be; } IL_0092: { XmlAttribute_t1173852259 * L_19 = V_3; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_19); V_0 = L_20; goto IL_00d5; } IL_009e: { RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (SourceLevels_t2339259104_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_23 = V_3; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_23); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_25 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_22, L_24, /*hidden argument*/NULL); V_1 = ((*(int32_t*)((int32_t*)UnBox(L_25, Int32_t2950945753_il2cpp_TypeInfo_var)))); goto IL_00d5; } IL_00be: { StringDictionary_t120437468 * L_26 = V_2; XmlAttribute_t1173852259 * L_27 = V_3; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_Name() */, L_27); XmlAttribute_t1173852259 * L_29 = V_3; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_29); NullCheck(L_26); VirtActionInvoker2< String_t*, String_t* >::Invoke(5 /* System.Void System.Collections.Specialized.StringDictionary::set_Item(System.String,System.String) */, L_26, L_28, L_30); goto IL_00d5; } IL_00d5: { RuntimeObject* L_31 = V_4; NullCheck(L_31); bool L_32 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_001c; } } IL_00e1: { IL2CPP_LEAVE(0xFC, FINALLY_00e6); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e6; } FINALLY_00e6: { // begin finally (depth: 1) { RuntimeObject* L_33 = V_4; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_12; if (L_34) { goto IL_00f4; } } IL_00f3: { IL2CPP_END_FINALLY(230) } IL_00f4: { RuntimeObject* L_35 = V_12; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_35); IL2CPP_END_FINALLY(230) } } // end finally (depth: 1) IL2CPP_CLEANUP(230) { IL2CPP_JUMP_TBL(0xFC, IL_00fc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fc: { String_t* L_36 = V_0; if (L_36) { goto IL_010d; } } { ConfigurationException_t3515317685 * L_37 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m1982745395(L_37, _stringLiteral705949069, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,DiagnosticsConfigurationHandler_AddTraceSource_m492124141_RuntimeMethod_var); } IL_010d: { Hashtable_t1853889766 * L_38 = ___sources1; String_t* L_39 = V_0; NullCheck(L_38); bool L_40 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_38, L_39); if (!L_40) { goto IL_011a; } } { return; } IL_011a: { String_t* L_41 = V_0; int32_t L_42 = V_1; TraceImplSettings_t2527703222 * L_43 = __this->get_configValues_0(); TraceSourceInfo_t2065837391 * L_44 = (TraceSourceInfo_t2065837391 *)il2cpp_codegen_object_new(TraceSourceInfo_t2065837391_il2cpp_TypeInfo_var); TraceSourceInfo__ctor_m201361737(L_44, L_41, L_42, L_43, /*hidden argument*/NULL); V_5 = L_44; Hashtable_t1853889766 * L_45 = ___sources1; TraceSourceInfo_t2065837391 * L_46 = V_5; NullCheck(L_46); String_t* L_47 = TraceSourceInfo_get_Name_m4251864490(L_46, /*hidden argument*/NULL); TraceSourceInfo_t2065837391 * L_48 = V_5; NullCheck(L_45); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_45, L_47, L_48); XmlNode_t3767805227 * L_49 = ___node2; NullCheck(L_49); XmlNodeList_t2551693786 * L_50 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_49); NullCheck(L_50); RuntimeObject* L_51 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_50); V_7 = L_51; } IL_0145: try { // begin try (depth: 1) { goto IL_01ce; } IL_014a: { RuntimeObject* L_52 = V_7; NullCheck(L_52); RuntimeObject * L_53 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_52); V_6 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_53, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_54 = V_6; NullCheck(L_54); int32_t L_55 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_54); V_8 = L_55; int32_t L_56 = V_8; if ((((int32_t)L_56) == ((int32_t)((int32_t)13)))) { goto IL_0172; } } IL_016a: { int32_t L_57 = V_8; if ((!(((uint32_t)L_57) == ((uint32_t)8)))) { goto IL_0177; } } IL_0172: { goto IL_01ce; } IL_0177: { int32_t L_58 = V_8; if ((!(((uint32_t)L_58) == ((uint32_t)1)))) { goto IL_01c6; } } IL_017f: { XmlNode_t3767805227 * L_59 = V_6; NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_59); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_61 = String_op_Equality_m920492651(NULL /*static, unused*/, L_60, _stringLiteral4153351981, /*hidden argument*/NULL); if (!L_61) { goto IL_01aa; } } IL_0195: { RuntimeObject* L_62 = ___d0; XmlNode_t3767805227 * L_63 = V_6; TraceSourceInfo_t2065837391 * L_64 = V_5; NullCheck(L_64); TraceListenerCollection_t1347122889 * L_65 = TraceSourceInfo_get_Listeners_m3780002699(L_64, /*hidden argument*/NULL); DiagnosticsConfigurationHandler_AddTraceListeners_m1456791038(__this, L_62, L_63, L_65, /*hidden argument*/NULL); goto IL_01b2; } IL_01aa: { XmlNode_t3767805227 * L_66 = V_6; DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_66, /*hidden argument*/NULL); } IL_01b2: { XmlNode_t3767805227 * L_67 = V_6; NullCheck(L_67); XmlAttributeCollection_t2316283784 * L_68 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_67); XmlNode_t3767805227 * L_69 = V_6; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_68, L_69, /*hidden argument*/NULL); goto IL_01ce; } IL_01c6: { XmlNode_t3767805227 * L_70 = V_6; DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508(__this, L_70, /*hidden argument*/NULL); } IL_01ce: { RuntimeObject* L_71 = V_7; NullCheck(L_71); bool L_72 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_71); if (L_72) { goto IL_014a; } } IL_01da: { IL2CPP_LEAVE(0x1F5, FINALLY_01df); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01df; } FINALLY_01df: { // begin finally (depth: 1) { RuntimeObject* L_73 = V_7; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_73, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_74 = V_13; if (L_74) { goto IL_01ed; } } IL_01ec: { IL2CPP_END_FINALLY(479) } IL_01ed: { RuntimeObject* L_75 = V_13; NullCheck(L_75); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_75); IL2CPP_END_FINALLY(479) } } // end finally (depth: 1) IL2CPP_CLEANUP(479) { IL2CPP_JUMP_TBL(0x1F5, IL_01f5) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01f5: { return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceListeners(System.Collections.IDictionary,System.Xml.XmlNode,System.Diagnostics.TraceListenerCollection) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceListeners_m1456791038 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___listenersNode1, TraceListenerCollection_t1347122889 * ___listeners2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddTraceListeners_m1456791038_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; XmlAttributeCollection_t2316283784 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; Dictionary_2_t2736202052 * V_6 = NULL; int32_t V_7 = 0; RuntimeObject* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlNode_t3767805227 * L_0 = ___listenersNode1; NullCheck(L_0); XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); XmlNode_t3767805227 * L_2 = ___listenersNode1; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_1, L_2, /*hidden argument*/NULL); XmlNode_t3767805227 * L_3 = ___listenersNode1; NullCheck(L_3); XmlNodeList_t2551693786 * L_4 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_3); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_4); V_1 = L_5; } IL_0019: try { // begin try (depth: 1) { goto IL_0131; } IL_001e: { RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_0 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_7, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_8); V_2 = L_9; int32_t L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)((int32_t)13)))) { goto IL_0040; } } IL_0039: { int32_t L_11 = V_2; if ((!(((uint32_t)L_11) == ((uint32_t)8)))) { goto IL_0045; } } IL_0040: { goto IL_0131; } IL_0045: { int32_t L_12 = V_2; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_012a; } } IL_004c: { XmlNode_t3767805227 * L_13 = V_0; NullCheck(L_13); XmlAttributeCollection_t2316283784 * L_14 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_13); V_3 = L_14; V_4 = (String_t*)NULL; XmlNode_t3767805227 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_15); V_5 = L_16; String_t* L_17 = V_5; if (!L_17) { goto IL_0111; } } IL_0065: { Dictionary_2_t2736202052 * L_18 = ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map7_4(); if (L_18) { goto IL_00a5; } } IL_006f: { Dictionary_2_t2736202052 * L_19 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_19, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_6 = L_19; Dictionary_2_t2736202052 * L_20 = V_6; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral3265744053, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_6; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral13686479, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_6; NullCheck(L_22); Dictionary_2_Add_m282647386(L_22, _stringLiteral555474, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_23 = V_6; ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map7_4(L_23); } IL_00a5: { Dictionary_2_t2736202052 * L_24 = ((DiagnosticsConfigurationHandler_t2074484573_StaticFields*)il2cpp_codegen_static_fields_for(DiagnosticsConfigurationHandler_t2074484573_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map7_4(); String_t* L_25 = V_5; NullCheck(L_24); bool L_26 = Dictionary_2_TryGetValue_m1013208020(L_24, L_25, (&V_7), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_26) { goto IL_0111; } } IL_00b8: { int32_t L_27 = V_7; switch (L_27) { case 0: { goto IL_00d0; } case 1: { goto IL_00df; } case 2: { goto IL_00fc; } } } IL_00cb: { goto IL_0111; } IL_00d0: { RuntimeObject* L_28 = ___d0; XmlNode_t3767805227 * L_29 = V_0; XmlAttributeCollection_t2316283784 * L_30 = V_3; TraceListenerCollection_t1347122889 * L_31 = ___listeners2; DiagnosticsConfigurationHandler_AddTraceListener_m2705949763(__this, L_28, L_29, L_30, L_31, /*hidden argument*/NULL); goto IL_011d; } IL_00df: { XmlAttributeCollection_t2316283784 * L_32 = V_3; XmlNode_t3767805227 * L_33 = V_0; String_t* L_34 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_32, _stringLiteral62725243, (bool)1, L_33, /*hidden argument*/NULL); V_4 = L_34; String_t* L_35 = V_4; DiagnosticsConfigurationHandler_RemoveTraceListener_m964532660(__this, L_35, /*hidden argument*/NULL); goto IL_011d; } IL_00fc: { TraceImplSettings_t2527703222 * L_36 = __this->get_configValues_0(); NullCheck(L_36); TraceListenerCollection_t1347122889 * L_37 = L_36->get_Listeners_3(); NullCheck(L_37); TraceListenerCollection_Clear_m1136669986(L_37, /*hidden argument*/NULL); goto IL_011d; } IL_0111: { XmlNode_t3767805227 * L_38 = V_0; DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959(__this, L_38, /*hidden argument*/NULL); goto IL_011d; } IL_011d: { XmlAttributeCollection_t2316283784 * L_39 = V_3; XmlNode_t3767805227 * L_40 = V_0; DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377(__this, L_39, L_40, /*hidden argument*/NULL); goto IL_0131; } IL_012a: { XmlNode_t3767805227 * L_41 = V_0; DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508(__this, L_41, /*hidden argument*/NULL); } IL_0131: { RuntimeObject* L_42 = V_1; NullCheck(L_42); bool L_43 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_001e; } } IL_013c: { IL2CPP_LEAVE(0x156, FINALLY_0141); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0141; } FINALLY_0141: { // begin finally (depth: 1) { RuntimeObject* L_44 = V_1; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_44, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_45 = V_8; if (L_45) { goto IL_014e; } } IL_014d: { IL2CPP_END_FINALLY(321) } IL_014e: { RuntimeObject* L_46 = V_8; NullCheck(L_46); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_46); IL2CPP_END_FINALLY(321) } } // end finally (depth: 1) IL2CPP_CLEANUP(321) { IL2CPP_JUMP_TBL(0x156, IL_0156) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0156: { return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::AddTraceListener(System.Collections.IDictionary,System.Xml.XmlNode,System.Xml.XmlAttributeCollection,System.Diagnostics.TraceListenerCollection) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_AddTraceListener_m2705949763 (DiagnosticsConfigurationHandler_t2074484573 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___child1, XmlAttributeCollection_t2316283784 * ___attributes2, TraceListenerCollection_t1347122889 * ___listeners3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; TraceListener_t3975618648 * V_2 = NULL; Type_t * V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; TypeU5BU5D_t3940880105* V_5 = NULL; String_t* V_6 = NULL; int32_t V_7 = 0; ConstructorInfo_t5769829 * V_8 = NULL; TraceListener_t3975618648 * V_9 = NULL; String_t* V_10 = NULL; int32_t V_11 = 0; StringU5BU5D_t1281789340* V_12 = NULL; int32_t V_13 = 0; String_t* V_14 = NULL; String_t* V_15 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlAttributeCollection_t2316283784 * L_0 = ___attributes2; XmlNode_t3767805227 * L_1 = ___child1; String_t* L_2 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_0, _stringLiteral62725243, (bool)1, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (String_t*)NULL; XmlAttributeCollection_t2316283784 * L_3 = ___attributes2; XmlNode_t3767805227 * L_4 = ___child1; String_t* L_5 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_3, _stringLiteral3243520166, (bool)0, L_4, /*hidden argument*/NULL); V_1 = L_5; String_t* L_6 = V_1; if (L_6) { goto IL_0076; } } { RuntimeObject* L_7 = ___d0; TraceListenerCollection_t1347122889 * L_8 = DiagnosticsConfigurationHandler_GetSharedListeners_m4190802387(__this, L_7, /*hidden argument*/NULL); String_t* L_9 = V_0; NullCheck(L_8); TraceListener_t3975618648 * L_10 = TraceListenerCollection_get_Item_m2168642045(L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; TraceListener_t3975618648 * L_11 = V_2; if (L_11) { goto IL_004b; } } { String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4009183095, L_12, /*hidden argument*/NULL); ConfigurationException_t3515317685 * L_14 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m1982745395(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_RuntimeMethod_var); } IL_004b: { XmlAttributeCollection_t2316283784 * L_15 = ___attributes2; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_15); if (!L_16) { goto IL_0067; } } { String_t* L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3357308665, L_17, /*hidden argument*/NULL); ConfigurationErrorsException_t66512296 * L_19 = (ConfigurationErrorsException_t66512296 *)il2cpp_codegen_object_new(ConfigurationErrorsException_t66512296_il2cpp_TypeInfo_var); ConfigurationErrorsException__ctor_m3308054107(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_RuntimeMethod_var); } IL_0067: { TraceListenerCollection_t1347122889 * L_20 = ___listeners3; TraceListener_t3975618648 * L_21 = V_2; TraceImplSettings_t2527703222 * L_22 = __this->get_configValues_0(); NullCheck(L_20); TraceListenerCollection_Add_m666724009(L_20, L_21, L_22, /*hidden argument*/NULL); return; } IL_0076: { String_t* L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_23, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_3 = L_24; Type_t * L_25 = V_3; if (L_25) { goto IL_0094; } } { String_t* L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral688162554, L_26, /*hidden argument*/NULL); ConfigurationException_t3515317685 * L_28 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m1982745395(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_RuntimeMethod_var); } IL_0094: { XmlAttributeCollection_t2316283784 * L_29 = ___attributes2; XmlNode_t3767805227 * L_30 = ___child1; String_t* L_31 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_29, _stringLiteral2389225945, (bool)0, L_30, /*hidden argument*/NULL); V_6 = L_31; String_t* L_32 = V_6; if (!L_32) { goto IL_00d2; } } { ObjectU5BU5D_t2843939325* L_33 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_34 = V_6; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(0), (RuntimeObject *)L_34); V_4 = L_33; TypeU5BU5D_t3940880105* L_35 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeTypeHandle_t3027515415 L_36 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_37 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_37); (L_35)->SetAt(static_cast(0), (Type_t *)L_37); V_5 = L_35; goto IL_00dc; } IL_00d2: { V_4 = (ObjectU5BU5D_t2843939325*)NULL; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_38 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); V_5 = L_38; } IL_00dc: { V_7 = ((int32_t)20); Type_t * L_39 = V_3; NullCheck(L_39); Assembly_t * L_40 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_39); Type_t * L_41 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_41); Assembly_t * L_42 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_41); if ((!(((RuntimeObject*)(Assembly_t *)L_40) == ((RuntimeObject*)(Assembly_t *)L_42)))) { goto IL_00fd; } } { int32_t L_43 = V_7; V_7 = ((int32_t)((int32_t)L_43|(int32_t)((int32_t)32))); } IL_00fd: { Type_t * L_44 = V_3; int32_t L_45 = V_7; TypeU5BU5D_t3940880105* L_46 = V_5; NullCheck(L_44); ConstructorInfo_t5769829 * L_47 = Type_GetConstructor_m950313272(L_44, L_45, (Binder_t2999457153 *)NULL, L_46, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); V_8 = L_47; ConstructorInfo_t5769829 * L_48 = V_8; if (L_48) { goto IL_0123; } } { String_t* L_49 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral41992229, L_49, /*hidden argument*/NULL); ConfigurationException_t3515317685 * L_51 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m1982745395(L_51, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_RuntimeMethod_var); } IL_0123: { ConstructorInfo_t5769829 * L_52 = V_8; ObjectU5BU5D_t2843939325* L_53 = V_4; NullCheck(L_52); RuntimeObject * L_54 = ConstructorInfo_Invoke_m4089836896(L_52, L_53, /*hidden argument*/NULL); V_9 = ((TraceListener_t3975618648 *)CastclassClass((RuntimeObject*)L_54, TraceListener_t3975618648_il2cpp_TypeInfo_var)); TraceListener_t3975618648 * L_55 = V_9; String_t* L_56 = V_0; NullCheck(L_55); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Diagnostics.TraceListener::set_Name(System.String) */, L_55, L_56); XmlAttributeCollection_t2316283784 * L_57 = ___attributes2; XmlNode_t3767805227 * L_58 = ___child1; String_t* L_59 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_57, _stringLiteral1522146100, (bool)0, L_58, /*hidden argument*/NULL); V_10 = L_59; String_t* L_60 = V_10; if (!L_60) { goto IL_01b7; } } { String_t* L_61 = V_10; String_t* L_62 = V_10; NullCheck(L_62); String_t* L_63 = String_Trim_m923598732(L_62, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_64 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_61, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_0178; } } { String_t* L_65 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3992213197, L_65, /*hidden argument*/NULL); XmlNode_t3767805227 * L_67 = ___child1; ConfigurationErrorsException_t66512296 * L_68 = (ConfigurationErrorsException_t66512296 *)il2cpp_codegen_object_new(ConfigurationErrorsException_t66512296_il2cpp_TypeInfo_var); ConfigurationErrorsException__ctor_m479893572(L_68, L_66, L_67, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_68,DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_RuntimeMethod_var); } IL_0178: try { // begin try (depth: 1) RuntimeTypeHandle_t3027515415 L_69 = { reinterpret_cast (TraceOptions_t3546477972_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_70 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_69, /*hidden argument*/NULL); String_t* L_71 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_72 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); V_11 = ((*(int32_t*)((int32_t*)UnBox(L_72, Int32_t2950945753_il2cpp_TypeInfo_var)))); goto IL_01ae; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0195; throw e; } CATCH_0195: { // begin catch(System.ArgumentException) { String_t* L_73 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3992213197, L_73, /*hidden argument*/NULL); XmlNode_t3767805227 * L_75 = ___child1; ConfigurationErrorsException_t66512296 * L_76 = (ConfigurationErrorsException_t66512296 *)il2cpp_codegen_object_new(ConfigurationErrorsException_t66512296_il2cpp_TypeInfo_var); ConfigurationErrorsException__ctor_m479893572(L_76, L_74, L_75, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_76,DiagnosticsConfigurationHandler_AddTraceListener_m2705949763_RuntimeMethod_var); } IL_01a9: { goto IL_01ae; } } // end catch (depth: 1) IL_01ae: { TraceListener_t3975618648 * L_77 = V_9; int32_t L_78 = V_11; NullCheck(L_77); TraceListener_set_TraceOutputOptions_m1895669819(L_77, L_78, /*hidden argument*/NULL); } IL_01b7: { TraceListener_t3975618648 * L_79 = V_9; NullCheck(L_79); StringU5BU5D_t1281789340* L_80 = VirtFuncInvoker0< StringU5BU5D_t1281789340* >::Invoke(10 /* System.String[] System.Diagnostics.TraceListener::GetSupportedAttributes() */, L_79); V_12 = L_80; StringU5BU5D_t1281789340* L_81 = V_12; if (!L_81) { goto IL_020b; } } { V_13 = 0; goto IL_0200; } IL_01cf: { StringU5BU5D_t1281789340* L_82 = V_12; int32_t L_83 = V_13; NullCheck(L_82); int32_t L_84 = L_83; String_t* L_85 = (L_82)->GetAt(static_cast(L_84)); V_14 = L_85; XmlAttributeCollection_t2316283784 * L_86 = ___attributes2; String_t* L_87 = V_14; XmlNode_t3767805227 * L_88 = ___child1; String_t* L_89 = DiagnosticsConfigurationHandler_GetAttribute_m1759103724(__this, L_86, L_87, (bool)0, L_88, /*hidden argument*/NULL); V_15 = L_89; String_t* L_90 = V_15; if (!L_90) { goto IL_01fa; } } { TraceListener_t3975618648 * L_91 = V_9; NullCheck(L_91); StringDictionary_t120437468 * L_92 = TraceListener_get_Attributes_m3288921528(L_91, /*hidden argument*/NULL); String_t* L_93 = V_14; String_t* L_94 = V_15; NullCheck(L_92); VirtActionInvoker2< String_t*, String_t* >::Invoke(6 /* System.Void System.Collections.Specialized.StringDictionary::Add(System.String,System.String) */, L_92, L_93, L_94); } IL_01fa: { int32_t L_95 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_0200: { int32_t L_96 = V_13; StringU5BU5D_t1281789340* L_97 = V_12; NullCheck(L_97); if ((((int32_t)L_96) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_97)->max_length))))))) { goto IL_01cf; } } IL_020b: { TraceListenerCollection_t1347122889 * L_98 = ___listeners3; TraceListener_t3975618648 * L_99 = V_9; TraceImplSettings_t2527703222 * L_100 = __this->get_configValues_0(); NullCheck(L_98); TraceListenerCollection_Add_m666724009(L_98, L_99, L_100, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::RemoveTraceListener(System.String) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_RemoveTraceListener_m964532660 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_RemoveTraceListener_m964532660_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) TraceImplSettings_t2527703222 * L_0 = __this->get_configValues_0(); NullCheck(L_0); TraceListenerCollection_t1347122889 * L_1 = L_0->get_Listeners_3(); String_t* L_2 = ___name0; NullCheck(L_1); TraceListenerCollection_Remove_m854120826(L_1, L_2, /*hidden argument*/NULL); goto IL_0034; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0016; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001c; throw e; } CATCH_0016: { // begin catch(System.ArgumentException) goto IL_0034; } // end catch (depth: 1) CATCH_001c: { // begin catch(System.Exception) { V_0 = ((Exception_t *)__exception_local); String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral127757484, L_3, /*hidden argument*/NULL); Exception_t * L_5 = V_0; ConfigurationException_t3515317685 * L_6 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m148113530(L_6, L_4, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DiagnosticsConfigurationHandler_RemoveTraceListener_m964532660_RuntimeMethod_var); } IL_002f: { goto IL_0034; } } // end catch (depth: 1) IL_0034: { return; } } // System.String System.Diagnostics.DiagnosticsConfigurationHandler::GetAttribute(System.Xml.XmlAttributeCollection,System.String,System.Boolean,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR String_t* DiagnosticsConfigurationHandler_GetAttribute_m1759103724 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlAttributeCollection_t2316283784 * ___attrs0, String_t* ___attr1, bool ___required2, XmlNode_t3767805227 * ___node3, const RuntimeMethod* method) { XmlAttribute_t1173852259 * V_0 = NULL; String_t* V_1 = NULL; { XmlAttributeCollection_t2316283784 * L_0 = ___attrs0; String_t* L_1 = ___attr1; NullCheck(L_0); XmlAttribute_t1173852259 * L_2 = XmlAttributeCollection_get_ItemOf_m952828905(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = (String_t*)NULL; XmlAttribute_t1173852259 * L_3 = V_0; if (!L_3) { goto IL_0034; } } { XmlAttribute_t1173852259 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_4); V_1 = L_5; bool L_6 = ___required2; if (!L_6) { goto IL_0027; } } { String_t* L_7 = ___attr1; String_t* L_8 = V_1; XmlNode_t3767805227 * L_9 = ___node3; DiagnosticsConfigurationHandler_ValidateAttribute_m4260541057(__this, L_7, L_8, L_9, /*hidden argument*/NULL); } IL_0027: { XmlAttributeCollection_t2316283784 * L_10 = ___attrs0; XmlAttribute_t1173852259 * L_11 = V_0; NullCheck(L_10); XmlAttributeCollection_Remove_m1901737198(L_10, L_11, /*hidden argument*/NULL); goto IL_0043; } IL_0034: { bool L_12 = ___required2; if (!L_12) { goto IL_0043; } } { String_t* L_13 = ___attr1; XmlNode_t3767805227 * L_14 = ___node3; DiagnosticsConfigurationHandler_ThrowMissingAttribute_m1748857606(__this, L_13, L_14, /*hidden argument*/NULL); } IL_0043: { String_t* L_15 = V_1; return L_15; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ValidateAttribute(System.String,System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ValidateAttribute_m4260541057 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___attribute0, String_t* ___value1, XmlNode_t3767805227 * ___node2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_ValidateAttribute_m4260541057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value1; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___value1; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0023; } } IL_0011: { String_t* L_3 = ___attribute0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3298299077, L_3, /*hidden argument*/NULL); XmlNode_t3767805227 * L_5 = ___node2; ConfigurationException_t3515317685 * L_6 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m724544360(L_6, L_4, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DiagnosticsConfigurationHandler_ValidateAttribute_m4260541057_RuntimeMethod_var); } IL_0023: { return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ValidateInvalidAttributes(System.Xml.XmlAttributeCollection,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ValidateInvalidAttributes_m3200349377 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlAttributeCollection_t2316283784 * ___c0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { { XmlAttributeCollection_t2316283784 * L_0 = ___c0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_0); if (!L_1) { goto IL_001e; } } { XmlAttributeCollection_t2316283784 * L_2 = ___c0; NullCheck(L_2); XmlAttribute_t1173852259 * L_3 = XmlAttributeCollection_get_ItemOf_m2829877268(L_2, 0, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_Name() */, L_3); XmlNode_t3767805227 * L_5 = ___node1; DiagnosticsConfigurationHandler_ThrowUnrecognizedAttribute_m934381235(__this, L_4, L_5, /*hidden argument*/NULL); } IL_001e: { return; } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowMissingAttribute(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowMissingAttribute_m1748857606 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___attribute0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_ThrowMissingAttribute_m1748857606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___attribute0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3553307598, L_0, /*hidden argument*/NULL); XmlNode_t3767805227 * L_2 = ___node1; ConfigurationException_t3515317685 * L_3 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m724544360(L_3, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DiagnosticsConfigurationHandler_ThrowMissingAttribute_m1748857606_RuntimeMethod_var); } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowUnrecognizedNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___node0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_0); XmlNode_t3767805227 * L_2 = ___node0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1256628444, L_1, L_5, /*hidden argument*/NULL); XmlNode_t3767805227 * L_7 = ___node0; ConfigurationException_t3515317685 * L_8 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m724544360(L_8, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DiagnosticsConfigurationHandler_ThrowUnrecognizedNode_m1136137508_RuntimeMethod_var); } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowUnrecognizedElement(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959 (DiagnosticsConfigurationHandler_t2074484573 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___node0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3109419003, L_1, /*hidden argument*/NULL); XmlNode_t3767805227 * L_3 = ___node0; ConfigurationException_t3515317685 * L_4 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m724544360(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DiagnosticsConfigurationHandler_ThrowUnrecognizedElement_m3020382959_RuntimeMethod_var); } } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler::ThrowUnrecognizedAttribute(System.String,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void DiagnosticsConfigurationHandler_ThrowUnrecognizedAttribute_m934381235 (DiagnosticsConfigurationHandler_t2074484573 * __this, String_t* ___attribute0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DiagnosticsConfigurationHandler_ThrowUnrecognizedAttribute_m934381235_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___attribute0; XmlNode_t3767805227 * L_1 = ___node1; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3192100143, L_0, L_2, /*hidden argument*/NULL); XmlNode_t3767805227 * L_4 = ___node1; ConfigurationException_t3515317685 * L_5 = (ConfigurationException_t3515317685 *)il2cpp_codegen_object_new(ConfigurationException_t3515317685_il2cpp_TypeInfo_var); ConfigurationException__ctor_m724544360(L_5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DiagnosticsConfigurationHandler_ThrowUnrecognizedAttribute_m934381235_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ElementHandler__ctor_m3437751304 (ElementHandler_t2521990823 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler::Invoke(System.Collections.IDictionary,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void ElementHandler_Invoke_m2258869142 (ElementHandler_t2521990823 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ElementHandler_Invoke_m2258869142((ElementHandler_t2521990823 *)__this->get_prev_9(), ___d0, ___node1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject*, XmlNode_t3767805227 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___d0, ___node1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject*, XmlNode_t3767805227 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___d0, ___node1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject*, XmlNode_t3767805227 * >::Invoke(targetMethod, targetThis, ___d0, ___node1); else GenericVirtActionInvoker2< RuntimeObject*, XmlNode_t3767805227 * >::Invoke(targetMethod, targetThis, ___d0, ___node1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject*, XmlNode_t3767805227 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___d0, ___node1); else VirtActionInvoker2< RuntimeObject*, XmlNode_t3767805227 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___d0, ___node1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject*, XmlNode_t3767805227 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___d0, ___node1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< XmlNode_t3767805227 * >::Invoke(targetMethod, ___d0, ___node1); else GenericVirtActionInvoker1< XmlNode_t3767805227 * >::Invoke(targetMethod, ___d0, ___node1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlNode_t3767805227 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___d0, ___node1); else VirtActionInvoker1< XmlNode_t3767805227 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___d0, ___node1); } } else { typedef void (*FunctionPointerType) (RuntimeObject*, XmlNode_t3767805227 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___d0, ___node1, targetMethod); } } } } // System.IAsyncResult System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler::BeginInvoke(System.Collections.IDictionary,System.Xml.XmlNode,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ElementHandler_BeginInvoke_m4133107851 (ElementHandler_t2521990823 * __this, RuntimeObject* ___d0, XmlNode_t3767805227 * ___node1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___d0; __d_args[1] = ___node1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Diagnostics.DiagnosticsConfigurationHandler/ElementHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ElementHandler_EndInvoke_m2502122177 (ElementHandler_t2521990823 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.TraceImpl::.cctor() extern "C" IL2CPP_METHOD_ATTR void TraceImpl__cctor_m3426275565 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceImpl__cctor_m3426275565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_initLock_0(L_0); ((TraceImpl_t1390982446_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_indentLevel_2(0); CorrelationManager_t2688752967 * L_1 = (CorrelationManager_t2688752967 *)il2cpp_codegen_object_new(CorrelationManager_t2688752967_il2cpp_TypeInfo_var); CorrelationManager__ctor_m389758829(L_1, /*hidden argument*/NULL); ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_correlation_manager_5(L_1); return; } } // System.Int32 System.Diagnostics.TraceImpl::get_IndentLevel() extern "C" IL2CPP_METHOD_ATTR int32_t TraceImpl_get_IndentLevel_m1767671204 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceImpl_get_IndentLevel_m1767671204_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); TraceImpl_InitOnce_m17789841(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_0 = ((TraceImpl_t1390982446_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->get_indentLevel_2(); return L_0; } } // System.Int32 System.Diagnostics.TraceImpl::get_IndentSize() extern "C" IL2CPP_METHOD_ATTR int32_t TraceImpl_get_IndentSize_m3405794161 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceImpl_get_IndentSize_m3405794161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); TraceImpl_InitOnce_m17789841(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_0 = ((TraceImpl_t1390982446_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->get_indentSize_3(); return L_0; } } // System.Void System.Diagnostics.TraceImpl::InitOnce() extern "C" IL2CPP_METHOD_ATTR void TraceImpl_InitOnce_m17789841 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceImpl_InitOnce_m17789841_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; TraceImplSettings_t2527703222 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->get_initLock_0(); if (!L_0) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->get_initLock_0(); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0016: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); TraceListenerCollection_t1347122889 * L_3 = ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->get_listeners_4(); if (L_3) { goto IL_006e; } } IL_0020: { RuntimeObject* L_4 = DiagnosticsConfiguration_get_Settings_m1034709288(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_4; RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_5, _stringLiteral1711101837); V_2 = ((TraceImplSettings_t2527703222 *)CastclassClass((RuntimeObject*)L_6, TraceImplSettings_t2527703222_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; NullCheck(L_7); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_7, _stringLiteral1711101837); TraceImplSettings_t2527703222 * L_8 = V_2; NullCheck(L_8); bool L_9 = L_8->get_AutoFlush_0(); IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_autoFlush_1(L_9); TraceImplSettings_t2527703222 * L_10 = V_2; NullCheck(L_10); int32_t L_11 = L_10->get_IndentLevel_1(); ((TraceImpl_t1390982446_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_indentLevel_2(L_11); TraceImplSettings_t2527703222 * L_12 = V_2; NullCheck(L_12); int32_t L_13 = L_12->get_IndentSize_2(); ((TraceImpl_t1390982446_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_indentSize_3(L_13); TraceImplSettings_t2527703222 * L_14 = V_2; NullCheck(L_14); TraceListenerCollection_t1347122889 * L_15 = L_14->get_Listeners_3(); ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_listeners_4(L_15); } IL_006e: { IL2CPP_LEAVE(0x7A, FINALLY_0073); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: { // begin finally (depth: 1) RuntimeObject * L_16 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); IL2CPP_END_FINALLY(115) } // end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_JUMP_TBL(0x7A, IL_007a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007a: { IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); ((TraceImpl_t1390982446_StaticFields*)il2cpp_codegen_static_fields_for(TraceImpl_t1390982446_il2cpp_TypeInfo_var))->set_initLock_0(NULL); } IL_0080: { 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.TraceImplSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void TraceImplSettings__ctor_m3609199558 (TraceImplSettings_t2527703222 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceImplSettings__ctor_m3609199558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_IndentSize_2(4); TraceListenerCollection_t1347122889 * L_0 = (TraceListenerCollection_t1347122889 *)il2cpp_codegen_object_new(TraceListenerCollection_t1347122889_il2cpp_TypeInfo_var); TraceListenerCollection__ctor_m724574464(L_0, (bool)0, /*hidden argument*/NULL); __this->set_Listeners_3(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); TraceListenerCollection_t1347122889 * L_1 = __this->get_Listeners_3(); DefaultTraceListener_t2804304119 * L_2 = (DefaultTraceListener_t2804304119 *)il2cpp_codegen_object_new(DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var); DefaultTraceListener__ctor_m3705995754(L_2, /*hidden argument*/NULL); NullCheck(L_1); TraceListenerCollection_Add_m666724009(L_1, L_2, __this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.TraceListener::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceListener__ctor_m290583152 (TraceListener_t3975618648 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListener__ctor_m290583152_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_indentSize_2(4); StringDictionary_t120437468 * L_0 = (StringDictionary_t120437468 *)il2cpp_codegen_object_new(StringDictionary_t120437468_il2cpp_TypeInfo_var); StringDictionary__ctor_m4172756934(L_0, /*hidden argument*/NULL); __this->set_attributes_3(L_0); __this->set_needIndent_6((bool)1); MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Diagnostics.TraceListener::set_Name(System.String) */, __this, L_1); return; } } // System.Void System.Diagnostics.TraceListener::set_IndentLevel(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TraceListener_set_IndentLevel_m315463735 (TraceListener_t3975618648 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_indentLevel_1(L_0); return; } } // System.Void System.Diagnostics.TraceListener::set_IndentSize(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TraceListener_set_IndentSize_m3639388934 (TraceListener_t3975618648 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_indentSize_2(L_0); return; } } // System.String System.Diagnostics.TraceListener::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* TraceListener_get_Name_m3710930001 (TraceListener_t3975618648 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // System.Void System.Diagnostics.TraceListener::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceListener_set_Name_m1043728336 (TraceListener_t3975618648 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_name_5(L_0); return; } } // System.Void System.Diagnostics.TraceListener::Dispose() extern "C" IL2CPP_METHOD_ATTR void TraceListener_Dispose_m3932463593 (TraceListener_t3975618648 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(9 /* System.Void System.Diagnostics.TraceListener::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.TraceListener::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TraceListener_Dispose_m3277069386 (TraceListener_t3975618648 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.String[] System.Diagnostics.TraceListener::GetSupportedAttributes() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* TraceListener_GetSupportedAttributes_m2639470403 (TraceListener_t3975618648 * __this, const RuntimeMethod* method) { { return (StringU5BU5D_t1281789340*)NULL; } } // System.Collections.Specialized.StringDictionary System.Diagnostics.TraceListener::get_Attributes() extern "C" IL2CPP_METHOD_ATTR StringDictionary_t120437468 * TraceListener_get_Attributes_m3288921528 (TraceListener_t3975618648 * __this, const RuntimeMethod* method) { { StringDictionary_t120437468 * L_0 = __this->get_attributes_3(); return L_0; } } // System.Void System.Diagnostics.TraceListener::set_TraceOutputOptions(System.Diagnostics.TraceOptions) extern "C" IL2CPP_METHOD_ATTR void TraceListener_set_TraceOutputOptions_m1895669819 (TraceListener_t3975618648 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_options_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Diagnostics.TraceListenerCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection__ctor_m1500370583 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { TraceListenerCollection__ctor_m724574464(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.TraceListenerCollection::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection__ctor_m724574464 (TraceListenerCollection_t1347122889 * __this, bool ___addDefault0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection__ctor_m724574464_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_0, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_1 = ArrayList_Synchronized_m1327684267(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_listeners_0(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_2 = ___addDefault0; if (!L_2) { goto IL_0029; } } { DefaultTraceListener_t2804304119 * L_3 = (DefaultTraceListener_t2804304119 *)il2cpp_codegen_object_new(DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var); DefaultTraceListener__ctor_m3705995754(L_3, /*hidden argument*/NULL); TraceListenerCollection_Add_m1132006061(__this, L_3, /*hidden argument*/NULL); } IL_0029: { return; } } // System.Object System.Diagnostics.TraceListenerCollection::System.Collections.IList.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TraceListenerCollection_System_Collections_IList_get_Item_m4179865382 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.IList.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_IList_set_Item_m1978416327 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_System_Collections_IList_set_Item_m1978416327_MetadataUsageId); s_Il2CppMethodInitialized = true; } TraceListener_t3975618648 * V_0 = NULL; { RuntimeObject * L_0 = ___value1; V_0 = ((TraceListener_t3975618648 *)CastclassClass((RuntimeObject*)L_0, TraceListener_t3975618648_il2cpp_TypeInfo_var)); TraceListener_t3975618648 * L_1 = V_0; TraceListenerCollection_InitializeListener_m198015728(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___index0; TraceListener_t3975618648 * L_3 = V_0; TraceListenerCollection_set_Item_m857617922(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_ICollection_get_IsSynchronized_m3286429280 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Diagnostics.TraceListenerCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TraceListenerCollection_System_Collections_ICollection_get_SyncRoot_m2631659618 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.IList.get_IsFixedSize() extern "C" IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_IList_get_IsFixedSize_m4252661730 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Collections.ArrayList::get_IsFixedSize() */, L_0); return L_1; } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.IList.get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_IList_get_IsReadOnly_m3963552765 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_0); return L_1; } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_ICollection_CopyTo_m1350561824 (TraceListenerCollection_t1347122889 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Int32 System.Diagnostics.TraceListenerCollection::System.Collections.IList.Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_System_Collections_IList_Add_m4265856600 (TraceListenerCollection_t1347122889 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_System_Collections_IList_Add_m4265856600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((TraceListener_t3975618648 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t3975618648_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeObject * L_1 = ___value0; int32_t L_2 = TraceListenerCollection_Add_m1132006061(__this, ((TraceListener_t3975618648 *)CastclassClass((RuntimeObject*)L_1, TraceListener_t3975618648_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0018: { String_t* L_3 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral820884495, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_4 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,TraceListenerCollection_System_Collections_IList_Add_m4265856600_RuntimeMethod_var); } } // System.Boolean System.Diagnostics.TraceListenerCollection::System.Collections.IList.Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool TraceListenerCollection_System_Collections_IList_Contains_m1225230873 (TraceListenerCollection_t1347122889 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_System_Collections_IList_Contains_m1225230873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((TraceListener_t3975618648 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t3975618648_il2cpp_TypeInfo_var))) { goto IL_0018; } } { ArrayList_t2718874744 * L_1 = __this->get_listeners_0(); RuntimeObject * L_2 = ___value0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_1, L_2); return L_3; } IL_0018: { return (bool)0; } } // System.Int32 System.Diagnostics.TraceListenerCollection::System.Collections.IList.IndexOf(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_System_Collections_IList_IndexOf_m815193062 (TraceListenerCollection_t1347122889 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_System_Collections_IList_IndexOf_m815193062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((TraceListener_t3975618648 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t3975618648_il2cpp_TypeInfo_var))) { goto IL_0018; } } { ArrayList_t2718874744 * L_1 = __this->get_listeners_0(); RuntimeObject * L_2 = ___value0; NullCheck(L_1); int32_t L_3 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(33 /* System.Int32 System.Collections.ArrayList::IndexOf(System.Object) */, L_1, L_2); return L_3; } IL_0018: { return (-1); } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.IList.Insert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_IList_Insert_m2667140680 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_System_Collections_IList_Insert_m2667140680_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; if (!((TraceListener_t3975618648 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t3975618648_il2cpp_TypeInfo_var))) { goto IL_0019; } } { int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; TraceListenerCollection_Insert_m619879373(__this, L_1, ((TraceListener_t3975618648 *)CastclassClass((RuntimeObject*)L_2, TraceListener_t3975618648_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0019: { String_t* L_3 = Locale_GetText_m3875126938(NULL /*static, unused*/, _stringLiteral1462499272, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_4 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,TraceListenerCollection_System_Collections_IList_Insert_m2667140680_RuntimeMethod_var); } } // System.Void System.Diagnostics.TraceListenerCollection::System.Collections.IList.Remove(System.Object) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_System_Collections_IList_Remove_m892632858 (TraceListenerCollection_t1347122889 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_System_Collections_IList_Remove_m892632858_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((TraceListener_t3975618648 *)IsInstClass((RuntimeObject*)L_0, TraceListener_t3975618648_il2cpp_TypeInfo_var))) { goto IL_0017; } } { ArrayList_t2718874744 * L_1 = __this->get_listeners_0(); RuntimeObject * L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_1, L_2); } IL_0017: { return; } } // System.Int32 System.Diagnostics.TraceListenerCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_get_Count_m1265079053 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Diagnostics.TraceListener System.Diagnostics.TraceListenerCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR TraceListener_t3975618648 * TraceListenerCollection_get_Item_m2168642045 (TraceListenerCollection_t1347122889 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_get_Item_m2168642045_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; TraceListener_t3975618648 * V_1 = NULL; RuntimeObject* V_2 = NULL; TraceListener_t3975618648 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0012: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_3 = __this->get_listeners_0(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_2 = L_4; } IL_001e: try { // begin try (depth: 2) { goto IL_0047; } IL_0023: { RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_1 = ((TraceListener_t3975618648 *)CastclassClass((RuntimeObject*)L_6, TraceListener_t3975618648_il2cpp_TypeInfo_var)); TraceListener_t3975618648 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Diagnostics.TraceListener::get_Name() */, L_7); String_t* L_9 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0047; } } IL_0040: { TraceListener_t3975618648 * L_11 = V_1; V_3 = L_11; IL2CPP_LEAVE(0x7A, FINALLY_0057); } IL_0047: { RuntimeObject* L_12 = V_2; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0023; } } IL_0052: { IL2CPP_LEAVE(0x6C, FINALLY_0057); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0057; } FINALLY_0057: { // begin finally (depth: 2) { RuntimeObject* L_14 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_4; if (L_15) { goto IL_0064; } } IL_0063: { IL2CPP_END_FINALLY(87) } IL_0064: { RuntimeObject* L_16 = V_4; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); IL2CPP_END_FINALLY(87) } } // end finally (depth: 2) IL2CPP_CLEANUP(87) { IL2CPP_END_CLEANUP(0x7A, FINALLY_0071); IL2CPP_JUMP_TBL(0x6C, IL_006c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006c: { IL2CPP_LEAVE(0x78, FINALLY_0071); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: { // begin finally (depth: 1) RuntimeObject * L_17 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); IL2CPP_END_FINALLY(113) } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x7A, IL_007a) IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { return (TraceListener_t3975618648 *)NULL; } IL_007a: { TraceListener_t3975618648 * L_18 = V_3; return L_18; } } // System.Void System.Diagnostics.TraceListenerCollection::set_Item(System.Int32,System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_set_Item_m857617922 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, TraceListener_t3975618648 * ___value1, const RuntimeMethod* method) { { TraceListener_t3975618648 * L_0 = ___value1; TraceListenerCollection_InitializeListener_m198015728(__this, L_0, /*hidden argument*/NULL); ArrayList_t2718874744 * L_1 = __this->get_listeners_0(); int32_t L_2 = ___index0; TraceListener_t3975618648 * L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_1, L_2, L_3); return; } } // System.Int32 System.Diagnostics.TraceListenerCollection::Add(System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR int32_t TraceListenerCollection_Add_m1132006061 (TraceListenerCollection_t1347122889 * __this, TraceListener_t3975618648 * ___listener0, const RuntimeMethod* method) { { TraceListener_t3975618648 * L_0 = ___listener0; TraceListenerCollection_InitializeListener_m198015728(__this, L_0, /*hidden argument*/NULL); ArrayList_t2718874744 * L_1 = __this->get_listeners_0(); TraceListener_t3975618648 * L_2 = ___listener0; NullCheck(L_1); int32_t L_3 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_2); return L_3; } } // System.Void System.Diagnostics.TraceListenerCollection::Add(System.Diagnostics.TraceListener,System.Diagnostics.TraceImplSettings) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Add_m666724009 (TraceListenerCollection_t1347122889 * __this, TraceListener_t3975618648 * ___listener0, TraceImplSettings_t2527703222 * ___settings1, const RuntimeMethod* method) { { TraceListener_t3975618648 * L_0 = ___listener0; TraceImplSettings_t2527703222 * L_1 = ___settings1; NullCheck(L_1); int32_t L_2 = L_1->get_IndentLevel_1(); NullCheck(L_0); TraceListener_set_IndentLevel_m315463735(L_0, L_2, /*hidden argument*/NULL); TraceListener_t3975618648 * L_3 = ___listener0; TraceImplSettings_t2527703222 * L_4 = ___settings1; NullCheck(L_4); int32_t L_5 = L_4->get_IndentSize_2(); NullCheck(L_3); TraceListener_set_IndentSize_m3639388934(L_3, L_5, /*hidden argument*/NULL); ArrayList_t2718874744 * L_6 = __this->get_listeners_0(); TraceListener_t3975618648 * L_7 = ___listener0; NullCheck(L_6); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7); return; } } // System.Void System.Diagnostics.TraceListenerCollection::InitializeListener(System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_InitializeListener_m198015728 (TraceListenerCollection_t1347122889 * __this, TraceListener_t3975618648 * ___listener0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_InitializeListener_m198015728_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TraceListener_t3975618648 * L_0 = ___listener0; IL2CPP_RUNTIME_CLASS_INIT(TraceImpl_t1390982446_il2cpp_TypeInfo_var); int32_t L_1 = TraceImpl_get_IndentLevel_m1767671204(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); TraceListener_set_IndentLevel_m315463735(L_0, L_1, /*hidden argument*/NULL); TraceListener_t3975618648 * L_2 = ___listener0; int32_t L_3 = TraceImpl_get_IndentSize_m3405794161(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); TraceListener_set_IndentSize_m3639388934(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Diagnostics.TraceListenerCollection::Clear() extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Clear_m1136669986 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Collections.IEnumerator System.Diagnostics.TraceListenerCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TraceListenerCollection_GetEnumerator_m1902684635 (TraceListenerCollection_t1347122889 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Diagnostics.TraceListenerCollection::Insert(System.Int32,System.Diagnostics.TraceListener) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Insert_m619879373 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, TraceListener_t3975618648 * ___listener1, const RuntimeMethod* method) { { TraceListener_t3975618648 * L_0 = ___listener1; TraceListenerCollection_InitializeListener_m198015728(__this, L_0, /*hidden argument*/NULL); ArrayList_t2718874744 * L_1 = __this->get_listeners_0(); int32_t L_2 = ___index0; TraceListener_t3975618648 * L_3 = ___listener1; NullCheck(L_1); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_1, L_2, L_3); return; } } // System.Void System.Diagnostics.TraceListenerCollection::Remove(System.String) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_Remove_m854120826 (TraceListenerCollection_t1347122889 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceListenerCollection_Remove_m854120826_MetadataUsageId); s_Il2CppMethodInitialized = true; } TraceListener_t3975618648 * V_0 = NULL; RuntimeObject * V_1 = NULL; TraceListener_t3975618648 * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (TraceListener_t3975618648 *)NULL; ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(29 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); V_1 = L_1; RuntimeObject * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) { ArrayList_t2718874744 * L_3 = __this->get_listeners_0(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_3 = L_4; } IL_0020: try { // begin try (depth: 2) { goto IL_0049; } IL_0025: { RuntimeObject* L_5 = V_3; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_2 = ((TraceListener_t3975618648 *)CastclassClass((RuntimeObject*)L_6, TraceListener_t3975618648_il2cpp_TypeInfo_var)); TraceListener_t3975618648 * L_7 = V_2; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Diagnostics.TraceListener::get_Name() */, L_7); String_t* L_9 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0049; } } IL_0042: { TraceListener_t3975618648 * L_11 = V_2; V_0 = L_11; goto IL_0054; } IL_0049: { RuntimeObject* L_12 = V_3; NullCheck(L_12); bool L_13 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0025; } } IL_0054: { IL2CPP_LEAVE(0x6E, FINALLY_0059); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0059; } FINALLY_0059: { // begin finally (depth: 2) { RuntimeObject* L_14 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_4; if (L_15) { goto IL_0066; } } IL_0065: { IL2CPP_END_FINALLY(89) } IL_0066: { RuntimeObject* L_16 = V_4; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); IL2CPP_END_FINALLY(89) } } // end finally (depth: 2) IL2CPP_CLEANUP(89) { IL2CPP_JUMP_TBL(0x6E, IL_006e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006e: { TraceListener_t3975618648 * L_17 = V_0; if (!L_17) { goto IL_0085; } } IL_0074: { ArrayList_t2718874744 * L_18 = __this->get_listeners_0(); TraceListener_t3975618648 * L_19 = V_0; NullCheck(L_18); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_18, L_19); goto IL_00a0; } IL_0085: { String_t* L_20 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1080740585, L_20, _stringLiteral984289154, /*hidden argument*/NULL); String_t* L_22 = Locale_GetText_m3875126938(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,TraceListenerCollection_Remove_m854120826_RuntimeMethod_var); } IL_00a0: { IL2CPP_LEAVE(0xAC, 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) RuntimeObject * L_24 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); IL2CPP_END_FINALLY(165) } // end finally (depth: 1) IL2CPP_CLEANUP(165) { IL2CPP_JUMP_TBL(0xAC, IL_00ac) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ac: { return; } } // System.Void System.Diagnostics.TraceListenerCollection::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TraceListenerCollection_RemoveAt_m2964490540 (TraceListenerCollection_t1347122889 * __this, int32_t ___index0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_listeners_0(); int32_t L_1 = ___index0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma 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.TraceSourceInfo::.ctor(System.String,System.Diagnostics.SourceLevels,System.Diagnostics.TraceImplSettings) extern "C" IL2CPP_METHOD_ATTR void TraceSourceInfo__ctor_m201361737 (TraceSourceInfo_t2065837391 * __this, String_t* ___name0, int32_t ___levels1, TraceImplSettings_t2527703222 * ___settings2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TraceSourceInfo__ctor_m201361737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(L_0); int32_t L_1 = ___levels1; __this->set_levels_1(L_1); TraceListenerCollection_t1347122889 * L_2 = (TraceListenerCollection_t1347122889 *)il2cpp_codegen_object_new(TraceListenerCollection_t1347122889_il2cpp_TypeInfo_var); TraceListenerCollection__ctor_m724574464(L_2, (bool)0, /*hidden argument*/NULL); __this->set_listeners_2(L_2); TraceListenerCollection_t1347122889 * L_3 = __this->get_listeners_2(); DefaultTraceListener_t2804304119 * L_4 = (DefaultTraceListener_t2804304119 *)il2cpp_codegen_object_new(DefaultTraceListener_t2804304119_il2cpp_TypeInfo_var); DefaultTraceListener__ctor_m3705995754(L_4, /*hidden argument*/NULL); TraceImplSettings_t2527703222 * L_5 = ___settings2; NullCheck(L_3); TraceListenerCollection_Add_m666724009(L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.String System.Diagnostics.TraceSourceInfo::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* TraceSourceInfo_get_Name_m4251864490 (TraceSourceInfo_t2065837391 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } // System.Diagnostics.TraceListenerCollection System.Diagnostics.TraceSourceInfo::get_Listeners() extern "C" IL2CPP_METHOD_ATTR TraceListenerCollection_t1347122889 * TraceSourceInfo_get_Listeners_m3780002699 (TraceSourceInfo_t2065837391 * __this, const RuntimeMethod* method) { { TraceListenerCollection_t1347122889 * L_0 = __this->get_listeners_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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 extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_DeflateStream_UnmanagedRead_m4002292959(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = DeflateStream_UnmanagedRead_m4002292959(NULL, ___buffer0, ___length1, ___data2, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_DeflateStream_UnmanagedWrite_m3688808850(intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = DeflateStream_UnmanagedWrite_m3688808850(NULL, ___buffer0, ___length1, ___data2, NULL); return returnValue; } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m1455391489 (DeflateStream_t4175168077 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___compressedStream0; int32_t L_1 = ___mode1; DeflateStream__ctor_m3390202582(__this, L_0, L_1, (bool)0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStream__ctor_m3390202582 (DeflateStream_t4175168077 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, bool ___gzip3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream__ctor_m3390202582_MetadataUsageId); s_Il2CppMethodInitialized = true; } DeflateStream_t4175168077 * G_B7_0 = NULL; DeflateStream_t4175168077 * G_B6_0 = NULL; UnmanagedReadOrWrite_t876388624 * G_B8_0 = NULL; DeflateStream_t4175168077 * G_B8_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___compressedStream0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3542312340, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DeflateStream__ctor_m3390202582_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___mode1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_002f; } } { int32_t L_3 = ___mode1; if (!L_3) { goto IL_002f; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral1985170617, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DeflateStream__ctor_m3390202582_RuntimeMethod_var); } IL_002f: { GCHandle_t3351438187 L_5 = GCHandle_Alloc_m3053200191(NULL /*static, unused*/, __this, /*hidden argument*/NULL); __this->set_data_9(L_5); Stream_t1273022909 * L_6 = ___compressedStream0; __this->set_base_stream_2(L_6); int32_t L_7 = ___mode1; G_B6_0 = __this; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { G_B7_0 = __this; goto IL_005b; } } { intptr_t L_8 = (intptr_t)DeflateStream_UnmanagedWrite_m3688808850_RuntimeMethod_var; UnmanagedReadOrWrite_t876388624 * L_9 = (UnmanagedReadOrWrite_t876388624 *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_t876388624_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_m1877378381(L_9, NULL, L_8, /*hidden argument*/NULL); G_B8_0 = L_9; G_B8_1 = G_B6_0; goto IL_0067; } IL_005b: { intptr_t L_10 = (intptr_t)DeflateStream_UnmanagedRead_m4002292959_RuntimeMethod_var; UnmanagedReadOrWrite_t876388624 * L_11 = (UnmanagedReadOrWrite_t876388624 *)il2cpp_codegen_object_new(UnmanagedReadOrWrite_t876388624_il2cpp_TypeInfo_var); UnmanagedReadOrWrite__ctor_m1877378381(L_11, NULL, L_10, /*hidden argument*/NULL); G_B8_0 = L_11; G_B8_1 = G_B7_0; } IL_0067: { NullCheck(G_B8_1); G_B8_1->set_feeder_6(G_B8_0); int32_t L_12 = ___mode1; bool L_13 = ___gzip3; UnmanagedReadOrWrite_t876388624 * L_14 = __this->get_feeder_6(); GCHandle_t3351438187 L_15 = __this->get_data_9(); intptr_t L_16 = GCHandle_ToIntPtr_m3288225389(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); intptr_t L_17 = DeflateStream_CreateZStream_m195851798(NULL /*static, unused*/, L_12, L_13, L_14, L_16, /*hidden argument*/NULL); __this->set_z_stream_7(L_17); intptr_t L_18 = __this->get_z_stream_7(); bool L_19 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_18, (intptr_t)(0), /*hidden argument*/NULL); if (!L_19) { goto IL_00b9; } } { __this->set_base_stream_2((Stream_t1273022909 *)NULL); __this->set_feeder_6((UnmanagedReadOrWrite_t876388624 *)NULL); NotImplementedException_t3489357830 * L_20 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3095902440(L_20, _stringLiteral4011475451, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,DeflateStream__ctor_m3390202582_RuntimeMethod_var); } IL_00b9: { int32_t L_21 = ___mode1; __this->set_mode_3(L_21); bool L_22 = ___leaveOpen2; __this->set_leaveOpen_4(L_22); return; } } // System.Void System.IO.Compression.DeflateStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_Dispose_m959848075 (DeflateStream_t4175168077 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Dispose_m959848075_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; Stream_t1273022909 * V_2 = NULL; GCHandle_t3351438187 V_3; memset(&V_3, 0, sizeof(V_3)); { bool L_0 = ___disposing0; if (!L_0) { goto IL_007a; } } { bool L_1 = __this->get_disposed_5(); if (L_1) { goto IL_007a; } } { __this->set_disposed_5((bool)1); intptr_t L_2 = __this->get_z_stream_7(); V_0 = L_2; __this->set_z_stream_7((intptr_t)(0)); V_1 = 0; intptr_t L_3 = V_0; bool L_4 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_3, (intptr_t)(0), /*hidden argument*/NULL); if (!L_4) { goto IL_0043; } } { intptr_t L_5 = V_0; int32_t L_6 = DeflateStream_CloseZStream_m3729759613(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_0043: { __this->set_io_buffer_8((ByteU5BU5D_t4116647657*)NULL); bool L_7 = __this->get_leaveOpen_4(); if (L_7) { goto IL_006f; } } { Stream_t1273022909 * L_8 = __this->get_base_stream_2(); V_2 = L_8; Stream_t1273022909 * L_9 = V_2; if (!L_9) { goto IL_0068; } } { Stream_t1273022909 * L_10 = V_2; NullCheck(L_10); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_10); } IL_0068: { __this->set_base_stream_2((Stream_t1273022909 *)NULL); } IL_006f: { int32_t L_11 = V_1; DeflateStream_CheckResult_m2277590404(NULL /*static, unused*/, L_11, _stringLiteral2874816993, /*hidden argument*/NULL); } IL_007a: { GCHandle_t3351438187 * L_12 = __this->get_address_of_data_9(); bool L_13 = GCHandle_get_IsAllocated_m1058226959(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00a4; } } { GCHandle_t3351438187 * L_14 = __this->get_address_of_data_9(); GCHandle_Free_m1457699368(L_14, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_3), sizeof(GCHandle_t3351438187 )); GCHandle_t3351438187 L_15 = V_3; __this->set_data_9(L_15); } IL_00a4: { bool L_16 = ___disposing0; Stream_Dispose_m874059170(__this, L_16, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.DeflateStream::UnmanagedRead(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedRead_m4002292959 (RuntimeObject * __this /* static, unused */, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_UnmanagedRead_m4002292959_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t3351438187 V_0; memset(&V_0, 0, sizeof(V_0)); DeflateStream_t4175168077 * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t3351438187 L_1 = GCHandle_FromIntPtr_m3880792486(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = GCHandle_get_Target_m1824973883((&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStream_t4175168077 *)IsInstClass((RuntimeObject*)L_2, DeflateStream_t4175168077_il2cpp_TypeInfo_var)); DeflateStream_t4175168077 * L_3 = V_1; if (L_3) { goto IL_001c; } } { return (-1); } IL_001c: { DeflateStream_t4175168077 * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7 = DeflateStream_UnmanagedRead_m2573734291(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStream::UnmanagedRead(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedRead_m2573734291 (DeflateStream_t4175168077 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_UnmanagedRead_m2573734291_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 1; goto IL_0075; } IL_0009: { ByteU5BU5D_t4116647657* L_0 = __this->get_io_buffer_8(); if (L_0) { goto IL_0024; } } { __this->set_io_buffer_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)))); } IL_0024: { int32_t L_1 = ___length1; ByteU5BU5D_t4116647657* L_2 = __this->get_io_buffer_8(); NullCheck(L_2); int32_t L_3 = Math_Min_m3468062251(NULL /*static, unused*/, L_1, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); V_2 = L_3; Stream_t1273022909 * L_4 = __this->get_base_stream_2(); ByteU5BU5D_t4116647657* L_5 = __this->get_io_buffer_8(); int32_t L_6 = V_2; NullCheck(L_4); int32_t L_7 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, L_6); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0075; } } { ByteU5BU5D_t4116647657* L_9 = __this->get_io_buffer_8(); intptr_t L_10 = ___buffer0; int32_t L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1562111546(NULL /*static, unused*/, L_9, 0, L_10, L_11, /*hidden argument*/NULL); void* L_12 = IntPtr_ToPointer_m4157623054((&___buffer0), /*hidden argument*/NULL); int32_t L_13 = V_1; IntPtr__ctor_m3384658186((&___buffer0), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL); int32_t L_14 = ___length1; int32_t L_15 = V_1; ___length1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = V_0; int32_t L_17 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); } IL_0075: { int32_t L_18 = ___length1; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0083; } } { int32_t L_19 = V_1; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0009; } } IL_0083: { int32_t L_20 = V_0; return L_20; } } // System.Int32 System.IO.Compression.DeflateStream::UnmanagedWrite(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedWrite_m3688808850 (RuntimeObject * __this /* static, unused */, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_UnmanagedWrite_m3688808850_MetadataUsageId); s_Il2CppMethodInitialized = true; } GCHandle_t3351438187 V_0; memset(&V_0, 0, sizeof(V_0)); DeflateStream_t4175168077 * V_1 = NULL; { intptr_t L_0 = ___data2; GCHandle_t3351438187 L_1 = GCHandle_FromIntPtr_m3880792486(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = GCHandle_get_Target_m1824973883((&V_0), /*hidden argument*/NULL); V_1 = ((DeflateStream_t4175168077 *)IsInstClass((RuntimeObject*)L_2, DeflateStream_t4175168077_il2cpp_TypeInfo_var)); DeflateStream_t4175168077 * L_3 = V_1; if (L_3) { goto IL_001c; } } { return (-1); } IL_001c: { DeflateStream_t4175168077 * L_4 = V_1; intptr_t L_5 = ___buffer0; int32_t L_6 = ___length1; NullCheck(L_4); int32_t L_7 = DeflateStream_UnmanagedWrite_m2215906742(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.IO.Compression.DeflateStream::UnmanagedWrite(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_UnmanagedWrite_m2215906742 (DeflateStream_t4175168077 * __this, intptr_t ___buffer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_UnmanagedWrite_m2215906742_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_006b; } IL_0007: { ByteU5BU5D_t4116647657* L_0 = __this->get_io_buffer_8(); if (L_0) { goto IL_0022; } } { __this->set_io_buffer_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)))); } IL_0022: { int32_t L_1 = ___length1; ByteU5BU5D_t4116647657* L_2 = __this->get_io_buffer_8(); NullCheck(L_2); int32_t L_3 = Math_Min_m3468062251(NULL /*static, unused*/, L_1, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), /*hidden argument*/NULL); V_1 = L_3; intptr_t L_4 = ___buffer0; ByteU5BU5D_t4116647657* L_5 = __this->get_io_buffer_8(); int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_4, L_5, 0, L_6, /*hidden argument*/NULL); Stream_t1273022909 * L_7 = __this->get_base_stream_2(); ByteU5BU5D_t4116647657* L_8 = __this->get_io_buffer_8(); int32_t L_9 = V_1; NullCheck(L_7); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, L_9); void* L_10 = IntPtr_ToPointer_m4157623054((&___buffer0), /*hidden argument*/NULL); int32_t L_11 = V_1; IntPtr__ctor_m3384658186((&___buffer0), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); int32_t L_12 = ___length1; int32_t L_13 = V_1; ___length1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)); int32_t L_14 = V_0; int32_t L_15 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); } IL_006b: { int32_t L_16 = ___length1; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_0007; } } { int32_t L_17 = V_0; return L_17; } } // System.Int32 System.IO.Compression.DeflateStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadInternal_m4024881745 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_ReadInternal_m4024881745_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); uintptr_t G_B6_0 = 0; { int32_t L_0 = ___count2; if (L_0) { goto IL_0008; } } { return 0; } IL_0008: { V_0 = 0; ByteU5BU5D_t4116647657* L_1 = ___array0; if (!L_1) { goto IL_0018; } } { ByteU5BU5D_t4116647657* L_2 = ___array0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_001f; } } IL_0018: { G_B6_0 = (((uintptr_t)0)); goto IL_0026; } IL_001f: { ByteU5BU5D_t4116647657* L_3 = ___array0; NullCheck(L_3); G_B6_0 = ((uintptr_t)(((L_3)->GetAddressAt(static_cast(0))))); } IL_0026: { V_1 = (uint8_t*)G_B6_0; uint8_t* L_4 = V_1; int32_t L_5 = ___offset1; IntPtr__ctor_m3384658186((&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); intptr_t L_6 = __this->get_z_stream_7(); intptr_t L_7 = V_2; int32_t L_8 = ___count2; int32_t L_9 = DeflateStream_ReadZStream_m3405013189(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; V_1 = (uint8_t*)(((uintptr_t)0)); int32_t L_10 = V_0; DeflateStream_CheckResult_m2277590404(NULL /*static, unused*/, L_10, _stringLiteral2764292673, /*hidden argument*/NULL); int32_t L_11 = V_0; return L_11; } } // System.Int32 System.IO.Compression.DeflateStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_Read_m2462209149 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___dest0, int32_t ___dest_offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Read_m2462209149_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DeflateStream_Read_m2462209149_RuntimeMethod_var); } IL_001c: { ByteU5BU5D_t4116647657* L_4 = ___dest0; if (L_4) { goto IL_002d; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3155392972, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DeflateStream_Read_m2462209149_RuntimeMethod_var); } IL_002d: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Compression.DeflateStream::get_CanRead() */, __this); if (L_6) { goto IL_0043; } } { InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_7, _stringLiteral3727405333, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DeflateStream_Read_m2462209149_RuntimeMethod_var); } IL_0043: { ByteU5BU5D_t4116647657* L_8 = ___dest0; NullCheck(L_8); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))); int32_t L_9 = ___dest_offset1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0055; } } { int32_t L_10 = ___count2; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0060; } } IL_0055: { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral2356847734, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DeflateStream_Read_m2462209149_RuntimeMethod_var); } IL_0060: { int32_t L_12 = ___dest_offset1; int32_t L_13 = V_0; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0072; } } { ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_14, _stringLiteral2557759028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,DeflateStream_Read_m2462209149_RuntimeMethod_var); } IL_0072: { int32_t L_15 = ___dest_offset1; int32_t L_16 = ___count2; int32_t L_17 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) <= ((int32_t)L_17))) { goto IL_0086; } } { ArgumentException_t132251570 * L_18 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_18, _stringLiteral1411713704, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,DeflateStream_Read_m2462209149_RuntimeMethod_var); } IL_0086: { ByteU5BU5D_t4116647657* L_19 = ___dest0; int32_t L_20 = ___dest_offset1; int32_t L_21 = ___count2; int32_t L_22 = DeflateStream_ReadInternal_m4024881745(__this, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Void System.IO.Compression.DeflateStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_WriteInternal_m4168753255 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_WriteInternal_m4168753255_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; uint8_t* V_1 = NULL; intptr_t V_2; memset(&V_2, 0, sizeof(V_2)); uintptr_t G_B6_0 = 0; { int32_t L_0 = ___count2; if (L_0) { goto IL_0007; } } { return; } IL_0007: { V_0 = 0; ByteU5BU5D_t4116647657* L_1 = ___array0; if (!L_1) { goto IL_0017; } } { ByteU5BU5D_t4116647657* L_2 = ___array0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_001e; } } IL_0017: { G_B6_0 = (((uintptr_t)0)); goto IL_0025; } IL_001e: { ByteU5BU5D_t4116647657* L_3 = ___array0; NullCheck(L_3); G_B6_0 = ((uintptr_t)(((L_3)->GetAddressAt(static_cast(0))))); } IL_0025: { V_1 = (uint8_t*)G_B6_0; uint8_t* L_4 = V_1; int32_t L_5 = ___offset1; IntPtr__ctor_m3384658186((&V_2), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); intptr_t L_6 = __this->get_z_stream_7(); intptr_t L_7 = V_2; int32_t L_8 = ___count2; int32_t L_9 = DeflateStream_WriteZStream_m3482766201(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; V_1 = (uint8_t*)(((uintptr_t)0)); int32_t L_10 = V_0; DeflateStream_CheckResult_m2277590404(NULL /*static, unused*/, L_10, _stringLiteral1784163159, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_Write_m4264238449 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___src0, int32_t ___src_offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Write_m4264238449_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DeflateStream_Write_m4264238449_RuntimeMethod_var); } IL_001c: { ByteU5BU5D_t4116647657* L_4 = ___src0; if (L_4) { goto IL_002d; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral538040360, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DeflateStream_Write_m4264238449_RuntimeMethod_var); } IL_002d: { int32_t L_6 = ___src_offset1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral3555717890, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DeflateStream_Write_m4264238449_RuntimeMethod_var); } IL_003f: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0051; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_9, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,DeflateStream_Write_m4264238449_RuntimeMethod_var); } IL_0051: { bool L_10 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() */, __this); if (L_10) { goto IL_0067; } } { NotSupportedException_t1314879016 * L_11 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_11, _stringLiteral1654115010, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DeflateStream_Write_m4264238449_RuntimeMethod_var); } IL_0067: { ByteU5BU5D_t4116647657* L_12 = ___src0; int32_t L_13 = ___src_offset1; int32_t L_14 = ___count2; DeflateStream_WriteInternal_m4168753255(__this, L_12, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.DeflateStream::CheckResult(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_CheckResult_m2277590404 (RuntimeObject * __this /* static, unused */, int32_t ___result0, String_t* ___where1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_CheckResult_m2277590404_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___result0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { return; } IL_0008: { int32_t L_1 = ___result0; V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)11)))) { case 0: { goto IL_0091; } case 1: { goto IL_0086; } case 2: { goto IL_009c; } case 3: { goto IL_009c; } case 4: { goto IL_009c; } case 5: { goto IL_007b; } case 6: { goto IL_0070; } case 7: { goto IL_0065; } case 8: { goto IL_005a; } case 9: { goto IL_004f; } case 10: { goto IL_0044; } } } { goto IL_009c; } IL_0044: { V_0 = _stringLiteral1471173669; goto IL_00a7; } IL_004f: { V_0 = _stringLiteral1195030500; goto IL_00a7; } IL_005a: { V_0 = _stringLiteral2334046305; goto IL_00a7; } IL_0065: { V_0 = _stringLiteral3459943374; goto IL_00a7; } IL_0070: { V_0 = _stringLiteral1775765070; goto IL_00a7; } IL_007b: { V_0 = _stringLiteral1110505755; goto IL_00a7; } IL_0086: { V_0 = _stringLiteral3990553952; goto IL_00a7; } IL_0091: { V_0 = _stringLiteral2660887440; goto IL_00a7; } IL_009c: { V_0 = _stringLiteral1471173669; goto IL_00a7; } IL_00a7: { String_t* L_3 = V_0; String_t* L_4 = ___where1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, L_3, _stringLiteral3452614528, L_4, /*hidden argument*/NULL); IOException_t4088381929 * L_6 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DeflateStream_CheckResult_m2277590404_RuntimeMethod_var); } } // System.Void System.IO.Compression.DeflateStream::Flush() extern "C" IL2CPP_METHOD_ATTR void DeflateStream_Flush_m2668044568 (DeflateStream_t4175168077 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Flush_m2668044568_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DeflateStream_Flush_m2668044568_RuntimeMethod_var); } IL_001c: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() */, __this); if (!L_4) { goto IL_003e; } } { intptr_t L_5 = __this->get_z_stream_7(); int32_t L_6 = DeflateStream_Flush_m2946003160(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; DeflateStream_CheckResult_m2277590404(NULL /*static, unused*/, L_7, _stringLiteral1964454777, /*hidden argument*/NULL); } IL_003e: { return; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginRead_m437329223 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___cback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_BeginRead_m437329223_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReadMethod_t893206259 * V_0 = NULL; { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DeflateStream_BeginRead_m437329223_RuntimeMethod_var); } IL_001c: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Compression.DeflateStream::get_CanRead() */, __this); if (L_4) { goto IL_0032; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral4185363193, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DeflateStream_BeginRead_m437329223_RuntimeMethod_var); } IL_0032: { ByteU5BU5D_t4116647657* L_6 = ___buffer0; if (L_6) { goto IL_0043; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DeflateStream_BeginRead_m437329223_RuntimeMethod_var); } IL_0043: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_005a; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,DeflateStream_BeginRead_m437329223_RuntimeMethod_var); } IL_005a: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0071; } } { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral1082126080, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DeflateStream_BeginRead_m437329223_RuntimeMethod_var); } IL_0071: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_t4116647657* L_14 = ___buffer0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0087; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral1229726243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,DeflateStream_BeginRead_m437329223_RuntimeMethod_var); } IL_0087: { intptr_t L_16 = (intptr_t)DeflateStream_ReadInternal_m4024881745_RuntimeMethod_var; ReadMethod_t893206259 * L_17 = (ReadMethod_t893206259 *)il2cpp_codegen_object_new(ReadMethod_t893206259_il2cpp_TypeInfo_var); ReadMethod__ctor_m3454788154(L_17, __this, L_16, /*hidden argument*/NULL); V_0 = L_17; ReadMethod_t893206259 * L_18 = V_0; ByteU5BU5D_t4116647657* L_19 = ___buffer0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; AsyncCallback_t3962456242 * L_22 = ___cback3; RuntimeObject * L_23 = ___state4; NullCheck(L_18); RuntimeObject* L_24 = ReadMethod_BeginInvoke_m3773273825(L_18, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.IAsyncResult System.IO.Compression.DeflateStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DeflateStream_BeginWrite_m1021334227 (DeflateStream_t4175168077 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___cback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_BeginWrite_m1021334227_MetadataUsageId); s_Il2CppMethodInitialized = true; } WriteMethod_t2538911768 * V_0 = NULL; { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_001c; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_1); ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DeflateStream_BeginWrite_m1021334227_RuntimeMethod_var); } IL_001c: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() */, __this); if (L_4) { goto IL_0032; } } { InvalidOperationException_t56020091 * L_5 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_5, _stringLiteral1272525310, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DeflateStream_BeginWrite_m1021334227_RuntimeMethod_var); } IL_0032: { ByteU5BU5D_t4116647657* L_6 = ___buffer0; if (L_6) { goto IL_0043; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DeflateStream_BeginWrite_m1021334227_RuntimeMethod_var); } IL_0043: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_005a; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,DeflateStream_BeginWrite_m1021334227_RuntimeMethod_var); } IL_005a: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0071; } } { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral1082126080, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DeflateStream_BeginWrite_m1021334227_RuntimeMethod_var); } IL_0071: { int32_t L_12 = ___count2; int32_t L_13 = ___offset1; ByteU5BU5D_t4116647657* L_14 = ___buffer0; NullCheck(L_14); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0087; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral1229726243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,DeflateStream_BeginWrite_m1021334227_RuntimeMethod_var); } IL_0087: { intptr_t L_16 = (intptr_t)DeflateStream_WriteInternal_m4168753255_RuntimeMethod_var; WriteMethod_t2538911768 * L_17 = (WriteMethod_t2538911768 *)il2cpp_codegen_object_new(WriteMethod_t2538911768_il2cpp_TypeInfo_var); WriteMethod__ctor_m3113528835(L_17, __this, L_16, /*hidden argument*/NULL); V_0 = L_17; WriteMethod_t2538911768 * L_18 = V_0; ByteU5BU5D_t4116647657* L_19 = ___buffer0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; AsyncCallback_t3962456242 * L_22 = ___cback3; RuntimeObject * L_23 = ___state4; NullCheck(L_18); RuntimeObject* L_24 = WriteMethod_BeginInvoke_m2181678049(L_18, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.Int32 System.IO.Compression.DeflateStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_EndRead_m4289412642 (DeflateStream_t4175168077 * __this, RuntimeObject* ___async_result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_EndRead_m4289412642_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; ReadMethod_t893206259 * V_1 = NULL; { RuntimeObject* L_0 = ___async_result0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1463436665, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DeflateStream_EndRead_m4289412642_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___async_result0; V_0 = ((AsyncResult_t4194309572 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_3 = V_0; if (L_3) { goto IL_002e; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral1043874018, _stringLiteral1463436665, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DeflateStream_EndRead_m4289412642_RuntimeMethod_var); } IL_002e: { AsyncResult_t4194309572 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_5); V_1 = ((ReadMethod_t893206259 *)IsInstSealed((RuntimeObject*)L_6, ReadMethod_t893206259_il2cpp_TypeInfo_var)); ReadMethod_t893206259 * L_7 = V_1; if (L_7) { goto IL_0050; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, _stringLiteral1043874018, _stringLiteral1463436665, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DeflateStream_EndRead_m4289412642_RuntimeMethod_var); } IL_0050: { ReadMethod_t893206259 * L_9 = V_1; RuntimeObject* L_10 = ___async_result0; NullCheck(L_9); int32_t L_11 = ReadMethod_EndInvoke_m897454887(L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void System.IO.Compression.DeflateStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_EndWrite_m1295999073 (DeflateStream_t4175168077 * __this, RuntimeObject* ___async_result0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_EndWrite_m1295999073_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; WriteMethod_t2538911768 * V_1 = NULL; { RuntimeObject* L_0 = ___async_result0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1463436665, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DeflateStream_EndWrite_m1295999073_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___async_result0; V_0 = ((AsyncResult_t4194309572 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_3 = V_0; if (L_3) { goto IL_002e; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_4, _stringLiteral1043874018, _stringLiteral1463436665, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DeflateStream_EndWrite_m1295999073_RuntimeMethod_var); } IL_002e: { AsyncResult_t4194309572 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_5); V_1 = ((WriteMethod_t2538911768 *)IsInstSealed((RuntimeObject*)L_6, WriteMethod_t2538911768_il2cpp_TypeInfo_var)); WriteMethod_t2538911768 * L_7 = V_1; if (L_7) { goto IL_0050; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, _stringLiteral1043874018, _stringLiteral1463436665, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DeflateStream_EndWrite_m1295999073_RuntimeMethod_var); } IL_0050: { WriteMethod_t2538911768 * L_9 = V_1; RuntimeObject* L_10 = ___async_result0; NullCheck(L_9); WriteMethod_EndInvoke_m1603343818(L_9, L_10, /*hidden argument*/NULL); return; } } // System.Int64 System.IO.Compression.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t DeflateStream_Seek_m3685451449 (DeflateStream_t4175168077 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_Seek_m3685451449_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflateStream_Seek_m3685451449_RuntimeMethod_var); } } // System.Void System.IO.Compression.DeflateStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_SetLength_m1735825011 (DeflateStream_t4175168077 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_SetLength_m1735825011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflateStream_SetLength_m1735825011_RuntimeMethod_var); } } // System.Boolean System.IO.Compression.DeflateStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool DeflateStream_get_CanRead_m1715247727 (DeflateStream_t4175168077 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { bool L_0 = __this->get_disposed_5(); if (L_0) { goto IL_0023; } } { int32_t L_1 = __this->get_mode_3(); if (L_1) { goto IL_0023; } } { Stream_t1273022909 * L_2 = __this->get_base_stream_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); G_B4_0 = ((int32_t)(L_3)); goto IL_0024; } IL_0023: { G_B4_0 = 0; } IL_0024: { return (bool)G_B4_0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool DeflateStream_get_CanSeek_m129419566 (DeflateStream_t4175168077 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool DeflateStream_get_CanWrite_m4292365324 (DeflateStream_t4175168077 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { bool L_0 = __this->get_disposed_5(); if (L_0) { goto IL_0024; } } { int32_t L_1 = __this->get_mode_3(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0024; } } { Stream_t1273022909 * L_2 = __this->get_base_stream_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_2); G_B4_0 = ((int32_t)(L_3)); goto IL_0025; } IL_0024: { G_B4_0 = 0; } IL_0025: { return (bool)G_B4_0; } } // System.Int64 System.IO.Compression.DeflateStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Length_m1099282904 (DeflateStream_t4175168077 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_get_Length_m1099282904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflateStream_get_Length_m1099282904_RuntimeMethod_var); } } // System.Int64 System.IO.Compression.DeflateStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t DeflateStream_get_Position_m1563329739 (DeflateStream_t4175168077 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_get_Position_m1563329739_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflateStream_get_Position_m1563329739_RuntimeMethod_var); } } // System.Void System.IO.Compression.DeflateStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void DeflateStream_set_Position_m1956031577 (DeflateStream_t4175168077 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DeflateStream_set_Position_m1956031577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,DeflateStream_set_Position_m1956031577_RuntimeMethod_var); } } extern "C" intptr_t CDECL CreateZStream(int32_t, int32_t, Il2CppMethodPointer, intptr_t); // System.IntPtr System.IO.Compression.DeflateStream::CreateZStream(System.IO.Compression.CompressionMode,System.Boolean,System.IO.Compression.DeflateStream/UnmanagedReadOrWrite,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t DeflateStream_CreateZStream_m195851798 (RuntimeObject * __this /* static, unused */, int32_t ___compress0, bool ___gzip1, UnmanagedReadOrWrite_t876388624 * ___feeder2, intptr_t ___data3, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (int32_t, int32_t, Il2CppMethodPointer, intptr_t); // Marshaling of parameter '___feeder2' to native representation Il2CppMethodPointer ____feeder2_marshaled = NULL; ____feeder2_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___feeder2)); // Native function invocation intptr_t returnValue = reinterpret_cast(CreateZStream)(___compress0, static_cast(___gzip1), ____feeder2_marshaled, ___data3); return returnValue; } extern "C" int32_t CDECL CloseZStream(intptr_t); // System.Int32 System.IO.Compression.DeflateStream::CloseZStream(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_CloseZStream_m3729759613 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(CloseZStream)(___stream0); return returnValue; } extern "C" int32_t CDECL Flush(intptr_t); // System.Int32 System.IO.Compression.DeflateStream::Flush(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_Flush_m2946003160 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(Flush)(___stream0); return returnValue; } extern "C" int32_t CDECL ReadZStream(intptr_t, intptr_t, int32_t); // System.Int32 System.IO.Compression.DeflateStream::ReadZStream(System.IntPtr,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_ReadZStream_m3405013189 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(ReadZStream)(___stream0, ___buffer1, ___length2); return returnValue; } extern "C" int32_t CDECL WriteZStream(intptr_t, intptr_t, int32_t); // System.Int32 System.IO.Compression.DeflateStream::WriteZStream(System.IntPtr,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DeflateStream_WriteZStream_m3482766201 (RuntimeObject * __this /* static, unused */, intptr_t ___stream0, intptr_t ___buffer1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(WriteZStream)(___stream0, ___buffer1, ___length2); return returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DelegatePInvokeWrapper_ReadMethod_t893206259 (ReadMethod_t893206259 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___array0' to native representation uint8_t* ____array0_marshaled = NULL; if (___array0 != NULL) { ____array0_marshaled = reinterpret_cast((___array0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2); return returnValue; } // System.Void System.IO.Compression.DeflateStream/ReadMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadMethod__ctor_m3454788154 (ReadMethod_t893206259 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadMethod_Invoke_m158234957 (ReadMethod_t893206259 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { ReadMethod_Invoke_m158234957((ReadMethod_t893206259 *)__this->get_prev_9(), ___array0, ___offset1, ___count2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___array0, ___offset1, ___count2, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2); } } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } } return result; } // System.IAsyncResult System.IO.Compression.DeflateStream/ReadMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadMethod_BeginInvoke_m3773273825 (ReadMethod_t893206259 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadMethod_BeginInvoke_m3773273825_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___array0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.IO.Compression.DeflateStream/ReadMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadMethod_EndInvoke_m897454887 (ReadMethod_t893206259 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DelegatePInvokeWrapper_UnmanagedReadOrWrite_t876388624 (UnmanagedReadOrWrite_t876388624 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc)(intptr_t, int32_t, intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___buffer0, ___length1, ___data2); return returnValue; } // System.Void System.IO.Compression.DeflateStream/UnmanagedReadOrWrite::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnmanagedReadOrWrite__ctor_m1877378381 (UnmanagedReadOrWrite_t876388624 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.IO.Compression.DeflateStream/UnmanagedReadOrWrite::Invoke(System.IntPtr,System.Int32,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_Invoke_m3124207786 (UnmanagedReadOrWrite_t876388624 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { UnmanagedReadOrWrite_Invoke_m3124207786((UnmanagedReadOrWrite_t876388624 *)__this->get_prev_9(), ___buffer0, ___length1, ___data2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___buffer0, ___length1, ___data2, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2); else result = GenericVirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___buffer0, ___length1, ___data2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___length1, ___data2); else result = VirtFuncInvoker3< int32_t, intptr_t, int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___length1, ___data2); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, int32_t, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___length1, ___data2, targetMethod); } } } return result; } // System.IAsyncResult System.IO.Compression.DeflateStream/UnmanagedReadOrWrite::BeginInvoke(System.IntPtr,System.Int32,System.IntPtr,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* UnmanagedReadOrWrite_BeginInvoke_m527663892 (UnmanagedReadOrWrite_t876388624 * __this, intptr_t ___buffer0, int32_t ___length1, intptr_t ___data2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedReadOrWrite_BeginInvoke_m527663892_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___buffer0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___length1); __d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___data2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.IO.Compression.DeflateStream/UnmanagedReadOrWrite::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t UnmanagedReadOrWrite_EndInvoke_m272258450 (UnmanagedReadOrWrite_t876388624 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_WriteMethod_t2538911768 (WriteMethod_t2538911768 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___array0' to native representation uint8_t* ____array0_marshaled = NULL; if (___array0 != NULL) { ____array0_marshaled = reinterpret_cast((___array0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____array0_marshaled, ___offset1, ___count2); } // System.Void System.IO.Compression.DeflateStream/WriteMethod::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteMethod__ctor_m3113528835 (WriteMethod_t2538911768 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.IO.Compression.DeflateStream/WriteMethod::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteMethod_Invoke_m1619441034 (WriteMethod_t2538911768 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { WriteMethod_Invoke_m1619441034((WriteMethod_t2538911768 *)__this->get_prev_9(), ___array0, ___offset1, ___count2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___array0, ___offset1, ___count2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___array0, ___offset1, ___count2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); else GenericVirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___array0, ___offset1, ___count2); else VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___array0, ___offset1, ___count2); } } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___array0, ___offset1, ___count2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___array0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___array0, ___offset1, ___count2); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___array0, ___offset1, ___count2); } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___array0, ___offset1, ___count2, targetMethod); } } } } // System.IAsyncResult System.IO.Compression.DeflateStream/WriteMethod::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteMethod_BeginInvoke_m2181678049 (WriteMethod_t2538911768 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WriteMethod_BeginInvoke_m2181678049_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___array0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.IO.Compression.DeflateStream/WriteMethod::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteMethod_EndInvoke_m1603343818 (WriteMethod_t2538911768 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_m1551560069 (GZipStream_t3417139389 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___compressedStream0; int32_t L_1 = ___mode1; GZipStream__ctor_m2126151311(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GZipStream__ctor_m2126151311 (GZipStream_t3417139389 * __this, Stream_t1273022909 * ___compressedStream0, int32_t ___mode1, bool ___leaveOpen2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GZipStream__ctor_m2126151311_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___compressedStream0; int32_t L_1 = ___mode1; bool L_2 = ___leaveOpen2; DeflateStream_t4175168077 * L_3 = (DeflateStream_t4175168077 *)il2cpp_codegen_object_new(DeflateStream_t4175168077_il2cpp_TypeInfo_var); DeflateStream__ctor_m3390202582(L_3, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); __this->set_deflateStream_2(L_3); return; } } // System.Void System.IO.Compression.GZipStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void GZipStream_Dispose_m519432882 (GZipStream_t3417139389 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_0011; } } { DeflateStream_t4175168077 * L_1 = __this->get_deflateStream_2(); NullCheck(L_1); Stream_Dispose_m2589290611(L_1, /*hidden argument*/NULL); } IL_0011: { bool L_2 = ___disposing0; Stream_Dispose_m874059170(__this, L_2, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.Compression.GZipStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t GZipStream_Read_m2373086629 (GZipStream_t3417139389 * __this, ByteU5BU5D_t4116647657* ___dest0, int32_t ___dest_offset1, int32_t ___count2, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); ByteU5BU5D_t4116647657* L_1 = ___dest0; int32_t L_2 = ___dest_offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Compression.DeflateStream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.IO.Compression.GZipStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void GZipStream_Write_m2833522967 (GZipStream_t3417139389 * __this, ByteU5BU5D_t4116647657* ___src0, int32_t ___src_offset1, int32_t ___count2, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); ByteU5BU5D_t4116647657* L_1 = ___src0; int32_t L_2 = ___src_offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Compression.DeflateStream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.IO.Compression.GZipStream::Flush() extern "C" IL2CPP_METHOD_ATTR void GZipStream_Flush_m1592300520 (GZipStream_t3417139389 * __this, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Compression.DeflateStream::Flush() */, L_0); return; } } // System.Int64 System.IO.Compression.GZipStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t GZipStream_Seek_m383901059 (GZipStream_t3417139389 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); int64_t L_1 = ___offset0; int32_t L_2 = ___origin1; NullCheck(L_0); int64_t L_3 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.Compression.DeflateStream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void System.IO.Compression.GZipStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void GZipStream_SetLength_m2904075749 (GZipStream_t3417139389 * __this, int64_t ___value0, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(21 /* System.Void System.IO.Compression.DeflateStream::SetLength(System.Int64) */, L_0, L_1); return; } } // System.IAsyncResult System.IO.Compression.GZipStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GZipStream_BeginRead_m1057183783 (GZipStream_t3417139389 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___cback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_t3962456242 * L_4 = ___cback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.IO.Compression.DeflateStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.IAsyncResult System.IO.Compression.GZipStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GZipStream_BeginWrite_m1150475433 (GZipStream_t3417139389 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___cback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_t3962456242 * L_4 = ___cback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.IO.Compression.DeflateStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.IO.Compression.GZipStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t GZipStream_EndRead_m3771449318 (GZipStream_t3417139389 * __this, RuntimeObject* ___async_result0, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); RuntimeObject* L_1 = ___async_result0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.IO.Compression.DeflateStream::EndRead(System.IAsyncResult) */, L_0, L_1); return L_2; } } // System.Void System.IO.Compression.GZipStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void GZipStream_EndWrite_m2556809823 (GZipStream_t3417139389 * __this, RuntimeObject* ___async_result0, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); RuntimeObject* L_1 = ___async_result0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.IO.Compression.DeflateStream::EndWrite(System.IAsyncResult) */, L_0, L_1); return; } } // System.Boolean System.IO.Compression.GZipStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool GZipStream_get_CanRead_m1590375473 (GZipStream_t3417139389 * __this, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Compression.DeflateStream::get_CanRead() */, L_0); return L_1; } } // System.Boolean System.IO.Compression.GZipStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool GZipStream_get_CanSeek_m394433026 (GZipStream_t3417139389 * __this, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Compression.DeflateStream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean System.IO.Compression.GZipStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool GZipStream_get_CanWrite_m3880483697 (GZipStream_t3417139389 * __this, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Compression.DeflateStream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 System.IO.Compression.GZipStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t GZipStream_get_Length_m3140588920 (GZipStream_t3417139389 * __this, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Compression.DeflateStream::get_Length() */, L_0); return L_1; } } // System.Int64 System.IO.Compression.GZipStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t GZipStream_get_Position_m3655800481 (GZipStream_t3417139389 * __this, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Compression.DeflateStream::get_Position() */, L_0); return L_1; } } // System.Void System.IO.Compression.GZipStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void GZipStream_set_Position_m3660732374 (GZipStream_t3417139389 * __this, int64_t ___value0, const RuntimeMethod* method) { { DeflateStream_t4175168077 * L_0 = __this->get_deflateStream_2(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Compression.DeflateStream::set_Position(System.Int64) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MonoTODOAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_m2269130449 (MonoTODOAttribute_t4131080584 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } // System.Void System.MonoTODOAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_m1298576268 (MonoTODOAttribute_t4131080584 * __this, String_t* ___comment0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___comment0; __this->set_comment_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.AuthenticationManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void AuthenticationManager__cctor_m2462735150 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager__cctor_m2462735150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->set_locker_1(L_0); ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->set_credential_policy_2((RuntimeObject*)NULL); return; } } // System.Void System.Net.AuthenticationManager::EnsureModules() extern "C" IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m3673793880 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_EnsureModules_m3673793880_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; AuthenticationModulesSection_t1083221556 * V_2 = NULL; AuthenticationModuleElement_t2289740666 * V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; Type_t * V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->get_locker_1(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000c: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_2 = ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->get_modules_0(); if (!L_2) { goto IL_001b; } } IL_0016: { IL2CPP_LEAVE(0xC6, FINALLY_00bf); } IL_001b: { ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->set_modules_0(L_3); IL2CPP_RUNTIME_CLASS_INIT(ConfigurationManager_t386529156_il2cpp_TypeInfo_var); RuntimeObject * L_4 = ConfigurationManager_GetSection_m2812236313(NULL /*static, unused*/, _stringLiteral159382296, /*hidden argument*/NULL); V_1 = L_4; RuntimeObject * L_5 = V_1; V_2 = ((AuthenticationModulesSection_t1083221556 *)IsInstSealed((RuntimeObject*)L_5, AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var)); AuthenticationModulesSection_t1083221556 * L_6 = V_2; if (!L_6) { goto IL_00ba; } } IL_003d: { AuthenticationModulesSection_t1083221556 * L_7 = V_2; NullCheck(L_7); AuthenticationModuleElementCollection_t1161221431 * L_8 = AuthenticationModulesSection_get_AuthenticationModules_m1522553951(L_7, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9 = ConfigurationElementCollection_GetEnumerator_m4192431148(L_8, /*hidden argument*/NULL); V_4 = L_9; } IL_004a: try { // begin try (depth: 2) { goto IL_0093; } IL_004f: { RuntimeObject* L_10 = V_4; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); V_3 = ((AuthenticationModuleElement_t2289740666 *)CastclassSealed((RuntimeObject*)L_11, AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var)); V_5 = (RuntimeObject*)NULL; } IL_005f: try { // begin try (depth: 3) AuthenticationModuleElement_t2289740666 * L_12 = V_3; NullCheck(L_12); String_t* L_13 = AuthenticationModuleElement_get_Type_m3942038048(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m3605423543, L_13, (bool)1, "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_6 = L_14; Type_t * L_15 = V_6; RuntimeObject * L_16 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var)); goto IL_0086; } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0080; throw e; } CATCH_0080: { // begin catch(System.Object) goto IL_0086; } // end catch (depth: 3) IL_0086: { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_17 = ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->get_modules_0(); RuntimeObject* L_18 = V_5; NullCheck(L_17); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18); } IL_0093: { RuntimeObject* L_19 = V_4; NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_004f; } } IL_009f: { IL2CPP_LEAVE(0xBA, FINALLY_00a4); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a4; } FINALLY_00a4: { // begin finally (depth: 2) { RuntimeObject* L_21 = V_4; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_7; if (L_22) { goto IL_00b2; } } IL_00b1: { IL2CPP_END_FINALLY(164) } IL_00b2: { RuntimeObject* L_23 = V_7; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); IL2CPP_END_FINALLY(164) } } // end finally (depth: 2) IL2CPP_CLEANUP(164) { IL2CPP_JUMP_TBL(0xBA, IL_00ba) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ba: { IL2CPP_LEAVE(0xC6, FINALLY_00bf); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bf; } FINALLY_00bf: { // begin finally (depth: 1) RuntimeObject * L_24 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); IL2CPP_END_FINALLY(191) } // end finally (depth: 1) IL2CPP_CLEANUP(191) { IL2CPP_JUMP_TBL(0xC6, IL_00c6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c6: { return; } } // System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * AuthenticationManager_Authenticate_m220441371 (RuntimeObject * __this /* static, unused */, String_t* ___challenge0, WebRequest_t1939381076 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_Authenticate_m220441371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { WebRequest_t1939381076 * L_0 = ___request1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral475703782, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AuthenticationManager_Authenticate_m220441371_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___credentials2; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral470559998, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,AuthenticationManager_Authenticate_m220441371_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___challenge0; if (L_4) { goto IL_0033; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral4039732320, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,AuthenticationManager_Authenticate_m220441371_RuntimeMethod_var); } IL_0033: { String_t* L_6 = ___challenge0; WebRequest_t1939381076 * L_7 = ___request1; RuntimeObject* L_8 = ___credentials2; IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); Authorization_t542416582 * L_9 = AuthenticationManager_DoAuthenticate_m167986645(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * AuthenticationManager_DoAuthenticate_m167986645 (RuntimeObject * __this /* static, unused */, String_t* ___challenge0, WebRequest_t1939381076 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_DoAuthenticate_m167986645_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Authorization_t542416582 * V_3 = NULL; Authorization_t542416582 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_m3673793880(NULL /*static, unused*/, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_0; ArrayList_t2718874744 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0011: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_2 = ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_2 = L_3; } IL_001c: try { // begin try (depth: 2) { goto IL_0051; } IL_0021: { RuntimeObject* L_4 = V_2; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_1; String_t* L_7 = ___challenge0; WebRequest_t1939381076 * L_8 = ___request1; RuntimeObject* L_9 = ___credentials2; NullCheck(L_6); Authorization_t542416582 * L_10 = InterfaceFuncInvoker3< Authorization_t542416582 *, String_t*, WebRequest_t1939381076 *, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var, L_6, L_7, L_8, L_9); V_3 = L_10; Authorization_t542416582 * L_11 = V_3; if (L_11) { goto IL_0042; } } IL_003d: { goto IL_0051; } IL_0042: { Authorization_t542416582 * L_12 = V_3; RuntimeObject* L_13 = V_1; NullCheck(L_12); Authorization_set_Module_m4196322697(L_12, L_13, /*hidden argument*/NULL); Authorization_t542416582 * L_14 = V_3; V_4 = L_14; IL2CPP_LEAVE(0x84, FINALLY_0061); } IL_0051: { RuntimeObject* L_15 = V_2; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0021; } } IL_005c: { IL2CPP_LEAVE(0x76, FINALLY_0061); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: { // begin finally (depth: 2) { RuntimeObject* L_17 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_5; if (L_18) { goto IL_006e; } } IL_006d: { IL2CPP_END_FINALLY(97) } IL_006e: { RuntimeObject* L_19 = V_5; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); IL2CPP_END_FINALLY(97) } } // end finally (depth: 2) IL2CPP_CLEANUP(97) { IL2CPP_END_CLEANUP(0x84, FINALLY_007b); IL2CPP_JUMP_TBL(0x76, IL_0076) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0076: { IL2CPP_LEAVE(0x82, FINALLY_007b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: { // begin finally (depth: 1) ArrayList_t2718874744 * L_20 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); IL2CPP_END_FINALLY(123) } // end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_JUMP_TBL(0x84, IL_0084) IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0082: { return (Authorization_t542416582 *)NULL; } IL_0084: { Authorization_t542416582 * L_21 = V_4; return L_21; } } // System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) extern "C" IL2CPP_METHOD_ATTR Authorization_t542416582 * AuthenticationManager_PreAuthenticate_m1971834472 (RuntimeObject * __this /* static, unused */, WebRequest_t1939381076 * ___request0, RuntimeObject* ___credentials1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationManager_PreAuthenticate_m1971834472_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; Authorization_t542416582 * V_3 = NULL; Authorization_t542416582 * V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { WebRequest_t1939381076 * L_0 = ___request0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral475703782, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AuthenticationManager_PreAuthenticate_m1971834472_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___credentials1; if (L_2) { goto IL_0019; } } { return (Authorization_t542416582 *)NULL; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); AuthenticationManager_EnsureModules_m3673793880(NULL /*static, unused*/, /*hidden argument*/NULL); ArrayList_t2718874744 * L_3 = ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->get_modules_0(); V_0 = L_3; ArrayList_t2718874744 * L_4 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); } IL_002a: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_5 = ((AuthenticationManager_t2084001809_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_t2084001809_il2cpp_TypeInfo_var))->get_modules_0(); NullCheck(L_5); RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5); V_2 = L_6; } IL_0035: try { // begin try (depth: 2) { goto IL_0069; } IL_003a: { RuntimeObject* L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_1; WebRequest_t1939381076 * L_10 = ___request0; RuntimeObject* L_11 = ___credentials1; NullCheck(L_9); Authorization_t542416582 * L_12 = InterfaceFuncInvoker2< Authorization_t542416582 *, WebRequest_t1939381076 *, RuntimeObject* >::Invoke(1 /* System.Net.Authorization System.Net.IAuthenticationModule::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t3112562943_il2cpp_TypeInfo_var, L_9, L_10, L_11); V_3 = L_12; Authorization_t542416582 * L_13 = V_3; if (L_13) { goto IL_005a; } } IL_0055: { goto IL_0069; } IL_005a: { Authorization_t542416582 * L_14 = V_3; RuntimeObject* L_15 = V_1; NullCheck(L_14); Authorization_set_Module_m4196322697(L_14, L_15, /*hidden argument*/NULL); Authorization_t542416582 * L_16 = V_3; V_4 = L_16; IL2CPP_LEAVE(0x9C, FINALLY_0079); } IL_0069: { RuntimeObject* L_17 = V_2; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_003a; } } IL_0074: { IL2CPP_LEAVE(0x8E, FINALLY_0079); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0079; } FINALLY_0079: { // begin finally (depth: 2) { RuntimeObject* L_19 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_5; if (L_20) { goto IL_0086; } } IL_0085: { IL2CPP_END_FINALLY(121) } IL_0086: { RuntimeObject* L_21 = V_5; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); IL2CPP_END_FINALLY(121) } } // end finally (depth: 2) IL2CPP_CLEANUP(121) { IL2CPP_END_CLEANUP(0x9C, FINALLY_0093); IL2CPP_JUMP_TBL(0x8E, IL_008e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008e: { IL2CPP_LEAVE(0x9A, FINALLY_0093); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0093; } FINALLY_0093: { // begin finally (depth: 1) ArrayList_t2718874744 * L_22 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(147) } // end finally (depth: 1) IL2CPP_CLEANUP(147) { IL2CPP_JUMP_TBL(0x9C, IL_009c) IL2CPP_JUMP_TBL(0x9A, IL_009a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009a: { return (Authorization_t542416582 *)NULL; } IL_009c: { Authorization_t542416582 * L_23 = V_4; return L_23; } } #ifdef __clang__ #pragma 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.Authorization::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m457444391 (Authorization_t542416582 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_token_0(); return L_0; } } // System.Boolean System.Net.Authorization::get_Complete() extern "C" IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m585383280 (Authorization_t542416582 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_complete_1(); return L_0; } } // System.Net.IAuthenticationModule System.Net.Authorization::get_Module() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Authorization_get_Module_m4021207631 (Authorization_t542416582 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_module_2(); return L_0; } } // System.Void System.Net.Authorization::set_Module(System.Net.IAuthenticationModule) extern "C" IL2CPP_METHOD_ATTR void Authorization_set_Module_m4196322697 (Authorization_t542416582 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_module_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.BindIPEndPoint::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void BindIPEndPoint__ctor_m3266317527 (BindIPEndPoint_t1029027275 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32) extern "C" IL2CPP_METHOD_ATTR IPEndPoint_t3791887218 * BindIPEndPoint_Invoke_m1788714159 (BindIPEndPoint_t1029027275 * __this, ServicePoint_t2786966844 * ___servicePoint0, IPEndPoint_t3791887218 * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method) { IPEndPoint_t3791887218 * result = NULL; if(__this->get_prev_9() != NULL) { BindIPEndPoint_Invoke_m1788714159((BindIPEndPoint_t1029027275 *)__this->get_prev_9(), ___servicePoint0, ___remoteEndPoint1, ___retryCount2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef IPEndPoint_t3791887218 * (*FunctionPointerType) (RuntimeObject *, ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else { // closed { typedef IPEndPoint_t3791887218 * (*FunctionPointerType) (RuntimeObject *, void*, ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< IPEndPoint_t3791887218 *, ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker3< IPEndPoint_t3791887218 *, ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(targetMethod, targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< IPEndPoint_t3791887218 *, ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker3< IPEndPoint_t3791887218 *, ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } else { typedef IPEndPoint_t3791887218 * (*FunctionPointerType) (void*, ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< IPEndPoint_t3791887218 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = GenericVirtFuncInvoker2< IPEndPoint_t3791887218 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(targetMethod, ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< IPEndPoint_t3791887218 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); else result = VirtFuncInvoker2< IPEndPoint_t3791887218 *, IPEndPoint_t3791887218 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___servicePoint0, ___remoteEndPoint1, ___retryCount2); } } else { typedef IPEndPoint_t3791887218 * (*FunctionPointerType) (ServicePoint_t2786966844 *, IPEndPoint_t3791887218 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___servicePoint0, ___remoteEndPoint1, ___retryCount2, targetMethod); } } } return result; } // System.IAsyncResult System.Net.BindIPEndPoint::BeginInvoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BindIPEndPoint_BeginInvoke_m516198952 (BindIPEndPoint_t1029027275 * __this, ServicePoint_t2786966844 * ___servicePoint0, IPEndPoint_t3791887218 * ___remoteEndPoint1, int32_t ___retryCount2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BindIPEndPoint_BeginInvoke_m516198952_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___servicePoint0; __d_args[1] = ___remoteEndPoint1; __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___retryCount2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Net.IPEndPoint System.Net.BindIPEndPoint::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR IPEndPoint_t3791887218 * BindIPEndPoint_EndInvoke_m955039265 (BindIPEndPoint_t1029027275 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (IPEndPoint_t3791887218 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.ChunkStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void ChunkStream__ctor_m1128294172 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, WebHeaderCollection_t1942268960 * ___headers3, const RuntimeMethod* method) { { WebHeaderCollection_t1942268960 * L_0 = ___headers3; ChunkStream__ctor_m3758454825(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___size2; ChunkStream_Write_m284437954(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Net.ChunkStream::.ctor(System.Net.WebHeaderCollection) extern "C" IL2CPP_METHOD_ATTR void ChunkStream__ctor_m3758454825 (ChunkStream_t2634567336 * __this, WebHeaderCollection_t1942268960 * ___headers0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChunkStream__ctor_m3758454825_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); WebHeaderCollection_t1942268960 * 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_m3121283359(L_1, /*hidden argument*/NULL); __this->set_saved_4(L_1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_chunks_8(L_2); __this->set_chunkSize_1((-1)); return; } } // System.Void System.Net.ChunkStream::ResetBuffer() extern "C" IL2CPP_METHOD_ATTR void ChunkStream_ResetBuffer_m1337397181 (ChunkStream_t2634567336 * __this, const RuntimeMethod* method) { { __this->set_chunkSize_1((-1)); __this->set_chunkRead_2(0); ArrayList_t2718874744 * L_0 = __this->get_chunks_8(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); return; } } // System.Void System.Net.ChunkStream::WriteAndReadBack(System.Byte[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_WriteAndReadBack_m2960632715 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t* ___read3, const RuntimeMethod* method) { { int32_t L_0 = ___offset1; int32_t* L_1 = ___read3; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)(*((int32_t*)L_1))))) <= ((int32_t)0))) { goto IL_0018; } } { ByteU5BU5D_t4116647657* L_2 = ___buffer0; int32_t L_3 = ___offset1; int32_t L_4 = ___offset1; int32_t* L_5 = ___read3; ChunkStream_Write_m284437954(__this, L_2, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)(*((int32_t*)L_5)))), /*hidden argument*/NULL); } IL_0018: { int32_t* L_6 = ___read3; ByteU5BU5D_t4116647657* L_7 = ___buffer0; int32_t L_8 = ___offset1; int32_t L_9 = ___size2; int32_t L_10 = ChunkStream_Read_m2343072583(__this, L_7, L_8, L_9, /*hidden argument*/NULL); *((int32_t*)(L_6)) = (int32_t)L_10; return; } } // System.Int32 System.Net.ChunkStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_Read_m2343072583 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t L_1 = ___offset1; int32_t L_2 = ___size2; int32_t L_3 = ChunkStream_ReadFromChunks_m2517119044(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Net.ChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadFromChunks_m2517119044 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChunkStream_ReadFromChunks_m2517119044_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Chunk_t1455545707 * V_3 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_chunks_8(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = L_1; V_1 = 0; V_2 = 0; goto IL_0077; } IL_0015: { ArrayList_t2718874744 * L_2 = __this->get_chunks_8(); int32_t L_3 = V_2; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_3 = ((Chunk_t1455545707 *)CastclassClass((RuntimeObject*)L_4, Chunk_t1455545707_il2cpp_TypeInfo_var)); Chunk_t1455545707 * L_5 = V_3; if (L_5) { goto IL_0032; } } { goto IL_0073; } IL_0032: { Chunk_t1455545707 * L_6 = V_3; NullCheck(L_6); int32_t L_7 = L_6->get_Offset_1(); Chunk_t1455545707 * L_8 = V_3; NullCheck(L_8); ByteU5BU5D_t4116647657* L_9 = L_8->get_Bytes_0(); NullCheck(L_9); if ((!(((uint32_t)L_7) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))) { goto IL_0057; } } { ArrayList_t2718874744 * L_10 = __this->get_chunks_8(); int32_t L_11 = V_2; NullCheck(L_10); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(22 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_10, L_11, NULL); goto IL_0073; } IL_0057: { int32_t L_12 = V_1; Chunk_t1455545707 * L_13 = V_3; ByteU5BU5D_t4116647657* L_14 = ___buffer0; int32_t L_15 = ___offset1; int32_t L_16 = V_1; int32_t L_17 = ___size2; int32_t L_18 = V_1; NullCheck(L_13); int32_t L_19 = Chunk_Read_m1593583676(L_13, L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_19)); int32_t L_20 = V_1; int32_t L_21 = ___size2; if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_0073; } } { goto IL_007e; } IL_0073: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0077: { int32_t L_23 = V_2; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0015; } } IL_007e: { int32_t L_25 = V_1; return L_25; } } // System.Void System.Net.ChunkStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_Write_m284437954 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { { ByteU5BU5D_t4116647657* L_0 = ___buffer0; int32_t L_1 = ___size2; ChunkStream_InternalWrite_m2134936757(__this, L_0, (&___offset1), L_1, /*hidden argument*/NULL); return; } } // System.Void System.Net.ChunkStream::InternalWrite(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_InternalWrite_m2134936757 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_3(); if (L_0) { goto IL_0040; } } { ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = ___offset1; int32_t L_3 = ___size2; int32_t L_4 = ChunkStream_GetChunkSize_m1512331817(__this, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_state_3(L_4); int32_t L_5 = __this->get_state_3(); if (L_5) { goto IL_0026; } } { return; } IL_0026: { StringBuilder_t * L_6 = __this->get_saved_4(); NullCheck(L_6); StringBuilder_set_Length_m1410065908(L_6, 0, /*hidden argument*/NULL); __this->set_sawCR_5((bool)0); __this->set_gotit_6((bool)0); } IL_0040: { int32_t L_7 = __this->get_state_3(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0070; } } { int32_t* L_8 = ___offset1; int32_t L_9 = ___size2; if ((((int32_t)(*((int32_t*)L_8))) >= ((int32_t)L_9))) { goto IL_0070; } } { ByteU5BU5D_t4116647657* L_10 = ___buffer0; int32_t* L_11 = ___offset1; int32_t L_12 = ___size2; int32_t L_13 = ChunkStream_ReadBody_m151718136(__this, L_10, L_11, L_12, /*hidden argument*/NULL); __this->set_state_3(L_13); int32_t L_14 = __this->get_state_3(); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0070; } } { return; } IL_0070: { int32_t L_15 = __this->get_state_3(); if ((!(((uint32_t)L_15) == ((uint32_t)2)))) { goto IL_00a7; } } { int32_t* L_16 = ___offset1; int32_t L_17 = ___size2; if ((((int32_t)(*((int32_t*)L_16))) >= ((int32_t)L_17))) { goto IL_00a7; } } { ByteU5BU5D_t4116647657* L_18 = ___buffer0; int32_t* L_19 = ___offset1; int32_t L_20 = ___size2; int32_t L_21 = ChunkStream_ReadCRLF_m2438338679(__this, L_18, L_19, L_20, /*hidden argument*/NULL); __this->set_state_3(L_21); int32_t L_22 = __this->get_state_3(); if ((!(((uint32_t)L_22) == ((uint32_t)2)))) { goto IL_00a0; } } { return; } IL_00a0: { __this->set_sawCR_5((bool)0); } IL_00a7: { int32_t L_23 = __this->get_state_3(); if ((!(((uint32_t)L_23) == ((uint32_t)3)))) { goto IL_00f1; } } { int32_t* L_24 = ___offset1; int32_t L_25 = ___size2; if ((((int32_t)(*((int32_t*)L_24))) >= ((int32_t)L_25))) { goto IL_00f1; } } { ByteU5BU5D_t4116647657* L_26 = ___buffer0; int32_t* L_27 = ___offset1; int32_t L_28 = ___size2; int32_t L_29 = ChunkStream_ReadTrailer_m2312736703(__this, L_26, L_27, L_28, /*hidden argument*/NULL); __this->set_state_3(L_29); int32_t L_30 = __this->get_state_3(); if ((!(((uint32_t)L_30) == ((uint32_t)3)))) { goto IL_00d7; } } { return; } IL_00d7: { StringBuilder_t * L_31 = __this->get_saved_4(); NullCheck(L_31); StringBuilder_set_Length_m1410065908(L_31, 0, /*hidden argument*/NULL); __this->set_sawCR_5((bool)0); __this->set_gotit_6((bool)0); } IL_00f1: { int32_t* L_32 = ___offset1; int32_t L_33 = ___size2; if ((((int32_t)(*((int32_t*)L_32))) >= ((int32_t)L_33))) { goto IL_0102; } } { ByteU5BU5D_t4116647657* L_34 = ___buffer0; int32_t* L_35 = ___offset1; int32_t L_36 = ___size2; ChunkStream_InternalWrite_m2134936757(__this, L_34, L_35, L_36, /*hidden argument*/NULL); } IL_0102: { return; } } // System.Boolean System.Net.ChunkStream::get_WantMore() extern "C" IL2CPP_METHOD_ATTR bool ChunkStream_get_WantMore_m3914059038 (ChunkStream_t2634567336 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { 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_002a; } } { int32_t L_2 = __this->get_chunkSize_1(); if (L_2) { goto IL_002a; } } { int32_t L_3 = __this->get_state_3(); G_B4_0 = ((((int32_t)((((int32_t)L_3) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_002b; } IL_002a: { G_B4_0 = 1; } IL_002b: { return (bool)G_B4_0; } } // System.Int32 System.Net.ChunkStream::get_ChunkLeft() extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_get_ChunkLeft_m1465326176 (ChunkStream_t2634567336 * __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.ChunkStream/State System.Net.ChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadBody_m151718136 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChunkStream_ReadBody_m151718136_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; int32_t G_B7_0 = 0; { int32_t L_0 = __this->get_chunkSize_1(); if (L_0) { goto IL_000d; } } { return (int32_t)(2); } IL_000d: { int32_t L_1 = ___size2; int32_t* L_2 = ___offset1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)(*((int32_t*)L_2)))); int32_t L_3 = V_0; int32_t L_4 = __this->get_chunkRead_2(); int32_t L_5 = __this->get_chunkSize_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_5))) { goto IL_0033; } } { int32_t L_6 = __this->get_chunkSize_1(); int32_t L_7 = __this->get_chunkRead_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); } IL_0033: { int32_t L_8 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_8)); ByteU5BU5D_t4116647657* L_9 = ___buffer0; int32_t* L_10 = ___offset1; ByteU5BU5D_t4116647657* L_11 = V_1; int32_t L_12 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, (*((int32_t*)L_10)), (RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL); ArrayList_t2718874744 * L_13 = __this->get_chunks_8(); ByteU5BU5D_t4116647657* L_14 = V_1; Chunk_t1455545707 * L_15 = (Chunk_t1455545707 *)il2cpp_codegen_object_new(Chunk_t1455545707_il2cpp_TypeInfo_var); Chunk__ctor_m4084647010(L_15, L_14, /*hidden argument*/NULL); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_15); int32_t* L_16 = ___offset1; int32_t* L_17 = ___offset1; int32_t L_18 = V_0; *((int32_t*)(L_16)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_17)), (int32_t)L_18)); int32_t L_19 = __this->get_chunkRead_2(); int32_t L_20 = V_0; __this->set_chunkRead_2(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); int32_t L_21 = __this->get_chunkRead_2(); int32_t L_22 = __this->get_chunkSize_1(); if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0082; } } { G_B7_0 = 2; goto IL_0083; } IL_0082: { G_B7_0 = 1; } IL_0083: { return (int32_t)(G_B7_0); } } // System.Net.ChunkStream/State System.Net.ChunkStream::GetChunkSize(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_GetChunkSize_m1512331817 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChunkStream_GetChunkSize_m1512331817_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; goto IL_0098; } IL_0007: { ByteU5BU5D_t4116647657* 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_1)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); int32_t L_4 = V_1; NullCheck(L_0); int32_t L_5 = L_4; uint8_t L_6 = (L_0)->GetAt(static_cast(L_5)); V_0 = (((int32_t)((uint16_t)L_6))); Il2CppChar L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)13))))) { goto IL_003d; } } { bool L_8 = __this->get_sawCR_5(); if (!L_8) { goto IL_0031; } } { ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral3611705090, /*hidden argument*/NULL); } IL_0031: { __this->set_sawCR_5((bool)1); goto IL_0098; } IL_003d: { bool L_9 = __this->get_sawCR_5(); if (!L_9) { goto IL_0055; } } { Il2CppChar L_10 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)10))))) { goto IL_0055; } } { goto IL_00a0; } IL_0055: { Il2CppChar L_11 = V_0; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)32))))) { goto IL_0064; } } { __this->set_gotit_6((bool)1); } IL_0064: { bool L_12 = __this->get_gotit_6(); if (L_12) { goto IL_007c; } } { StringBuilder_t * L_13 = __this->get_saved_4(); Il2CppChar L_14 = V_0; NullCheck(L_13); StringBuilder_Append_m2383614642(L_13, L_14, /*hidden argument*/NULL); } IL_007c: { StringBuilder_t * L_15 = __this->get_saved_4(); NullCheck(L_15); int32_t L_16 = StringBuilder_get_Length_m3238060835(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) <= ((int32_t)((int32_t)20)))) { goto IL_0098; } } { ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral1805502394, /*hidden argument*/NULL); } IL_0098: { int32_t* L_17 = ___offset1; int32_t L_18 = ___size2; if ((((int32_t)(*((int32_t*)L_17))) < ((int32_t)L_18))) { goto IL_0007; } } IL_00a0: { bool L_19 = __this->get_sawCR_5(); if (!L_19) { goto IL_00b3; } } { Il2CppChar L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)((int32_t)10)))) { goto IL_010d; } } IL_00b3: { int32_t* L_21 = ___offset1; int32_t L_22 = ___size2; if ((((int32_t)(*((int32_t*)L_21))) >= ((int32_t)L_22))) { goto IL_00c5; } } { ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral2507902187, /*hidden argument*/NULL); } IL_00c5: try { // begin try (depth: 1) { StringBuilder_t * L_23 = __this->get_saved_4(); NullCheck(L_23); int32_t L_24 = StringBuilder_get_Length_m3238060835(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) <= ((int32_t)0))) { goto IL_00f6; } } IL_00d6: { StringBuilder_t * L_25 = __this->get_saved_4(); NullCheck(L_25); String_t* L_26 = StringBuilder_ToString_m3317489284(L_25, /*hidden argument*/NULL); String_t* L_27 = ChunkStream_RemoveChunkExtension_m2964990737(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); int32_t L_28 = Int32_Parse_m2244041137(NULL /*static, unused*/, L_27, ((int32_t)515), /*hidden argument*/NULL); __this->set_chunkSize_1(L_28); } IL_00f6: { goto IL_010b; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00fb; throw e; } CATCH_00fb: { // begin catch(System.Exception) ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral1943211715, /*hidden argument*/NULL); goto IL_010b; } // end catch (depth: 1) IL_010b: { return (int32_t)(0); } IL_010d: { __this->set_chunkRead_2(0); } IL_0114: try { // begin try (depth: 1) StringBuilder_t * L_29 = __this->get_saved_4(); NullCheck(L_29); String_t* L_30 = StringBuilder_ToString_m3317489284(L_29, /*hidden argument*/NULL); String_t* L_31 = ChunkStream_RemoveChunkExtension_m2964990737(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); int32_t L_32 = Int32_Parse_m2244041137(NULL /*static, unused*/, L_31, ((int32_t)515), /*hidden argument*/NULL); __this->set_chunkSize_1(L_32); goto IL_0149; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0139; throw e; } CATCH_0139: { // begin catch(System.Exception) ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral1943211715, /*hidden argument*/NULL); goto IL_0149; } // end catch (depth: 1) IL_0149: { int32_t L_33 = __this->get_chunkSize_1(); if (L_33) { goto IL_015d; } } { __this->set_trailerState_7(2); return (int32_t)(3); } IL_015d: { return (int32_t)(1); } } // System.String System.Net.ChunkStream::RemoveChunkExtension(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* ChunkStream_RemoveChunkExtension_m2964990737 (RuntimeObject * __this /* static, unused */, String_t* ___input0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___input0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(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_0012; } } { String_t* L_3 = ___input0; return L_3; } IL_0012: { String_t* L_4 = ___input0; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = String_Substring_m1610150815(L_4, 0, L_5, /*hidden argument*/NULL); return L_6; } } // System.Net.ChunkStream/State System.Net.ChunkStream::ReadCRLF(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadCRLF_m2438338679 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChunkStream_ReadCRLF_m2438338679_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_sawCR_5(); if (L_0) { goto IL_0039; } } { ByteU5BU5D_t4116647657* 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_2)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_0; NullCheck(L_1); int32_t L_6 = L_5; uint8_t L_7 = (L_1)->GetAt(static_cast(L_6)); if ((((int32_t)(((int32_t)((uint16_t)L_7)))) == ((int32_t)((int32_t)13)))) { goto IL_0028; } } { ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral1560011439, /*hidden argument*/NULL); } IL_0028: { __this->set_sawCR_5((bool)1); int32_t* L_8 = ___offset1; int32_t L_9 = ___size2; if ((!(((uint32_t)(*((int32_t*)L_8))) == ((uint32_t)L_9)))) { goto IL_0039; } } { return (int32_t)(2); } IL_0039: { bool L_10 = __this->get_sawCR_5(); if (!L_10) { goto IL_0061; } } { ByteU5BU5D_t4116647657* L_11 = ___buffer0; int32_t* L_12 = ___offset1; int32_t* L_13 = ___offset1; int32_t L_14 = (*((int32_t*)L_13)); V_0 = L_14; *((int32_t*)(L_12)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_0; NullCheck(L_11); int32_t L_16 = L_15; uint8_t L_17 = (L_11)->GetAt(static_cast(L_16)); if ((((int32_t)(((int32_t)((uint16_t)L_17)))) == ((int32_t)((int32_t)10)))) { goto IL_0061; } } { ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral3560956591, /*hidden argument*/NULL); } IL_0061: { return (int32_t)(0); } } // System.Net.ChunkStream/State System.Net.ChunkStream::ReadTrailer(System.Byte[],System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ChunkStream_ReadTrailer_m2312736703 (ChunkStream_t2634567336 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChunkStream_ReadTrailer_m2312736703_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; String_t* V_2 = NULL; StringReader_t3465604688 * 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_7(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0052; } } { ByteU5BU5D_t4116647657* L_1 = ___buffer0; int32_t* L_2 = ___offset1; NullCheck(L_1); int32_t L_3 = (*((int32_t*)L_2)); uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); if ((!(((uint32_t)(((int32_t)((uint16_t)L_4)))) == ((uint32_t)((int32_t)13))))) { goto IL_0052; } } { StringBuilder_t * L_5 = __this->get_saved_4(); NullCheck(L_5); int32_t L_6 = StringBuilder_get_Length_m3238060835(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0052; } } { int32_t* L_7 = ___offset1; int32_t* L_8 = ___offset1; *((int32_t*)(L_7)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_8)), (int32_t)1)); int32_t* L_9 = ___offset1; int32_t L_10 = ___size2; if ((((int32_t)(*((int32_t*)L_9))) >= ((int32_t)L_10))) { goto IL_004c; } } { ByteU5BU5D_t4116647657* L_11 = ___buffer0; int32_t* L_12 = ___offset1; NullCheck(L_11); int32_t L_13 = (*((int32_t*)L_12)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if ((!(((uint32_t)(((int32_t)((uint16_t)L_14)))) == ((uint32_t)((int32_t)10))))) { goto IL_004c; } } { int32_t* L_15 = ___offset1; int32_t* L_16 = ___offset1; *((int32_t*)(L_15)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_16)), (int32_t)1)); return (int32_t)(0); } IL_004c: { int32_t* L_17 = ___offset1; int32_t* L_18 = ___offset1; *((int32_t*)(L_17)) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_18)), (int32_t)1)); } IL_0052: { int32_t L_19 = __this->get_trailerState_7(); V_1 = L_19; V_2 = _stringLiteral2766909372; goto IL_0104; } IL_0064: { ByteU5BU5D_t4116647657* L_20 = ___buffer0; int32_t* L_21 = ___offset1; int32_t* L_22 = ___offset1; int32_t L_23 = (*((int32_t*)L_22)); V_5 = L_23; *((int32_t*)(L_21)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); int32_t L_24 = V_5; NullCheck(L_20); int32_t L_25 = L_24; uint8_t L_26 = (L_20)->GetAt(static_cast(L_25)); V_0 = (((int32_t)((uint16_t)L_26))); int32_t L_27 = V_1; if (!L_27) { goto IL_0080; } } { int32_t L_28 = V_1; if ((!(((uint32_t)L_28) == ((uint32_t)2)))) { goto IL_0091; } } IL_0080: { Il2CppChar L_29 = V_0; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)13))))) { goto IL_0091; } } { int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); goto IL_0104; } IL_0091: { int32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)1))) { goto IL_009f; } } { int32_t L_32 = V_1; if ((!(((uint32_t)L_32) == ((uint32_t)3)))) { goto IL_00b0; } } IL_009f: { Il2CppChar L_33 = V_0; if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)10))))) { goto IL_00b0; } } { int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); goto IL_0104; } IL_00b0: { int32_t L_35 = V_1; if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_0104; } } { StringBuilder_t * L_36 = __this->get_saved_4(); String_t* L_37 = V_2; StringBuilder_t * L_38 = __this->get_saved_4(); NullCheck(L_38); int32_t L_39 = StringBuilder_get_Length_m3238060835(L_38, /*hidden argument*/NULL); G_B18_0 = 0; G_B18_1 = L_37; G_B18_2 = L_36; if (L_39) { G_B19_0 = 0; G_B19_1 = L_37; G_B19_2 = L_36; goto IL_00d7; } } { int32_t L_40 = V_1; G_B20_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)2)); G_B20_1 = G_B18_0; G_B20_2 = G_B18_1; G_B20_3 = G_B18_2; goto IL_00d8; } IL_00d7: { int32_t L_41 = V_1; G_B20_0 = L_41; G_B20_1 = G_B19_0; G_B20_2 = G_B19_1; G_B20_3 = G_B19_2; } IL_00d8: { NullCheck(G_B20_2); String_t* L_42 = String_Substring_m1610150815(G_B20_2, G_B20_1, G_B20_0, /*hidden argument*/NULL); NullCheck(G_B20_3); StringBuilder_Append_m1965104174(G_B20_3, L_42, /*hidden argument*/NULL); V_1 = 0; StringBuilder_t * L_43 = __this->get_saved_4(); NullCheck(L_43); int32_t L_44 = StringBuilder_get_Length_m3238060835(L_43, /*hidden argument*/NULL); if ((((int32_t)L_44) <= ((int32_t)((int32_t)4196)))) { goto IL_0104; } } { ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral4204015682, /*hidden argument*/NULL); } IL_0104: { int32_t* L_45 = ___offset1; int32_t L_46 = ___size2; if ((((int32_t)(*((int32_t*)L_45))) >= ((int32_t)L_46))) { goto IL_0113; } } { int32_t L_47 = V_1; if ((((int32_t)L_47) < ((int32_t)4))) { goto IL_0064; } } IL_0113: { int32_t L_48 = V_1; if ((((int32_t)L_48) >= ((int32_t)4))) { goto IL_0135; } } { int32_t L_49 = V_1; __this->set_trailerState_7(L_49); int32_t* L_50 = ___offset1; int32_t L_51 = ___size2; if ((((int32_t)(*((int32_t*)L_50))) >= ((int32_t)L_51))) { goto IL_0133; } } { ChunkStream_ThrowProtocolViolation_m3071920344(NULL /*static, unused*/, _stringLiteral343314918, /*hidden argument*/NULL); } IL_0133: { return (int32_t)(3); } IL_0135: { StringBuilder_t * L_52 = __this->get_saved_4(); NullCheck(L_52); String_t* L_53 = StringBuilder_ToString_m3317489284(L_52, /*hidden argument*/NULL); StringReader_t3465604688 * L_54 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_54, L_53, /*hidden argument*/NULL); V_3 = L_54; goto IL_0158; } IL_014b: { WebHeaderCollection_t1942268960 * L_55 = __this->get_headers_0(); String_t* L_56 = V_4; NullCheck(L_55); WebHeaderCollection_Add_m928193981(L_55, L_56, /*hidden argument*/NULL); } IL_0158: { StringReader_t3465604688 * L_57 = V_3; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.StringReader::ReadLine() */, L_57); String_t* L_59 = L_58; V_4 = L_59; if (!L_59) { goto IL_0177; } } { String_t* L_60 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_62 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); if (L_62) { goto IL_014b; } } IL_0177: { return (int32_t)(0); } } // System.Void System.Net.ChunkStream::ThrowProtocolViolation(System.String) extern "C" IL2CPP_METHOD_ATTR void ChunkStream_ThrowProtocolViolation_m3071920344 (RuntimeObject * __this /* static, unused */, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChunkStream_ThrowProtocolViolation_m3071920344_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebException_t3237156354 * V_0 = NULL; { String_t* L_0 = ___message0; WebException_t3237156354 * L_1 = (WebException_t3237156354 *)il2cpp_codegen_object_new(WebException_t3237156354_il2cpp_TypeInfo_var); WebException__ctor_m2761056832(L_1, L_0, (Exception_t *)NULL, ((int32_t)11), (WebResponse_t229922639 *)NULL, /*hidden argument*/NULL); V_0 = L_1; WebException_t3237156354 * L_2 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,ChunkStream_ThrowProtocolViolation_m3071920344_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.ChunkStream/Chunk::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Chunk__ctor_m4084647010 (Chunk_t1455545707 * __this, ByteU5BU5D_t4116647657* ___chunk0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___chunk0; __this->set_Bytes_0(L_0); return; } } // System.Int32 System.Net.ChunkStream/Chunk::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Chunk_Read_m1593583676 (Chunk_t1455545707 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = ___size2; ByteU5BU5D_t4116647657* L_1 = __this->get_Bytes_0(); NullCheck(L_1); int32_t L_2 = __this->get_Offset_1(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)L_2))))) { goto IL_0029; } } { ByteU5BU5D_t4116647657* L_3 = __this->get_Bytes_0(); NullCheck(L_3); int32_t L_4 = __this->get_Offset_1(); G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)L_4)); goto IL_002a; } IL_0029: { int32_t L_5 = ___size2; G_B3_0 = L_5; } IL_002a: { V_0 = G_B3_0; ByteU5BU5D_t4116647657* L_6 = __this->get_Bytes_0(); int32_t L_7 = __this->get_Offset_1(); ByteU5BU5D_t4116647657* L_8 = ___buffer0; int32_t L_9 = ___offset1; int32_t L_10 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = __this->get_Offset_1(); int32_t L_12 = V_0; __this->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); int32_t L_13 = V_0; return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.AuthenticationModuleElement::.ctor() extern "C" IL2CPP_METHOD_ATTR void AuthenticationModuleElement__ctor_m138841577 (AuthenticationModuleElement_t2289740666 * __this, const RuntimeMethod* method) { { ConfigurationElement__ctor_m4116197893(__this, /*hidden argument*/NULL); return; } } // System.Void System.Net.Configuration.AuthenticationModuleElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void AuthenticationModuleElement__cctor_m3650536745 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModuleElement__cctor_m3650536745_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_2 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_2, _stringLiteral3243520166, L_1, NULL, 6, /*hidden argument*/NULL); ((AuthenticationModuleElement_t2289740666_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))->set_typeProp_14(L_2); ConfigurationPropertyCollection_t2852175726 * L_3 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_3, /*hidden argument*/NULL); ((AuthenticationModuleElement_t2289740666_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))->set_properties_13(L_3); ConfigurationPropertyCollection_t2852175726 * L_4 = ((AuthenticationModuleElement_t2289740666_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))->get_properties_13(); ConfigurationProperty_t3590861854 * L_5 = ((AuthenticationModuleElement_t2289740666_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))->get_typeProp_14(); NullCheck(L_4); ConfigurationPropertyCollection_Add_m2688614548(L_4, L_5, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModuleElement::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * AuthenticationModuleElement_get_Properties_m249469996 (AuthenticationModuleElement_t2289740666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModuleElement_get_Properties_m249469996_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((AuthenticationModuleElement_t2289740666_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))->get_properties_13(); return L_0; } } // System.String System.Net.Configuration.AuthenticationModuleElement::get_Type() extern "C" IL2CPP_METHOD_ATTR String_t* AuthenticationModuleElement_get_Type_m3942038048 (AuthenticationModuleElement_t2289740666 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModuleElement_get_Type_m3942038048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((AuthenticationModuleElement_t2289740666_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))->get_typeProp_14(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_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.Configuration.ConfigurationElement System.Net.Configuration.AuthenticationModuleElementCollection::CreateNewElement() extern "C" IL2CPP_METHOD_ATTR ConfigurationElement_t3318566633 * AuthenticationModuleElementCollection_CreateNewElement_m4121564648 (AuthenticationModuleElementCollection_t1161221431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_CreateNewElement_m4121564648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AuthenticationModuleElement_t2289740666 * L_0 = (AuthenticationModuleElement_t2289740666 *)il2cpp_codegen_object_new(AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var); AuthenticationModuleElement__ctor_m138841577(L_0, /*hidden argument*/NULL); return L_0; } } // System.Object System.Net.Configuration.AuthenticationModuleElementCollection::GetElementKey(System.Configuration.ConfigurationElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * AuthenticationModuleElementCollection_GetElementKey_m1696916052 (AuthenticationModuleElementCollection_t1161221431 * __this, ConfigurationElement_t3318566633 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_GetElementKey_m1696916052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ConfigurationElement_t3318566633 * L_0 = ___element0; if (((AuthenticationModuleElement_t2289740666 *)IsInstSealed((RuntimeObject*)L_0, AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral4059539929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,AuthenticationModuleElementCollection_GetElementKey_m1696916052_RuntimeMethod_var); } IL_0016: { ConfigurationElement_t3318566633 * L_2 = ___element0; NullCheck(((AuthenticationModuleElement_t2289740666 *)CastclassSealed((RuntimeObject*)L_2, AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var))); String_t* L_3 = AuthenticationModuleElement_get_Type_m3942038048(((AuthenticationModuleElement_t2289740666 *)CastclassSealed((RuntimeObject*)L_2, AuthenticationModuleElement_t2289740666_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Net.Configuration.AuthenticationModulesSection::.cctor() extern "C" IL2CPP_METHOD_ATTR void AuthenticationModulesSection__cctor_m2014243278 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModulesSection__cctor_m2014243278_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (AuthenticationModuleElementCollection_t1161221431_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ConfigurationProperty_t3590861854 * L_3 = (ConfigurationProperty_t3590861854 *)il2cpp_codegen_object_new(ConfigurationProperty_t3590861854_il2cpp_TypeInfo_var); ConfigurationProperty__ctor_m2121647601(L_3, L_0, L_2, NULL, 1, /*hidden argument*/NULL); ((AuthenticationModulesSection_t1083221556_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var))->set_authenticationModulesProp_18(L_3); ConfigurationPropertyCollection_t2852175726 * L_4 = (ConfigurationPropertyCollection_t2852175726 *)il2cpp_codegen_object_new(ConfigurationPropertyCollection_t2852175726_il2cpp_TypeInfo_var); ConfigurationPropertyCollection__ctor_m550516750(L_4, /*hidden argument*/NULL); ((AuthenticationModulesSection_t1083221556_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var))->set_properties_17(L_4); ConfigurationPropertyCollection_t2852175726 * L_5 = ((AuthenticationModulesSection_t1083221556_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var))->get_properties_17(); ConfigurationProperty_t3590861854 * L_6 = ((AuthenticationModulesSection_t1083221556_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var))->get_authenticationModulesProp_18(); NullCheck(L_5); ConfigurationPropertyCollection_Add_m2688614548(L_5, L_6, /*hidden argument*/NULL); return; } } // System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModulesSection::get_Properties() extern "C" IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_t2852175726 * AuthenticationModulesSection_get_Properties_m1847128666 (AuthenticationModulesSection_t1083221556 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModulesSection_get_Properties_m1847128666_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var); ConfigurationPropertyCollection_t2852175726 * L_0 = ((AuthenticationModulesSection_t1083221556_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var))->get_properties_17(); return L_0; } } // System.Net.Configuration.AuthenticationModuleElementCollection System.Net.Configuration.AuthenticationModulesSection::get_AuthenticationModules() extern "C" IL2CPP_METHOD_ATTR AuthenticationModuleElementCollection_t1161221431 * AuthenticationModulesSection_get_AuthenticationModules_m1522553951 (AuthenticationModulesSection_t1083221556 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AuthenticationModulesSection_get_AuthenticationModules_m1522553951_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var); ConfigurationProperty_t3590861854 * L_0 = ((AuthenticationModulesSection_t1083221556_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationModulesSection_t1083221556_il2cpp_TypeInfo_var))->get_authenticationModulesProp_18(); RuntimeObject * L_1 = ConfigurationElement_get_Item_m178122358(__this, L_0, /*hidden argument*/NULL); return ((AuthenticationModuleElementCollection_t1161221431 *)CastclassSealed((RuntimeObject*)L_1, AuthenticationModuleElementCollection_t1161221431_il2cpp_TypeInfo_var)); } } // System.Void System.Net.Configuration.AuthenticationModulesSection::PostDeserialize() extern "C" IL2CPP_METHOD_ATTR void AuthenticationModulesSection_PostDeserialize_m462053607 (AuthenticationModulesSection_t1083221556 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Net.Configuration.AuthenticationModulesSection::InitializeDefault() extern "C" IL2CPP_METHOD_ATTR void AuthenticationModulesSection_InitializeDefault_m3958381357 (AuthenticationModulesSection_t1083221556 * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif