#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 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 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 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 VirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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 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); } }; 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 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); } }; 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 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); } }; // System.Security.Policy.AllMembershipCondition struct AllMembershipCondition_t198137363; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.Policy.IMembershipCondition struct IMembershipCondition_t97388457; // System.Security.SecurityElement struct SecurityElement_t1046076091; // System.Security.Policy.PolicyLevel struct PolicyLevel_t2891196107; // System.String struct String_t; // System.Type struct Type_t; // System.Security.Policy.ApplicationTrust struct ApplicationTrust_t3270368423; // System.Collections.Generic.List`1 struct List_1_t852832060; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Security.Policy.PolicyStatement struct PolicyStatement_t3052133691; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.ArgumentException struct ArgumentException_t132251570; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_t3197753202; // System.IO.Stream struct Stream_t1273022909; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Security.Policy.CodeConnectAccess struct CodeConnectAccess_t1103527196; // System.Security.Policy.CodeGroup struct CodeGroup_t3811807446; // System.Collections.IList struct IList_t2094931216; // System.Security.NamedPermissionSet struct NamedPermissionSet_t2915669112; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Security.Policy.FileCodeGroup struct FileCodeGroup_t1720965944; // System.Security.Policy.FirstMatchCodeGroup struct FirstMatchCodeGroup_t885469689; // System.Security.Policy.NetCodeGroup struct NetCodeGroup_t2217812384; // System.Security.Policy.UnionCodeGroup struct UnionCodeGroup_t3773268997; // System.Security.Policy.StrongNameMembershipCondition struct StrongNameMembershipCondition_t2614563360; // System.Security.Permissions.StrongNamePublicKeyBlob struct StrongNamePublicKeyBlob_t3355146440; // System.Version struct Version_t3456873960; // System.Security.Permissions.EnvironmentPermission struct EnvironmentPermission_t1242010617; // System.Security.IPermission struct IPermission_t4015543450; // System.Security.Permissions.FileDialogPermission struct FileDialogPermission_t986095094; // System.Security.Permissions.IsolatedStorageFilePermission struct IsolatedStorageFilePermission_t2861120981; // System.Security.Permissions.IsolatedStoragePermission struct IsolatedStoragePermission_t2996329588; // System.Security.Permissions.ReflectionPermission struct ReflectionPermission_t2208099681; // System.Security.Permissions.SecurityPermission struct SecurityPermission_t2954997752; // System.Security.Permissions.UIPermission struct UIPermission_t826475846; // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749; // System.Security.Permissions.RegistryPermission struct RegistryPermission_t4244934776; // System.Security.Permissions.KeyContainerPermission struct KeyContainerPermission_t1460699488; // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Security.Policy.Evidence/EvidenceEnumerator struct EvidenceEnumerator_t1708166667; // System.Reflection.Assembly struct Assembly_t; // System.Security.Policy.Zone struct Zone_t2011285646; // System.Security.Policy.Url struct Url_t207802215; // System.Security.Policy.Hash struct Hash_t5925575; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Security.Policy.Site struct Site_t1075497104; // System.Reflection.AssemblyName struct AssemblyName_t270931938; // System.Security.Policy.StrongName struct StrongName_t3675724614; // Mono.Security.Authenticode.AuthenticodeDeformatter struct AuthenticodeDeformatter_t88130231; // Mono.Security.X509.X509Certificate struct X509Certificate_t489243024; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622; // System.Security.Policy.Publisher struct Publisher_t2758056332; // System.Security.Policy.GacInstalled struct GacInstalled_t3565883570; // System.AppDomain struct AppDomain_t1571427825; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.Security.Permissions.GacIdentityPermission struct GacIdentityPermission_t2991335275; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Text.StringBuilder struct StringBuilder_t; // System.Security.SecurityException struct SecurityException_t975544473; // System.IO.FileStream struct FileStream_t4292183065; // System.Exception struct Exception_t; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Security.Policy.CodeConnectAccess[] struct CodeConnectAccessU5BU5D_t491831029; // System.Security.Policy.PermissionRequestEvidence struct PermissionRequestEvidence_t59447972; // System.Security.Policy.PolicyException struct PolicyException_t1520028310; // System.SystemException struct SystemException_t176217640; // System.IO.StreamReader struct StreamReader_t4009935899; // Mono.Xml.SecurityParser struct SecurityParser_t4124480077; // System.IO.StreamWriter struct StreamWriter_t1266378904; // System.Security.Policy.ZoneMembershipCondition struct ZoneMembershipCondition_t3195636716; // System.Security.Permissions.PublisherIdentityPermission struct PublisherIdentityPermission_t594127488; // System.FormatException struct FormatException_t154580423; // System.Security.Permissions.SiteIdentityPermission struct SiteIdentityPermission_t4239769539; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // Mono.Security.Uri struct Uri_t722248887; // System.Security.Permissions.StrongNameIdentityPermission struct StrongNameIdentityPermission_t2780499738; // System.Security.Permissions.UrlIdentityPermission struct UrlIdentityPermission_t48040392; // System.Security.Permissions.ZoneIdentityPermission struct ZoneIdentityPermission_t2250593031; // System.Security.Principal.WindowsIdentity struct WindowsIdentity_t2948242406; // System.Runtime.Serialization.SerializationException struct SerializationException_t3941511869; // System.Security.SecurityContext struct SecurityContext_t2435442044; // System.Threading.CompressedStack struct CompressedStack_t1202932761; // System.Threading.Thread struct Thread_t2300836069; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.Security.SecurityCriticalAttribute struct SecurityCriticalAttribute_t2279322844; // System.Attribute struct Attribute_t861562559; // System.Security.SecurityElement/SecurityAttribute struct SecurityAttribute_t3566489056; // System.Security.XmlSyntaxException struct XmlSyntaxException_t2973594484; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t2232395945; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Security.RuntimeSecurityFrame struct RuntimeSecurityFrame_t536173748; // System.Text.Encoding struct Encoding_t1523322056; // System.Reflection.MethodBase struct MethodBase_t; // System.Security.SecuritySafeCriticalAttribute struct SecuritySafeCriticalAttribute_t3505979402; // System.Security.SuppressUnmanagedCodeSecurityAttribute struct SuppressUnmanagedCodeSecurityAttribute_t744305558; // System.Security.UnverifiableCodeAttribute struct UnverifiableCodeAttribute_t3228760399; // System.SerializableAttribute struct SerializableAttribute_t1992588303; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.OverflowException struct OverflowException_t2020128637; // System.StackOverflowException struct StackOverflowException_t3629451388; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4067030938; // System.CharEnumerator struct CharEnumerator_t1121470421; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.StringComparer struct StringComparer_t3301955079; // System.CultureAwareComparer struct CultureAwareComparer_t30646139; // System.OrdinalComparer struct OrdinalComparer_t3407243298; // System.TermInfoDriver struct TermInfoDriver_t2335718621; // System.TermInfoReader struct TermInfoReader_t3116894478; // System.IO.CStreamWriter struct CStreamWriter_t3783449173; // System.IO.IOException struct IOException_t4088381929; // System.ByteMatcher struct ByteMatcher_t2129355737; // System.NotSupportedException struct NotSupportedException_t1314879016; // Mono.Security.Uri/UriScheme[] struct UriSchemeU5BU5D_t1281162915; // System.IO.TextWriter struct TextWriter_t3478189236; // System.IO.TextReader struct TextReader_t283511965; // System.ConsoleCancelEventHandler struct ConsoleCancelEventHandler_t3919940372; // System.Console/InternalCancelHandler struct InternalCancelHandler_t872516951; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_t2787973995; // System.Collections.Stack struct Stack_t2329662280; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t567962447; // System.Security.Policy.StrongName[] struct StrongNameU5BU5D_t1449304291; // System.Collections.Generic.IList`1 struct IList_1_t1196077101; // 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.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Text.Decoder struct Decoder_t2204182725; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.TermInfoStrings[] struct TermInfoStringsU5BU5D_t4121115714; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Security.Permissions.KeyContainerPermissionAccessEntryCollection struct KeyContainerPermissionAccessEntryCollection_t4144114052; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_t3411219591; // System.ActivationContext struct ActivationContext_t976916018; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // Mono.Security.X509.X509CertificateCollection struct X509CertificateCollection_t1542168549; // Mono.Security.ASN1 struct ASN1_t2114160832; // Mono.Security.X509.X509Chain struct X509Chain_t863783600; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t274213469; // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t3040401154; // System.Security.Cryptography.RSA struct RSA_t2385438082; // System.Security.Cryptography.DSA struct DSA_t2386879874; // Mono.Security.X509.X509ExtensionCollection struct X509ExtensionCollection_t609554708; extern RuntimeClass* AllMembershipCondition_t198137363_il2cpp_TypeInfo_var; extern const uint32_t AllMembershipCondition_Copy_m113923772_MetadataUsageId; extern const uint32_t AllMembershipCondition_Equals_m3001058191_MetadataUsageId; extern RuntimeClass* MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614587; extern const uint32_t AllMembershipCondition_FromXml_m2045796600_MetadataUsageId; extern const RuntimeType* AllMembershipCondition_t198137363_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t AllMembershipCondition_GetHashCode_m1213532212_MetadataUsageId; extern String_t* _stringLiteral3995258936; extern const uint32_t AllMembershipCondition_ToString_m2227959323_MetadataUsageId; extern const uint32_t AllMembershipCondition_ToXml_m2653409894_MetadataUsageId; extern RuntimeClass* List_1_t852832060_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1080959174_RuntimeMethod_var; extern const uint32_t ApplicationTrust__ctor_m515003198_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern RuntimeClass* ApplicationIdentity_t1917735356_il2cpp_TypeInfo_var; extern RuntimeClass* SecurityElement_t1046076091_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern RuntimeClass* BinaryFormatter_t3197753202_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* ApplicationTrust_FromXml_m2861714386_RuntimeMethod_var; extern String_t* _stringLiteral4059539929; extern String_t* _stringLiteral2351769058; extern String_t* _stringLiteral2456133301; extern String_t* _stringLiteral1000784225; extern String_t* _stringLiteral2503236550; extern String_t* _stringLiteral3258657263; extern String_t* _stringLiteral3965093343; extern String_t* _stringLiteral3765082827; extern String_t* _stringLiteral2037252898; extern const uint32_t ApplicationTrust_FromXml_m2861714386_MetadataUsageId; extern String_t* _stringLiteral1902401671; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral4002445229; extern const uint32_t ApplicationTrust_ToXml_m3143300283_MetadataUsageId; extern RuntimeClass* PermissionSet_t223948603_il2cpp_TypeInfo_var; extern RuntimeClass* PolicyStatement_t3052133691_il2cpp_TypeInfo_var; extern const uint32_t ApplicationTrust_GetDefaultGrantSet_m1199482037_MetadataUsageId; extern RuntimeClass* CodeConnectAccess_t1103527196_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614534; extern String_t* _stringLiteral2709933751; extern const uint32_t CodeConnectAccess__cctor_m4249091937_MetadataUsageId; extern const uint32_t CodeConnectAccess_Equals_m4146956167_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* IMembershipCondition_t97388457_il2cpp_TypeInfo_var; extern const RuntimeMethod* CodeGroup__ctor_m294677161_RuntimeMethod_var; extern String_t* _stringLiteral4165419822; extern const uint32_t CodeGroup__ctor_m294677161_MetadataUsageId; extern const uint32_t CodeGroup__ctor_m3693531839_MetadataUsageId; extern const RuntimeMethod* CodeGroup_AddChild_m2906100427_RuntimeMethod_var; extern String_t* _stringLiteral3122773422; extern const uint32_t CodeGroup_AddChild_m2906100427_MetadataUsageId; extern RuntimeClass* CodeGroup_t3811807446_il2cpp_TypeInfo_var; extern const uint32_t CodeGroup_Equals_m223940724_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const uint32_t CodeGroup_Equals_m306689663_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* ISecurityPolicyEncodable_t1336091641_il2cpp_TypeInfo_var; extern const RuntimeMethod* CodeGroup_FromXml_m302163170_RuntimeMethod_var; extern String_t* _stringLiteral2522445218; extern String_t* _stringLiteral21353695; extern String_t* _stringLiteral351315815; extern String_t* _stringLiteral2343394376; extern String_t* _stringLiteral1567057098; extern String_t* _stringLiteral24809731; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral2833616318; extern const uint32_t CodeGroup_FromXml_m302163170_MetadataUsageId; extern RuntimeClass* ISecurityEncodable_t2426431352_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t CodeGroup_ToXml_m3772765970_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern RuntimeClass* FileCodeGroup_t1720965944_il2cpp_TypeInfo_var; extern RuntimeClass* FirstMatchCodeGroup_t885469689_il2cpp_TypeInfo_var; extern RuntimeClass* NetCodeGroup_t2217812384_il2cpp_TypeInfo_var; extern RuntimeClass* UnionCodeGroup_t3773268997_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* _stringLiteral3452614532; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral2324134036; extern String_t* _stringLiteral3600209089; extern String_t* _stringLiteral739298298; extern String_t* _stringLiteral371559367; extern const uint32_t CodeGroup_CreateFromXml_m94063289_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultPolicies_t2520506789_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D65_56_FieldInfo_var; extern const uint32_t DefaultPolicies__cctor_m4270198560_MetadataUsageId; extern const uint32_t DefaultPolicies_get_FullTrust_m2195397749_MetadataUsageId; extern const uint32_t DefaultPolicies_get_LocalIntranet_m1999255987_MetadataUsageId; extern const uint32_t DefaultPolicies_get_Internet_m3150485353_MetadataUsageId; extern const uint32_t DefaultPolicies_get_SkipVerification_m3863779176_MetadataUsageId; extern const uint32_t DefaultPolicies_get_Execution_m3268869637_MetadataUsageId; extern const uint32_t DefaultPolicies_get_Nothing_m1706736562_MetadataUsageId; extern const uint32_t DefaultPolicies_get_Everything_m1119688026_MetadataUsageId; extern RuntimeClass* StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var; extern RuntimeClass* Version_t3456873960_il2cpp_TypeInfo_var; extern RuntimeClass* StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var; extern String_t* _stringLiteral309990348; extern const uint32_t DefaultPolicies_FullTrustMembership_m3015876958_MetadataUsageId; extern RuntimeClass* NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4204605065; extern const uint32_t DefaultPolicies_BuildFullTrust_m478070868_MetadataUsageId; extern RuntimeClass* EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var; extern RuntimeClass* FileDialogPermission_t986095094_il2cpp_TypeInfo_var; extern RuntimeClass* IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var; extern RuntimeClass* ReflectionPermission_t2208099681_il2cpp_TypeInfo_var; extern RuntimeClass* SecurityPermission_t2954997752_il2cpp_TypeInfo_var; extern RuntimeClass* UIPermission_t826475846_il2cpp_TypeInfo_var; extern RuntimeClass* PermissionBuilder_t1403083973_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4088324911; extern String_t* _stringLiteral582697778; extern String_t* _stringLiteral1159331104; extern String_t* _stringLiteral3235464780; extern const uint32_t DefaultPolicies_BuildLocalIntranet_m1653250684_MetadataUsageId; extern String_t* _stringLiteral2729772498; extern const uint32_t DefaultPolicies_BuildInternet_m2401202829_MetadataUsageId; extern String_t* _stringLiteral2298016356; extern const uint32_t DefaultPolicies_BuildSkipVerification_m2946679696_MetadataUsageId; extern String_t* _stringLiteral4009080234; extern const uint32_t DefaultPolicies_BuildExecution_m640475052_MetadataUsageId; extern String_t* _stringLiteral935730012; extern const uint32_t DefaultPolicies_BuildNothing_m2923200641_MetadataUsageId; extern RuntimeClass* FileIOPermission_t3596906749_il2cpp_TypeInfo_var; extern RuntimeClass* RegistryPermission_t4244934776_il2cpp_TypeInfo_var; extern RuntimeClass* KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2532255921; extern String_t* _stringLiteral1206058885; extern String_t* _stringLiteral1475500354; extern String_t* _stringLiteral1085872370; extern String_t* _stringLiteral382530498; extern String_t* _stringLiteral4045299844; extern String_t* _stringLiteral2376949307; extern String_t* _stringLiteral3606710280; extern String_t* _stringLiteral1554096542; extern String_t* _stringLiteral2002132800; extern String_t* _stringLiteral1118865427; extern const uint32_t DefaultPolicies_BuildEverything_m1936139691_MetadataUsageId; extern String_t* _stringLiteral1361836849; extern String_t* _stringLiteral1232841122; extern const uint32_t DefaultPolicies_PrintingPermission_m2449497303_MetadataUsageId; extern const uint32_t Evidence_get_HostEvidenceList_m2705108086_MetadataUsageId; extern const uint32_t Evidence_get_AssemblyEvidenceList_m632963901_MetadataUsageId; extern RuntimeClass* SecurityManager_t3383402582_il2cpp_TypeInfo_var; extern const uint32_t Evidence_AddHost_m2781899839_MetadataUsageId; extern RuntimeClass* Evidence_t2008144148_il2cpp_TypeInfo_var; extern const uint32_t Evidence_Equals_m1478353107_MetadataUsageId; extern RuntimeClass* EvidenceEnumerator_t1708166667_il2cpp_TypeInfo_var; extern const uint32_t Evidence_GetEnumerator_m302914965_MetadataUsageId; extern const uint32_t Evidence_Merge_m4134639685_MetadataUsageId; extern RuntimeClass* Url_t207802215_il2cpp_TypeInfo_var; extern RuntimeClass* Hash_t5925575_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* StrongName_t3675724614_il2cpp_TypeInfo_var; extern RuntimeClass* AuthenticodeDeformatter_t88130231_il2cpp_TypeInfo_var; extern RuntimeClass* X509Certificate_t713131622_il2cpp_TypeInfo_var; extern RuntimeClass* Publisher_t2758056332_il2cpp_TypeInfo_var; extern RuntimeClass* GacInstalled_t3565883570_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1511110195; extern const uint32_t Evidence_GetDefaultHostEvidence_m3906728247_MetadataUsageId; extern const uint32_t EvidenceEnumerator_MoveNext_m183460296_MetadataUsageId; extern const uint32_t EvidenceEnumerator_Reset_m2337577119_MetadataUsageId; extern const uint32_t EvidenceEnumerator_get_Current_m1264365535_MetadataUsageId; extern const uint32_t FileCodeGroup_Copy_m865012745_MetadataUsageId; extern const RuntimeMethod* FileCodeGroup_Resolve_m1480644185_RuntimeMethod_var; extern String_t* _stringLiteral808976576; extern const uint32_t FileCodeGroup_Resolve_m1480644185_MetadataUsageId; extern const uint32_t FileCodeGroup_Equals_m679519402_MetadataUsageId; extern RuntimeClass* FileIOPermissionAccess_t1559273540_il2cpp_TypeInfo_var; extern const uint32_t FileCodeGroup_GetHashCode_m2629802856_MetadataUsageId; extern const RuntimeType* FileIOPermissionAccess_t1559273540_0_0_0_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2349569347; extern const uint32_t FileCodeGroup_ParseXml_m4284346158_MetadataUsageId; extern const uint32_t FileCodeGroup_CreateXml_m2436489953_MetadataUsageId; extern const uint32_t FirstMatchCodeGroup_Copy_m1474848571_MetadataUsageId; extern const RuntimeMethod* FirstMatchCodeGroup_Resolve_m2345524228_RuntimeMethod_var; extern const uint32_t FirstMatchCodeGroup_Resolve_m2345524228_MetadataUsageId; extern const uint32_t FirstMatchCodeGroup_CopyNoChildren_m3911345145_MetadataUsageId; extern RuntimeClass* GacIdentityPermission_t2991335275_il2cpp_TypeInfo_var; extern const uint32_t GacInstalled_CreateIdentityPermission_m2210564757_MetadataUsageId; extern const uint32_t GacInstalled_Equals_m4206427287_MetadataUsageId; extern const uint32_t GacInstalled_ToString_m705086061_MetadataUsageId; extern const RuntimeMethod* Hash__ctor_m3828429018_RuntimeMethod_var; extern String_t* _stringLiteral3020574479; extern const uint32_t Hash__ctor_m3828429018_MetadataUsageId; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern String_t* _stringLiteral3013553869; extern const uint32_t Hash__ctor_m2891763106_MetadataUsageId; extern const RuntimeMethod* Hash_GetObjectData_m2136403986_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern const uint32_t Hash_GetObjectData_m2136403986_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3451435000; extern const uint32_t Hash_ToString_m1453919145_MetadataUsageId; extern RuntimeClass* SecurityException_t975544473_il2cpp_TypeInfo_var; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern const RuntimeMethod* Hash_GetData_m1957063775_RuntimeMethod_var; extern String_t* _stringLiteral3109013795; extern const uint32_t Hash_GetData_m1957063775_MetadataUsageId; extern const uint32_t MembershipConditionHelper__cctor_m1261813908_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* MembershipConditionHelper_CheckSecurityElement_m132352018_RuntimeMethod_var; extern String_t* _stringLiteral3460575773; extern String_t* _stringLiteral3793367938; extern const uint32_t MembershipConditionHelper_CheckSecurityElement_m132352018_MetadataUsageId; extern String_t* _stringLiteral3450517380; extern const uint32_t MembershipConditionHelper_Element_m3008401768_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern const uint32_t NetCodeGroup__ctor_m2765671805_MetadataUsageId; extern const uint32_t NetCodeGroup__ctor_m3735351721_MetadataUsageId; extern const uint32_t NetCodeGroup__cctor_m2691075959_MetadataUsageId; extern const uint32_t NetCodeGroup_Copy_m2097688604_MetadataUsageId; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern RuntimeClass* CodeConnectAccessU5BU5D_t491831029_il2cpp_TypeInfo_var; extern const uint32_t NetCodeGroup_Equals_m629456265_MetadataUsageId; extern const uint32_t NetCodeGroup_GetHashCode_m344553630_MetadataUsageId; extern const RuntimeMethod* NetCodeGroup_Resolve_m708703715_RuntimeMethod_var; extern const uint32_t NetCodeGroup_Resolve_m708703715_MetadataUsageId; extern const uint32_t PermissionRequestEvidence__ctor_m1593221312_MetadataUsageId; extern String_t* _stringLiteral711686747; extern String_t* _stringLiteral475705030; extern String_t* _stringLiteral2882590489; extern String_t* _stringLiteral3889647017; extern const uint32_t PermissionRequestEvidence_ToString_m1564439905_MetadataUsageId; extern String_t* _stringLiteral4127180791; extern const uint32_t PolicyException__ctor_m2559759454_MetadataUsageId; extern const uint32_t PolicyLevel__ctor_m3173495799_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1427504738; extern const uint32_t PolicyLevel_LoadFromFile_m3845519340_MetadataUsageId; extern RuntimeClass* SecurityParser_t4124480077_il2cpp_TypeInfo_var; extern const RuntimeMethod* PolicyLevel_FromString_m1790199295_RuntimeMethod_var; extern String_t* _stringLiteral1078838269; extern String_t* _stringLiteral1515188331; extern String_t* _stringLiteral255002417; extern String_t* _stringLiteral522117437; extern String_t* _stringLiteral2866827006; extern String_t* _stringLiteral3689290541; extern String_t* _stringLiteral2729534181; extern String_t* _stringLiteral1286800933; extern const uint32_t PolicyLevel_FromString_m1790199295_MetadataUsageId; extern const RuntimeMethod* PolicyLevel_FromXml_m3288684303_RuntimeMethod_var; extern String_t* _stringLiteral331941593; extern String_t* _stringLiteral2323034221; extern String_t* _stringLiteral2798831033; extern String_t* _stringLiteral3451527794; extern String_t* _stringLiteral3650312156; extern String_t* _stringLiteral1336206095; extern String_t* _stringLiteral73014400; extern const uint32_t PolicyLevel_FromXml_m3288684303_MetadataUsageId; extern const RuntimeMethod* PolicyLevel_GetNamedPermissionSet_m1472132237_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern const uint32_t PolicyLevel_GetNamedPermissionSet_m1472132237_MetadataUsageId; extern const RuntimeMethod* PolicyLevel_Resolve_m2485394215_RuntimeMethod_var; extern const uint32_t PolicyLevel_Resolve_m2485394215_MetadataUsageId; extern const RuntimeType* StrongNameMembershipCondition_t2614563360_0_0_0_var; extern const RuntimeType* PolicyLevel_t2891196107_0_0_0_var; extern String_t* _stringLiteral1408044207; extern const uint32_t PolicyLevel_ToXml_m1729327836_MetadataUsageId; extern RuntimeClass* PolicyException_t1520028310_il2cpp_TypeInfo_var; extern RuntimeClass* StreamWriter_t1266378904_il2cpp_TypeInfo_var; extern const RuntimeMethod* PolicyLevel_Save_m3345864262_RuntimeMethod_var; extern String_t* _stringLiteral1335599261; extern String_t* _stringLiteral3439089072; extern const uint32_t PolicyLevel_Save_m3345864262_MetadataUsageId; extern RuntimeClass* ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3712864280; extern String_t* _stringLiteral258024550; extern String_t* _stringLiteral477387688; extern String_t* _stringLiteral2722342320; extern String_t* _stringLiteral3239402943; extern String_t* _stringLiteral1050469141; extern const uint32_t PolicyLevel_CreateDefaultLevel_m1311194295_MetadataUsageId; extern String_t* _stringLiteral2801355955; extern String_t* _stringLiteral2310794395; extern String_t* _stringLiteral1829398128; extern String_t* _stringLiteral3285188227; extern String_t* _stringLiteral4025908239; extern String_t* _stringLiteral3153272036; extern const uint32_t PolicyLevel_CreateDefaultFullTrustAssemblies_m2687686518_MetadataUsageId; extern const uint32_t PolicyLevel_CreateDefaultNamedPermissionSets_m1359142823_MetadataUsageId; extern const uint32_t PolicyLevel_ResolveClassName_m1024075074_MetadataUsageId; extern const uint32_t PolicyLevel_IsFullTrustAssembly_m2862161936_MetadataUsageId; extern const uint32_t PolicyStatement_get_PermissionSet_m1381848521_MetadataUsageId; extern const uint32_t PolicyStatement_Copy_m4094081563_MetadataUsageId; extern const RuntimeType* PolicyStatementAttribute_t1674167676_0_0_0_var; extern const RuntimeMethod* PolicyStatement_FromXml_m265230900_RuntimeMethod_var; extern String_t* _stringLiteral3455498171; extern String_t* _stringLiteral2015666228; extern String_t* _stringLiteral4159445522; extern const uint32_t PolicyStatement_FromXml_m265230900_MetadataUsageId; extern RuntimeClass* PolicyStatementAttribute_t1674167676_il2cpp_TypeInfo_var; extern const uint32_t PolicyStatement_ToXml_m3385176959_MetadataUsageId; extern const uint32_t PolicyStatement_Equals_m4186090375_MetadataUsageId; extern const uint32_t PolicyStatement_Empty_m1551910523_MetadataUsageId; extern const RuntimeMethod* Publisher__ctor_m2749713806_RuntimeMethod_var; extern String_t* _stringLiteral1211898317; extern const uint32_t Publisher__ctor_m2749713806_MetadataUsageId; extern const RuntimeMethod* Publisher_get_Certificate_m2493494743_RuntimeMethod_var; extern String_t* _stringLiteral2472448454; extern const uint32_t Publisher_get_Certificate_m2493494743_MetadataUsageId; extern RuntimeClass* PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var; extern const uint32_t Publisher_CreateIdentityPermission_m1626556669_MetadataUsageId; extern const RuntimeMethod* Publisher_Equals_m878254547_RuntimeMethod_var; extern String_t* _stringLiteral3452614593; extern String_t* _stringLiteral2173130479; extern const uint32_t Publisher_Equals_m878254547_MetadataUsageId; extern String_t* _stringLiteral3410295107; extern String_t* _stringLiteral2775266118; extern const uint32_t Publisher_ToString_m1524032976_MetadataUsageId; extern const RuntimeMethod* Site__ctor_m1500805961_RuntimeMethod_var; extern String_t* _stringLiteral2910693353; extern String_t* _stringLiteral2982315720; extern const uint32_t Site__ctor_m1500805961_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern RuntimeClass* Site_t1075497104_il2cpp_TypeInfo_var; extern const RuntimeMethod* Site_CreateFromUrl_m2763504102_RuntimeMethod_var; extern String_t* _stringLiteral3141335194; extern String_t* _stringLiteral22449873; extern const uint32_t Site_CreateFromUrl_m2763504102_MetadataUsageId; extern RuntimeClass* SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var; extern const uint32_t Site_CreateIdentityPermission_m3264750707_MetadataUsageId; extern const uint32_t Site_Equals_m3133419169_MetadataUsageId; extern String_t* _stringLiteral1727735879; extern const uint32_t Site_ToString_m2914441711_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t Site_IsValid_m103509940_MetadataUsageId; extern RuntimeClass* Uri_t722248887_il2cpp_TypeInfo_var; extern const uint32_t Site_UrlToSite_m49392084_MetadataUsageId; extern const RuntimeMethod* StrongName__ctor_m2041757769_RuntimeMethod_var; extern String_t* _stringLiteral3946841517; extern String_t* _stringLiteral3159092532; extern const uint32_t StrongName__ctor_m2041757769_MetadataUsageId; extern RuntimeClass* StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var; extern const uint32_t StrongName_CreateIdentityPermission_m157276771_MetadataUsageId; extern const uint32_t StrongName_Equals_m384811149_MetadataUsageId; extern const RuntimeType* StrongName_t3675724614_0_0_0_var; extern String_t* _stringLiteral2600272002; extern String_t* _stringLiteral1902402919; extern const uint32_t StrongName_ToString_m3130222752_MetadataUsageId; extern const RuntimeMethod* StrongNameMembershipCondition__ctor_m2312244552_RuntimeMethod_var; extern const uint32_t StrongNameMembershipCondition__ctor_m2312244552_MetadataUsageId; extern const uint32_t StrongNameMembershipCondition_Check_m2770731415_MetadataUsageId; extern const uint32_t StrongNameMembershipCondition_Copy_m1906507748_MetadataUsageId; extern const uint32_t StrongNameMembershipCondition_Equals_m2472489880_MetadataUsageId; extern String_t* _stringLiteral362195565; extern String_t* _stringLiteral2515099196; extern const uint32_t StrongNameMembershipCondition_FromXml_m2156013368_MetadataUsageId; extern String_t* _stringLiteral3540000327; extern String_t* _stringLiteral2963395517; extern String_t* _stringLiteral3329957748; extern const uint32_t StrongNameMembershipCondition_ToString_m1883955761_MetadataUsageId; extern String_t* _stringLiteral3073726250; extern const uint32_t StrongNameMembershipCondition_ToXml_m1221483647_MetadataUsageId; extern const uint32_t UnionCodeGroup_Copy_m457622498_MetadataUsageId; extern const RuntimeMethod* UnionCodeGroup_Resolve_m2409463599_RuntimeMethod_var; extern const uint32_t UnionCodeGroup_Resolve_m2409463599_MetadataUsageId; extern RuntimeClass* UrlIdentityPermission_t48040392_il2cpp_TypeInfo_var; extern const uint32_t Url_CreateIdentityPermission_m3210604323_MetadataUsageId; extern String_t* _stringLiteral4054833267; extern const uint32_t Url_Equals_m2856315602_MetadataUsageId; extern const uint32_t Url_GetHashCode_m248076089_MetadataUsageId; extern String_t* _stringLiteral860040990; extern String_t* _stringLiteral2910693385; extern const uint32_t Url_ToString_m1615820216_MetadataUsageId; extern const RuntimeMethod* Url_Prepare_m4284340721_RuntimeMethod_var; extern String_t* _stringLiteral1015555571; extern const uint32_t Url_Prepare_m4284340721_MetadataUsageId; extern const RuntimeType* SecurityZone_t1272287263_0_0_0_var; extern RuntimeClass* SecurityZone_t1272287263_il2cpp_TypeInfo_var; extern const RuntimeMethod* Zone__ctor_m4042865123_RuntimeMethod_var; extern String_t* _stringLiteral1290890437; extern String_t* _stringLiteral2791739690; extern const uint32_t Zone__ctor_m4042865123_MetadataUsageId; extern RuntimeClass* ZoneIdentityPermission_t2250593031_il2cpp_TypeInfo_var; extern const uint32_t Zone_CreateIdentityPermission_m4189053122_MetadataUsageId; extern RuntimeClass* Zone_t2011285646_il2cpp_TypeInfo_var; extern const RuntimeMethod* Zone_CreateFromUrl_m2027562543_RuntimeMethod_var; extern const uint32_t Zone_CreateFromUrl_m2027562543_MetadataUsageId; extern const uint32_t Zone_Equals_m249036791_MetadataUsageId; extern String_t* _stringLiteral2663524421; extern String_t* _stringLiteral2791739722; extern const uint32_t Zone_ToString_m1787122089_MetadataUsageId; extern const RuntimeMethod* ZoneMembershipCondition_set_SecurityZone_m456086248_RuntimeMethod_var; extern String_t* _stringLiteral316600293; extern String_t* _stringLiteral39948547; extern const uint32_t ZoneMembershipCondition_set_SecurityZone_m456086248_MetadataUsageId; extern const uint32_t ZoneMembershipCondition_Check_m266128477_MetadataUsageId; extern const uint32_t ZoneMembershipCondition_Copy_m1888164534_MetadataUsageId; extern const uint32_t ZoneMembershipCondition_Equals_m3847208138_MetadataUsageId; extern const uint32_t ZoneMembershipCondition_FromXml_m3431387072_MetadataUsageId; extern const uint32_t ZoneMembershipCondition_GetHashCode_m1720729002_MetadataUsageId; extern String_t* _stringLiteral2028451150; extern const uint32_t ZoneMembershipCondition_ToString_m1738981336_MetadataUsageId; extern const RuntimeType* ZoneMembershipCondition_t3195636716_0_0_0_var; extern const uint32_t ZoneMembershipCondition_ToXml_m29114417_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern RuntimeClass* WindowsIdentity_t2948242406_il2cpp_TypeInfo_var; extern const uint32_t WindowsIdentity__cctor_m1315799505_MetadataUsageId; extern const RuntimeType* IntPtr_t_0_0_0_var; extern const RuntimeType* WindowsAccountType_t2283000883_0_0_0_var; extern RuntimeClass* SerializationException_t3941511869_il2cpp_TypeInfo_var; extern const RuntimeMethod* WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631_RuntimeMethod_var; extern String_t* _stringLiteral2173289356; extern String_t* _stringLiteral2476493498; extern String_t* _stringLiteral545154609; extern String_t* _stringLiteral3642020180; extern String_t* _stringLiteral1250540719; extern String_t* _stringLiteral2947647849; extern String_t* _stringLiteral3445209980; extern const uint32_t WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631_MetadataUsageId; extern RuntimeClass* WindowsAccountType_t2283000883_il2cpp_TypeInfo_var; extern const uint32_t WindowsIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m2539658116_MetadataUsageId; extern const uint32_t WindowsIdentity_Dispose_m3466258450_MetadataUsageId; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern RuntimeClass* SecurityContext_t2435442044_il2cpp_TypeInfo_var; extern const uint32_t SecurityContext_Capture_m1047743382_MetadataUsageId; extern const RuntimeMethod* SecurityElement__ctor_m750466183_RuntimeMethod_var; extern String_t* _stringLiteral2862656147; extern String_t* _stringLiteral2522743314; extern String_t* _stringLiteral3450517398; extern const uint32_t SecurityElement__ctor_m750466183_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D38_29_FieldInfo_var; extern const uint32_t SecurityElement__cctor_m3326869319_MetadataUsageId; extern RuntimeClass* SecurityAttribute_t3566489056_il2cpp_TypeInfo_var; extern const uint32_t SecurityElement_get_Attributes_m1319762035_MetadataUsageId; extern const RuntimeMethod* SecurityElement_set_Text_m3975773934_RuntimeMethod_var; extern const uint32_t SecurityElement_set_Text_m3975773934_MetadataUsageId; extern const RuntimeMethod* SecurityElement_AddAttribute_m311510562_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral4136252437; extern const uint32_t SecurityElement_AddAttribute_m311510562_MetadataUsageId; extern const RuntimeMethod* SecurityElement_AddChild_m1606852781_RuntimeMethod_var; extern String_t* _stringLiteral430703268; extern const uint32_t SecurityElement_AddChild_m1606852781_MetadataUsageId; extern const RuntimeMethod* SecurityElement_Attribute_m2289480139_RuntimeMethod_var; extern const uint32_t SecurityElement_Attribute_m2289480139_MetadataUsageId; extern String_t* _stringLiteral2598437568; extern String_t* _stringLiteral2597716672; extern String_t* _stringLiteral3987679165; extern String_t* _stringLiteral3195658423; extern String_t* _stringLiteral735890526; extern const uint32_t SecurityElement_Escape_m1342311983_MetadataUsageId; extern String_t* _stringLiteral3452614548; extern String_t* _stringLiteral3452614546; extern String_t* _stringLiteral3452614522; extern String_t* _stringLiteral3452614526; extern String_t* _stringLiteral3452614521; extern const uint32_t SecurityElement_Unescape_m327386968_MetadataUsageId; extern RuntimeClass* XmlSyntaxException_t2973594484_il2cpp_TypeInfo_var; extern const RuntimeMethod* SecurityElement_FromString_m2092342195_RuntimeMethod_var; extern String_t* _stringLiteral2909972470; extern String_t* _stringLiteral4239031605; extern String_t* _stringLiteral4124362169; extern const uint32_t SecurityElement_FromString_m2092342195_MetadataUsageId; extern const uint32_t SecurityElement_IsValidAttributeName_m713904709_MetadataUsageId; extern const uint32_t SecurityElement_IsValidAttributeValue_m948345692_MetadataUsageId; extern const uint32_t SecurityElement_IsValidTag_m1803475254_MetadataUsageId; extern const uint32_t SecurityElement_IsValidText_m1346599242_MetadataUsageId; extern const RuntimeMethod* SecurityElement_SearchForChildByTag_m900466299_RuntimeMethod_var; extern const uint32_t SecurityElement_SearchForChildByTag_m900466299_MetadataUsageId; extern const uint32_t SecurityElement_ToString_m1918878627_MetadataUsageId; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral3450386323; extern String_t* _stringLiteral3451697025; extern String_t* _stringLiteral3450582932; extern const uint32_t SecurityElement_ToXml_m3664345083_MetadataUsageId; extern const uint32_t SecurityElement_GetAttribute_m3347489583_MetadataUsageId; extern const RuntimeMethod* SecurityAttribute__ctor_m1429827508_RuntimeMethod_var; extern String_t* _stringLiteral2417642285; extern String_t* _stringLiteral1055648076; extern const uint32_t SecurityAttribute__ctor_m1429827508_MetadataUsageId; extern String_t* _stringLiteral3735202939; extern const uint32_t SecurityException__ctor_m836898292_MetadataUsageId; extern String_t* _stringLiteral1249835384; extern const uint32_t SecurityException__ctor_m254177942_MetadataUsageId; extern const uint32_t SecurityException_GetObjectData_m1968030344_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3034547154; extern String_t* _stringLiteral2157266222; extern String_t* _stringLiteral2301679793; extern String_t* _stringLiteral2368712086; extern String_t* _stringLiteral4142863992; extern String_t* _stringLiteral52642591; extern String_t* _stringLiteral217691493; extern String_t* _stringLiteral44402488; extern String_t* _stringLiteral3748880426; extern const uint32_t SecurityException_ToString_m3228070608_MetadataUsageId; extern const uint32_t SecurityFrame_InitFromRuntimeFrame_m1714852458_MetadataUsageId; extern String_t* _stringLiteral1276385879; extern String_t* _stringLiteral1431127000; extern String_t* _stringLiteral2755896588; extern String_t* _stringLiteral754934113; extern String_t* _stringLiteral2781904517; extern String_t* _stringLiteral2879760681; extern const uint32_t SecurityFrame_ToString_m339310712_MetadataUsageId; extern RuntimeClass* RuntimeSecurityFrame_t536173748_il2cpp_TypeInfo_var; extern RuntimeClass* SecurityFrame_t1422462475_il2cpp_TypeInfo_var; extern const uint32_t SecurityFrame_GetStack_m347707425_MetadataUsageId; extern const uint32_t SecurityManager__cctor_m975553111_MetadataUsageId; extern RuntimeClass* CodeAccessPermission_t2681295399_il2cpp_TypeInfo_var; extern RuntimeClass* IPermission_t4015543450_il2cpp_TypeInfo_var; extern const uint32_t SecurityManager_IsGranted_m4010794961_MetadataUsageId; extern const uint32_t SecurityManager_CheckPermissionSet_m427480312_MetadataUsageId; extern RuntimeClass* PolicyLevel_t2891196107_il2cpp_TypeInfo_var; extern const uint32_t SecurityManager_ResolvePolicy_m3195769376_MetadataUsageId; extern const RuntimeType* SecurityPermission_t2954997752_0_0_0_var; extern const RuntimeMethod* SecurityManager_ResolvePolicy_m1638246397_RuntimeMethod_var; extern String_t* _stringLiteral373423380; extern String_t* _stringLiteral3215253922; extern const uint32_t SecurityManager_ResolvePolicy_m1638246397_MetadataUsageId; extern const uint32_t SecurityManager_get_Hierarchy_m1815334450_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3938750743; extern String_t* _stringLiteral2864807083; extern String_t* _stringLiteral3145200119; extern String_t* _stringLiteral3117585348; extern String_t* _stringLiteral662072877; extern String_t* _stringLiteral1904591228; extern const uint32_t SecurityManager_InitializePolicyHierarchy_m217591837_MetadataUsageId; extern const uint32_t SecurityManager_ResolvePolicyLevel_m3573004706_MetadataUsageId; extern RuntimeClass* IIdentityPermissionFactory_t3268650966_il2cpp_TypeInfo_var; extern const uint32_t SecurityManager_ResolveIdentityPermissions_m3136943375_MetadataUsageId; extern const uint32_t SecurityManager_get_ResolvingPolicyLevel_m223659491_MetadataUsageId; extern const uint32_t SecurityManager_set_ResolvingPolicyLevel_m2117409379_MetadataUsageId; extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var; extern const uint32_t SecurityManager_Decode_m84973736_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const RuntimeMethod* SecurityManager_Decode_m2551103128_RuntimeMethod_var; extern String_t* _stringLiteral910517407; extern String_t* _stringLiteral2220347040; extern const uint32_t SecurityManager_Decode_m2551103128_MetadataUsageId; extern const uint32_t SecurityManager_ReflectedLinkDemandInvoke_m3215494919_MetadataUsageId; extern const uint32_t SecurityManager_ReflectedLinkDemandQuery_m926128300_MetadataUsageId; extern const uint32_t SecurityManager_LinkDemand_m2701972867_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToBoolean_m1716619219_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToByte_m997362015_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToChar_m1898259383_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToDateTime_m1748479284_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToDecimal_m325860800_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToDouble_m1584722292_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToInt16_m809233024_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToInt32_m872115569_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToInt64_m1650421025_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToSByte_m1208276900_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToSingle_m1939829239_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const RuntimeMethod* Single_System_IConvertible_ToType_m3312441682_RuntimeMethod_var; extern String_t* _stringLiteral3252615044; extern const uint32_t Single_System_IConvertible_ToType_m3312441682_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToUInt16_m1263555070_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToUInt32_m289030200_MetadataUsageId; extern const uint32_t Single_System_IConvertible_ToUInt64_m3299129161_MetadataUsageId; extern const RuntimeMethod* Single_CompareTo_m2785801815_RuntimeMethod_var; extern String_t* _stringLiteral1790101327; extern const uint32_t Single_CompareTo_m2785801815_MetadataUsageId; extern const uint32_t Single_Equals_m438106747_MetadataUsageId; extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var; extern const RuntimeMethod* Single_Parse_m364357836_RuntimeMethod_var; extern const uint32_t Single_Parse_m364357836_MetadataUsageId; extern const RuntimeMethod* Single_Parse_m3840407583_RuntimeMethod_var; extern const uint32_t Single_Parse_m3840407583_MetadataUsageId; extern const RuntimeMethod* Single_Parse_m3793689340_RuntimeMethod_var; extern const uint32_t Single_Parse_m3793689340_MetadataUsageId; extern RuntimeClass* NumberFormatter_t1182924621_il2cpp_TypeInfo_var; extern const uint32_t Single_ToString_m3947131094_MetadataUsageId; extern const uint32_t Single_ToString_m3107811250_MetadataUsageId; extern const uint32_t Single_ToString_m543431371_MetadataUsageId; extern String_t* _stringLiteral1706066203; extern const uint32_t StackOverflowException__ctor_m592204071_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D0_0_FieldInfo_var; extern String_t* _stringLiteral757602046; extern const uint32_t String__cctor_m261295518_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToBoolean_m887520575_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToByte_m4057316234_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToChar_m863771412_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToDateTime_m3578483777_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToDecimal_m997069272_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToDouble_m3740733360_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToInt16_m1880095008_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToInt32_m2665383247_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToInt64_m3494136111_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToSByte_m945078350_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToSingle_m2571483125_MetadataUsageId; extern const RuntimeMethod* String_System_IConvertible_ToType_m3431692856_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern const uint32_t String_System_IConvertible_ToType_m3431692856_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToUInt16_m2888090399_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToUInt32_m281099219_MetadataUsageId; extern const uint32_t String_System_IConvertible_ToUInt64_m4086947440_MetadataUsageId; extern RuntimeClass* CharEnumerator_t1121470421_il2cpp_TypeInfo_var; extern const uint32_t String_System_Collections_Generic_IEnumerableU3CcharU3E_GetEnumerator_m1490086850_MetadataUsageId; extern const uint32_t String_System_Collections_IEnumerable_GetEnumerator_m3198926340_MetadataUsageId; extern const uint32_t String_Equals_m1039194686_MetadataUsageId; extern const uint32_t String_Equals_m2270643605_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_get_Chars_m2986988803_RuntimeMethod_var; extern const uint32_t String_get_Chars_m2986988803_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_CopyTo_m2803757991_RuntimeMethod_var; extern String_t* _stringLiteral2783568775; extern String_t* _stringLiteral4004074309; extern String_t* _stringLiteral2066644356; extern String_t* _stringLiteral1511102372; extern String_t* _stringLiteral1538545496; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral2712588567; extern String_t* _stringLiteral3934428837; extern const uint32_t String_CopyTo_m2803757991_MetadataUsageId; extern const RuntimeMethod* String_ToCharArray_m2268354229_RuntimeMethod_var; extern String_t* _stringLiteral2410720131; extern String_t* _stringLiteral3073595182; extern String_t* _stringLiteral1212500642; extern String_t* _stringLiteral3172736746; extern const uint32_t String_ToCharArray_m2268354229_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_Split_m2077324731_RuntimeMethod_var; extern const uint32_t String_Split_m2077324731_MetadataUsageId; extern RuntimeClass* StringSplitOptions_t641086070_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_Split_m3580120853_RuntimeMethod_var; extern String_t* _stringLiteral2362608972; extern String_t* _stringLiteral1931948496; extern const uint32_t String_Split_m3580120853_MetadataUsageId; extern RuntimeClass* List_1_t3319525431_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_Split_m2533743664_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m706204246_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1685793073_RuntimeMethod_var; extern const RuntimeMethod* List_1_ToArray_m3983937259_RuntimeMethod_var; extern const uint32_t String_Split_m2533743664_MetadataUsageId; extern const RuntimeMethod* String_Substring_m2848979100_RuntimeMethod_var; extern const uint32_t String_Substring_m2848979100_MetadataUsageId; extern const RuntimeMethod* String_Substring_m1610150815_RuntimeMethod_var; extern String_t* _stringLiteral4206148578; extern String_t* _stringLiteral2237445899; extern const uint32_t String_Substring_m1610150815_MetadataUsageId; extern const uint32_t String_SubstringUnchecked_m1840487357_MetadataUsageId; extern const uint32_t String_Trim_m923598732_MetadataUsageId; extern const uint32_t String_Trim_m3384720403_MetadataUsageId; extern const uint32_t String_TrimStart_m1431283012_MetadataUsageId; extern const uint32_t String_TrimEnd_m3824727301_MetadataUsageId; extern const uint32_t String_Compare_m3735043349_MetadataUsageId; extern const uint32_t String_Compare_m1071830722_MetadataUsageId; extern const RuntimeMethod* String_Compare_m1293271421_RuntimeMethod_var; extern String_t* _stringLiteral461586467; extern const uint32_t String_Compare_m1293271421_MetadataUsageId; extern const uint32_t String_Compare_m2510091139_MetadataUsageId; extern const uint32_t String_Compare_m1909778155_MetadataUsageId; extern const RuntimeMethod* String_Compare_m945110377_RuntimeMethod_var; extern const uint32_t String_Compare_m945110377_MetadataUsageId; extern RuntimeClass* StringComparison_t3657712135_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_Compare_m3203413707_RuntimeMethod_var; extern String_t* _stringLiteral3564128177; extern String_t* _stringLiteral744351982; extern const uint32_t String_Compare_m3203413707_MetadataUsageId; extern const uint32_t String_Equals_m2359609904_MetadataUsageId; extern const RuntimeMethod* String_CompareTo_m3030934538_RuntimeMethod_var; extern const uint32_t String_CompareTo_m3030934538_MetadataUsageId; extern const uint32_t String_CompareTo_m3414379165_MetadataUsageId; extern const uint32_t String_CompareOrdinal_m786132908_MetadataUsageId; extern const RuntimeMethod* String_CompareOrdinal_m1012192092_RuntimeMethod_var; extern const uint32_t String_CompareOrdinal_m1012192092_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579_MetadataUsageId; extern const RuntimeMethod* String_EndsWith_m1901926500_RuntimeMethod_var; extern const uint32_t String_EndsWith_m1901926500_MetadataUsageId; extern const RuntimeMethod* String_IndexOfAny_m4159774896_RuntimeMethod_var; extern const uint32_t String_IndexOfAny_m4159774896_MetadataUsageId; extern const RuntimeMethod* String_IndexOfAny_m2323029521_RuntimeMethod_var; extern const uint32_t String_IndexOfAny_m2323029521_MetadataUsageId; extern const RuntimeMethod* String_IndexOfAny_m2882391940_RuntimeMethod_var; extern String_t* _stringLiteral1801104940; extern const uint32_t String_IndexOfAny_m2882391940_MetadataUsageId; extern const RuntimeMethod* String_IndexOf_m3950524021_RuntimeMethod_var; extern const uint32_t String_IndexOf_m3950524021_MetadataUsageId; extern const RuntimeMethod* String_IndexOfOrdinal_m962178384_RuntimeMethod_var; extern const uint32_t String_IndexOfOrdinal_m962178384_MetadataUsageId; extern const uint32_t String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141_MetadataUsageId; extern const RuntimeMethod* String_IndexOf_m2466398549_RuntimeMethod_var; extern String_t* _stringLiteral1517822683; extern const uint32_t String_IndexOf_m2466398549_MetadataUsageId; extern const RuntimeMethod* String_IndexOf_m1248948328_RuntimeMethod_var; extern String_t* _stringLiteral2420430958; extern String_t* _stringLiteral3084170034; extern const uint32_t String_IndexOf_m1248948328_MetadataUsageId; extern const RuntimeMethod* String_IndexOf_m1977622757_RuntimeMethod_var; extern const uint32_t String_IndexOf_m1977622757_MetadataUsageId; extern const RuntimeMethod* String_IndexOf_m2410372598_RuntimeMethod_var; extern String_t* _stringLiteral2876428312; extern String_t* _stringLiteral1833142536; extern const uint32_t String_IndexOf_m2410372598_MetadataUsageId; extern const RuntimeMethod* String_LastIndexOfAny_m545540478_RuntimeMethod_var; extern const uint32_t String_LastIndexOfAny_m545540478_MetadataUsageId; extern const RuntimeMethod* String_LastIndexOf_m3228770703_RuntimeMethod_var; extern String_t* _stringLiteral2501118546; extern String_t* _stringLiteral495425633; extern String_t* _stringLiteral1327129032; extern const uint32_t String_LastIndexOf_m3228770703_MetadataUsageId; extern const RuntimeMethod* String_LastIndexOf_m95398196_RuntimeMethod_var; extern const uint32_t String_LastIndexOf_m95398196_MetadataUsageId; extern const RuntimeMethod* String_Remove_m1524948975_RuntimeMethod_var; extern String_t* _stringLiteral1885766577; extern String_t* _stringLiteral2817464207; extern const uint32_t String_Remove_m1524948975_MetadataUsageId; extern const RuntimeMethod* String_PadLeft_m1263950263_RuntimeMethod_var; extern String_t* _stringLiteral1314554310; extern const uint32_t String_PadLeft_m1263950263_MetadataUsageId; extern const RuntimeMethod* String_PadRight_m50345030_RuntimeMethod_var; extern const uint32_t String_PadRight_m50345030_MetadataUsageId; extern const RuntimeMethod* String_StartsWith_m1759067526_RuntimeMethod_var; extern const uint32_t String_StartsWith_m1759067526_MetadataUsageId; extern const RuntimeMethod* String_StartsWith_m2640722675_RuntimeMethod_var; extern const uint32_t String_StartsWith_m2640722675_MetadataUsageId; extern const uint32_t String_Replace_m3726209165_MetadataUsageId; extern const RuntimeMethod* String_Replace_m1273907647_RuntimeMethod_var; extern String_t* _stringLiteral2379195259; extern String_t* _stringLiteral2507102363; extern const uint32_t String_Replace_m1273907647_MetadataUsageId; extern const RuntimeMethod* String_ReplaceUnchecked_m1381393810_RuntimeMethod_var; extern const uint32_t String_ReplaceUnchecked_m1381393810_MetadataUsageId; extern const uint32_t String_ReplaceFallback_m1061004996_MetadataUsageId; extern const RuntimeMethod* String_Remove_m562998446_RuntimeMethod_var; extern const uint32_t String_Remove_m562998446_MetadataUsageId; extern const uint32_t String_ToLower_m2029374922_MetadataUsageId; extern const RuntimeMethod* String_ToLower_m3490221821_RuntimeMethod_var; extern const uint32_t String_ToLower_m3490221821_MetadataUsageId; extern const uint32_t String_ToLowerInvariant_m110751226_MetadataUsageId; extern const uint32_t String_ToUpper_m3324454496_MetadataUsageId; extern const RuntimeMethod* String_ToUpper_m1599942017_RuntimeMethod_var; extern const uint32_t String_ToUpper_m1599942017_MetadataUsageId; extern const uint32_t String_ToUpperInvariant_m2531236323_MetadataUsageId; extern const uint32_t String_Format_m2844511972_MetadataUsageId; extern const uint32_t String_Format_m2556382932_MetadataUsageId; extern const uint32_t String_Format_m3339413201_MetadataUsageId; extern const uint32_t String_Format_m630303134_MetadataUsageId; extern const uint32_t String_Format_m1881875187_MetadataUsageId; extern const RuntimeType* ICustomFormatter_t4199732012_0_0_0_var; extern RuntimeClass* IFormatProvider_t2518567562_il2cpp_TypeInfo_var; extern RuntimeClass* ICustomFormatter_t4199732012_il2cpp_TypeInfo_var; extern RuntimeClass* IFormattable_t1450744796_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_FormatHelper_m3913915042_RuntimeMethod_var; extern String_t* _stringLiteral446157247; extern String_t* _stringLiteral728803974; extern String_t* _stringLiteral1894799423; extern String_t* _stringLiteral1986456553; extern const uint32_t String_FormatHelper_m3913915042_MetadataUsageId; extern const uint32_t String_Concat_m904156431_MetadataUsageId; extern const uint32_t String_Concat_m1715369213_MetadataUsageId; extern const uint32_t String_Concat_m3937257545_MetadataUsageId; extern const uint32_t String_Concat_m3755062657_MetadataUsageId; extern const uint32_t String_Concat_m2163913788_MetadataUsageId; extern const RuntimeMethod* String_Concat_m2971454694_RuntimeMethod_var; extern const uint32_t String_Concat_m2971454694_MetadataUsageId; extern const RuntimeMethod* String_Concat_m1809518182_RuntimeMethod_var; extern String_t* _stringLiteral3498926489; extern const uint32_t String_Concat_m1809518182_MetadataUsageId; extern const uint32_t String_ConcatInternal_m190606771_MetadataUsageId; extern const RuntimeMethod* String_Insert_m3534971326_RuntimeMethod_var; extern String_t* _stringLiteral3799467551; extern const uint32_t String_Insert_m3534971326_MetadataUsageId; extern const RuntimeMethod* String_Join_m2050845953_RuntimeMethod_var; extern const uint32_t String_Join_m2050845953_MetadataUsageId; extern const RuntimeMethod* String_Join_m29736248_RuntimeMethod_var; extern String_t* _stringLiteral3941743958; extern const uint32_t String_Join_m29736248_MetadataUsageId; extern const uint32_t String_JoinUnchecked_m3111386027_MetadataUsageId; extern const RuntimeMethod* String_ParseFormatSpecifier_m3134189457_RuntimeMethod_var; extern const uint32_t String_ParseFormatSpecifier_m3134189457_MetadataUsageId; extern const RuntimeMethod* String_InternalSetChar_m884839805_RuntimeMethod_var; extern String_t* _stringLiteral4166421449; extern const uint32_t String_InternalSetChar_m884839805_MetadataUsageId; extern const RuntimeMethod* String_InternalSetLength_m3661226516_RuntimeMethod_var; extern String_t* _stringLiteral2956180468; extern String_t* _stringLiteral3682418180; extern const uint32_t String_InternalSetLength_m3661226516_MetadataUsageId; extern const uint32_t String_GetCaseInsensitiveHashCode_m3282844242_MetadataUsageId; extern RuntimeClass* NullReferenceException_t1023182353_il2cpp_TypeInfo_var; extern RuntimeClass* AccessViolationException_t339633883_il2cpp_TypeInfo_var; extern const RuntimeMethod* String_CreateString_m4016935005_RuntimeMethod_var; extern String_t* _stringLiteral1391532512; extern String_t* _stringLiteral702566448; extern const uint32_t String_CreateString_m4016935005_MetadataUsageId; extern const RuntimeMethod* String_CreateString_m2329023138_RuntimeMethod_var; extern String_t* _stringLiteral2892689725; extern String_t* _stringLiteral1875510050; extern const uint32_t String_CreateString_m2329023138_MetadataUsageId; extern const uint32_t String_CreateString_m3439913850_MetadataUsageId; extern const RuntimeMethod* String_CreateString_m3400201881_RuntimeMethod_var; extern const uint32_t String_CreateString_m3400201881_MetadataUsageId; extern const RuntimeMethod* String_CreateString_m860434552_RuntimeMethod_var; extern String_t* _stringLiteral3056712940; extern const uint32_t String_CreateString_m860434552_MetadataUsageId; extern const uint32_t String_CreateString_m2818852475_MetadataUsageId; extern const RuntimeMethod* String_CreateString_m1262864254_RuntimeMethod_var; extern const uint32_t String_CreateString_m1262864254_MetadataUsageId; extern const uint32_t String_memcpy_m2826223007_MetadataUsageId; extern const uint32_t String_CharCopy_m98228993_MetadataUsageId; extern const uint32_t String_CharCopy_m3838781968_MetadataUsageId; extern const uint32_t String_CharCopy_m2254797373_MetadataUsageId; extern const uint32_t String_CharCopyReverse_m692227313_MetadataUsageId; extern const uint32_t String_op_Equality_m920492651_MetadataUsageId; extern const uint32_t String_op_Inequality_m215368492_MetadataUsageId; extern RuntimeClass* CultureAwareComparer_t30646139_il2cpp_TypeInfo_var; extern RuntimeClass* StringComparer_t3301955079_il2cpp_TypeInfo_var; extern RuntimeClass* OrdinalComparer_t3407243298_il2cpp_TypeInfo_var; extern const uint32_t StringComparer__cctor_m1626042071_MetadataUsageId; extern const uint32_t StringComparer_get_InvariantCultureIgnoreCase_m2404489191_MetadataUsageId; extern const uint32_t StringComparer_get_Ordinal_m2103862281_MetadataUsageId; extern RuntimeClass* IComparable_t36111218_il2cpp_TypeInfo_var; extern const RuntimeMethod* StringComparer_Compare_m991165676_RuntimeMethod_var; extern const uint32_t StringComparer_Compare_m991165676_MetadataUsageId; extern const uint32_t StringComparer_Equals_m1418565653_MetadataUsageId; extern const RuntimeMethod* StringComparer_GetHashCode_m2080455020_RuntimeMethod_var; extern String_t* _stringLiteral1746845353; extern const uint32_t StringComparer_GetHashCode_m2080455020_MetadataUsageId; extern String_t* _stringLiteral1758154689; extern const uint32_t SystemException__ctor_m4274309232_MetadataUsageId; extern RuntimeClass* TermInfoReader_t3116894478_il2cpp_TypeInfo_var; extern RuntimeClass* TermInfoDriver_t2335718621_il2cpp_TypeInfo_var; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern RuntimeClass* CStreamWriter_t3783449173_il2cpp_TypeInfo_var; extern String_t* _stringLiteral737901922; extern String_t* _stringLiteral378751654; extern const uint32_t TermInfoDriver__ctor_m2406670368_MetadataUsageId; extern RuntimeClass* TermInfoStringsU5BU5D_t4121115714_il2cpp_TypeInfo_var; extern String_t* _stringLiteral744264776; extern String_t* _stringLiteral3853592434; extern String_t* _stringLiteral4143578211; extern const uint32_t TermInfoDriver__cctor_m2704395661_MetadataUsageId; extern const uint32_t TermInfoDriver_SearchTerminfo_m274516696_MetadataUsageId; extern RuntimeClass* ConsoleDriver_t2486509443_il2cpp_TypeInfo_var; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern const RuntimeMethod* TermInfoDriver_Init_m2310284416_RuntimeMethod_var; extern String_t* _stringLiteral2765920707; extern String_t* _stringLiteral3451369461; extern String_t* _stringLiteral3452024821; extern String_t* _stringLiteral3451303925; extern String_t* _stringLiteral3074578319; extern String_t* _stringLiteral1193161139; extern String_t* _stringLiteral3118621459; extern String_t* _stringLiteral3539397706; extern String_t* _stringLiteral104512426; extern String_t* _stringLiteral17771417; extern String_t* _stringLiteral2272500240; extern String_t* _stringLiteral1580508046; extern String_t* _stringLiteral1838983408; extern String_t* _stringLiteral741854436; extern String_t* _stringLiteral3455170427; extern const uint32_t TermInfoDriver_Init_m2310284416_MetadataUsageId; extern String_t* _stringLiteral3452614613; extern String_t* _stringLiteral3456088021; extern String_t* _stringLiteral3452614611; extern String_t* _stringLiteral3455956947; extern String_t* _stringLiteral4018699274; extern String_t* _stringLiteral628085470; extern String_t* _stringLiteral2452615333; extern String_t* _stringLiteral628019934; extern const uint32_t TermInfoDriver_MangleParameters_m3512314004_MetadataUsageId; extern String_t* _stringLiteral3452614567; extern const uint32_t TermInfoDriver_WriteSpecialKey_m3470736170_MetadataUsageId; extern String_t* _stringLiteral184488689; extern const uint32_t TermInfoDriver_GetCursorPosition_m3872087226_MetadataUsageId; extern const uint32_t TermInfoDriver_CheckWindowDimensions_m3009787601_MetadataUsageId; extern const uint32_t TermInfoDriver_AddToBuffer_m2878759385_MetadataUsageId; extern RuntimeClass* ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var; extern RuntimeClass* TermInfoStrings_t290279955_il2cpp_TypeInfo_var; extern const uint32_t TermInfoDriver_GetKeyFromBuffer_m697544829_MetadataUsageId; extern const uint32_t TermInfoDriver_ReadKeyInternal_m1510762486_MetadataUsageId; extern const uint32_t TermInfoDriver_QueueEcho_m1614627324_MetadataUsageId; extern const uint32_t TermInfoDriver_Read_m20464343_MetadataUsageId; extern const uint32_t TermInfoDriver_ReadLine_m2206695091_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* TermInfoDriver_SetCursorPosition_m1930906201_RuntimeMethod_var; extern String_t* _stringLiteral4249957872; extern String_t* _stringLiteral545310719; extern String_t* _stringLiteral228012198; extern String_t* _stringLiteral2322685203; extern String_t* _stringLiteral391572534; extern const uint32_t TermInfoDriver_SetCursorPosition_m1930906201_MetadataUsageId; extern const uint32_t TermInfoDriver_CreateKeyMap_m3835196745_MetadataUsageId; extern RuntimeClass* ByteMatcher_t2129355737_il2cpp_TypeInfo_var; extern const uint32_t TermInfoDriver_InitKeys_m28677339_MetadataUsageId; struct ByteU5BU5D_t4116647657; struct CodeConnectAccessU5BU5D_t491831029; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; struct ObjectU5BU5D_t2843939325; struct TermInfoStringsU5BU5D_t4121115714; #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 COMPRESSEDSTACK_T1202932761_H #define COMPRESSEDSTACK_T1202932761_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.CompressedStack struct CompressedStack_t1202932761 : public RuntimeObject { public: // System.Collections.ArrayList System.Threading.CompressedStack::_list ArrayList_t2718874744 * ____list_0; public: inline static int32_t get_offset_of__list_0() { return static_cast(offsetof(CompressedStack_t1202932761, ____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 // COMPRESSEDSTACK_T1202932761_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 TERMINFOREADER_T3116894478_H #define TERMINFOREADER_T3116894478_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TermInfoReader struct TermInfoReader_t3116894478 : public RuntimeObject { public: // System.Int16 System.TermInfoReader::boolSize int16_t ___boolSize_0; // System.Int16 System.TermInfoReader::numSize int16_t ___numSize_1; // System.Int16 System.TermInfoReader::strOffsets int16_t ___strOffsets_2; // System.Byte[] System.TermInfoReader::buffer ByteU5BU5D_t4116647657* ___buffer_3; // System.Int32 System.TermInfoReader::booleansOffset int32_t ___booleansOffset_4; public: inline static int32_t get_offset_of_boolSize_0() { return static_cast(offsetof(TermInfoReader_t3116894478, ___boolSize_0)); } inline int16_t get_boolSize_0() const { return ___boolSize_0; } inline int16_t* get_address_of_boolSize_0() { return &___boolSize_0; } inline void set_boolSize_0(int16_t value) { ___boolSize_0 = value; } inline static int32_t get_offset_of_numSize_1() { return static_cast(offsetof(TermInfoReader_t3116894478, ___numSize_1)); } inline int16_t get_numSize_1() const { return ___numSize_1; } inline int16_t* get_address_of_numSize_1() { return &___numSize_1; } inline void set_numSize_1(int16_t value) { ___numSize_1 = value; } inline static int32_t get_offset_of_strOffsets_2() { return static_cast(offsetof(TermInfoReader_t3116894478, ___strOffsets_2)); } inline int16_t get_strOffsets_2() const { return ___strOffsets_2; } inline int16_t* get_address_of_strOffsets_2() { return &___strOffsets_2; } inline void set_strOffsets_2(int16_t value) { ___strOffsets_2 = value; } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(TermInfoReader_t3116894478, ___buffer_3)); } inline ByteU5BU5D_t4116647657* get_buffer_3() const { return ___buffer_3; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(ByteU5BU5D_t4116647657* value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((&___buffer_3), value); } inline static int32_t get_offset_of_booleansOffset_4() { return static_cast(offsetof(TermInfoReader_t3116894478, ___booleansOffset_4)); } inline int32_t get_booleansOffset_4() const { return ___booleansOffset_4; } inline int32_t* get_address_of_booleansOffset_4() { return &___booleansOffset_4; } inline void set_booleansOffset_4(int32_t value) { ___booleansOffset_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TERMINFOREADER_T3116894478_H #ifndef URI_T722248887_H #define URI_T722248887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Uri struct Uri_t722248887 : public RuntimeObject { public: // System.Boolean Mono.Security.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String Mono.Security.Uri::source String_t* ___source_1; // System.String Mono.Security.Uri::scheme String_t* ___scheme_2; // System.String Mono.Security.Uri::host String_t* ___host_3; // System.Int32 Mono.Security.Uri::port int32_t ___port_4; // System.String Mono.Security.Uri::path String_t* ___path_5; // System.String Mono.Security.Uri::query String_t* ___query_6; // System.String Mono.Security.Uri::fragment String_t* ___fragment_7; // System.String Mono.Security.Uri::userinfo String_t* ___userinfo_8; // System.Boolean Mono.Security.Uri::isUnc bool ___isUnc_9; // System.Boolean Mono.Security.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean Mono.Security.Uri::userEscaped bool ___userEscaped_11; // System.String Mono.Security.Uri::cachedToString String_t* ___cachedToString_12; // System.String Mono.Security.Uri::cachedLocalPath String_t* ___cachedLocalPath_13; // System.Int32 Mono.Security.Uri::cachedHashCode int32_t ___cachedHashCode_14; // System.Boolean Mono.Security.Uri::reduce bool ___reduce_15; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t722248887, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t722248887, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t722248887, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t722248887, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t722248887, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t722248887, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t722248887, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t722248887, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t722248887, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t722248887, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t722248887, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_userEscaped_11() { return static_cast(offsetof(Uri_t722248887, ___userEscaped_11)); } inline bool get_userEscaped_11() const { return ___userEscaped_11; } inline bool* get_address_of_userEscaped_11() { return &___userEscaped_11; } inline void set_userEscaped_11(bool value) { ___userEscaped_11 = value; } inline static int32_t get_offset_of_cachedToString_12() { return static_cast(offsetof(Uri_t722248887, ___cachedToString_12)); } inline String_t* get_cachedToString_12() const { return ___cachedToString_12; } inline String_t** get_address_of_cachedToString_12() { return &___cachedToString_12; } inline void set_cachedToString_12(String_t* value) { ___cachedToString_12 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_12), value); } inline static int32_t get_offset_of_cachedLocalPath_13() { return static_cast(offsetof(Uri_t722248887, ___cachedLocalPath_13)); } inline String_t* get_cachedLocalPath_13() const { return ___cachedLocalPath_13; } inline String_t** get_address_of_cachedLocalPath_13() { return &___cachedLocalPath_13; } inline void set_cachedLocalPath_13(String_t* value) { ___cachedLocalPath_13 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_13), value); } inline static int32_t get_offset_of_cachedHashCode_14() { return static_cast(offsetof(Uri_t722248887, ___cachedHashCode_14)); } inline int32_t get_cachedHashCode_14() const { return ___cachedHashCode_14; } inline int32_t* get_address_of_cachedHashCode_14() { return &___cachedHashCode_14; } inline void set_cachedHashCode_14(int32_t value) { ___cachedHashCode_14 = value; } inline static int32_t get_offset_of_reduce_15() { return static_cast(offsetof(Uri_t722248887, ___reduce_15)); } inline bool get_reduce_15() const { return ___reduce_15; } inline bool* get_address_of_reduce_15() { return &___reduce_15; } inline void set_reduce_15(bool value) { ___reduce_15 = value; } }; struct Uri_t722248887_StaticFields { public: // System.String Mono.Security.Uri::hexUpperChars String_t* ___hexUpperChars_16; // System.String Mono.Security.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_17; // System.String Mono.Security.Uri::UriSchemeFile String_t* ___UriSchemeFile_18; // System.String Mono.Security.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_19; // System.String Mono.Security.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_20; // System.String Mono.Security.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_21; // System.String Mono.Security.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_22; // System.String Mono.Security.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_23; // System.String Mono.Security.Uri::UriSchemeNews String_t* ___UriSchemeNews_24; // System.String Mono.Security.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_25; // Mono.Security.Uri/UriScheme[] Mono.Security.Uri::schemes UriSchemeU5BU5D_t1281162915* ___schemes_26; // System.Collections.Generic.Dictionary`2 Mono.Security.Uri::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_27; public: inline static int32_t get_offset_of_hexUpperChars_16() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___hexUpperChars_16)); } inline String_t* get_hexUpperChars_16() const { return ___hexUpperChars_16; } inline String_t** get_address_of_hexUpperChars_16() { return &___hexUpperChars_16; } inline void set_hexUpperChars_16(String_t* value) { ___hexUpperChars_16 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_16), value); } inline static int32_t get_offset_of_SchemeDelimiter_17() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___SchemeDelimiter_17)); } inline String_t* get_SchemeDelimiter_17() const { return ___SchemeDelimiter_17; } inline String_t** get_address_of_SchemeDelimiter_17() { return &___SchemeDelimiter_17; } inline void set_SchemeDelimiter_17(String_t* value) { ___SchemeDelimiter_17 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_17), value); } inline static int32_t get_offset_of_UriSchemeFile_18() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeFile_18)); } inline String_t* get_UriSchemeFile_18() const { return ___UriSchemeFile_18; } inline String_t** get_address_of_UriSchemeFile_18() { return &___UriSchemeFile_18; } inline void set_UriSchemeFile_18(String_t* value) { ___UriSchemeFile_18 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_18), value); } inline static int32_t get_offset_of_UriSchemeFtp_19() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeFtp_19)); } inline String_t* get_UriSchemeFtp_19() const { return ___UriSchemeFtp_19; } inline String_t** get_address_of_UriSchemeFtp_19() { return &___UriSchemeFtp_19; } inline void set_UriSchemeFtp_19(String_t* value) { ___UriSchemeFtp_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_19), value); } inline static int32_t get_offset_of_UriSchemeGopher_20() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeGopher_20)); } inline String_t* get_UriSchemeGopher_20() const { return ___UriSchemeGopher_20; } inline String_t** get_address_of_UriSchemeGopher_20() { return &___UriSchemeGopher_20; } inline void set_UriSchemeGopher_20(String_t* value) { ___UriSchemeGopher_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_20), value); } inline static int32_t get_offset_of_UriSchemeHttp_21() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeHttp_21)); } inline String_t* get_UriSchemeHttp_21() const { return ___UriSchemeHttp_21; } inline String_t** get_address_of_UriSchemeHttp_21() { return &___UriSchemeHttp_21; } inline void set_UriSchemeHttp_21(String_t* value) { ___UriSchemeHttp_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_21), value); } inline static int32_t get_offset_of_UriSchemeHttps_22() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeHttps_22)); } inline String_t* get_UriSchemeHttps_22() const { return ___UriSchemeHttps_22; } inline String_t** get_address_of_UriSchemeHttps_22() { return &___UriSchemeHttps_22; } inline void set_UriSchemeHttps_22(String_t* value) { ___UriSchemeHttps_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_22), value); } inline static int32_t get_offset_of_UriSchemeMailto_23() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeMailto_23)); } inline String_t* get_UriSchemeMailto_23() const { return ___UriSchemeMailto_23; } inline String_t** get_address_of_UriSchemeMailto_23() { return &___UriSchemeMailto_23; } inline void set_UriSchemeMailto_23(String_t* value) { ___UriSchemeMailto_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_23), value); } inline static int32_t get_offset_of_UriSchemeNews_24() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeNews_24)); } inline String_t* get_UriSchemeNews_24() const { return ___UriSchemeNews_24; } inline String_t** get_address_of_UriSchemeNews_24() { return &___UriSchemeNews_24; } inline void set_UriSchemeNews_24(String_t* value) { ___UriSchemeNews_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_24), value); } inline static int32_t get_offset_of_UriSchemeNntp_25() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___UriSchemeNntp_25)); } inline String_t* get_UriSchemeNntp_25() const { return ___UriSchemeNntp_25; } inline String_t** get_address_of_UriSchemeNntp_25() { return &___UriSchemeNntp_25; } inline void set_UriSchemeNntp_25(String_t* value) { ___UriSchemeNntp_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_25), value); } inline static int32_t get_offset_of_schemes_26() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___schemes_26)); } inline UriSchemeU5BU5D_t1281162915* get_schemes_26() const { return ___schemes_26; } inline UriSchemeU5BU5D_t1281162915** get_address_of_schemes_26() { return &___schemes_26; } inline void set_schemes_26(UriSchemeU5BU5D_t1281162915* value) { ___schemes_26 = value; Il2CppCodeGenWriteBarrier((&___schemes_26), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_27() { return static_cast(offsetof(Uri_t722248887_StaticFields, ___U3CU3Ef__switchU24map6_27)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_27() const { return ___U3CU3Ef__switchU24map6_27; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_27() { return &___U3CU3Ef__switchU24map6_27; } inline void set_U3CU3Ef__switchU24map6_27(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T722248887_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 CONSOLE_T3208230065_H #define CONSOLE_T3208230065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Console struct Console_t3208230065 : public RuntimeObject { public: public: }; struct Console_t3208230065_StaticFields { public: // System.IO.TextWriter System.Console::stdout TextWriter_t3478189236 * ___stdout_0; // System.IO.TextWriter System.Console::stderr TextWriter_t3478189236 * ___stderr_1; // System.IO.TextReader System.Console::stdin TextReader_t283511965 * ___stdin_2; // System.Text.Encoding System.Console::inputEncoding Encoding_t1523322056 * ___inputEncoding_3; // System.Text.Encoding System.Console::outputEncoding Encoding_t1523322056 * ___outputEncoding_4; // System.ConsoleCancelEventHandler System.Console::cancel_event ConsoleCancelEventHandler_t3919940372 * ___cancel_event_5; // System.Console/InternalCancelHandler System.Console::cancel_handler InternalCancelHandler_t872516951 * ___cancel_handler_6; public: inline static int32_t get_offset_of_stdout_0() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___stdout_0)); } inline TextWriter_t3478189236 * get_stdout_0() const { return ___stdout_0; } inline TextWriter_t3478189236 ** get_address_of_stdout_0() { return &___stdout_0; } inline void set_stdout_0(TextWriter_t3478189236 * value) { ___stdout_0 = value; Il2CppCodeGenWriteBarrier((&___stdout_0), value); } inline static int32_t get_offset_of_stderr_1() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___stderr_1)); } inline TextWriter_t3478189236 * get_stderr_1() const { return ___stderr_1; } inline TextWriter_t3478189236 ** get_address_of_stderr_1() { return &___stderr_1; } inline void set_stderr_1(TextWriter_t3478189236 * value) { ___stderr_1 = value; Il2CppCodeGenWriteBarrier((&___stderr_1), value); } inline static int32_t get_offset_of_stdin_2() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___stdin_2)); } inline TextReader_t283511965 * get_stdin_2() const { return ___stdin_2; } inline TextReader_t283511965 ** get_address_of_stdin_2() { return &___stdin_2; } inline void set_stdin_2(TextReader_t283511965 * value) { ___stdin_2 = value; Il2CppCodeGenWriteBarrier((&___stdin_2), value); } inline static int32_t get_offset_of_inputEncoding_3() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___inputEncoding_3)); } inline Encoding_t1523322056 * get_inputEncoding_3() const { return ___inputEncoding_3; } inline Encoding_t1523322056 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; } inline void set_inputEncoding_3(Encoding_t1523322056 * value) { ___inputEncoding_3 = value; Il2CppCodeGenWriteBarrier((&___inputEncoding_3), value); } inline static int32_t get_offset_of_outputEncoding_4() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___outputEncoding_4)); } inline Encoding_t1523322056 * get_outputEncoding_4() const { return ___outputEncoding_4; } inline Encoding_t1523322056 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; } inline void set_outputEncoding_4(Encoding_t1523322056 * value) { ___outputEncoding_4 = value; Il2CppCodeGenWriteBarrier((&___outputEncoding_4), value); } inline static int32_t get_offset_of_cancel_event_5() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___cancel_event_5)); } inline ConsoleCancelEventHandler_t3919940372 * get_cancel_event_5() const { return ___cancel_event_5; } inline ConsoleCancelEventHandler_t3919940372 ** get_address_of_cancel_event_5() { return &___cancel_event_5; } inline void set_cancel_event_5(ConsoleCancelEventHandler_t3919940372 * value) { ___cancel_event_5 = value; Il2CppCodeGenWriteBarrier((&___cancel_event_5), value); } inline static int32_t get_offset_of_cancel_handler_6() { return static_cast(offsetof(Console_t3208230065_StaticFields, ___cancel_handler_6)); } inline InternalCancelHandler_t872516951 * get_cancel_handler_6() const { return ___cancel_handler_6; } inline InternalCancelHandler_t872516951 ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; } inline void set_cancel_handler_6(InternalCancelHandler_t872516951 * value) { ___cancel_handler_6 = value; Il2CppCodeGenWriteBarrier((&___cancel_handler_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLE_T3208230065_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 CODEACCESSPERMISSION_T2681295399_H #define CODEACCESSPERMISSION_T2681295399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSPERMISSION_T2681295399_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 SECURITYATTRIBUTE_T3566489056_H #define SECURITYATTRIBUTE_T3566489056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityElement/SecurityAttribute struct SecurityAttribute_t3566489056 : public RuntimeObject { public: // System.String System.Security.SecurityElement/SecurityAttribute::_name String_t* ____name_0; // System.String System.Security.SecurityElement/SecurityAttribute::_value String_t* ____value_1; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(SecurityAttribute_t3566489056, ____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__value_1() { return static_cast(offsetof(SecurityAttribute_t3566489056, ____value_1)); } inline String_t* get__value_1() const { return ____value_1; } inline String_t** get_address_of__value_1() { return &____value_1; } inline void set__value_1(String_t* value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYATTRIBUTE_T3566489056_H #ifndef STRONGNAMEMEMBERSHIPCONDITION_T2614563360_H #define STRONGNAMEMEMBERSHIPCONDITION_T2614563360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.StrongNameMembershipCondition struct StrongNameMembershipCondition_t2614563360 : public RuntimeObject { public: // System.Int32 System.Security.Policy.StrongNameMembershipCondition::version int32_t ___version_0; // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongNameMembershipCondition::blob StrongNamePublicKeyBlob_t3355146440 * ___blob_1; // System.String System.Security.Policy.StrongNameMembershipCondition::name String_t* ___name_2; // System.Version System.Security.Policy.StrongNameMembershipCondition::assemblyVersion Version_t3456873960 * ___assemblyVersion_3; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(StrongNameMembershipCondition_t2614563360, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_blob_1() { return static_cast(offsetof(StrongNameMembershipCondition_t2614563360, ___blob_1)); } inline StrongNamePublicKeyBlob_t3355146440 * get_blob_1() const { return ___blob_1; } inline StrongNamePublicKeyBlob_t3355146440 ** get_address_of_blob_1() { return &___blob_1; } inline void set_blob_1(StrongNamePublicKeyBlob_t3355146440 * value) { ___blob_1 = value; Il2CppCodeGenWriteBarrier((&___blob_1), value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(StrongNameMembershipCondition_t2614563360, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((&___name_2), value); } inline static int32_t get_offset_of_assemblyVersion_3() { return static_cast(offsetof(StrongNameMembershipCondition_t2614563360, ___assemblyVersion_3)); } inline Version_t3456873960 * get_assemblyVersion_3() const { return ___assemblyVersion_3; } inline Version_t3456873960 ** get_address_of_assemblyVersion_3() { return &___assemblyVersion_3; } inline void set_assemblyVersion_3(Version_t3456873960 * value) { ___assemblyVersion_3 = value; Il2CppCodeGenWriteBarrier((&___assemblyVersion_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAMEMEMBERSHIPCONDITION_T2614563360_H #ifndef VERSION_T3456873960_H #define VERSION_T3456873960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Version struct Version_t3456873960 : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_1; // System.Int32 System.Version::_Minor int32_t ____Minor_2; // System.Int32 System.Version::_Build int32_t ____Build_3; // System.Int32 System.Version::_Revision int32_t ____Revision_4; public: inline static int32_t get_offset_of__Major_1() { return static_cast(offsetof(Version_t3456873960, ____Major_1)); } inline int32_t get__Major_1() const { return ____Major_1; } inline int32_t* get_address_of__Major_1() { return &____Major_1; } inline void set__Major_1(int32_t value) { ____Major_1 = value; } inline static int32_t get_offset_of__Minor_2() { return static_cast(offsetof(Version_t3456873960, ____Minor_2)); } inline int32_t get__Minor_2() const { return ____Minor_2; } inline int32_t* get_address_of__Minor_2() { return &____Minor_2; } inline void set__Minor_2(int32_t value) { ____Minor_2 = value; } inline static int32_t get_offset_of__Build_3() { return static_cast(offsetof(Version_t3456873960, ____Build_3)); } inline int32_t get__Build_3() const { return ____Build_3; } inline int32_t* get_address_of__Build_3() { return &____Build_3; } inline void set__Build_3(int32_t value) { ____Build_3 = value; } inline static int32_t get_offset_of__Revision_4() { return static_cast(offsetof(Version_t3456873960, ____Revision_4)); } inline int32_t get__Revision_4() const { return ____Revision_4; } inline int32_t* get_address_of__Revision_4() { return &____Revision_4; } inline void set__Revision_4(int32_t value) { ____Revision_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERSION_T3456873960_H #ifndef STRONGNAMEPUBLICKEYBLOB_T3355146440_H #define STRONGNAMEPUBLICKEYBLOB_T3355146440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.StrongNamePublicKeyBlob struct StrongNamePublicKeyBlob_t3355146440 : public RuntimeObject { public: // System.Byte[] System.Security.Permissions.StrongNamePublicKeyBlob::pubkey ByteU5BU5D_t4116647657* ___pubkey_0; public: inline static int32_t get_offset_of_pubkey_0() { return static_cast(offsetof(StrongNamePublicKeyBlob_t3355146440, ___pubkey_0)); } inline ByteU5BU5D_t4116647657* get_pubkey_0() const { return ___pubkey_0; } inline ByteU5BU5D_t4116647657** get_address_of_pubkey_0() { return &___pubkey_0; } inline void set_pubkey_0(ByteU5BU5D_t4116647657* value) { ___pubkey_0 = value; Il2CppCodeGenWriteBarrier((&___pubkey_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAMEPUBLICKEYBLOB_T3355146440_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 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 LIST_1_T3319525431_H #define LIST_1_T3319525431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3319525431 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t1281789340* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3319525431, ____items_1)); } inline StringU5BU5D_t1281789340* get__items_1() const { return ____items_1; } inline StringU5BU5D_t1281789340** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t1281789340* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3319525431, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3319525431, ____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 List_1_t3319525431_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StringU5BU5D_t1281789340* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3319525431_StaticFields, ___EmptyArray_4)); } inline StringU5BU5D_t1281789340* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StringU5BU5D_t1281789340** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StringU5BU5D_t1281789340* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3319525431_H #ifndef EXECUTIONCONTEXT_T1748372627_H #define EXECUTIONCONTEXT_T1748372627_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ExecutionContext struct ExecutionContext_t1748372627 : public RuntimeObject { public: // System.Security.SecurityContext System.Threading.ExecutionContext::_sc SecurityContext_t2435442044 * ____sc_0; // System.Boolean System.Threading.ExecutionContext::_suppressFlow bool ____suppressFlow_1; // System.Boolean System.Threading.ExecutionContext::_capture bool ____capture_2; public: inline static int32_t get_offset_of__sc_0() { return static_cast(offsetof(ExecutionContext_t1748372627, ____sc_0)); } inline SecurityContext_t2435442044 * get__sc_0() const { return ____sc_0; } inline SecurityContext_t2435442044 ** get_address_of__sc_0() { return &____sc_0; } inline void set__sc_0(SecurityContext_t2435442044 * value) { ____sc_0 = value; Il2CppCodeGenWriteBarrier((&____sc_0), value); } inline static int32_t get_offset_of__suppressFlow_1() { return static_cast(offsetof(ExecutionContext_t1748372627, ____suppressFlow_1)); } inline bool get__suppressFlow_1() const { return ____suppressFlow_1; } inline bool* get_address_of__suppressFlow_1() { return &____suppressFlow_1; } inline void set__suppressFlow_1(bool value) { ____suppressFlow_1 = value; } inline static int32_t get_offset_of__capture_2() { return static_cast(offsetof(ExecutionContext_t1748372627, ____capture_2)); } inline bool get__capture_2() const { return ____capture_2; } inline bool* get_address_of__capture_2() { return &____capture_2; } inline void set__capture_2(bool value) { ____capture_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXECUTIONCONTEXT_T1748372627_H #ifndef EVIDENCEENUMERATOR_T1708166667_H #define EVIDENCEENUMERATOR_T1708166667_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Evidence/EvidenceEnumerator struct EvidenceEnumerator_t1708166667 : public RuntimeObject { public: // System.Collections.IEnumerator System.Security.Policy.Evidence/EvidenceEnumerator::currentEnum RuntimeObject* ___currentEnum_0; // System.Collections.IEnumerator System.Security.Policy.Evidence/EvidenceEnumerator::hostEnum RuntimeObject* ___hostEnum_1; // System.Collections.IEnumerator System.Security.Policy.Evidence/EvidenceEnumerator::assemblyEnum RuntimeObject* ___assemblyEnum_2; public: inline static int32_t get_offset_of_currentEnum_0() { return static_cast(offsetof(EvidenceEnumerator_t1708166667, ___currentEnum_0)); } inline RuntimeObject* get_currentEnum_0() const { return ___currentEnum_0; } inline RuntimeObject** get_address_of_currentEnum_0() { return &___currentEnum_0; } inline void set_currentEnum_0(RuntimeObject* value) { ___currentEnum_0 = value; Il2CppCodeGenWriteBarrier((&___currentEnum_0), value); } inline static int32_t get_offset_of_hostEnum_1() { return static_cast(offsetof(EvidenceEnumerator_t1708166667, ___hostEnum_1)); } inline RuntimeObject* get_hostEnum_1() const { return ___hostEnum_1; } inline RuntimeObject** get_address_of_hostEnum_1() { return &___hostEnum_1; } inline void set_hostEnum_1(RuntimeObject* value) { ___hostEnum_1 = value; Il2CppCodeGenWriteBarrier((&___hostEnum_1), value); } inline static int32_t get_offset_of_assemblyEnum_2() { return static_cast(offsetof(EvidenceEnumerator_t1708166667, ___assemblyEnum_2)); } inline RuntimeObject* get_assemblyEnum_2() const { return ___assemblyEnum_2; } inline RuntimeObject** get_address_of_assemblyEnum_2() { return &___assemblyEnum_2; } inline void set_assemblyEnum_2(RuntimeObject* value) { ___assemblyEnum_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyEnum_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVIDENCEENUMERATOR_T1708166667_H #ifndef PUBLISHER_T2758056332_H #define PUBLISHER_T2758056332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Publisher struct Publisher_t2758056332 : public RuntimeObject { public: // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Policy.Publisher::m_cert X509Certificate_t713131622 * ___m_cert_0; public: inline static int32_t get_offset_of_m_cert_0() { return static_cast(offsetof(Publisher_t2758056332, ___m_cert_0)); } inline X509Certificate_t713131622 * get_m_cert_0() const { return ___m_cert_0; } inline X509Certificate_t713131622 ** get_address_of_m_cert_0() { return &___m_cert_0; } inline void set_m_cert_0(X509Certificate_t713131622 * value) { ___m_cert_0 = value; Il2CppCodeGenWriteBarrier((&___m_cert_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUBLISHER_T2758056332_H #ifndef GACINSTALLED_T3565883570_H #define GACINSTALLED_T3565883570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.GacInstalled struct GacInstalled_t3565883570 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GACINSTALLED_T3565883570_H #ifndef HOSTSECURITYMANAGER_T1435734729_H #define HOSTSECURITYMANAGER_T1435734729_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.HostSecurityManager struct HostSecurityManager_t1435734729 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOSTSECURITYMANAGER_T1435734729_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 MEMBERSHIPCONDITIONHELPER_T2246572704_H #define MEMBERSHIPCONDITIONHELPER_T2246572704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.MembershipConditionHelper struct MembershipConditionHelper_t2246572704 : public RuntimeObject { public: public: }; struct MembershipConditionHelper_t2246572704_StaticFields { public: // System.String System.Security.Policy.MembershipConditionHelper::XmlTag String_t* ___XmlTag_0; public: inline static int32_t get_offset_of_XmlTag_0() { return static_cast(offsetof(MembershipConditionHelper_t2246572704_StaticFields, ___XmlTag_0)); } inline String_t* get_XmlTag_0() const { return ___XmlTag_0; } inline String_t** get_address_of_XmlTag_0() { return &___XmlTag_0; } inline void set_XmlTag_0(String_t* value) { ___XmlTag_0 = value; Il2CppCodeGenWriteBarrier((&___XmlTag_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERSHIPCONDITIONHELPER_T2246572704_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 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 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 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 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 X509CERTIFICATE_T713131622_H #define X509CERTIFICATE_T713131622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t713131622 : public RuntimeObject { public: // Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate::x509 X509Certificate_t489243024 * ___x509_0; // System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates bool ___hideDates_1; // System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::cachedCertificateHash ByteU5BU5D_t4116647657* ___cachedCertificateHash_2; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name String_t* ___issuer_name_3; // System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name String_t* ___subject_name_4; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(X509Certificate_t713131622, ___x509_0)); } inline X509Certificate_t489243024 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t489243024 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t489243024 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } inline static int32_t get_offset_of_hideDates_1() { return static_cast(offsetof(X509Certificate_t713131622, ___hideDates_1)); } inline bool get_hideDates_1() const { return ___hideDates_1; } inline bool* get_address_of_hideDates_1() { return &___hideDates_1; } inline void set_hideDates_1(bool value) { ___hideDates_1 = value; } inline static int32_t get_offset_of_cachedCertificateHash_2() { return static_cast(offsetof(X509Certificate_t713131622, ___cachedCertificateHash_2)); } inline ByteU5BU5D_t4116647657* get_cachedCertificateHash_2() const { return ___cachedCertificateHash_2; } inline ByteU5BU5D_t4116647657** get_address_of_cachedCertificateHash_2() { return &___cachedCertificateHash_2; } inline void set_cachedCertificateHash_2(ByteU5BU5D_t4116647657* value) { ___cachedCertificateHash_2 = value; Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_2), value); } inline static int32_t get_offset_of_issuer_name_3() { return static_cast(offsetof(X509Certificate_t713131622, ___issuer_name_3)); } inline String_t* get_issuer_name_3() const { return ___issuer_name_3; } inline String_t** get_address_of_issuer_name_3() { return &___issuer_name_3; } inline void set_issuer_name_3(String_t* value) { ___issuer_name_3 = value; Il2CppCodeGenWriteBarrier((&___issuer_name_3), value); } inline static int32_t get_offset_of_subject_name_4() { return static_cast(offsetof(X509Certificate_t713131622, ___subject_name_4)); } inline String_t* get_subject_name_4() const { return ___subject_name_4; } inline String_t** get_address_of_subject_name_4() { return &___subject_name_4; } inline void set_subject_name_4(String_t* value) { ___subject_name_4 = value; Il2CppCodeGenWriteBarrier((&___subject_name_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T713131622_H #ifndef BYTEMATCHER_T2129355737_H #define BYTEMATCHER_T2129355737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ByteMatcher struct ByteMatcher_t2129355737 : public RuntimeObject { public: // System.Collections.Hashtable System.ByteMatcher::map Hashtable_t1853889766 * ___map_0; // System.Collections.Hashtable System.ByteMatcher::starts Hashtable_t1853889766 * ___starts_1; public: inline static int32_t get_offset_of_map_0() { return static_cast(offsetof(ByteMatcher_t2129355737, ___map_0)); } inline Hashtable_t1853889766 * get_map_0() const { return ___map_0; } inline Hashtable_t1853889766 ** get_address_of_map_0() { return &___map_0; } inline void set_map_0(Hashtable_t1853889766 * value) { ___map_0 = value; Il2CppCodeGenWriteBarrier((&___map_0), value); } inline static int32_t get_offset_of_starts_1() { return static_cast(offsetof(ByteMatcher_t2129355737, ___starts_1)); } inline Hashtable_t1853889766 * get_starts_1() const { return ___starts_1; } inline Hashtable_t1853889766 ** get_address_of_starts_1() { return &___starts_1; } inline void set_starts_1(Hashtable_t1853889766 * value) { ___starts_1 = value; Il2CppCodeGenWriteBarrier((&___starts_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTEMATCHER_T2129355737_H #ifndef PERMISSIONREQUESTEVIDENCE_T59447972_H #define PERMISSIONREQUESTEVIDENCE_T59447972_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PermissionRequestEvidence struct PermissionRequestEvidence_t59447972 : public RuntimeObject { public: // System.Security.PermissionSet System.Security.Policy.PermissionRequestEvidence::requested PermissionSet_t223948603 * ___requested_0; // System.Security.PermissionSet System.Security.Policy.PermissionRequestEvidence::optional PermissionSet_t223948603 * ___optional_1; // System.Security.PermissionSet System.Security.Policy.PermissionRequestEvidence::denied PermissionSet_t223948603 * ___denied_2; public: inline static int32_t get_offset_of_requested_0() { return static_cast(offsetof(PermissionRequestEvidence_t59447972, ___requested_0)); } inline PermissionSet_t223948603 * get_requested_0() const { return ___requested_0; } inline PermissionSet_t223948603 ** get_address_of_requested_0() { return &___requested_0; } inline void set_requested_0(PermissionSet_t223948603 * value) { ___requested_0 = value; Il2CppCodeGenWriteBarrier((&___requested_0), value); } inline static int32_t get_offset_of_optional_1() { return static_cast(offsetof(PermissionRequestEvidence_t59447972, ___optional_1)); } inline PermissionSet_t223948603 * get_optional_1() const { return ___optional_1; } inline PermissionSet_t223948603 ** get_address_of_optional_1() { return &___optional_1; } inline void set_optional_1(PermissionSet_t223948603 * value) { ___optional_1 = value; Il2CppCodeGenWriteBarrier((&___optional_1), value); } inline static int32_t get_offset_of_denied_2() { return static_cast(offsetof(PermissionRequestEvidence_t59447972, ___denied_2)); } inline PermissionSet_t223948603 * get_denied_2() const { return ___denied_2; } inline PermissionSet_t223948603 ** get_address_of_denied_2() { return &___denied_2; } inline void set_denied_2(PermissionSet_t223948603 * value) { ___denied_2 = value; Il2CppCodeGenWriteBarrier((&___denied_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONREQUESTEVIDENCE_T59447972_H #ifndef URL_T207802215_H #define URL_T207802215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Url struct Url_t207802215 : public RuntimeObject { public: // System.String System.Security.Policy.Url::origin_url String_t* ___origin_url_0; public: inline static int32_t get_offset_of_origin_url_0() { return static_cast(offsetof(Url_t207802215, ___origin_url_0)); } inline String_t* get_origin_url_0() const { return ___origin_url_0; } inline String_t** get_address_of_origin_url_0() { return &___origin_url_0; } inline void set_origin_url_0(String_t* value) { ___origin_url_0 = value; Il2CppCodeGenWriteBarrier((&___origin_url_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URL_T207802215_H #ifndef HASH_T5925575_H #define HASH_T5925575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Hash struct Hash_t5925575 : public RuntimeObject { public: // System.Reflection.Assembly System.Security.Policy.Hash::assembly Assembly_t * ___assembly_0; // System.Byte[] System.Security.Policy.Hash::data ByteU5BU5D_t4116647657* ___data_1; public: inline static int32_t get_offset_of_assembly_0() { return static_cast(offsetof(Hash_t5925575, ___assembly_0)); } inline Assembly_t * get_assembly_0() const { return ___assembly_0; } inline Assembly_t ** get_address_of_assembly_0() { return &___assembly_0; } inline void set_assembly_0(Assembly_t * value) { ___assembly_0 = value; Il2CppCodeGenWriteBarrier((&___assembly_0), value); } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(Hash_t5925575, ___data_1)); } inline ByteU5BU5D_t4116647657* get_data_1() const { return ___data_1; } inline ByteU5BU5D_t4116647657** get_address_of_data_1() { return &___data_1; } inline void set_data_1(ByteU5BU5D_t4116647657* value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((&___data_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASH_T5925575_H #ifndef SITE_T1075497104_H #define SITE_T1075497104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Site struct Site_t1075497104 : public RuntimeObject { public: // System.String System.Security.Policy.Site::origin_site String_t* ___origin_site_0; public: inline static int32_t get_offset_of_origin_site_0() { return static_cast(offsetof(Site_t1075497104, ___origin_site_0)); } inline String_t* get_origin_site_0() const { return ___origin_site_0; } inline String_t** get_address_of_origin_site_0() { return &___origin_site_0; } inline void set_origin_site_0(String_t* value) { ___origin_site_0 = value; Il2CppCodeGenWriteBarrier((&___origin_site_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SITE_T1075497104_H #ifndef STRONGNAME_T3675724614_H #define STRONGNAME_T3675724614_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.StrongName struct StrongName_t3675724614 : public RuntimeObject { public: // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongName::publickey StrongNamePublicKeyBlob_t3355146440 * ___publickey_0; // System.String System.Security.Policy.StrongName::name String_t* ___name_1; // System.Version System.Security.Policy.StrongName::version Version_t3456873960 * ___version_2; public: inline static int32_t get_offset_of_publickey_0() { return static_cast(offsetof(StrongName_t3675724614, ___publickey_0)); } inline StrongNamePublicKeyBlob_t3355146440 * get_publickey_0() const { return ___publickey_0; } inline StrongNamePublicKeyBlob_t3355146440 ** get_address_of_publickey_0() { return &___publickey_0; } inline void set_publickey_0(StrongNamePublicKeyBlob_t3355146440 * value) { ___publickey_0 = value; Il2CppCodeGenWriteBarrier((&___publickey_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(StrongName_t3675724614, ___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_version_2() { return static_cast(offsetof(StrongName_t3675724614, ___version_2)); } inline Version_t3456873960 * get_version_2() const { return ___version_2; } inline Version_t3456873960 ** get_address_of_version_2() { return &___version_2; } inline void set_version_2(Version_t3456873960 * value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((&___version_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAME_T3675724614_H #ifndef SERIALIZATIONINFOENUMERATOR_T2232395945_H #define SERIALIZATIONINFOENUMERATOR_T2232395945_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t2232395945 : public RuntimeObject { public: // System.Collections.IEnumerator System.Runtime.Serialization.SerializationInfoEnumerator::enumerator RuntimeObject* ___enumerator_0; public: inline static int32_t get_offset_of_enumerator_0() { return static_cast(offsetof(SerializationInfoEnumerator_t2232395945, ___enumerator_0)); } inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; } inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; } inline void set_enumerator_0(RuntimeObject* value) { ___enumerator_0 = value; Il2CppCodeGenWriteBarrier((&___enumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFOENUMERATOR_T2232395945_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 APPLICATIONIDENTITY_T1917735356_H #define APPLICATIONIDENTITY_T1917735356_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ApplicationIdentity struct ApplicationIdentity_t1917735356 : public RuntimeObject { public: // System.String System.ApplicationIdentity::_fullName String_t* ____fullName_0; public: inline static int32_t get_offset_of__fullName_0() { return static_cast(offsetof(ApplicationIdentity_t1917735356, ____fullName_0)); } inline String_t* get__fullName_0() const { return ____fullName_0; } inline String_t** get_address_of__fullName_0() { return &____fullName_0; } inline void set__fullName_0(String_t* value) { ____fullName_0 = value; Il2CppCodeGenWriteBarrier((&____fullName_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONIDENTITY_T1917735356_H #ifndef SMALLXMLPARSER_T973787839_H #define SMALLXMLPARSER_T973787839_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.SmallXmlParser struct SmallXmlParser_t973787839 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t283511965 * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_t2329662280 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_t2329662280 * ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t * ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t3528271667* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t567962447 * ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; public: inline static int32_t get_offset_of_handler_0() { return static_cast(offsetof(SmallXmlParser_t973787839, ___handler_0)); } inline RuntimeObject* get_handler_0() const { return ___handler_0; } inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; } inline void set_handler_0(RuntimeObject* value) { ___handler_0 = value; Il2CppCodeGenWriteBarrier((&___handler_0), value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t973787839, ___reader_1)); } inline TextReader_t283511965 * get_reader_1() const { return ___reader_1; } inline TextReader_t283511965 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t283511965 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((&___reader_1), value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t973787839, ___elementNames_2)); } inline Stack_t2329662280 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_t2329662280 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_t2329662280 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((&___elementNames_2), value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t973787839, ___xmlSpaces_3)); } inline Stack_t2329662280 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_t2329662280 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_t2329662280 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((&___xmlSpaces_3), value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t973787839, ___xmlSpace_4)); } inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; } inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(String_t* value) { ___xmlSpace_4 = value; Il2CppCodeGenWriteBarrier((&___xmlSpace_4), value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t973787839, ___buffer_5)); } inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; } inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(StringBuilder_t * value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((&___buffer_5), value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t973787839, ___nameBuffer_6)); } inline CharU5BU5D_t3528271667* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t3528271667** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t3528271667* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___nameBuffer_6), value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t973787839, ___isWhitespace_7)); } inline bool get_isWhitespace_7() const { return ___isWhitespace_7; } inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; } inline void set_isWhitespace_7(bool value) { ___isWhitespace_7 = value; } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(SmallXmlParser_t973787839, ___attributes_8)); } inline AttrListImpl_t567962447 * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t567962447 ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t567962447 * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((&___attributes_8), value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t973787839, ___line_9)); } inline int32_t get_line_9() const { return ___line_9; } inline int32_t* get_address_of_line_9() { return &___line_9; } inline void set_line_9(int32_t value) { ___line_9 = value; } inline static int32_t get_offset_of_column_10() { return static_cast(offsetof(SmallXmlParser_t973787839, ___column_10)); } inline int32_t get_column_10() const { return ___column_10; } inline int32_t* get_address_of_column_10() { return &___column_10; } inline void set_column_10(int32_t value) { ___column_10 = value; } inline static int32_t get_offset_of_resetColumn_11() { return static_cast(offsetof(SmallXmlParser_t973787839, ___resetColumn_11)); } inline bool get_resetColumn_11() const { return ___resetColumn_11; } inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; } inline void set_resetColumn_11(bool value) { ___resetColumn_11 = value; } }; struct SmallXmlParser_t973787839_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml.SmallXmlParser::<>f__switch$map18 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map18_12; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map18_12() { return static_cast(offsetof(SmallXmlParser_t973787839_StaticFields, ___U3CU3Ef__switchU24map18_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map18_12() const { return ___U3CU3Ef__switchU24map18_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map18_12() { return &___U3CU3Ef__switchU24map18_12; } inline void set_U3CU3Ef__switchU24map18_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map18_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map18_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMALLXMLPARSER_T973787839_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef LIST_1_T852832060_H #define LIST_1_T852832060_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t852832060 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StrongNameU5BU5D_t1449304291* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t852832060, ____items_1)); } inline StrongNameU5BU5D_t1449304291* get__items_1() const { return ____items_1; } inline StrongNameU5BU5D_t1449304291** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StrongNameU5BU5D_t1449304291* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t852832060, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t852832060, ____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 List_1_t852832060_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StrongNameU5BU5D_t1449304291* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t852832060_StaticFields, ___EmptyArray_4)); } inline StrongNameU5BU5D_t1449304291* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StrongNameU5BU5D_t1449304291** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StrongNameU5BU5D_t1449304291* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T852832060_H #ifndef APPLICATIONTRUST_T3270368423_H #define APPLICATIONTRUST_T3270368423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.ApplicationTrust struct ApplicationTrust_t3270368423 : public RuntimeObject { public: // System.ApplicationIdentity System.Security.Policy.ApplicationTrust::_appid ApplicationIdentity_t1917735356 * ____appid_0; // System.Security.Policy.PolicyStatement System.Security.Policy.ApplicationTrust::_defaultPolicy PolicyStatement_t3052133691 * ____defaultPolicy_1; // System.Object System.Security.Policy.ApplicationTrust::_xtranfo RuntimeObject * ____xtranfo_2; // System.Boolean System.Security.Policy.ApplicationTrust::_trustrun bool ____trustrun_3; // System.Boolean System.Security.Policy.ApplicationTrust::_persist bool ____persist_4; // System.Collections.Generic.IList`1 System.Security.Policy.ApplicationTrust::fullTrustAssemblies RuntimeObject* ___fullTrustAssemblies_5; public: inline static int32_t get_offset_of__appid_0() { return static_cast(offsetof(ApplicationTrust_t3270368423, ____appid_0)); } inline ApplicationIdentity_t1917735356 * get__appid_0() const { return ____appid_0; } inline ApplicationIdentity_t1917735356 ** get_address_of__appid_0() { return &____appid_0; } inline void set__appid_0(ApplicationIdentity_t1917735356 * value) { ____appid_0 = value; Il2CppCodeGenWriteBarrier((&____appid_0), value); } inline static int32_t get_offset_of__defaultPolicy_1() { return static_cast(offsetof(ApplicationTrust_t3270368423, ____defaultPolicy_1)); } inline PolicyStatement_t3052133691 * get__defaultPolicy_1() const { return ____defaultPolicy_1; } inline PolicyStatement_t3052133691 ** get_address_of__defaultPolicy_1() { return &____defaultPolicy_1; } inline void set__defaultPolicy_1(PolicyStatement_t3052133691 * value) { ____defaultPolicy_1 = value; Il2CppCodeGenWriteBarrier((&____defaultPolicy_1), value); } inline static int32_t get_offset_of__xtranfo_2() { return static_cast(offsetof(ApplicationTrust_t3270368423, ____xtranfo_2)); } inline RuntimeObject * get__xtranfo_2() const { return ____xtranfo_2; } inline RuntimeObject ** get_address_of__xtranfo_2() { return &____xtranfo_2; } inline void set__xtranfo_2(RuntimeObject * value) { ____xtranfo_2 = value; Il2CppCodeGenWriteBarrier((&____xtranfo_2), value); } inline static int32_t get_offset_of__trustrun_3() { return static_cast(offsetof(ApplicationTrust_t3270368423, ____trustrun_3)); } inline bool get__trustrun_3() const { return ____trustrun_3; } inline bool* get_address_of__trustrun_3() { return &____trustrun_3; } inline void set__trustrun_3(bool value) { ____trustrun_3 = value; } inline static int32_t get_offset_of__persist_4() { return static_cast(offsetof(ApplicationTrust_t3270368423, ____persist_4)); } inline bool get__persist_4() const { return ____persist_4; } inline bool* get_address_of__persist_4() { return &____persist_4; } inline void set__persist_4(bool value) { ____persist_4 = value; } inline static int32_t get_offset_of_fullTrustAssemblies_5() { return static_cast(offsetof(ApplicationTrust_t3270368423, ___fullTrustAssemblies_5)); } inline RuntimeObject* get_fullTrustAssemblies_5() const { return ___fullTrustAssemblies_5; } inline RuntimeObject** get_address_of_fullTrustAssemblies_5() { return &___fullTrustAssemblies_5; } inline void set_fullTrustAssemblies_5(RuntimeObject* value) { ___fullTrustAssemblies_5 = value; Il2CppCodeGenWriteBarrier((&___fullTrustAssemblies_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPLICATIONTRUST_T3270368423_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 SECURITYELEMENT_T1046076091_H #define SECURITYELEMENT_T1046076091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityElement struct SecurityElement_t1046076091 : public RuntimeObject { public: // System.String System.Security.SecurityElement::text String_t* ___text_0; // System.String System.Security.SecurityElement::tag String_t* ___tag_1; // System.Collections.ArrayList System.Security.SecurityElement::attributes ArrayList_t2718874744 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t2718874744 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_t1046076091, ___text_0)); } inline String_t* get_text_0() const { return ___text_0; } inline String_t** get_address_of_text_0() { return &___text_0; } inline void set_text_0(String_t* value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((&___text_0), value); } inline static int32_t get_offset_of_tag_1() { return static_cast(offsetof(SecurityElement_t1046076091, ___tag_1)); } inline String_t* get_tag_1() const { return ___tag_1; } inline String_t** get_address_of_tag_1() { return &___tag_1; } inline void set_tag_1(String_t* value) { ___tag_1 = value; Il2CppCodeGenWriteBarrier((&___tag_1), value); } inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SecurityElement_t1046076091, ___attributes_2)); } inline ArrayList_t2718874744 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t2718874744 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t2718874744 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((&___attributes_2), value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_t1046076091, ___children_3)); } inline ArrayList_t2718874744 * get_children_3() const { return ___children_3; } inline ArrayList_t2718874744 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t2718874744 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((&___children_3), value); } }; struct SecurityElement_t1046076091_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t3528271667* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t3528271667* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t3528271667* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t3528271667* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t3528271667* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t3528271667* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t3528271667** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t3528271667* value) { ___invalid_tag_chars_4 = value; Il2CppCodeGenWriteBarrier((&___invalid_tag_chars_4), value); } inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t3528271667* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t3528271667** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t3528271667* value) { ___invalid_text_chars_5 = value; Il2CppCodeGenWriteBarrier((&___invalid_text_chars_5), value); } inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t3528271667* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t3528271667* value) { ___invalid_attr_name_chars_6 = value; Il2CppCodeGenWriteBarrier((&___invalid_attr_name_chars_6), value); } inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t3528271667* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t3528271667** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t3528271667* value) { ___invalid_attr_value_chars_7 = value; Il2CppCodeGenWriteBarrier((&___invalid_attr_value_chars_7), value); } inline static int32_t get_offset_of_invalid_chars_8() { return static_cast(offsetof(SecurityElement_t1046076091_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t3528271667* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t3528271667** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t3528271667* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((&___invalid_chars_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYELEMENT_T1046076091_H #ifndef EVIDENCE_T2008144148_H #define EVIDENCE_T2008144148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Evidence struct Evidence_t2008144148 : public RuntimeObject { public: // System.Boolean System.Security.Policy.Evidence::_locked bool ____locked_0; // System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList ArrayList_t2718874744 * ___hostEvidenceList_1; // System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList ArrayList_t2718874744 * ___assemblyEvidenceList_2; // System.Int32 System.Security.Policy.Evidence::_hashCode int32_t ____hashCode_3; public: inline static int32_t get_offset_of__locked_0() { return static_cast(offsetof(Evidence_t2008144148, ____locked_0)); } inline bool get__locked_0() const { return ____locked_0; } inline bool* get_address_of__locked_0() { return &____locked_0; } inline void set__locked_0(bool value) { ____locked_0 = value; } inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast(offsetof(Evidence_t2008144148, ___hostEvidenceList_1)); } inline ArrayList_t2718874744 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; } inline ArrayList_t2718874744 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; } inline void set_hostEvidenceList_1(ArrayList_t2718874744 * value) { ___hostEvidenceList_1 = value; Il2CppCodeGenWriteBarrier((&___hostEvidenceList_1), value); } inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast(offsetof(Evidence_t2008144148, ___assemblyEvidenceList_2)); } inline ArrayList_t2718874744 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; } inline ArrayList_t2718874744 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; } inline void set_assemblyEvidenceList_2(ArrayList_t2718874744 * value) { ___assemblyEvidenceList_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyEvidenceList_2), value); } inline static int32_t get_offset_of__hashCode_3() { return static_cast(offsetof(Evidence_t2008144148, ____hashCode_3)); } inline int32_t get__hashCode_3() const { return ____hashCode_3; } inline int32_t* get_address_of__hashCode_3() { return &____hashCode_3; } inline void set__hashCode_3(int32_t value) { ____hashCode_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVIDENCE_T2008144148_H #ifndef ALLMEMBERSHIPCONDITION_T198137363_H #define ALLMEMBERSHIPCONDITION_T198137363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.AllMembershipCondition struct AllMembershipCondition_t198137363 : public RuntimeObject { public: // System.Int32 System.Security.Policy.AllMembershipCondition::version int32_t ___version_0; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(AllMembershipCondition_t198137363, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ALLMEMBERSHIPCONDITION_T198137363_H #ifndef CODECONNECTACCESS_T1103527196_H #define CODECONNECTACCESS_T1103527196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.CodeConnectAccess struct CodeConnectAccess_t1103527196 : public RuntimeObject { public: // System.String System.Security.Policy.CodeConnectAccess::_scheme String_t* ____scheme_4; // System.Int32 System.Security.Policy.CodeConnectAccess::_port int32_t ____port_5; public: inline static int32_t get_offset_of__scheme_4() { return static_cast(offsetof(CodeConnectAccess_t1103527196, ____scheme_4)); } inline String_t* get__scheme_4() const { return ____scheme_4; } inline String_t** get_address_of__scheme_4() { return &____scheme_4; } inline void set__scheme_4(String_t* value) { ____scheme_4 = value; Il2CppCodeGenWriteBarrier((&____scheme_4), value); } inline static int32_t get_offset_of__port_5() { return static_cast(offsetof(CodeConnectAccess_t1103527196, ____port_5)); } inline int32_t get__port_5() const { return ____port_5; } inline int32_t* get_address_of__port_5() { return &____port_5; } inline void set__port_5(int32_t value) { ____port_5 = value; } }; struct CodeConnectAccess_t1103527196_StaticFields { public: // System.String System.Security.Policy.CodeConnectAccess::AnyScheme String_t* ___AnyScheme_0; // System.Int32 System.Security.Policy.CodeConnectAccess::DefaultPort int32_t ___DefaultPort_1; // System.Int32 System.Security.Policy.CodeConnectAccess::OriginPort int32_t ___OriginPort_2; // System.String System.Security.Policy.CodeConnectAccess::OriginScheme String_t* ___OriginScheme_3; public: inline static int32_t get_offset_of_AnyScheme_0() { return static_cast(offsetof(CodeConnectAccess_t1103527196_StaticFields, ___AnyScheme_0)); } inline String_t* get_AnyScheme_0() const { return ___AnyScheme_0; } inline String_t** get_address_of_AnyScheme_0() { return &___AnyScheme_0; } inline void set_AnyScheme_0(String_t* value) { ___AnyScheme_0 = value; Il2CppCodeGenWriteBarrier((&___AnyScheme_0), value); } inline static int32_t get_offset_of_DefaultPort_1() { return static_cast(offsetof(CodeConnectAccess_t1103527196_StaticFields, ___DefaultPort_1)); } inline int32_t get_DefaultPort_1() const { return ___DefaultPort_1; } inline int32_t* get_address_of_DefaultPort_1() { return &___DefaultPort_1; } inline void set_DefaultPort_1(int32_t value) { ___DefaultPort_1 = value; } inline static int32_t get_offset_of_OriginPort_2() { return static_cast(offsetof(CodeConnectAccess_t1103527196_StaticFields, ___OriginPort_2)); } inline int32_t get_OriginPort_2() const { return ___OriginPort_2; } inline int32_t* get_address_of_OriginPort_2() { return &___OriginPort_2; } inline void set_OriginPort_2(int32_t value) { ___OriginPort_2 = value; } inline static int32_t get_offset_of_OriginScheme_3() { return static_cast(offsetof(CodeConnectAccess_t1103527196_StaticFields, ___OriginScheme_3)); } inline String_t* get_OriginScheme_3() const { return ___OriginScheme_3; } inline String_t** get_address_of_OriginScheme_3() { return &___OriginScheme_3; } inline void set_OriginScheme_3(String_t* value) { ___OriginScheme_3 = value; Il2CppCodeGenWriteBarrier((&___OriginScheme_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODECONNECTACCESS_T1103527196_H #ifndef AUTHENTICODEBASE_T263562949_H #define AUTHENTICODEBASE_T263562949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Authenticode.AuthenticodeBase struct AuthenticodeBase_t263562949 : public RuntimeObject { public: // System.Byte[] Mono.Security.Authenticode.AuthenticodeBase::fileblock ByteU5BU5D_t4116647657* ___fileblock_0; // System.IO.FileStream Mono.Security.Authenticode.AuthenticodeBase::fs FileStream_t4292183065 * ___fs_1; // System.Int32 Mono.Security.Authenticode.AuthenticodeBase::blockNo int32_t ___blockNo_2; // System.Int32 Mono.Security.Authenticode.AuthenticodeBase::blockLength int32_t ___blockLength_3; // System.Int32 Mono.Security.Authenticode.AuthenticodeBase::peOffset int32_t ___peOffset_4; // System.Int32 Mono.Security.Authenticode.AuthenticodeBase::dirSecurityOffset int32_t ___dirSecurityOffset_5; // System.Int32 Mono.Security.Authenticode.AuthenticodeBase::dirSecuritySize int32_t ___dirSecuritySize_6; // System.Int32 Mono.Security.Authenticode.AuthenticodeBase::coffSymbolTableOffset int32_t ___coffSymbolTableOffset_7; public: inline static int32_t get_offset_of_fileblock_0() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___fileblock_0)); } inline ByteU5BU5D_t4116647657* get_fileblock_0() const { return ___fileblock_0; } inline ByteU5BU5D_t4116647657** get_address_of_fileblock_0() { return &___fileblock_0; } inline void set_fileblock_0(ByteU5BU5D_t4116647657* value) { ___fileblock_0 = value; Il2CppCodeGenWriteBarrier((&___fileblock_0), value); } inline static int32_t get_offset_of_fs_1() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___fs_1)); } inline FileStream_t4292183065 * get_fs_1() const { return ___fs_1; } inline FileStream_t4292183065 ** get_address_of_fs_1() { return &___fs_1; } inline void set_fs_1(FileStream_t4292183065 * value) { ___fs_1 = value; Il2CppCodeGenWriteBarrier((&___fs_1), value); } inline static int32_t get_offset_of_blockNo_2() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___blockNo_2)); } inline int32_t get_blockNo_2() const { return ___blockNo_2; } inline int32_t* get_address_of_blockNo_2() { return &___blockNo_2; } inline void set_blockNo_2(int32_t value) { ___blockNo_2 = value; } inline static int32_t get_offset_of_blockLength_3() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___blockLength_3)); } inline int32_t get_blockLength_3() const { return ___blockLength_3; } inline int32_t* get_address_of_blockLength_3() { return &___blockLength_3; } inline void set_blockLength_3(int32_t value) { ___blockLength_3 = value; } inline static int32_t get_offset_of_peOffset_4() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___peOffset_4)); } inline int32_t get_peOffset_4() const { return ___peOffset_4; } inline int32_t* get_address_of_peOffset_4() { return &___peOffset_4; } inline void set_peOffset_4(int32_t value) { ___peOffset_4 = value; } inline static int32_t get_offset_of_dirSecurityOffset_5() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___dirSecurityOffset_5)); } inline int32_t get_dirSecurityOffset_5() const { return ___dirSecurityOffset_5; } inline int32_t* get_address_of_dirSecurityOffset_5() { return &___dirSecurityOffset_5; } inline void set_dirSecurityOffset_5(int32_t value) { ___dirSecurityOffset_5 = value; } inline static int32_t get_offset_of_dirSecuritySize_6() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___dirSecuritySize_6)); } inline int32_t get_dirSecuritySize_6() const { return ___dirSecuritySize_6; } inline int32_t* get_address_of_dirSecuritySize_6() { return &___dirSecuritySize_6; } inline void set_dirSecuritySize_6(int32_t value) { ___dirSecuritySize_6 = value; } inline static int32_t get_offset_of_coffSymbolTableOffset_7() { return static_cast(offsetof(AuthenticodeBase_t263562949, ___coffSymbolTableOffset_7)); } inline int32_t get_coffSymbolTableOffset_7() const { return ___coffSymbolTableOffset_7; } inline int32_t* get_address_of_coffSymbolTableOffset_7() { return &___coffSymbolTableOffset_7; } inline void set_coffSymbolTableOffset_7(int32_t value) { ___coffSymbolTableOffset_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICODEBASE_T263562949_H #ifndef SECURITYMANAGER_T3383402582_H #define SECURITYMANAGER_T3383402582_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityManager struct SecurityManager_t3383402582 : public RuntimeObject { public: public: }; struct SecurityManager_t3383402582_StaticFields { public: // System.Object System.Security.SecurityManager::_lockObject RuntimeObject * ____lockObject_0; // System.Collections.ArrayList System.Security.SecurityManager::_hierarchy ArrayList_t2718874744 * ____hierarchy_1; // System.Collections.Hashtable System.Security.SecurityManager::_declsecCache Hashtable_t1853889766 * ____declsecCache_2; // System.Security.Policy.PolicyLevel System.Security.SecurityManager::_level PolicyLevel_t2891196107 * ____level_3; // System.Security.Permissions.SecurityPermission System.Security.SecurityManager::_execution SecurityPermission_t2954997752 * ____execution_4; public: inline static int32_t get_offset_of__lockObject_0() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____lockObject_0)); } inline RuntimeObject * get__lockObject_0() const { return ____lockObject_0; } inline RuntimeObject ** get_address_of__lockObject_0() { return &____lockObject_0; } inline void set__lockObject_0(RuntimeObject * value) { ____lockObject_0 = value; Il2CppCodeGenWriteBarrier((&____lockObject_0), value); } inline static int32_t get_offset_of__hierarchy_1() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____hierarchy_1)); } inline ArrayList_t2718874744 * get__hierarchy_1() const { return ____hierarchy_1; } inline ArrayList_t2718874744 ** get_address_of__hierarchy_1() { return &____hierarchy_1; } inline void set__hierarchy_1(ArrayList_t2718874744 * value) { ____hierarchy_1 = value; Il2CppCodeGenWriteBarrier((&____hierarchy_1), value); } inline static int32_t get_offset_of__declsecCache_2() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____declsecCache_2)); } inline Hashtable_t1853889766 * get__declsecCache_2() const { return ____declsecCache_2; } inline Hashtable_t1853889766 ** get_address_of__declsecCache_2() { return &____declsecCache_2; } inline void set__declsecCache_2(Hashtable_t1853889766 * value) { ____declsecCache_2 = value; Il2CppCodeGenWriteBarrier((&____declsecCache_2), value); } inline static int32_t get_offset_of__level_3() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____level_3)); } inline PolicyLevel_t2891196107 * get__level_3() const { return ____level_3; } inline PolicyLevel_t2891196107 ** get_address_of__level_3() { return &____level_3; } inline void set__level_3(PolicyLevel_t2891196107 * value) { ____level_3 = value; Il2CppCodeGenWriteBarrier((&____level_3), value); } inline static int32_t get_offset_of__execution_4() { return static_cast(offsetof(SecurityManager_t3383402582_StaticFields, ____execution_4)); } inline SecurityPermission_t2954997752 * get__execution_4() const { return ____execution_4; } inline SecurityPermission_t2954997752 ** get_address_of__execution_4() { return &____execution_4; } inline void set__execution_4(SecurityPermission_t2954997752 * value) { ____execution_4 = value; Il2CppCodeGenWriteBarrier((&____execution_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYMANAGER_T3383402582_H #ifndef CODEGROUP_T3811807446_H #define CODEGROUP_T3811807446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.CodeGroup struct CodeGroup_t3811807446 : public RuntimeObject { public: // System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::m_policy PolicyStatement_t3052133691 * ___m_policy_0; // System.Security.Policy.IMembershipCondition System.Security.Policy.CodeGroup::m_membershipCondition RuntimeObject* ___m_membershipCondition_1; // System.String System.Security.Policy.CodeGroup::m_description String_t* ___m_description_2; // System.String System.Security.Policy.CodeGroup::m_name String_t* ___m_name_3; // System.Collections.ArrayList System.Security.Policy.CodeGroup::m_children ArrayList_t2718874744 * ___m_children_4; public: inline static int32_t get_offset_of_m_policy_0() { return static_cast(offsetof(CodeGroup_t3811807446, ___m_policy_0)); } inline PolicyStatement_t3052133691 * get_m_policy_0() const { return ___m_policy_0; } inline PolicyStatement_t3052133691 ** get_address_of_m_policy_0() { return &___m_policy_0; } inline void set_m_policy_0(PolicyStatement_t3052133691 * value) { ___m_policy_0 = value; Il2CppCodeGenWriteBarrier((&___m_policy_0), value); } inline static int32_t get_offset_of_m_membershipCondition_1() { return static_cast(offsetof(CodeGroup_t3811807446, ___m_membershipCondition_1)); } inline RuntimeObject* get_m_membershipCondition_1() const { return ___m_membershipCondition_1; } inline RuntimeObject** get_address_of_m_membershipCondition_1() { return &___m_membershipCondition_1; } inline void set_m_membershipCondition_1(RuntimeObject* value) { ___m_membershipCondition_1 = value; Il2CppCodeGenWriteBarrier((&___m_membershipCondition_1), value); } inline static int32_t get_offset_of_m_description_2() { return static_cast(offsetof(CodeGroup_t3811807446, ___m_description_2)); } inline String_t* get_m_description_2() const { return ___m_description_2; } inline String_t** get_address_of_m_description_2() { return &___m_description_2; } inline void set_m_description_2(String_t* value) { ___m_description_2 = value; Il2CppCodeGenWriteBarrier((&___m_description_2), value); } inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CodeGroup_t3811807446, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((&___m_name_3), value); } inline static int32_t get_offset_of_m_children_4() { return static_cast(offsetof(CodeGroup_t3811807446, ___m_children_4)); } inline ArrayList_t2718874744 * get_m_children_4() const { return ___m_children_4; } inline ArrayList_t2718874744 ** get_address_of_m_children_4() { return &___m_children_4; } inline void set_m_children_4(ArrayList_t2718874744 * value) { ___m_children_4 = value; Il2CppCodeGenWriteBarrier((&___m_children_4), value); } }; struct CodeGroup_t3811807446_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Security.Policy.CodeGroup::<>f__switch$map2E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2E_5; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map2E_5() { return static_cast(offsetof(CodeGroup_t3811807446_StaticFields, ___U3CU3Ef__switchU24map2E_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2E_5() const { return ___U3CU3Ef__switchU24map2E_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2E_5() { return &___U3CU3Ef__switchU24map2E_5; } inline void set_U3CU3Ef__switchU24map2E_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2E_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2E_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEGROUP_T3811807446_H #ifndef DEFAULTPOLICIES_T2520506789_H #define DEFAULTPOLICIES_T2520506789_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.DefaultPolicies struct DefaultPolicies_t2520506789 : public RuntimeObject { public: public: }; struct DefaultPolicies_t2520506789_StaticFields { public: // System.Version System.Security.Policy.DefaultPolicies::_fxVersion Version_t3456873960 * ____fxVersion_0; // System.Byte[] System.Security.Policy.DefaultPolicies::_ecmaKey ByteU5BU5D_t4116647657* ____ecmaKey_1; // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.DefaultPolicies::_ecma StrongNamePublicKeyBlob_t3355146440 * ____ecma_2; // System.Byte[] System.Security.Policy.DefaultPolicies::_msFinalKey ByteU5BU5D_t4116647657* ____msFinalKey_3; // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.DefaultPolicies::_msFinal StrongNamePublicKeyBlob_t3355146440 * ____msFinal_4; // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::_fullTrust NamedPermissionSet_t2915669112 * ____fullTrust_5; // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::_localIntranet NamedPermissionSet_t2915669112 * ____localIntranet_6; // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::_internet NamedPermissionSet_t2915669112 * ____internet_7; // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::_skipVerification NamedPermissionSet_t2915669112 * ____skipVerification_8; // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::_execution NamedPermissionSet_t2915669112 * ____execution_9; // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::_nothing NamedPermissionSet_t2915669112 * ____nothing_10; // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::_everything NamedPermissionSet_t2915669112 * ____everything_11; public: inline static int32_t get_offset_of__fxVersion_0() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____fxVersion_0)); } inline Version_t3456873960 * get__fxVersion_0() const { return ____fxVersion_0; } inline Version_t3456873960 ** get_address_of__fxVersion_0() { return &____fxVersion_0; } inline void set__fxVersion_0(Version_t3456873960 * value) { ____fxVersion_0 = value; Il2CppCodeGenWriteBarrier((&____fxVersion_0), value); } inline static int32_t get_offset_of__ecmaKey_1() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____ecmaKey_1)); } inline ByteU5BU5D_t4116647657* get__ecmaKey_1() const { return ____ecmaKey_1; } inline ByteU5BU5D_t4116647657** get_address_of__ecmaKey_1() { return &____ecmaKey_1; } inline void set__ecmaKey_1(ByteU5BU5D_t4116647657* value) { ____ecmaKey_1 = value; Il2CppCodeGenWriteBarrier((&____ecmaKey_1), value); } inline static int32_t get_offset_of__ecma_2() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____ecma_2)); } inline StrongNamePublicKeyBlob_t3355146440 * get__ecma_2() const { return ____ecma_2; } inline StrongNamePublicKeyBlob_t3355146440 ** get_address_of__ecma_2() { return &____ecma_2; } inline void set__ecma_2(StrongNamePublicKeyBlob_t3355146440 * value) { ____ecma_2 = value; Il2CppCodeGenWriteBarrier((&____ecma_2), value); } inline static int32_t get_offset_of__msFinalKey_3() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____msFinalKey_3)); } inline ByteU5BU5D_t4116647657* get__msFinalKey_3() const { return ____msFinalKey_3; } inline ByteU5BU5D_t4116647657** get_address_of__msFinalKey_3() { return &____msFinalKey_3; } inline void set__msFinalKey_3(ByteU5BU5D_t4116647657* value) { ____msFinalKey_3 = value; Il2CppCodeGenWriteBarrier((&____msFinalKey_3), value); } inline static int32_t get_offset_of__msFinal_4() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____msFinal_4)); } inline StrongNamePublicKeyBlob_t3355146440 * get__msFinal_4() const { return ____msFinal_4; } inline StrongNamePublicKeyBlob_t3355146440 ** get_address_of__msFinal_4() { return &____msFinal_4; } inline void set__msFinal_4(StrongNamePublicKeyBlob_t3355146440 * value) { ____msFinal_4 = value; Il2CppCodeGenWriteBarrier((&____msFinal_4), value); } inline static int32_t get_offset_of__fullTrust_5() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____fullTrust_5)); } inline NamedPermissionSet_t2915669112 * get__fullTrust_5() const { return ____fullTrust_5; } inline NamedPermissionSet_t2915669112 ** get_address_of__fullTrust_5() { return &____fullTrust_5; } inline void set__fullTrust_5(NamedPermissionSet_t2915669112 * value) { ____fullTrust_5 = value; Il2CppCodeGenWriteBarrier((&____fullTrust_5), value); } inline static int32_t get_offset_of__localIntranet_6() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____localIntranet_6)); } inline NamedPermissionSet_t2915669112 * get__localIntranet_6() const { return ____localIntranet_6; } inline NamedPermissionSet_t2915669112 ** get_address_of__localIntranet_6() { return &____localIntranet_6; } inline void set__localIntranet_6(NamedPermissionSet_t2915669112 * value) { ____localIntranet_6 = value; Il2CppCodeGenWriteBarrier((&____localIntranet_6), value); } inline static int32_t get_offset_of__internet_7() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____internet_7)); } inline NamedPermissionSet_t2915669112 * get__internet_7() const { return ____internet_7; } inline NamedPermissionSet_t2915669112 ** get_address_of__internet_7() { return &____internet_7; } inline void set__internet_7(NamedPermissionSet_t2915669112 * value) { ____internet_7 = value; Il2CppCodeGenWriteBarrier((&____internet_7), value); } inline static int32_t get_offset_of__skipVerification_8() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____skipVerification_8)); } inline NamedPermissionSet_t2915669112 * get__skipVerification_8() const { return ____skipVerification_8; } inline NamedPermissionSet_t2915669112 ** get_address_of__skipVerification_8() { return &____skipVerification_8; } inline void set__skipVerification_8(NamedPermissionSet_t2915669112 * value) { ____skipVerification_8 = value; Il2CppCodeGenWriteBarrier((&____skipVerification_8), value); } inline static int32_t get_offset_of__execution_9() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____execution_9)); } inline NamedPermissionSet_t2915669112 * get__execution_9() const { return ____execution_9; } inline NamedPermissionSet_t2915669112 ** get_address_of__execution_9() { return &____execution_9; } inline void set__execution_9(NamedPermissionSet_t2915669112 * value) { ____execution_9 = value; Il2CppCodeGenWriteBarrier((&____execution_9), value); } inline static int32_t get_offset_of__nothing_10() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____nothing_10)); } inline NamedPermissionSet_t2915669112 * get__nothing_10() const { return ____nothing_10; } inline NamedPermissionSet_t2915669112 ** get_address_of__nothing_10() { return &____nothing_10; } inline void set__nothing_10(NamedPermissionSet_t2915669112 * value) { ____nothing_10 = value; Il2CppCodeGenWriteBarrier((&____nothing_10), value); } inline static int32_t get_offset_of__everything_11() { return static_cast(offsetof(DefaultPolicies_t2520506789_StaticFields, ____everything_11)); } inline NamedPermissionSet_t2915669112 * get__everything_11() const { return ____everything_11; } inline NamedPermissionSet_t2915669112 ** get_address_of__everything_11() { return &____everything_11; } inline void set__everything_11(NamedPermissionSet_t2915669112 * value) { ____everything_11 = value; Il2CppCodeGenWriteBarrier((&____everything_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTPOLICIES_T2520506789_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 ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef CHARENUMERATOR_T1121470421_H #define CHARENUMERATOR_T1121470421_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CharEnumerator struct CharEnumerator_t1121470421 : public RuntimeObject { public: // System.String System.CharEnumerator::str String_t* ___str_0; // System.Int32 System.CharEnumerator::index int32_t ___index_1; // System.Int32 System.CharEnumerator::length int32_t ___length_2; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(CharEnumerator_t1121470421, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((&___str_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(CharEnumerator_t1121470421, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_length_2() { return static_cast(offsetof(CharEnumerator_t1121470421, ___length_2)); } inline int32_t get_length_2() const { return ___length_2; } inline int32_t* get_address_of_length_2() { return &___length_2; } inline void set_length_2(int32_t value) { ___length_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARENUMERATOR_T1121470421_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 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 U24ARRAYTYPEU2452_T520724128_H #define U24ARRAYTYPEU2452_T520724128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$52 struct U24ArrayTypeU2452_t520724128 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2452_t520724128__padding[52]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2452_T520724128_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 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 SMALLRECT_T2930836963_H #define SMALLRECT_T2930836963_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SmallRect struct SmallRect_t2930836963 { public: // System.Int16 System.SmallRect::Left int16_t ___Left_0; // System.Int16 System.SmallRect::Top int16_t ___Top_1; // System.Int16 System.SmallRect::Right int16_t ___Right_2; // System.Int16 System.SmallRect::Bottom int16_t ___Bottom_3; public: inline static int32_t get_offset_of_Left_0() { return static_cast(offsetof(SmallRect_t2930836963, ___Left_0)); } inline int16_t get_Left_0() const { return ___Left_0; } inline int16_t* get_address_of_Left_0() { return &___Left_0; } inline void set_Left_0(int16_t value) { ___Left_0 = value; } inline static int32_t get_offset_of_Top_1() { return static_cast(offsetof(SmallRect_t2930836963, ___Top_1)); } inline int16_t get_Top_1() const { return ___Top_1; } inline int16_t* get_address_of_Top_1() { return &___Top_1; } inline void set_Top_1(int16_t value) { ___Top_1 = value; } inline static int32_t get_offset_of_Right_2() { return static_cast(offsetof(SmallRect_t2930836963, ___Right_2)); } inline int16_t get_Right_2() const { return ___Right_2; } inline int16_t* get_address_of_Right_2() { return &___Right_2; } inline void set_Right_2(int16_t value) { ___Right_2 = value; } inline static int32_t get_offset_of_Bottom_3() { return static_cast(offsetof(SmallRect_t2930836963, ___Bottom_3)); } inline int16_t get_Bottom_3() const { return ___Bottom_3; } inline int16_t* get_address_of_Bottom_3() { return &___Bottom_3; } inline void set_Bottom_3(int16_t value) { ___Bottom_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SMALLRECT_T2930836963_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 SECURITYFRAME_T1422462475_H #define SECURITYFRAME_T1422462475_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityFrame struct SecurityFrame_t1422462475 { public: // System.AppDomain System.Security.SecurityFrame::_domain AppDomain_t1571427825 * ____domain_0; // System.Reflection.MethodInfo System.Security.SecurityFrame::_method MethodInfo_t * ____method_1; // System.Security.PermissionSet System.Security.SecurityFrame::_assert PermissionSet_t223948603 * ____assert_2; // System.Security.PermissionSet System.Security.SecurityFrame::_deny PermissionSet_t223948603 * ____deny_3; // System.Security.PermissionSet System.Security.SecurityFrame::_permitonly PermissionSet_t223948603 * ____permitonly_4; public: inline static int32_t get_offset_of__domain_0() { return static_cast(offsetof(SecurityFrame_t1422462475, ____domain_0)); } inline AppDomain_t1571427825 * get__domain_0() const { return ____domain_0; } inline AppDomain_t1571427825 ** get_address_of__domain_0() { return &____domain_0; } inline void set__domain_0(AppDomain_t1571427825 * value) { ____domain_0 = value; Il2CppCodeGenWriteBarrier((&____domain_0), value); } inline static int32_t get_offset_of__method_1() { return static_cast(offsetof(SecurityFrame_t1422462475, ____method_1)); } inline MethodInfo_t * get__method_1() const { return ____method_1; } inline MethodInfo_t ** get_address_of__method_1() { return &____method_1; } inline void set__method_1(MethodInfo_t * value) { ____method_1 = value; Il2CppCodeGenWriteBarrier((&____method_1), value); } inline static int32_t get_offset_of__assert_2() { return static_cast(offsetof(SecurityFrame_t1422462475, ____assert_2)); } inline PermissionSet_t223948603 * get__assert_2() const { return ____assert_2; } inline PermissionSet_t223948603 ** get_address_of__assert_2() { return &____assert_2; } inline void set__assert_2(PermissionSet_t223948603 * value) { ____assert_2 = value; Il2CppCodeGenWriteBarrier((&____assert_2), value); } inline static int32_t get_offset_of__deny_3() { return static_cast(offsetof(SecurityFrame_t1422462475, ____deny_3)); } inline PermissionSet_t223948603 * get__deny_3() const { return ____deny_3; } inline PermissionSet_t223948603 ** get_address_of__deny_3() { return &____deny_3; } inline void set__deny_3(PermissionSet_t223948603 * value) { ____deny_3 = value; Il2CppCodeGenWriteBarrier((&____deny_3), value); } inline static int32_t get_offset_of__permitonly_4() { return static_cast(offsetof(SecurityFrame_t1422462475, ____permitonly_4)); } inline PermissionSet_t223948603 * get__permitonly_4() const { return ____permitonly_4; } inline PermissionSet_t223948603 ** get_address_of__permitonly_4() { return &____permitonly_4; } inline void set__permitonly_4(PermissionSet_t223948603 * value) { ____permitonly_4 = value; Il2CppCodeGenWriteBarrier((&____permitonly_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Security.SecurityFrame struct SecurityFrame_t1422462475_marshaled_pinvoke { AppDomain_t1571427825 * ____domain_0; MethodInfo_t * ____method_1; PermissionSet_t223948603 * ____assert_2; PermissionSet_t223948603 * ____deny_3; PermissionSet_t223948603 * ____permitonly_4; }; // Native definition for COM marshalling of System.Security.SecurityFrame struct SecurityFrame_t1422462475_marshaled_com { AppDomain_t1571427825 * ____domain_0; MethodInfo_t * ____method_1; PermissionSet_t223948603 * ____assert_2; PermissionSet_t223948603 * ____deny_3; PermissionSet_t223948603 * ____permitonly_4; }; #endif // SECURITYFRAME_T1422462475_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 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 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 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 SITEIDENTITYPERMISSION_T4239769539_H #define SITEIDENTITYPERMISSION_T4239769539_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SiteIdentityPermission struct SiteIdentityPermission_t4239769539 : public CodeAccessPermission_t2681295399 { public: // System.String System.Security.Permissions.SiteIdentityPermission::_site String_t* ____site_0; public: inline static int32_t get_offset_of__site_0() { return static_cast(offsetof(SiteIdentityPermission_t4239769539, ____site_0)); } inline String_t* get__site_0() const { return ____site_0; } inline String_t** get_address_of__site_0() { return &____site_0; } inline void set__site_0(String_t* value) { ____site_0 = value; Il2CppCodeGenWriteBarrier((&____site_0), value); } }; struct SiteIdentityPermission_t4239769539_StaticFields { public: // System.Boolean[] System.Security.Permissions.SiteIdentityPermission::valid BooleanU5BU5D_t2897418192* ___valid_1; public: inline static int32_t get_offset_of_valid_1() { return static_cast(offsetof(SiteIdentityPermission_t4239769539_StaticFields, ___valid_1)); } inline BooleanU5BU5D_t2897418192* get_valid_1() const { return ___valid_1; } inline BooleanU5BU5D_t2897418192** get_address_of_valid_1() { return &___valid_1; } inline void set_valid_1(BooleanU5BU5D_t2897418192* value) { ___valid_1 = value; Il2CppCodeGenWriteBarrier((&___valid_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SITEIDENTITYPERMISSION_T4239769539_H #ifndef SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H #define SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SuppressUnmanagedCodeSecurityAttribute struct SuppressUnmanagedCodeSecurityAttribute_t744305558 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUPPRESSUNMANAGEDCODESECURITYATTRIBUTE_T744305558_H #ifndef SECURITYSAFECRITICALATTRIBUTE_T3505979402_H #define SECURITYSAFECRITICALATTRIBUTE_T3505979402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecuritySafeCriticalAttribute struct SecuritySafeCriticalAttribute_t3505979402 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYSAFECRITICALATTRIBUTE_T3505979402_H #ifndef URLIDENTITYPERMISSION_T48040392_H #define URLIDENTITYPERMISSION_T48040392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UrlIdentityPermission struct UrlIdentityPermission_t48040392 : public CodeAccessPermission_t2681295399 { public: // System.String System.Security.Permissions.UrlIdentityPermission::url String_t* ___url_0; public: inline static int32_t get_offset_of_url_0() { return static_cast(offsetof(UrlIdentityPermission_t48040392, ___url_0)); } inline String_t* get_url_0() const { return ___url_0; } inline String_t** get_address_of_url_0() { return &___url_0; } inline void set_url_0(String_t* value) { ___url_0 = value; Il2CppCodeGenWriteBarrier((&___url_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URLIDENTITYPERMISSION_T48040392_H #ifndef ORDINALCOMPARER_T3407243298_H #define ORDINALCOMPARER_T3407243298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OrdinalComparer struct OrdinalComparer_t3407243298 : public StringComparer_t3301955079 { public: // System.Boolean System.OrdinalComparer::_ignoreCase bool ____ignoreCase_4; public: inline static int32_t get_offset_of__ignoreCase_4() { return static_cast(offsetof(OrdinalComparer_t3407243298, ____ignoreCase_4)); } inline bool get__ignoreCase_4() const { return ____ignoreCase_4; } inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; } inline void set__ignoreCase_4(bool value) { ____ignoreCase_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ORDINALCOMPARER_T3407243298_H #ifndef CULTUREAWARECOMPARER_T30646139_H #define CULTUREAWARECOMPARER_T30646139_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.CultureAwareComparer struct CultureAwareComparer_t30646139 : public StringComparer_t3301955079 { public: // System.Boolean System.CultureAwareComparer::_ignoreCase bool ____ignoreCase_4; // System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo CompareInfo_t1092934962 * ____compareInfo_5; public: inline static int32_t get_offset_of__ignoreCase_4() { return static_cast(offsetof(CultureAwareComparer_t30646139, ____ignoreCase_4)); } inline bool get__ignoreCase_4() const { return ____ignoreCase_4; } inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; } inline void set__ignoreCase_4(bool value) { ____ignoreCase_4 = value; } inline static int32_t get_offset_of__compareInfo_5() { return static_cast(offsetof(CultureAwareComparer_t30646139, ____compareInfo_5)); } inline CompareInfo_t1092934962 * get__compareInfo_5() const { return ____compareInfo_5; } inline CompareInfo_t1092934962 ** get_address_of__compareInfo_5() { return &____compareInfo_5; } inline void set__compareInfo_5(CompareInfo_t1092934962 * value) { ____compareInfo_5 = value; Il2CppCodeGenWriteBarrier((&____compareInfo_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREAWARECOMPARER_T30646139_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 PUBLISHERIDENTITYPERMISSION_T594127488_H #define PUBLISHERIDENTITYPERMISSION_T594127488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PublisherIdentityPermission struct PublisherIdentityPermission_t594127488 : public CodeAccessPermission_t2681295399 { public: // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Permissions.PublisherIdentityPermission::x509 X509Certificate_t713131622 * ___x509_0; public: inline static int32_t get_offset_of_x509_0() { return static_cast(offsetof(PublisherIdentityPermission_t594127488, ___x509_0)); } inline X509Certificate_t713131622 * get_x509_0() const { return ___x509_0; } inline X509Certificate_t713131622 ** get_address_of_x509_0() { return &___x509_0; } inline void set_x509_0(X509Certificate_t713131622 * value) { ___x509_0 = value; Il2CppCodeGenWriteBarrier((&___x509_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUBLISHERIDENTITYPERMISSION_T594127488_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 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 SERIALIZABLEATTRIBUTE_T1992588303_H #define SERIALIZABLEATTRIBUTE_T1992588303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SerializableAttribute struct SerializableAttribute_t1992588303 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZABLEATTRIBUTE_T1992588303_H #ifndef UNVERIFIABLECODEATTRIBUTE_T3228760399_H #define UNVERIFIABLECODEATTRIBUTE_T3228760399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.UnverifiableCodeAttribute struct UnverifiableCodeAttribute_t3228760399 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNVERIFIABLECODEATTRIBUTE_T3228760399_H #ifndef SECURITYPARSER_T4124480077_H #define SECURITYPARSER_T4124480077_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.SecurityParser struct SecurityParser_t4124480077 : public SmallXmlParser_t973787839 { public: // System.Security.SecurityElement Mono.Xml.SecurityParser::root SecurityElement_t1046076091 * ___root_13; // System.Security.SecurityElement Mono.Xml.SecurityParser::current SecurityElement_t1046076091 * ___current_14; // System.Collections.Stack Mono.Xml.SecurityParser::stack Stack_t2329662280 * ___stack_15; public: inline static int32_t get_offset_of_root_13() { return static_cast(offsetof(SecurityParser_t4124480077, ___root_13)); } inline SecurityElement_t1046076091 * get_root_13() const { return ___root_13; } inline SecurityElement_t1046076091 ** get_address_of_root_13() { return &___root_13; } inline void set_root_13(SecurityElement_t1046076091 * value) { ___root_13 = value; Il2CppCodeGenWriteBarrier((&___root_13), value); } inline static int32_t get_offset_of_current_14() { return static_cast(offsetof(SecurityParser_t4124480077, ___current_14)); } inline SecurityElement_t1046076091 * get_current_14() const { return ___current_14; } inline SecurityElement_t1046076091 ** get_address_of_current_14() { return &___current_14; } inline void set_current_14(SecurityElement_t1046076091 * value) { ___current_14 = value; Il2CppCodeGenWriteBarrier((&___current_14), value); } inline static int32_t get_offset_of_stack_15() { return static_cast(offsetof(SecurityParser_t4124480077, ___stack_15)); } inline Stack_t2329662280 * get_stack_15() const { return ___stack_15; } inline Stack_t2329662280 ** get_address_of_stack_15() { return &___stack_15; } inline void set_stack_15(Stack_t2329662280 * value) { ___stack_15 = value; Il2CppCodeGenWriteBarrier((&___stack_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPARSER_T4124480077_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 TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef U24ARRAYTYPEU2412_T2490092596_H #define U24ARRAYTYPEU2412_T2490092596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092596 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092596__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092596_H #ifndef U24ARRAYTYPEU2456_T1285398176_H #define U24ARRAYTYPEU2456_T1285398176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$56 struct U24ArrayTypeU2456_t1285398176 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2456_t1285398176__padding[56]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2456_T1285398176_H #ifndef U24ARRAYTYPEU242048_T3505032960_H #define U24ARRAYTYPEU242048_T3505032960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2048 struct U24ArrayTypeU242048_t3505032960 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242048_t3505032960__padding[2048]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242048_T3505032960_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 U24ARRAYTYPEU2496_T2898536284_H #define U24ARRAYTYPEU2496_T2898536284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$96 struct U24ArrayTypeU2496_t2898536284 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2496_t2898536284__padding[96]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2496_T2898536284_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 U24ARRAYTYPEU24124_T4289081647_H #define U24ARRAYTYPEU24124_T4289081647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$124 struct U24ArrayTypeU24124_t4289081647 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24124_t4289081647__padding[124]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24124_T4289081647_H #ifndef U24ARRAYTYPEU248_T3244137463_H #define U24ARRAYTYPEU248_T3244137463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137463 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137463__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137463_H #ifndef U24ARRAYTYPEU2472_T1683523542_H #define U24ARRAYTYPEU2472_T1683523542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523542 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523542__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523542_H #ifndef U24ARRAYTYPEU2484_T950115319_H #define U24ARRAYTYPEU2484_T950115319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$84 struct U24ArrayTypeU2484_t950115319 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2484_t950115319__padding[84]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2484_T950115319_H #ifndef U24ARRAYTYPEU24136_T1950429485_H #define U24ARRAYTYPEU24136_T1950429485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$136 struct U24ArrayTypeU24136_t1950429485 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24136_t1950429485__padding[136]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24136_T1950429485_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef U24ARRAYTYPEU24160_T758788403_H #define U24ARRAYTYPEU24160_T758788403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$160 struct U24ArrayTypeU24160_t758788403 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24160_t758788403__padding[160]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24160_T758788403_H #ifndef UNIONCODEGROUP_T3773268997_H #define UNIONCODEGROUP_T3773268997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.UnionCodeGroup struct UnionCodeGroup_t3773268997 : public CodeGroup_t3811807446 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNIONCODEGROUP_T3773268997_H #ifndef NETCODEGROUP_T2217812384_H #define NETCODEGROUP_T2217812384_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.NetCodeGroup struct NetCodeGroup_t2217812384 : public CodeGroup_t3811807446 { public: // System.Collections.Hashtable System.Security.Policy.NetCodeGroup::_rules Hashtable_t1853889766 * ____rules_8; // System.Int32 System.Security.Policy.NetCodeGroup::_hashcode int32_t ____hashcode_9; public: inline static int32_t get_offset_of__rules_8() { return static_cast(offsetof(NetCodeGroup_t2217812384, ____rules_8)); } inline Hashtable_t1853889766 * get__rules_8() const { return ____rules_8; } inline Hashtable_t1853889766 ** get_address_of__rules_8() { return &____rules_8; } inline void set__rules_8(Hashtable_t1853889766 * value) { ____rules_8 = value; Il2CppCodeGenWriteBarrier((&____rules_8), value); } inline static int32_t get_offset_of__hashcode_9() { return static_cast(offsetof(NetCodeGroup_t2217812384, ____hashcode_9)); } inline int32_t get__hashcode_9() const { return ____hashcode_9; } inline int32_t* get_address_of__hashcode_9() { return &____hashcode_9; } inline void set__hashcode_9(int32_t value) { ____hashcode_9 = value; } }; struct NetCodeGroup_t2217812384_StaticFields { public: // System.String System.Security.Policy.NetCodeGroup::AbsentOriginScheme String_t* ___AbsentOriginScheme_6; // System.String System.Security.Policy.NetCodeGroup::AnyOtherOriginScheme String_t* ___AnyOtherOriginScheme_7; public: inline static int32_t get_offset_of_AbsentOriginScheme_6() { return static_cast(offsetof(NetCodeGroup_t2217812384_StaticFields, ___AbsentOriginScheme_6)); } inline String_t* get_AbsentOriginScheme_6() const { return ___AbsentOriginScheme_6; } inline String_t** get_address_of_AbsentOriginScheme_6() { return &___AbsentOriginScheme_6; } inline void set_AbsentOriginScheme_6(String_t* value) { ___AbsentOriginScheme_6 = value; Il2CppCodeGenWriteBarrier((&___AbsentOriginScheme_6), value); } inline static int32_t get_offset_of_AnyOtherOriginScheme_7() { return static_cast(offsetof(NetCodeGroup_t2217812384_StaticFields, ___AnyOtherOriginScheme_7)); } inline String_t* get_AnyOtherOriginScheme_7() const { return ___AnyOtherOriginScheme_7; } inline String_t** get_address_of_AnyOtherOriginScheme_7() { return &___AnyOtherOriginScheme_7; } inline void set_AnyOtherOriginScheme_7(String_t* value) { ___AnyOtherOriginScheme_7 = value; Il2CppCodeGenWriteBarrier((&___AnyOtherOriginScheme_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NETCODEGROUP_T2217812384_H #ifndef FIRSTMATCHCODEGROUP_T885469689_H #define FIRSTMATCHCODEGROUP_T885469689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.FirstMatchCodeGroup struct FirstMatchCodeGroup_t885469689 : public CodeGroup_t3811807446 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIRSTMATCHCODEGROUP_T885469689_H #ifndef U24ARRAYTYPEU24128_T4289081659_H #define U24ARRAYTYPEU24128_T4289081659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081659 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081659__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081659_H #ifndef U24ARRAYTYPEU24640_T2298765680_H #define U24ARRAYTYPEU24640_T2298765680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$640 struct U24ArrayTypeU24640_t2298765680 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24640_t2298765680__padding[640]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24640_T2298765680_H #ifndef U24ARRAYTYPEU241024_T3907531057_H #define U24ARRAYTYPEU241024_T3907531057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1024 struct U24ArrayTypeU241024_t3907531057 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241024_t3907531057__padding[1024]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241024_T3907531057_H #ifndef U24ARRAYTYPEU24120_T4289081651_H #define U24ARRAYTYPEU24120_T4289081651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$120 struct U24ArrayTypeU24120_t4289081651 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24120_t4289081651__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24120_T4289081651_H #ifndef U24ARRAYTYPEU24256_T1929481982_H #define U24ARRAYTYPEU24256_T1929481982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481982 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481982__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481982_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 U24ARRAYTYPEU241452_T377631024_H #define U24ARRAYTYPEU241452_T377631024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1452 struct U24ArrayTypeU241452_t377631024 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241452_t377631024__padding[1452]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241452_T377631024_H #ifndef U24ARRAYTYPEU2420_T1704471045_H #define U24ARRAYTYPEU2420_T1704471045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$20 struct U24ArrayTypeU2420_t1704471045 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2420_t1704471045__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2420_T1704471045_H #ifndef U24ARRAYTYPEU243132_T2732071528_H #define U24ARRAYTYPEU243132_T2732071528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$3132 struct U24ArrayTypeU243132_t2732071528 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU243132_t2732071528__padding[3132]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU243132_T2732071528_H #ifndef U24ARRAYTYPEU2416_T3254766644_H #define U24ARRAYTYPEU2416_T3254766644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766644 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766644__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766644_H #ifndef U24ARRAYTYPEU2424_T2469145093_H #define U24ARRAYTYPEU2424_T2469145093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$24 struct U24ArrayTypeU2424_t2469145093 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2424_t2469145093__padding[24]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2424_T2469145093_H #ifndef DATA_T2225474377_H #define DATA_T2225474377_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo/Data struct Data_t2225474377 { public: // System.Int32 System.Globalization.TextInfo/Data::ansi int32_t ___ansi_0; // System.Int32 System.Globalization.TextInfo/Data::ebcdic int32_t ___ebcdic_1; // System.Int32 System.Globalization.TextInfo/Data::mac int32_t ___mac_2; // System.Int32 System.Globalization.TextInfo/Data::oem int32_t ___oem_3; // System.Byte System.Globalization.TextInfo/Data::list_sep uint8_t ___list_sep_4; public: inline static int32_t get_offset_of_ansi_0() { return static_cast(offsetof(Data_t2225474377, ___ansi_0)); } inline int32_t get_ansi_0() const { return ___ansi_0; } inline int32_t* get_address_of_ansi_0() { return &___ansi_0; } inline void set_ansi_0(int32_t value) { ___ansi_0 = value; } inline static int32_t get_offset_of_ebcdic_1() { return static_cast(offsetof(Data_t2225474377, ___ebcdic_1)); } inline int32_t get_ebcdic_1() const { return ___ebcdic_1; } inline int32_t* get_address_of_ebcdic_1() { return &___ebcdic_1; } inline void set_ebcdic_1(int32_t value) { ___ebcdic_1 = value; } inline static int32_t get_offset_of_mac_2() { return static_cast(offsetof(Data_t2225474377, ___mac_2)); } inline int32_t get_mac_2() const { return ___mac_2; } inline int32_t* get_address_of_mac_2() { return &___mac_2; } inline void set_mac_2(int32_t value) { ___mac_2 = value; } inline static int32_t get_offset_of_oem_3() { return static_cast(offsetof(Data_t2225474377, ___oem_3)); } inline int32_t get_oem_3() const { return ___oem_3; } inline int32_t* get_address_of_oem_3() { return &___oem_3; } inline void set_oem_3(int32_t value) { ___oem_3 = value; } inline static int32_t get_offset_of_list_sep_4() { return static_cast(offsetof(Data_t2225474377, ___list_sep_4)); } inline uint8_t get_list_sep_4() const { return ___list_sep_4; } inline uint8_t* get_address_of_list_sep_4() { return &___list_sep_4; } inline void set_list_sep_4(uint8_t value) { ___list_sep_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATA_T2225474377_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 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 GACIDENTITYPERMISSION_T2991335275_H #define GACIDENTITYPERMISSION_T2991335275_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.GacIdentityPermission struct GacIdentityPermission_t2991335275 : public CodeAccessPermission_t2681295399 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GACIDENTITYPERMISSION_T2991335275_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 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 APPDOMAINMANAGER_T1420869192_H #define APPDOMAINMANAGER_T1420869192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomainManager struct AppDomainManager_t1420869192 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAINMANAGER_T1420869192_H #ifndef U24ARRAYTYPEU2464_T499776625_H #define U24ARRAYTYPEU2464_T499776625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$64 struct U24ArrayTypeU2464_t499776625 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2464_t499776625__padding[64]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2464_T499776625_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 U24ARRAYTYPEU2448_T1337922363_H #define U24ARRAYTYPEU2448_T1337922363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$48 struct U24ArrayTypeU2448_t1337922363 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2448_t1337922363__padding[48]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2448_T1337922363_H #ifndef U24ARRAYTYPEU2432_T3652892010_H #define U24ARRAYTYPEU2432_T3652892010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$32 struct U24ArrayTypeU2432_t3652892010 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2432_t3652892010__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2432_T3652892010_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 U24ARRAYTYPEU242100_T1165856516_H #define U24ARRAYTYPEU242100_T1165856516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2100 struct U24ArrayTypeU242100_t1165856516 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242100_t1165856516__padding[2100]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242100_T1165856516_H #ifndef U24ARRAYTYPEU241668_T760361261_H #define U24ARRAYTYPEU241668_T760361261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1668 struct U24ArrayTypeU241668_t760361261 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241668_t760361261__padding[1668]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241668_T760361261_H #ifndef STACKOVERFLOWEXCEPTION_T3629451388_H #define STACKOVERFLOWEXCEPTION_T3629451388_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StackOverflowException struct StackOverflowException_t3629451388 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKOVERFLOWEXCEPTION_T3629451388_H #ifndef ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #define ASSEMBLYVERSIONCOMPATIBILITY_T766556580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t766556580 { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyVersionCompatibility_t766556580, ___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 // ASSEMBLYVERSIONCOMPATIBILITY_T766556580_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 PROCESSORARCHITECTURE_T305929193_H #define PROCESSORARCHITECTURE_T305929193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t305929193 { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ProcessorArchitecture_t305929193, ___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 // PROCESSORARCHITECTURE_T305929193_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 ARITHMETICEXCEPTION_T4283546778_H #define ARITHMETICEXCEPTION_T4283546778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_t4283546778 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_T4283546778_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___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 // THREADSTATE_T2533302383_H #ifndef ASSEMBLYHASHALGORITHM_T1216504064_H #define ASSEMBLYHASHALGORITHM_T1216504064_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_t1216504064 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyHashAlgorithm_t1216504064, ___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 // ASSEMBLYHASHALGORITHM_T1216504064_H #ifndef TERMINFOSTRINGS_T290279955_H #define TERMINFOSTRINGS_T290279955_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TermInfoStrings struct TermInfoStrings_t290279955 { public: // System.Int32 System.TermInfoStrings::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TermInfoStrings_t290279955, ___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 // TERMINFOSTRINGS_T290279955_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 CONSOLEKEY_T4097401472_H #define CONSOLEKEY_T4097401472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKey struct ConsoleKey_t4097401472 { public: // System.Int32 System.ConsoleKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleKey_t4097401472, ___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 // CONSOLEKEY_T4097401472_H #ifndef TERMINFONUMBERS_T2028216776_H #define TERMINFONUMBERS_T2028216776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TermInfoNumbers struct TermInfoNumbers_t2028216776 { public: // System.Int32 System.TermInfoNumbers::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TermInfoNumbers_t2028216776, ___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 // TERMINFONUMBERS_T2028216776_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 TYPEFILTERLEVEL_T977535029_H #define TYPEFILTERLEVEL_T977535029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.TypeFilterLevel struct TypeFilterLevel_t977535029 { public: // System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeFilterLevel_t977535029, ___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 // TYPEFILTERLEVEL_T977535029_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 FORMATTERASSEMBLYSTYLE_T868039825_H #define FORMATTERASSEMBLYSTYLE_T868039825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t868039825 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FormatterAssemblyStyle_t868039825, ___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 // FORMATTERASSEMBLYSTYLE_T868039825_H #ifndef FORMATTERTYPESTYLE_T3400733584_H #define FORMATTERTYPESTYLE_T3400733584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.FormatterTypeStyle struct FormatterTypeStyle_t3400733584 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FormatterTypeStyle_t3400733584, ___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 // FORMATTERTYPESTYLE_T3400733584_H #ifndef CONSOLECOLOR_T2680034144_H #define CONSOLECOLOR_T2680034144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleColor struct ConsoleColor_t2680034144 { public: // System.Int32 System.ConsoleColor::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleColor_t2680034144, ___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 // CONSOLECOLOR_T2680034144_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 ASSEMBLYNAMEFLAGS_T3675421470_H #define ASSEMBLYNAMEFLAGS_T3675421470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t3675421470 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AssemblyNameFlags_t3675421470, ___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 // ASSEMBLYNAMEFLAGS_T3675421470_H #ifndef KEYCONTAINERPERMISSIONFLAGS_T3864969297_H #define KEYCONTAINERPERMISSIONFLAGS_T3864969297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.KeyContainerPermissionFlags struct KeyContainerPermissionFlags_t3864969297 { public: // System.Int32 System.Security.Permissions.KeyContainerPermissionFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyContainerPermissionFlags_t3864969297, ___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 // KEYCONTAINERPERMISSIONFLAGS_T3864969297_H #ifndef STRINGSPLITOPTIONS_T641086070_H #define STRINGSPLITOPTIONS_T641086070_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.StringSplitOptions struct StringSplitOptions_t641086070 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StringSplitOptions_t641086070, ___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 // STRINGSPLITOPTIONS_T641086070_H #ifndef COMPAREOPTIONS_T4130014775_H #define COMPAREOPTIONS_T4130014775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareOptions struct CompareOptions_t4130014775 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompareOptions_t4130014775, ___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 // COMPAREOPTIONS_T4130014775_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 TEXTINFO_T3810425522_H #define TEXTINFO_T3810425522_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.TextInfo struct TextInfo_t3810425522 : public RuntimeObject { public: // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_2; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_3; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_4; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_5; // System.Globalization.CultureInfo System.Globalization.TextInfo::ci CultureInfo_t4157843068 * ___ci_6; // System.Boolean System.Globalization.TextInfo::handleDotI bool ___handleDotI_7; // System.Globalization.TextInfo/Data System.Globalization.TextInfo::data Data_t2225474377 ___data_8; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_t3810425522, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((&___m_listSeparator_0), value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_t3810425522, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_customCultureName_2() { return static_cast(offsetof(TextInfo_t3810425522, ___customCultureName_2)); } inline String_t* get_customCultureName_2() const { return ___customCultureName_2; } inline String_t** get_address_of_customCultureName_2() { return &___customCultureName_2; } inline void set_customCultureName_2(String_t* value) { ___customCultureName_2 = value; Il2CppCodeGenWriteBarrier((&___customCultureName_2), value); } inline static int32_t get_offset_of_m_nDataItem_3() { return static_cast(offsetof(TextInfo_t3810425522, ___m_nDataItem_3)); } inline int32_t get_m_nDataItem_3() const { return ___m_nDataItem_3; } inline int32_t* get_address_of_m_nDataItem_3() { return &___m_nDataItem_3; } inline void set_m_nDataItem_3(int32_t value) { ___m_nDataItem_3 = value; } inline static int32_t get_offset_of_m_useUserOverride_4() { return static_cast(offsetof(TextInfo_t3810425522, ___m_useUserOverride_4)); } inline bool get_m_useUserOverride_4() const { return ___m_useUserOverride_4; } inline bool* get_address_of_m_useUserOverride_4() { return &___m_useUserOverride_4; } inline void set_m_useUserOverride_4(bool value) { ___m_useUserOverride_4 = value; } inline static int32_t get_offset_of_m_win32LangID_5() { return static_cast(offsetof(TextInfo_t3810425522, ___m_win32LangID_5)); } inline int32_t get_m_win32LangID_5() const { return ___m_win32LangID_5; } inline int32_t* get_address_of_m_win32LangID_5() { return &___m_win32LangID_5; } inline void set_m_win32LangID_5(int32_t value) { ___m_win32LangID_5 = value; } inline static int32_t get_offset_of_ci_6() { return static_cast(offsetof(TextInfo_t3810425522, ___ci_6)); } inline CultureInfo_t4157843068 * get_ci_6() const { return ___ci_6; } inline CultureInfo_t4157843068 ** get_address_of_ci_6() { return &___ci_6; } inline void set_ci_6(CultureInfo_t4157843068 * value) { ___ci_6 = value; Il2CppCodeGenWriteBarrier((&___ci_6), value); } inline static int32_t get_offset_of_handleDotI_7() { return static_cast(offsetof(TextInfo_t3810425522, ___handleDotI_7)); } inline bool get_handleDotI_7() const { return ___handleDotI_7; } inline bool* get_address_of_handleDotI_7() { return &___handleDotI_7; } inline void set_handleDotI_7(bool value) { ___handleDotI_7 = value; } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(TextInfo_t3810425522, ___data_8)); } inline Data_t2225474377 get_data_8() const { return ___data_8; } inline Data_t2225474377 * get_address_of_data_8() { return &___data_8; } inline void set_data_8(Data_t2225474377 value) { ___data_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTINFO_T3810425522_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 ACCESSVIOLATIONEXCEPTION_T339633883_H #define ACCESSVIOLATIONEXCEPTION_T339633883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AccessViolationException struct AccessViolationException_t339633883 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACCESSVIOLATIONEXCEPTION_T339633883_H #ifndef SECURITYZONE_T1272287263_H #define SECURITYZONE_T1272287263_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityZone struct SecurityZone_t1272287263 { public: // System.Int32 System.Security.SecurityZone::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityZone_t1272287263, ___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 // SECURITYZONE_T1272287263_H #ifndef STREAMWRITER_T1266378904_H #define STREAMWRITER_T1266378904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamWriter struct StreamWriter_t1266378904 : public TextWriter_t3478189236 { public: // System.Text.Encoding System.IO.StreamWriter::internalEncoding Encoding_t1523322056 * ___internalEncoding_4; // System.IO.Stream System.IO.StreamWriter::internalStream Stream_t1273022909 * ___internalStream_5; // System.Boolean System.IO.StreamWriter::iflush bool ___iflush_6; // System.Byte[] System.IO.StreamWriter::byte_buf ByteU5BU5D_t4116647657* ___byte_buf_7; // System.Int32 System.IO.StreamWriter::byte_pos int32_t ___byte_pos_8; // System.Char[] System.IO.StreamWriter::decode_buf CharU5BU5D_t3528271667* ___decode_buf_9; // System.Int32 System.IO.StreamWriter::decode_pos int32_t ___decode_pos_10; // System.Boolean System.IO.StreamWriter::DisposedAlready bool ___DisposedAlready_11; // System.Boolean System.IO.StreamWriter::preamble_done bool ___preamble_done_12; public: inline static int32_t get_offset_of_internalEncoding_4() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalEncoding_4)); } inline Encoding_t1523322056 * get_internalEncoding_4() const { return ___internalEncoding_4; } inline Encoding_t1523322056 ** get_address_of_internalEncoding_4() { return &___internalEncoding_4; } inline void set_internalEncoding_4(Encoding_t1523322056 * value) { ___internalEncoding_4 = value; Il2CppCodeGenWriteBarrier((&___internalEncoding_4), value); } inline static int32_t get_offset_of_internalStream_5() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalStream_5)); } inline Stream_t1273022909 * get_internalStream_5() const { return ___internalStream_5; } inline Stream_t1273022909 ** get_address_of_internalStream_5() { return &___internalStream_5; } inline void set_internalStream_5(Stream_t1273022909 * value) { ___internalStream_5 = value; Il2CppCodeGenWriteBarrier((&___internalStream_5), value); } inline static int32_t get_offset_of_iflush_6() { return static_cast(offsetof(StreamWriter_t1266378904, ___iflush_6)); } inline bool get_iflush_6() const { return ___iflush_6; } inline bool* get_address_of_iflush_6() { return &___iflush_6; } inline void set_iflush_6(bool value) { ___iflush_6 = value; } inline static int32_t get_offset_of_byte_buf_7() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_buf_7)); } inline ByteU5BU5D_t4116647657* get_byte_buf_7() const { return ___byte_buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_byte_buf_7() { return &___byte_buf_7; } inline void set_byte_buf_7(ByteU5BU5D_t4116647657* value) { ___byte_buf_7 = value; Il2CppCodeGenWriteBarrier((&___byte_buf_7), value); } inline static int32_t get_offset_of_byte_pos_8() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_pos_8)); } inline int32_t get_byte_pos_8() const { return ___byte_pos_8; } inline int32_t* get_address_of_byte_pos_8() { return &___byte_pos_8; } inline void set_byte_pos_8(int32_t value) { ___byte_pos_8 = value; } inline static int32_t get_offset_of_decode_buf_9() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_buf_9)); } inline CharU5BU5D_t3528271667* get_decode_buf_9() const { return ___decode_buf_9; } inline CharU5BU5D_t3528271667** get_address_of_decode_buf_9() { return &___decode_buf_9; } inline void set_decode_buf_9(CharU5BU5D_t3528271667* value) { ___decode_buf_9 = value; Il2CppCodeGenWriteBarrier((&___decode_buf_9), value); } inline static int32_t get_offset_of_decode_pos_10() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_pos_10)); } inline int32_t get_decode_pos_10() const { return ___decode_pos_10; } inline int32_t* get_address_of_decode_pos_10() { return &___decode_pos_10; } inline void set_decode_pos_10(int32_t value) { ___decode_pos_10 = value; } inline static int32_t get_offset_of_DisposedAlready_11() { return static_cast(offsetof(StreamWriter_t1266378904, ___DisposedAlready_11)); } inline bool get_DisposedAlready_11() const { return ___DisposedAlready_11; } inline bool* get_address_of_DisposedAlready_11() { return &___DisposedAlready_11; } inline void set_DisposedAlready_11(bool value) { ___DisposedAlready_11 = value; } inline static int32_t get_offset_of_preamble_done_12() { return static_cast(offsetof(StreamWriter_t1266378904, ___preamble_done_12)); } inline bool get_preamble_done_12() const { return ___preamble_done_12; } inline bool* get_address_of_preamble_done_12() { return &___preamble_done_12; } inline void set_preamble_done_12(bool value) { ___preamble_done_12 = value; } }; struct StreamWriter_t1266378904_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t1266378904 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamWriter_t1266378904_StaticFields, ___Null_13)); } inline StreamWriter_t1266378904 * get_Null_13() const { return ___Null_13; } inline StreamWriter_t1266378904 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamWriter_t1266378904 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMWRITER_T1266378904_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255361 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields { public: // /$ArrayType$52 ::$$field-0 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D0_0; // /$ArrayType$24 ::$$field-1 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D1_1; // /$ArrayType$24 ::$$field-2 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D2_2; // /$ArrayType$24 ::$$field-3 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D3_3; // /$ArrayType$24 ::$$field-4 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D4_4; // /$ArrayType$16 ::$$field-5 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D5_5; // /$ArrayType$16 ::$$field-6 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D6_6; // /$ArrayType$3132 ::$$field-15 U24ArrayTypeU243132_t2732071528 ___U24U24fieldU2D15_7; // /$ArrayType$20 ::$$field-16 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D16_8; // /$ArrayType$32 ::$$field-17 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D17_9; // /$ArrayType$48 ::$$field-18 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D18_10; // /$ArrayType$64 ::$$field-19 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D19_11; // /$ArrayType$64 ::$$field-20 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D20_12; // /$ArrayType$64 ::$$field-21 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D21_13; // /$ArrayType$64 ::$$field-22 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D22_14; // /$ArrayType$12 ::$$field-23 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D23_15; // /$ArrayType$12 ::$$field-24 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D24_16; // /$ArrayType$12 ::$$field-25 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D25_17; // /$ArrayType$16 ::$$field-26 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D26_18; // /$ArrayType$52 ::$$field-27 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D27_19; // /$ArrayType$52 ::$$field-28 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D28_20; // /$ArrayType$1668 ::$$field-29 U24ArrayTypeU241668_t760361261 ___U24U24fieldU2D29_21; // /$ArrayType$2100 ::$$field-30 U24ArrayTypeU242100_t1165856516 ___U24U24fieldU2D30_22; // /$ArrayType$1452 ::$$field-31 U24ArrayTypeU241452_t377631024 ___U24U24fieldU2D31_23; // /$ArrayType$136 ::$$field-32 U24ArrayTypeU24136_t1950429485 ___U24U24fieldU2D32_24; // /$ArrayType$84 ::$$field-34 U24ArrayTypeU2484_t950115319 ___U24U24fieldU2D34_25; // /$ArrayType$72 ::$$field-35 U24ArrayTypeU2472_t1683523542 ___U24U24fieldU2D35_26; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137463 ___U24U24fieldU2D36_27; // /$ArrayType$20 ::$$field-37 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D37_28; // /$ArrayType$12 ::$$field-38 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D38_29; // /$ArrayType$64 ::$$field-39 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D39_30; // /$ArrayType$124 ::$$field-40 U24ArrayTypeU24124_t4289081647 ___U24U24fieldU2D40_31; // /$ArrayType$32 ::$$field-41 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D41_32; // /$ArrayType$96 ::$$field-42 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D42_33; // /$ArrayType$2048 ::$$field-43 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D43_34; // /$ArrayType$56 ::$$field-44 U24ArrayTypeU2456_t1285398176 ___U24U24fieldU2D44_35; // /$ArrayType$16 ::$$field-45 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D45_36; // /$ArrayType$48 ::$$field-46 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D46_37; // /$ArrayType$2048 ::$$field-47 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D47_38; // /$ArrayType$2048 ::$$field-48 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D48_39; // /$ArrayType$256 ::$$field-49 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D49_40; // /$ArrayType$256 ::$$field-50 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D50_41; // /$ArrayType$120 ::$$field-51 U24ArrayTypeU24120_t4289081651 ___U24U24fieldU2D51_42; // /$ArrayType$256 ::$$field-52 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D52_43; // /$ArrayType$256 ::$$field-53 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D53_44; // /$ArrayType$1024 ::$$field-54 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D54_45; // /$ArrayType$1024 ::$$field-55 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D55_46; // /$ArrayType$1024 ::$$field-56 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D56_47; // /$ArrayType$1024 ::$$field-57 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D57_48; // /$ArrayType$1024 ::$$field-58 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D58_49; // /$ArrayType$1024 ::$$field-59 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D59_50; // /$ArrayType$1024 ::$$field-60 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D60_51; // /$ArrayType$1024 ::$$field-61 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D61_52; // /$ArrayType$256 ::$$field-62 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D62_53; // /$ArrayType$640 ::$$field-63 U24ArrayTypeU24640_t2298765680 ___U24U24fieldU2D63_54; // /$ArrayType$96 ::$$field-64 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D64_55; // /$ArrayType$160 ::$$field-65 U24ArrayTypeU24160_t758788403 ___U24U24fieldU2D65_56; // /$ArrayType$128 ::$$field-67 U24ArrayTypeU24128_t4289081659 ___U24U24fieldU2D67_57; // /$ArrayType$256 ::$$field-68 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D68_58; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D15_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D15_7)); } inline U24ArrayTypeU243132_t2732071528 get_U24U24fieldU2D15_7() const { return ___U24U24fieldU2D15_7; } inline U24ArrayTypeU243132_t2732071528 * get_address_of_U24U24fieldU2D15_7() { return &___U24U24fieldU2D15_7; } inline void set_U24U24fieldU2D15_7(U24ArrayTypeU243132_t2732071528 value) { ___U24U24fieldU2D15_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D16_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D16_8)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D16_8() const { return ___U24U24fieldU2D16_8; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D16_8() { return &___U24U24fieldU2D16_8; } inline void set_U24U24fieldU2D16_8(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D16_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D17_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D17_9)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D17_9() const { return ___U24U24fieldU2D17_9; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D17_9() { return &___U24U24fieldU2D17_9; } inline void set_U24U24fieldU2D17_9(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D17_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D18_10)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D18_10() const { return ___U24U24fieldU2D18_10; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D18_10() { return &___U24U24fieldU2D18_10; } inline void set_U24U24fieldU2D18_10(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D18_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D19_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D19_11)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D19_11() const { return ___U24U24fieldU2D19_11; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D19_11() { return &___U24U24fieldU2D19_11; } inline void set_U24U24fieldU2D19_11(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D19_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D20_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D20_12)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D20_12() const { return ___U24U24fieldU2D20_12; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D20_12() { return &___U24U24fieldU2D20_12; } inline void set_U24U24fieldU2D20_12(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D20_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D21_13)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; } inline void set_U24U24fieldU2D21_13(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D21_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D22_14)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; } inline void set_U24U24fieldU2D22_14(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D22_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D23_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D23_15)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D23_15() const { return ___U24U24fieldU2D23_15; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D23_15() { return &___U24U24fieldU2D23_15; } inline void set_U24U24fieldU2D23_15(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D23_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D24_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D24_16)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D24_16() const { return ___U24U24fieldU2D24_16; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D24_16() { return &___U24U24fieldU2D24_16; } inline void set_U24U24fieldU2D24_16(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D24_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D25_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D25_17)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D25_17() const { return ___U24U24fieldU2D25_17; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D25_17() { return &___U24U24fieldU2D25_17; } inline void set_U24U24fieldU2D25_17(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D25_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D26_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D26_18)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D26_18() const { return ___U24U24fieldU2D26_18; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D26_18() { return &___U24U24fieldU2D26_18; } inline void set_U24U24fieldU2D26_18(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D26_18 = value; } inline static int32_t get_offset_of_U24U24fieldU2D27_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D27_19)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D27_19() const { return ___U24U24fieldU2D27_19; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D27_19() { return &___U24U24fieldU2D27_19; } inline void set_U24U24fieldU2D27_19(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D27_19 = value; } inline static int32_t get_offset_of_U24U24fieldU2D28_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D28_20)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D28_20() const { return ___U24U24fieldU2D28_20; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D28_20() { return &___U24U24fieldU2D28_20; } inline void set_U24U24fieldU2D28_20(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D28_20 = value; } inline static int32_t get_offset_of_U24U24fieldU2D29_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D29_21)); } inline U24ArrayTypeU241668_t760361261 get_U24U24fieldU2D29_21() const { return ___U24U24fieldU2D29_21; } inline U24ArrayTypeU241668_t760361261 * get_address_of_U24U24fieldU2D29_21() { return &___U24U24fieldU2D29_21; } inline void set_U24U24fieldU2D29_21(U24ArrayTypeU241668_t760361261 value) { ___U24U24fieldU2D29_21 = value; } inline static int32_t get_offset_of_U24U24fieldU2D30_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D30_22)); } inline U24ArrayTypeU242100_t1165856516 get_U24U24fieldU2D30_22() const { return ___U24U24fieldU2D30_22; } inline U24ArrayTypeU242100_t1165856516 * get_address_of_U24U24fieldU2D30_22() { return &___U24U24fieldU2D30_22; } inline void set_U24U24fieldU2D30_22(U24ArrayTypeU242100_t1165856516 value) { ___U24U24fieldU2D30_22 = value; } inline static int32_t get_offset_of_U24U24fieldU2D31_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D31_23)); } inline U24ArrayTypeU241452_t377631024 get_U24U24fieldU2D31_23() const { return ___U24U24fieldU2D31_23; } inline U24ArrayTypeU241452_t377631024 * get_address_of_U24U24fieldU2D31_23() { return &___U24U24fieldU2D31_23; } inline void set_U24U24fieldU2D31_23(U24ArrayTypeU241452_t377631024 value) { ___U24U24fieldU2D31_23 = value; } inline static int32_t get_offset_of_U24U24fieldU2D32_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D32_24)); } inline U24ArrayTypeU24136_t1950429485 get_U24U24fieldU2D32_24() const { return ___U24U24fieldU2D32_24; } inline U24ArrayTypeU24136_t1950429485 * get_address_of_U24U24fieldU2D32_24() { return &___U24U24fieldU2D32_24; } inline void set_U24U24fieldU2D32_24(U24ArrayTypeU24136_t1950429485 value) { ___U24U24fieldU2D32_24 = value; } inline static int32_t get_offset_of_U24U24fieldU2D34_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D34_25)); } inline U24ArrayTypeU2484_t950115319 get_U24U24fieldU2D34_25() const { return ___U24U24fieldU2D34_25; } inline U24ArrayTypeU2484_t950115319 * get_address_of_U24U24fieldU2D34_25() { return &___U24U24fieldU2D34_25; } inline void set_U24U24fieldU2D34_25(U24ArrayTypeU2484_t950115319 value) { ___U24U24fieldU2D34_25 = value; } inline static int32_t get_offset_of_U24U24fieldU2D35_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D35_26)); } inline U24ArrayTypeU2472_t1683523542 get_U24U24fieldU2D35_26() const { return ___U24U24fieldU2D35_26; } inline U24ArrayTypeU2472_t1683523542 * get_address_of_U24U24fieldU2D35_26() { return &___U24U24fieldU2D35_26; } inline void set_U24U24fieldU2D35_26(U24ArrayTypeU2472_t1683523542 value) { ___U24U24fieldU2D35_26 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D36_27)); } inline U24ArrayTypeU248_t3244137463 get_U24U24fieldU2D36_27() const { return ___U24U24fieldU2D36_27; } inline U24ArrayTypeU248_t3244137463 * get_address_of_U24U24fieldU2D36_27() { return &___U24U24fieldU2D36_27; } inline void set_U24U24fieldU2D36_27(U24ArrayTypeU248_t3244137463 value) { ___U24U24fieldU2D36_27 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D37_28)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D37_28() const { return ___U24U24fieldU2D37_28; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D37_28() { return &___U24U24fieldU2D37_28; } inline void set_U24U24fieldU2D37_28(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D37_28 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D38_29)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D38_29() const { return ___U24U24fieldU2D38_29; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D38_29() { return &___U24U24fieldU2D38_29; } inline void set_U24U24fieldU2D38_29(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D38_29 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D39_30)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D39_30() const { return ___U24U24fieldU2D39_30; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D39_30() { return &___U24U24fieldU2D39_30; } inline void set_U24U24fieldU2D39_30(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D39_30 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D40_31)); } inline U24ArrayTypeU24124_t4289081647 get_U24U24fieldU2D40_31() const { return ___U24U24fieldU2D40_31; } inline U24ArrayTypeU24124_t4289081647 * get_address_of_U24U24fieldU2D40_31() { return &___U24U24fieldU2D40_31; } inline void set_U24U24fieldU2D40_31(U24ArrayTypeU24124_t4289081647 value) { ___U24U24fieldU2D40_31 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D41_32)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D41_32() const { return ___U24U24fieldU2D41_32; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D41_32() { return &___U24U24fieldU2D41_32; } inline void set_U24U24fieldU2D41_32(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D41_32 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D42_33)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D42_33() const { return ___U24U24fieldU2D42_33; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D42_33() { return &___U24U24fieldU2D42_33; } inline void set_U24U24fieldU2D42_33(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D42_33 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D43_34)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D43_34() const { return ___U24U24fieldU2D43_34; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D43_34() { return &___U24U24fieldU2D43_34; } inline void set_U24U24fieldU2D43_34(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D43_34 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D44_35)); } inline U24ArrayTypeU2456_t1285398176 get_U24U24fieldU2D44_35() const { return ___U24U24fieldU2D44_35; } inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D44_35() { return &___U24U24fieldU2D44_35; } inline void set_U24U24fieldU2D44_35(U24ArrayTypeU2456_t1285398176 value) { ___U24U24fieldU2D44_35 = value; } inline static int32_t get_offset_of_U24U24fieldU2D45_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D45_36)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D45_36() const { return ___U24U24fieldU2D45_36; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D45_36() { return &___U24U24fieldU2D45_36; } inline void set_U24U24fieldU2D45_36(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D45_36 = value; } inline static int32_t get_offset_of_U24U24fieldU2D46_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D46_37)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D46_37() const { return ___U24U24fieldU2D46_37; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D46_37() { return &___U24U24fieldU2D46_37; } inline void set_U24U24fieldU2D46_37(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D46_37 = value; } inline static int32_t get_offset_of_U24U24fieldU2D47_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D47_38)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D47_38() const { return ___U24U24fieldU2D47_38; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D47_38() { return &___U24U24fieldU2D47_38; } inline void set_U24U24fieldU2D47_38(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D47_38 = value; } inline static int32_t get_offset_of_U24U24fieldU2D48_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D48_39)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D48_39() const { return ___U24U24fieldU2D48_39; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D48_39() { return &___U24U24fieldU2D48_39; } inline void set_U24U24fieldU2D48_39(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D48_39 = value; } inline static int32_t get_offset_of_U24U24fieldU2D49_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D49_40)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D49_40() const { return ___U24U24fieldU2D49_40; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D49_40() { return &___U24U24fieldU2D49_40; } inline void set_U24U24fieldU2D49_40(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D49_40 = value; } inline static int32_t get_offset_of_U24U24fieldU2D50_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D50_41)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D50_41() const { return ___U24U24fieldU2D50_41; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D50_41() { return &___U24U24fieldU2D50_41; } inline void set_U24U24fieldU2D50_41(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D50_41 = value; } inline static int32_t get_offset_of_U24U24fieldU2D51_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D51_42)); } inline U24ArrayTypeU24120_t4289081651 get_U24U24fieldU2D51_42() const { return ___U24U24fieldU2D51_42; } inline U24ArrayTypeU24120_t4289081651 * get_address_of_U24U24fieldU2D51_42() { return &___U24U24fieldU2D51_42; } inline void set_U24U24fieldU2D51_42(U24ArrayTypeU24120_t4289081651 value) { ___U24U24fieldU2D51_42 = value; } inline static int32_t get_offset_of_U24U24fieldU2D52_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D52_43)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D52_43() const { return ___U24U24fieldU2D52_43; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D52_43() { return &___U24U24fieldU2D52_43; } inline void set_U24U24fieldU2D52_43(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D52_43 = value; } inline static int32_t get_offset_of_U24U24fieldU2D53_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D53_44)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D53_44() const { return ___U24U24fieldU2D53_44; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D53_44() { return &___U24U24fieldU2D53_44; } inline void set_U24U24fieldU2D53_44(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D53_44 = value; } inline static int32_t get_offset_of_U24U24fieldU2D54_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D54_45)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D54_45() const { return ___U24U24fieldU2D54_45; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D54_45() { return &___U24U24fieldU2D54_45; } inline void set_U24U24fieldU2D54_45(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D54_45 = value; } inline static int32_t get_offset_of_U24U24fieldU2D55_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D55_46)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D55_46() const { return ___U24U24fieldU2D55_46; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D55_46() { return &___U24U24fieldU2D55_46; } inline void set_U24U24fieldU2D55_46(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D55_46 = value; } inline static int32_t get_offset_of_U24U24fieldU2D56_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D56_47)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D56_47() const { return ___U24U24fieldU2D56_47; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D56_47() { return &___U24U24fieldU2D56_47; } inline void set_U24U24fieldU2D56_47(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D56_47 = value; } inline static int32_t get_offset_of_U24U24fieldU2D57_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D57_48)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D57_48() const { return ___U24U24fieldU2D57_48; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D57_48() { return &___U24U24fieldU2D57_48; } inline void set_U24U24fieldU2D57_48(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D57_48 = value; } inline static int32_t get_offset_of_U24U24fieldU2D58_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D58_49)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D58_49() const { return ___U24U24fieldU2D58_49; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D58_49() { return &___U24U24fieldU2D58_49; } inline void set_U24U24fieldU2D58_49(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D58_49 = value; } inline static int32_t get_offset_of_U24U24fieldU2D59_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D59_50)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D59_50() const { return ___U24U24fieldU2D59_50; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D59_50() { return &___U24U24fieldU2D59_50; } inline void set_U24U24fieldU2D59_50(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D59_50 = value; } inline static int32_t get_offset_of_U24U24fieldU2D60_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D60_51)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D60_51() const { return ___U24U24fieldU2D60_51; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D60_51() { return &___U24U24fieldU2D60_51; } inline void set_U24U24fieldU2D60_51(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D60_51 = value; } inline static int32_t get_offset_of_U24U24fieldU2D61_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D61_52)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D61_52() const { return ___U24U24fieldU2D61_52; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D61_52() { return &___U24U24fieldU2D61_52; } inline void set_U24U24fieldU2D61_52(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D61_52 = value; } inline static int32_t get_offset_of_U24U24fieldU2D62_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D62_53)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D62_53() const { return ___U24U24fieldU2D62_53; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D62_53() { return &___U24U24fieldU2D62_53; } inline void set_U24U24fieldU2D62_53(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D62_53 = value; } inline static int32_t get_offset_of_U24U24fieldU2D63_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D63_54)); } inline U24ArrayTypeU24640_t2298765680 get_U24U24fieldU2D63_54() const { return ___U24U24fieldU2D63_54; } inline U24ArrayTypeU24640_t2298765680 * get_address_of_U24U24fieldU2D63_54() { return &___U24U24fieldU2D63_54; } inline void set_U24U24fieldU2D63_54(U24ArrayTypeU24640_t2298765680 value) { ___U24U24fieldU2D63_54 = value; } inline static int32_t get_offset_of_U24U24fieldU2D64_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D64_55)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D64_55() const { return ___U24U24fieldU2D64_55; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D64_55() { return &___U24U24fieldU2D64_55; } inline void set_U24U24fieldU2D64_55(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D64_55 = value; } inline static int32_t get_offset_of_U24U24fieldU2D65_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D65_56)); } inline U24ArrayTypeU24160_t758788403 get_U24U24fieldU2D65_56() const { return ___U24U24fieldU2D65_56; } inline U24ArrayTypeU24160_t758788403 * get_address_of_U24U24fieldU2D65_56() { return &___U24U24fieldU2D65_56; } inline void set_U24U24fieldU2D65_56(U24ArrayTypeU24160_t758788403 value) { ___U24U24fieldU2D65_56 = value; } inline static int32_t get_offset_of_U24U24fieldU2D67_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D67_57)); } inline U24ArrayTypeU24128_t4289081659 get_U24U24fieldU2D67_57() const { return ___U24U24fieldU2D67_57; } inline U24ArrayTypeU24128_t4289081659 * get_address_of_U24U24fieldU2D67_57() { return &___U24U24fieldU2D67_57; } inline void set_U24U24fieldU2D67_57(U24ArrayTypeU24128_t4289081659 value) { ___U24U24fieldU2D67_57 = value; } inline static int32_t get_offset_of_U24U24fieldU2D68_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D68_58)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D68_58() const { return ___U24U24fieldU2D68_58; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D68_58() { return &___U24U24fieldU2D68_58; } inline void set_U24U24fieldU2D68_58(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D68_58 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_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 RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___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 // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef ISOLATEDSTORAGECONTAINMENT_T3203638662_H #define ISOLATEDSTORAGECONTAINMENT_T3203638662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStorageContainment struct IsolatedStorageContainment_t3203638662 { public: // System.Int32 System.Security.Permissions.IsolatedStorageContainment::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(IsolatedStorageContainment_t3203638662, ___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 // ISOLATEDSTORAGECONTAINMENT_T3203638662_H #ifndef POLICYSTATEMENTATTRIBUTE_T1674167676_H #define POLICYSTATEMENTATTRIBUTE_T1674167676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PolicyStatementAttribute struct PolicyStatementAttribute_t1674167676 { public: // System.Int32 System.Security.Policy.PolicyStatementAttribute::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PolicyStatementAttribute_t1674167676, ___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 // POLICYSTATEMENTATTRIBUTE_T1674167676_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 REFLECTIONPERMISSIONFLAG_T4199904140_H #define REFLECTIONPERMISSIONFLAG_T4199904140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.ReflectionPermissionFlag struct ReflectionPermissionFlag_t4199904140 { public: // System.Int32 System.Security.Permissions.ReflectionPermissionFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReflectionPermissionFlag_t4199904140, ___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 // REFLECTIONPERMISSIONFLAG_T4199904140_H #ifndef STREAMREADER_T4009935899_H #define STREAMREADER_T4009935899_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader struct StreamReader_t4009935899 : public TextReader_t283511965 { public: // System.Byte[] System.IO.StreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_2; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_5; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_6; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_7; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_8; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_9; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_10; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_11; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_12; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_14; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_do_checks_7() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_7)); } inline int32_t get_do_checks_7() const { return ___do_checks_7; } inline int32_t* get_address_of_do_checks_7() { return &___do_checks_7; } inline void set_do_checks_7(int32_t value) { ___do_checks_7 = value; } inline static int32_t get_offset_of_encoding_8() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_8)); } inline Encoding_t1523322056 * get_encoding_8() const { return ___encoding_8; } inline Encoding_t1523322056 ** get_address_of_encoding_8() { return &___encoding_8; } inline void set_encoding_8(Encoding_t1523322056 * value) { ___encoding_8 = value; Il2CppCodeGenWriteBarrier((&___encoding_8), value); } inline static int32_t get_offset_of_decoder_9() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_9)); } inline Decoder_t2204182725 * get_decoder_9() const { return ___decoder_9; } inline Decoder_t2204182725 ** get_address_of_decoder_9() { return &___decoder_9; } inline void set_decoder_9(Decoder_t2204182725 * value) { ___decoder_9 = value; Il2CppCodeGenWriteBarrier((&___decoder_9), value); } inline static int32_t get_offset_of_base_stream_10() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_10)); } inline Stream_t1273022909 * get_base_stream_10() const { return ___base_stream_10; } inline Stream_t1273022909 ** get_address_of_base_stream_10() { return &___base_stream_10; } inline void set_base_stream_10(Stream_t1273022909 * value) { ___base_stream_10 = value; Il2CppCodeGenWriteBarrier((&___base_stream_10), value); } inline static int32_t get_offset_of_mayBlock_11() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_11)); } inline bool get_mayBlock_11() const { return ___mayBlock_11; } inline bool* get_address_of_mayBlock_11() { return &___mayBlock_11; } inline void set_mayBlock_11(bool value) { ___mayBlock_11 = value; } inline static int32_t get_offset_of_line_builder_12() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_12)); } inline StringBuilder_t * get_line_builder_12() const { return ___line_builder_12; } inline StringBuilder_t ** get_address_of_line_builder_12() { return &___line_builder_12; } inline void set_line_builder_12(StringBuilder_t * value) { ___line_builder_12 = value; Il2CppCodeGenWriteBarrier((&___line_builder_12), value); } inline static int32_t get_offset_of_foundCR_14() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_14)); } inline bool get_foundCR_14() const { return ___foundCR_14; } inline bool* get_address_of_foundCR_14() { return &___foundCR_14; } inline void set_foundCR_14(bool value) { ___foundCR_14 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_13)); } inline StreamReader_t4009935899 * get_Null_13() const { return ___Null_13; } inline StreamReader_t4009935899 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamReader_t4009935899 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_H #ifndef FILEIOPERMISSIONACCESS_T1559273540_H #define FILEIOPERMISSIONACCESS_T1559273540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermissionAccess struct FileIOPermissionAccess_t1559273540 { public: // System.Int32 System.Security.Permissions.FileIOPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileIOPermissionAccess_t1559273540, ___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 // FILEIOPERMISSIONACCESS_T1559273540_H #ifndef ENVIRONMENTPERMISSIONACCESS_T1745565475_H #define ENVIRONMENTPERMISSIONACCESS_T1745565475_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermissionAccess struct EnvironmentPermissionAccess_t1745565475 { public: // System.Int32 System.Security.Permissions.EnvironmentPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EnvironmentPermissionAccess_t1745565475, ___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 // ENVIRONMENTPERMISSIONACCESS_T1745565475_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___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 // FILEMODE_T1183438340_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___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 // FILEACCESS_T1659085276_H #ifndef KEY_T3006169375_H #define KEY_T3006169375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.DefaultPolicies/Key struct Key_t3006169375 { public: // System.Int32 System.Security.Policy.DefaultPolicies/Key::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Key_t3006169375, ___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 // KEY_T3006169375_H #ifndef SECURITYEXCEPTION_T975544473_H #define SECURITYEXCEPTION_T975544473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityException struct SecurityException_t975544473 : public SystemException_t176217640 { public: // System.String System.Security.SecurityException::permissionState String_t* ___permissionState_11; // System.Type System.Security.SecurityException::permissionType Type_t * ___permissionType_12; // System.String System.Security.SecurityException::_granted String_t* ____granted_13; // System.String System.Security.SecurityException::_refused String_t* ____refused_14; // System.Object System.Security.SecurityException::_demanded RuntimeObject * ____demanded_15; // System.Security.IPermission System.Security.SecurityException::_firstperm RuntimeObject* ____firstperm_16; // System.Reflection.MethodInfo System.Security.SecurityException::_method MethodInfo_t * ____method_17; // System.Security.Policy.Evidence System.Security.SecurityException::_evidence Evidence_t2008144148 * ____evidence_18; public: inline static int32_t get_offset_of_permissionState_11() { return static_cast(offsetof(SecurityException_t975544473, ___permissionState_11)); } inline String_t* get_permissionState_11() const { return ___permissionState_11; } inline String_t** get_address_of_permissionState_11() { return &___permissionState_11; } inline void set_permissionState_11(String_t* value) { ___permissionState_11 = value; Il2CppCodeGenWriteBarrier((&___permissionState_11), value); } inline static int32_t get_offset_of_permissionType_12() { return static_cast(offsetof(SecurityException_t975544473, ___permissionType_12)); } inline Type_t * get_permissionType_12() const { return ___permissionType_12; } inline Type_t ** get_address_of_permissionType_12() { return &___permissionType_12; } inline void set_permissionType_12(Type_t * value) { ___permissionType_12 = value; Il2CppCodeGenWriteBarrier((&___permissionType_12), value); } inline static int32_t get_offset_of__granted_13() { return static_cast(offsetof(SecurityException_t975544473, ____granted_13)); } inline String_t* get__granted_13() const { return ____granted_13; } inline String_t** get_address_of__granted_13() { return &____granted_13; } inline void set__granted_13(String_t* value) { ____granted_13 = value; Il2CppCodeGenWriteBarrier((&____granted_13), value); } inline static int32_t get_offset_of__refused_14() { return static_cast(offsetof(SecurityException_t975544473, ____refused_14)); } inline String_t* get__refused_14() const { return ____refused_14; } inline String_t** get_address_of__refused_14() { return &____refused_14; } inline void set__refused_14(String_t* value) { ____refused_14 = value; Il2CppCodeGenWriteBarrier((&____refused_14), value); } inline static int32_t get_offset_of__demanded_15() { return static_cast(offsetof(SecurityException_t975544473, ____demanded_15)); } inline RuntimeObject * get__demanded_15() const { return ____demanded_15; } inline RuntimeObject ** get_address_of__demanded_15() { return &____demanded_15; } inline void set__demanded_15(RuntimeObject * value) { ____demanded_15 = value; Il2CppCodeGenWriteBarrier((&____demanded_15), value); } inline static int32_t get_offset_of__firstperm_16() { return static_cast(offsetof(SecurityException_t975544473, ____firstperm_16)); } inline RuntimeObject* get__firstperm_16() const { return ____firstperm_16; } inline RuntimeObject** get_address_of__firstperm_16() { return &____firstperm_16; } inline void set__firstperm_16(RuntimeObject* value) { ____firstperm_16 = value; Il2CppCodeGenWriteBarrier((&____firstperm_16), value); } inline static int32_t get_offset_of__method_17() { return static_cast(offsetof(SecurityException_t975544473, ____method_17)); } inline MethodInfo_t * get__method_17() const { return ____method_17; } inline MethodInfo_t ** get_address_of__method_17() { return &____method_17; } inline void set__method_17(MethodInfo_t * value) { ____method_17 = value; Il2CppCodeGenWriteBarrier((&____method_17), value); } inline static int32_t get_offset_of__evidence_18() { return static_cast(offsetof(SecurityException_t975544473, ____evidence_18)); } inline Evidence_t2008144148 * get__evidence_18() const { return ____evidence_18; } inline Evidence_t2008144148 ** get_address_of__evidence_18() { return &____evidence_18; } inline void set__evidence_18(Evidence_t2008144148 * value) { ____evidence_18 = value; Il2CppCodeGenWriteBarrier((&____evidence_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYEXCEPTION_T975544473_H #ifndef POLICYEXCEPTION_T1520028310_H #define POLICYEXCEPTION_T1520028310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PolicyException struct PolicyException_t1520028310 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POLICYEXCEPTION_T1520028310_H #ifndef POLICYLEVELTYPE_T244468749_H #define POLICYLEVELTYPE_T244468749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.PolicyLevelType struct PolicyLevelType_t244468749 { public: // System.Int32 System.Security.PolicyLevelType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PolicyLevelType_t244468749, ___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 // POLICYLEVELTYPE_T244468749_H #ifndef PERMISSIONSTATE_T1178999876_H #define PERMISSIONSTATE_T1178999876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.PermissionState struct PermissionState_t1178999876 { public: // System.Int32 System.Security.Permissions.PermissionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PermissionState_t1178999876, ___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 // PERMISSIONSTATE_T1178999876_H #ifndef UIPERMISSIONWINDOW_T985109583_H #define UIPERMISSIONWINDOW_T985109583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UIPermissionWindow struct UIPermissionWindow_t985109583 { public: // System.Int32 System.Security.Permissions.UIPermissionWindow::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UIPermissionWindow_t985109583, ___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 // UIPERMISSIONWINDOW_T985109583_H #ifndef SECURITYCRITICALSCOPE_T606020417_H #define SECURITYCRITICALSCOPE_T606020417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityCriticalScope struct SecurityCriticalScope_t606020417 { public: // System.Int32 System.Security.SecurityCriticalScope::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityCriticalScope_t606020417, ___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 // SECURITYCRITICALSCOPE_T606020417_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 XMLSYNTAXEXCEPTION_T2973594484_H #define XMLSYNTAXEXCEPTION_T2973594484_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.XmlSyntaxException struct XmlSyntaxException_t2973594484 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSYNTAXEXCEPTION_T2973594484_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 SPECIALFOLDER_T3871784040_H #define SPECIALFOLDER_T3871784040_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Environment/SpecialFolder struct SpecialFolder_t3871784040 { public: // System.Int32 System.Environment/SpecialFolder::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SpecialFolder_t3871784040, ___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 // SPECIALFOLDER_T3871784040_H #ifndef FILEDIALOGPERMISSIONACCESS_T4172829844_H #define FILEDIALOGPERMISSIONACCESS_T4172829844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileDialogPermissionAccess struct FileDialogPermissionAccess_t4172829844 { public: // System.Int32 System.Security.Permissions.FileDialogPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileDialogPermissionAccess_t4172829844, ___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 // FILEDIALOGPERMISSIONACCESS_T4172829844_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 UIPERMISSIONCLIPBOARD_T4002838840_H #define UIPERMISSIONCLIPBOARD_T4002838840_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UIPermissionClipboard struct UIPermissionClipboard_t4002838840 { public: // System.Int32 System.Security.Permissions.UIPermissionClipboard::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UIPermissionClipboard_t4002838840, ___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 // UIPERMISSIONCLIPBOARD_T4002838840_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 PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___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 // PRINCIPALPOLICY_T1761212333_H #ifndef WINDOWSACCOUNTTYPE_T2283000883_H #define WINDOWSACCOUNTTYPE_T2283000883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.WindowsAccountType struct WindowsAccountType_t2283000883 { public: // System.Int32 System.Security.Principal.WindowsAccountType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WindowsAccountType_t2283000883, ___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 // WINDOWSACCOUNTTYPE_T2283000883_H #ifndef CONSOLEMODIFIERS_T1471011467_H #define CONSOLEMODIFIERS_T1471011467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleModifiers struct ConsoleModifiers_t1471011467 { public: // System.Int32 System.ConsoleModifiers::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleModifiers_t1471011467, ___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 // CONSOLEMODIFIERS_T1471011467_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 SECURITYPERMISSIONFLAG_T3459270124_H #define SECURITYPERMISSIONFLAG_T3459270124_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityPermissionFlag struct SecurityPermissionFlag_t3459270124 { public: // System.Int32 System.Security.Permissions.SecurityPermissionFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SecurityPermissionFlag_t3459270124, ___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 // SECURITYPERMISSIONFLAG_T3459270124_H #ifndef RUNTIMEDECLSECURITYENTRY_T3144469156_H #define RUNTIMEDECLSECURITYENTRY_T3144469156_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.RuntimeDeclSecurityEntry struct RuntimeDeclSecurityEntry_t3144469156 { public: // System.IntPtr System.Security.RuntimeDeclSecurityEntry::blob intptr_t ___blob_0; // System.Int32 System.Security.RuntimeDeclSecurityEntry::size int32_t ___size_1; // System.Int32 System.Security.RuntimeDeclSecurityEntry::index int32_t ___index_2; public: inline static int32_t get_offset_of_blob_0() { return static_cast(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___blob_0)); } inline intptr_t get_blob_0() const { return ___blob_0; } inline intptr_t* get_address_of_blob_0() { return &___blob_0; } inline void set_blob_0(intptr_t value) { ___blob_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___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_index_2() { return static_cast(offsetof(RuntimeDeclSecurityEntry_t3144469156, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEDECLSECURITYENTRY_T3144469156_H #ifndef MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_2; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_3; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_4; // System.Int32 System.IO.MemoryStream::length int32_t ___length_5; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_6; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_7; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_8; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_9; // System.Int32 System.IO.MemoryStream::position int32_t ___position_10; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_11; public: inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_allowGetBuffer_3() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_3)); } inline bool get_allowGetBuffer_3() const { return ___allowGetBuffer_3; } inline bool* get_address_of_allowGetBuffer_3() { return &___allowGetBuffer_3; } inline void set_allowGetBuffer_3(bool value) { ___allowGetBuffer_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_4)); } inline int32_t get_capacity_4() const { return ___capacity_4; } inline int32_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int32_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_length_5() { return static_cast(offsetof(MemoryStream_t94973147, ___length_5)); } inline int32_t get_length_5() const { return ___length_5; } inline int32_t* get_address_of_length_5() { return &___length_5; } inline void set_length_5(int32_t value) { ___length_5 = value; } inline static int32_t get_offset_of_internalBuffer_6() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_6)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_6() const { return ___internalBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_6() { return &___internalBuffer_6; } inline void set_internalBuffer_6(ByteU5BU5D_t4116647657* value) { ___internalBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_6), value); } inline static int32_t get_offset_of_initialIndex_7() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_7)); } inline int32_t get_initialIndex_7() const { return ___initialIndex_7; } inline int32_t* get_address_of_initialIndex_7() { return &___initialIndex_7; } inline void set_initialIndex_7(int32_t value) { ___initialIndex_7 = value; } inline static int32_t get_offset_of_expandable_8() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_8)); } inline bool get_expandable_8() const { return ___expandable_8; } inline bool* get_address_of_expandable_8() { return &___expandable_8; } inline void set_expandable_8(bool value) { ___expandable_8 = value; } inline static int32_t get_offset_of_streamClosed_9() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_9)); } inline bool get_streamClosed_9() const { return ___streamClosed_9; } inline bool* get_address_of_streamClosed_9() { return &___streamClosed_9; } inline void set_streamClosed_9(bool value) { ___streamClosed_9 = value; } inline static int32_t get_offset_of_position_10() { return static_cast(offsetof(MemoryStream_t94973147, ___position_10)); } inline int32_t get_position_10() const { return ___position_10; } inline int32_t* get_address_of_position_10() { return &___position_10; } inline void set_position_10(int32_t value) { ___position_10 = value; } inline static int32_t get_offset_of_dirty_bytes_11() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_11)); } inline int32_t get_dirty_bytes_11() const { return ___dirty_bytes_11; } inline int32_t* get_address_of_dirty_bytes_11() { return &___dirty_bytes_11; } inline void set_dirty_bytes_11(int32_t value) { ___dirty_bytes_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_H #ifndef SECURITYCONTEXT_T2435442044_H #define SECURITYCONTEXT_T2435442044_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityContext struct SecurityContext_t2435442044 : public RuntimeObject { public: // System.Boolean System.Security.SecurityContext::_capture bool ____capture_0; // System.IntPtr System.Security.SecurityContext::_winid intptr_t ____winid_1; // System.Threading.CompressedStack System.Security.SecurityContext::_stack CompressedStack_t1202932761 * ____stack_2; // System.Boolean System.Security.SecurityContext::_suppressFlow bool ____suppressFlow_3; public: inline static int32_t get_offset_of__capture_0() { return static_cast(offsetof(SecurityContext_t2435442044, ____capture_0)); } inline bool get__capture_0() const { return ____capture_0; } inline bool* get_address_of__capture_0() { return &____capture_0; } inline void set__capture_0(bool value) { ____capture_0 = value; } inline static int32_t get_offset_of__winid_1() { return static_cast(offsetof(SecurityContext_t2435442044, ____winid_1)); } inline intptr_t get__winid_1() const { return ____winid_1; } inline intptr_t* get_address_of__winid_1() { return &____winid_1; } inline void set__winid_1(intptr_t value) { ____winid_1 = value; } inline static int32_t get_offset_of__stack_2() { return static_cast(offsetof(SecurityContext_t2435442044, ____stack_2)); } inline CompressedStack_t1202932761 * get__stack_2() const { return ____stack_2; } inline CompressedStack_t1202932761 ** get_address_of__stack_2() { return &____stack_2; } inline void set__stack_2(CompressedStack_t1202932761 * value) { ____stack_2 = value; Il2CppCodeGenWriteBarrier((&____stack_2), value); } inline static int32_t get_offset_of__suppressFlow_3() { return static_cast(offsetof(SecurityContext_t2435442044, ____suppressFlow_3)); } inline bool get__suppressFlow_3() const { return ____suppressFlow_3; } inline bool* get_address_of__suppressFlow_3() { return &____suppressFlow_3; } inline void set__suppressFlow_3(bool value) { ____suppressFlow_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYCONTEXT_T2435442044_H #ifndef HOSTSECURITYMANAGEROPTIONS_T756318624_H #define HOSTSECURITYMANAGEROPTIONS_T756318624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.HostSecurityManagerOptions struct HostSecurityManagerOptions_t756318624 { public: // System.Int32 System.Security.HostSecurityManagerOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HostSecurityManagerOptions_t756318624, ___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 // HOSTSECURITYMANAGEROPTIONS_T756318624_H #ifndef ISOLATEDSTORAGEPERMISSION_T2996329588_H #define ISOLATEDSTORAGEPERMISSION_T2996329588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStoragePermission struct IsolatedStoragePermission_t2996329588 : public CodeAccessPermission_t2681295399 { public: // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_userQuota int64_t ___m_userQuota_0; // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_machineQuota int64_t ___m_machineQuota_1; // System.Int64 System.Security.Permissions.IsolatedStoragePermission::m_expirationDays int64_t ___m_expirationDays_2; // System.Boolean System.Security.Permissions.IsolatedStoragePermission::m_permanentData bool ___m_permanentData_3; // System.Security.Permissions.IsolatedStorageContainment System.Security.Permissions.IsolatedStoragePermission::m_allowed int32_t ___m_allowed_4; public: inline static int32_t get_offset_of_m_userQuota_0() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_userQuota_0)); } inline int64_t get_m_userQuota_0() const { return ___m_userQuota_0; } inline int64_t* get_address_of_m_userQuota_0() { return &___m_userQuota_0; } inline void set_m_userQuota_0(int64_t value) { ___m_userQuota_0 = value; } inline static int32_t get_offset_of_m_machineQuota_1() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_machineQuota_1)); } inline int64_t get_m_machineQuota_1() const { return ___m_machineQuota_1; } inline int64_t* get_address_of_m_machineQuota_1() { return &___m_machineQuota_1; } inline void set_m_machineQuota_1(int64_t value) { ___m_machineQuota_1 = value; } inline static int32_t get_offset_of_m_expirationDays_2() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_expirationDays_2)); } inline int64_t get_m_expirationDays_2() const { return ___m_expirationDays_2; } inline int64_t* get_address_of_m_expirationDays_2() { return &___m_expirationDays_2; } inline void set_m_expirationDays_2(int64_t value) { ___m_expirationDays_2 = value; } inline static int32_t get_offset_of_m_permanentData_3() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_permanentData_3)); } inline bool get_m_permanentData_3() const { return ___m_permanentData_3; } inline bool* get_address_of_m_permanentData_3() { return &___m_permanentData_3; } inline void set_m_permanentData_3(bool value) { ___m_permanentData_3 = value; } inline static int32_t get_offset_of_m_allowed_4() { return static_cast(offsetof(IsolatedStoragePermission_t2996329588, ___m_allowed_4)); } inline int32_t get_m_allowed_4() const { return ___m_allowed_4; } inline int32_t* get_address_of_m_allowed_4() { return &___m_allowed_4; } inline void set_m_allowed_4(int32_t value) { ___m_allowed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGEPERMISSION_T2996329588_H #ifndef REFLECTIONPERMISSION_T2208099681_H #define REFLECTIONPERMISSION_T2208099681_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.ReflectionPermission struct ReflectionPermission_t2208099681 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.ReflectionPermissionFlag System.Security.Permissions.ReflectionPermission::flags int32_t ___flags_0; public: inline static int32_t get_offset_of_flags_0() { return static_cast(offsetof(ReflectionPermission_t2208099681, ___flags_0)); } inline int32_t get_flags_0() const { return ___flags_0; } inline int32_t* get_address_of_flags_0() { return &___flags_0; } inline void set_flags_0(int32_t value) { ___flags_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONPERMISSION_T2208099681_H #ifndef SECURITYPERMISSION_T2954997752_H #define SECURITYPERMISSION_T2954997752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.SecurityPermission struct SecurityPermission_t2954997752 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.SecurityPermissionFlag System.Security.Permissions.SecurityPermission::flags int32_t ___flags_0; public: inline static int32_t get_offset_of_flags_0() { return static_cast(offsetof(SecurityPermission_t2954997752, ___flags_0)); } inline int32_t get_flags_0() const { return ___flags_0; } inline int32_t* get_address_of_flags_0() { return &___flags_0; } inline void set_flags_0(int32_t value) { ___flags_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYPERMISSION_T2954997752_H #ifndef FILEDIALOGPERMISSION_T986095094_H #define FILEDIALOGPERMISSION_T986095094_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileDialogPermission struct FileDialogPermission_t986095094 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.FileDialogPermissionAccess System.Security.Permissions.FileDialogPermission::_access int32_t ____access_0; public: inline static int32_t get_offset_of__access_0() { return static_cast(offsetof(FileDialogPermission_t986095094, ____access_0)); } inline int32_t get__access_0() const { return ____access_0; } inline int32_t* get_address_of__access_0() { return &____access_0; } inline void set__access_0(int32_t value) { ____access_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEDIALOGPERMISSION_T986095094_H #ifndef POLICYLEVEL_T2891196107_H #define POLICYLEVEL_T2891196107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PolicyLevel struct PolicyLevel_t2891196107 : public RuntimeObject { public: // System.String System.Security.Policy.PolicyLevel::label String_t* ___label_0; // System.Security.Policy.CodeGroup System.Security.Policy.PolicyLevel::root_code_group CodeGroup_t3811807446 * ___root_code_group_1; // System.Collections.ArrayList System.Security.Policy.PolicyLevel::full_trust_assemblies ArrayList_t2718874744 * ___full_trust_assemblies_2; // System.Collections.ArrayList System.Security.Policy.PolicyLevel::named_permission_sets ArrayList_t2718874744 * ___named_permission_sets_3; // System.String System.Security.Policy.PolicyLevel::_location String_t* ____location_4; // System.Security.PolicyLevelType System.Security.Policy.PolicyLevel::_type int32_t ____type_5; // System.Collections.Hashtable System.Security.Policy.PolicyLevel::fullNames Hashtable_t1853889766 * ___fullNames_6; // System.Security.SecurityElement System.Security.Policy.PolicyLevel::xml SecurityElement_t1046076091 * ___xml_7; public: inline static int32_t get_offset_of_label_0() { return static_cast(offsetof(PolicyLevel_t2891196107, ___label_0)); } inline String_t* get_label_0() const { return ___label_0; } inline String_t** get_address_of_label_0() { return &___label_0; } inline void set_label_0(String_t* value) { ___label_0 = value; Il2CppCodeGenWriteBarrier((&___label_0), value); } inline static int32_t get_offset_of_root_code_group_1() { return static_cast(offsetof(PolicyLevel_t2891196107, ___root_code_group_1)); } inline CodeGroup_t3811807446 * get_root_code_group_1() const { return ___root_code_group_1; } inline CodeGroup_t3811807446 ** get_address_of_root_code_group_1() { return &___root_code_group_1; } inline void set_root_code_group_1(CodeGroup_t3811807446 * value) { ___root_code_group_1 = value; Il2CppCodeGenWriteBarrier((&___root_code_group_1), value); } inline static int32_t get_offset_of_full_trust_assemblies_2() { return static_cast(offsetof(PolicyLevel_t2891196107, ___full_trust_assemblies_2)); } inline ArrayList_t2718874744 * get_full_trust_assemblies_2() const { return ___full_trust_assemblies_2; } inline ArrayList_t2718874744 ** get_address_of_full_trust_assemblies_2() { return &___full_trust_assemblies_2; } inline void set_full_trust_assemblies_2(ArrayList_t2718874744 * value) { ___full_trust_assemblies_2 = value; Il2CppCodeGenWriteBarrier((&___full_trust_assemblies_2), value); } inline static int32_t get_offset_of_named_permission_sets_3() { return static_cast(offsetof(PolicyLevel_t2891196107, ___named_permission_sets_3)); } inline ArrayList_t2718874744 * get_named_permission_sets_3() const { return ___named_permission_sets_3; } inline ArrayList_t2718874744 ** get_address_of_named_permission_sets_3() { return &___named_permission_sets_3; } inline void set_named_permission_sets_3(ArrayList_t2718874744 * value) { ___named_permission_sets_3 = value; Il2CppCodeGenWriteBarrier((&___named_permission_sets_3), value); } inline static int32_t get_offset_of__location_4() { return static_cast(offsetof(PolicyLevel_t2891196107, ____location_4)); } inline String_t* get__location_4() const { return ____location_4; } inline String_t** get_address_of__location_4() { return &____location_4; } inline void set__location_4(String_t* value) { ____location_4 = value; Il2CppCodeGenWriteBarrier((&____location_4), value); } inline static int32_t get_offset_of__type_5() { return static_cast(offsetof(PolicyLevel_t2891196107, ____type_5)); } inline int32_t get__type_5() const { return ____type_5; } inline int32_t* get_address_of__type_5() { return &____type_5; } inline void set__type_5(int32_t value) { ____type_5 = value; } inline static int32_t get_offset_of_fullNames_6() { return static_cast(offsetof(PolicyLevel_t2891196107, ___fullNames_6)); } inline Hashtable_t1853889766 * get_fullNames_6() const { return ___fullNames_6; } inline Hashtable_t1853889766 ** get_address_of_fullNames_6() { return &___fullNames_6; } inline void set_fullNames_6(Hashtable_t1853889766 * value) { ___fullNames_6 = value; Il2CppCodeGenWriteBarrier((&___fullNames_6), value); } inline static int32_t get_offset_of_xml_7() { return static_cast(offsetof(PolicyLevel_t2891196107, ___xml_7)); } inline SecurityElement_t1046076091 * get_xml_7() const { return ___xml_7; } inline SecurityElement_t1046076091 ** get_address_of_xml_7() { return &___xml_7; } inline void set_xml_7(SecurityElement_t1046076091 * value) { ___xml_7 = value; Il2CppCodeGenWriteBarrier((&___xml_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POLICYLEVEL_T2891196107_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 POLICYSTATEMENT_T3052133691_H #define POLICYSTATEMENT_T3052133691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.PolicyStatement struct PolicyStatement_t3052133691 : public RuntimeObject { public: // System.Security.PermissionSet System.Security.Policy.PolicyStatement::perms PermissionSet_t223948603 * ___perms_0; // System.Security.Policy.PolicyStatementAttribute System.Security.Policy.PolicyStatement::attrs int32_t ___attrs_1; public: inline static int32_t get_offset_of_perms_0() { return static_cast(offsetof(PolicyStatement_t3052133691, ___perms_0)); } inline PermissionSet_t223948603 * get_perms_0() const { return ___perms_0; } inline PermissionSet_t223948603 ** get_address_of_perms_0() { return &___perms_0; } inline void set_perms_0(PermissionSet_t223948603 * value) { ___perms_0 = value; Il2CppCodeGenWriteBarrier((&___perms_0), value); } inline static int32_t get_offset_of_attrs_1() { return static_cast(offsetof(PolicyStatement_t3052133691, ___attrs_1)); } inline int32_t get_attrs_1() const { return ___attrs_1; } inline int32_t* get_address_of_attrs_1() { return &___attrs_1; } inline void set_attrs_1(int32_t value) { ___attrs_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // POLICYSTATEMENT_T3052133691_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 PERMISSIONSET_T223948603_H #define PERMISSIONSET_T223948603_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.PermissionSet struct PermissionSet_t223948603 : public RuntimeObject { public: // System.Security.Permissions.PermissionState System.Security.PermissionSet::state int32_t ___state_1; // System.Collections.ArrayList System.Security.PermissionSet::list ArrayList_t2718874744 * ___list_2; // System.Security.Policy.PolicyLevel System.Security.PermissionSet::_policyLevel PolicyLevel_t2891196107 * ____policyLevel_3; // System.Boolean System.Security.PermissionSet::_declsec bool ____declsec_4; // System.Boolean System.Security.PermissionSet::_readOnly bool ____readOnly_5; public: inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(PermissionSet_t223948603, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(PermissionSet_t223948603, ___list_2)); } inline ArrayList_t2718874744 * get_list_2() const { return ___list_2; } inline ArrayList_t2718874744 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ArrayList_t2718874744 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } inline static int32_t get_offset_of__policyLevel_3() { return static_cast(offsetof(PermissionSet_t223948603, ____policyLevel_3)); } inline PolicyLevel_t2891196107 * get__policyLevel_3() const { return ____policyLevel_3; } inline PolicyLevel_t2891196107 ** get_address_of__policyLevel_3() { return &____policyLevel_3; } inline void set__policyLevel_3(PolicyLevel_t2891196107 * value) { ____policyLevel_3 = value; Il2CppCodeGenWriteBarrier((&____policyLevel_3), value); } inline static int32_t get_offset_of__declsec_4() { return static_cast(offsetof(PermissionSet_t223948603, ____declsec_4)); } inline bool get__declsec_4() const { return ____declsec_4; } inline bool* get_address_of__declsec_4() { return &____declsec_4; } inline void set__declsec_4(bool value) { ____declsec_4 = value; } inline static int32_t get_offset_of__readOnly_5() { return static_cast(offsetof(PermissionSet_t223948603, ____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; } }; struct PermissionSet_t223948603_StaticFields { public: // System.Object[] System.Security.PermissionSet::psUnrestricted ObjectU5BU5D_t2843939325* ___psUnrestricted_0; // System.Object[] System.Security.PermissionSet::action ObjectU5BU5D_t2843939325* ___action_6; public: inline static int32_t get_offset_of_psUnrestricted_0() { return static_cast(offsetof(PermissionSet_t223948603_StaticFields, ___psUnrestricted_0)); } inline ObjectU5BU5D_t2843939325* get_psUnrestricted_0() const { return ___psUnrestricted_0; } inline ObjectU5BU5D_t2843939325** get_address_of_psUnrestricted_0() { return &___psUnrestricted_0; } inline void set_psUnrestricted_0(ObjectU5BU5D_t2843939325* value) { ___psUnrestricted_0 = value; Il2CppCodeGenWriteBarrier((&___psUnrestricted_0), value); } inline static int32_t get_offset_of_action_6() { return static_cast(offsetof(PermissionSet_t223948603_StaticFields, ___action_6)); } inline ObjectU5BU5D_t2843939325* get_action_6() const { return ___action_6; } inline ObjectU5BU5D_t2843939325** get_address_of_action_6() { return &___action_6; } inline void set_action_6(ObjectU5BU5D_t2843939325* value) { ___action_6 = value; Il2CppCodeGenWriteBarrier((&___action_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PERMISSIONSET_T223948603_H #ifndef FILECODEGROUP_T1720965944_H #define FILECODEGROUP_T1720965944_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.FileCodeGroup struct FileCodeGroup_t1720965944 : public CodeGroup_t3811807446 { public: // System.Security.Permissions.FileIOPermissionAccess System.Security.Policy.FileCodeGroup::m_access int32_t ___m_access_6; public: inline static int32_t get_offset_of_m_access_6() { return static_cast(offsetof(FileCodeGroup_t1720965944, ___m_access_6)); } inline int32_t get_m_access_6() const { return ___m_access_6; } inline int32_t* get_address_of_m_access_6() { return &___m_access_6; } inline void set_m_access_6(int32_t value) { ___m_access_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILECODEGROUP_T1720965944_H #ifndef OVERFLOWEXCEPTION_T2020128637_H #define OVERFLOWEXCEPTION_T2020128637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OverflowException struct OverflowException_t2020128637 : public ArithmeticException_t4283546778 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERFLOWEXCEPTION_T2020128637_H #ifndef ENVIRONMENTPERMISSION_T1242010617_H #define ENVIRONMENTPERMISSION_T1242010617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.EnvironmentPermission struct EnvironmentPermission_t1242010617 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.EnvironmentPermission::_state int32_t ____state_0; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::readList ArrayList_t2718874744 * ___readList_1; // System.Collections.ArrayList System.Security.Permissions.EnvironmentPermission::writeList ArrayList_t2718874744 * ___writeList_2; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ____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_readList_1() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___readList_1)); } inline ArrayList_t2718874744 * get_readList_1() const { return ___readList_1; } inline ArrayList_t2718874744 ** get_address_of_readList_1() { return &___readList_1; } inline void set_readList_1(ArrayList_t2718874744 * value) { ___readList_1 = value; Il2CppCodeGenWriteBarrier((&___readList_1), value); } inline static int32_t get_offset_of_writeList_2() { return static_cast(offsetof(EnvironmentPermission_t1242010617, ___writeList_2)); } inline ArrayList_t2718874744 * get_writeList_2() const { return ___writeList_2; } inline ArrayList_t2718874744 ** get_address_of_writeList_2() { return &___writeList_2; } inline void set_writeList_2(ArrayList_t2718874744 * value) { ___writeList_2 = value; Il2CppCodeGenWriteBarrier((&___writeList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENVIRONMENTPERMISSION_T1242010617_H #ifndef UIPERMISSION_T826475846_H #define UIPERMISSION_T826475846_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.UIPermission struct UIPermission_t826475846 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.UIPermissionWindow System.Security.Permissions.UIPermission::_window int32_t ____window_0; // System.Security.Permissions.UIPermissionClipboard System.Security.Permissions.UIPermission::_clipboard int32_t ____clipboard_1; public: inline static int32_t get_offset_of__window_0() { return static_cast(offsetof(UIPermission_t826475846, ____window_0)); } inline int32_t get__window_0() const { return ____window_0; } inline int32_t* get_address_of__window_0() { return &____window_0; } inline void set__window_0(int32_t value) { ____window_0 = value; } inline static int32_t get_offset_of__clipboard_1() { return static_cast(offsetof(UIPermission_t826475846, ____clipboard_1)); } inline int32_t get__clipboard_1() const { return ____clipboard_1; } inline int32_t* get_address_of__clipboard_1() { return &____clipboard_1; } inline void set__clipboard_1(int32_t value) { ____clipboard_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIPERMISSION_T826475846_H #ifndef ZONEMEMBERSHIPCONDITION_T3195636716_H #define ZONEMEMBERSHIPCONDITION_T3195636716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.ZoneMembershipCondition struct ZoneMembershipCondition_t3195636716 : public RuntimeObject { public: // System.Int32 System.Security.Policy.ZoneMembershipCondition::version int32_t ___version_0; // System.Security.SecurityZone System.Security.Policy.ZoneMembershipCondition::zone int32_t ___zone_1; public: inline static int32_t get_offset_of_version_0() { return static_cast(offsetof(ZoneMembershipCondition_t3195636716, ___version_0)); } inline int32_t get_version_0() const { return ___version_0; } inline int32_t* get_address_of_version_0() { return &___version_0; } inline void set_version_0(int32_t value) { ___version_0 = value; } inline static int32_t get_offset_of_zone_1() { return static_cast(offsetof(ZoneMembershipCondition_t3195636716, ___zone_1)); } inline int32_t get_zone_1() const { return ___zone_1; } inline int32_t* get_address_of_zone_1() { return &___zone_1; } inline void set_zone_1(int32_t value) { ___zone_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZONEMEMBERSHIPCONDITION_T3195636716_H #ifndef CSTREAMWRITER_T3783449173_H #define CSTREAMWRITER_T3783449173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.CStreamWriter struct CStreamWriter_t3783449173 : public StreamWriter_t1266378904 { public: // System.TermInfoDriver System.IO.CStreamWriter::driver TermInfoDriver_t2335718621 * ___driver_14; public: inline static int32_t get_offset_of_driver_14() { return static_cast(offsetof(CStreamWriter_t3783449173, ___driver_14)); } inline TermInfoDriver_t2335718621 * get_driver_14() const { return ___driver_14; } inline TermInfoDriver_t2335718621 ** get_address_of_driver_14() { return &___driver_14; } inline void set_driver_14(TermInfoDriver_t2335718621 * value) { ___driver_14 = value; Il2CppCodeGenWriteBarrier((&___driver_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMWRITER_T3783449173_H #ifndef STRONGNAMEIDENTITYPERMISSION_T2780499738_H #define STRONGNAMEIDENTITYPERMISSION_T2780499738_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.StrongNameIdentityPermission struct StrongNameIdentityPermission_t2780499738 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.StrongNameIdentityPermission::_state int32_t ____state_1; // System.Collections.ArrayList System.Security.Permissions.StrongNameIdentityPermission::_list ArrayList_t2718874744 * ____list_2; public: inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(StrongNameIdentityPermission_t2780499738, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__list_2() { return static_cast(offsetof(StrongNameIdentityPermission_t2780499738, ____list_2)); } inline ArrayList_t2718874744 * get__list_2() const { return ____list_2; } inline ArrayList_t2718874744 ** get_address_of__list_2() { return &____list_2; } inline void set__list_2(ArrayList_t2718874744 * value) { ____list_2 = value; Il2CppCodeGenWriteBarrier((&____list_2), value); } }; struct StrongNameIdentityPermission_t2780499738_StaticFields { public: // System.Version System.Security.Permissions.StrongNameIdentityPermission::defaultVersion Version_t3456873960 * ___defaultVersion_0; public: inline static int32_t get_offset_of_defaultVersion_0() { return static_cast(offsetof(StrongNameIdentityPermission_t2780499738_StaticFields, ___defaultVersion_0)); } inline Version_t3456873960 * get_defaultVersion_0() const { return ___defaultVersion_0; } inline Version_t3456873960 ** get_address_of_defaultVersion_0() { return &___defaultVersion_0; } inline void set_defaultVersion_0(Version_t3456873960 * value) { ___defaultVersion_0 = value; Il2CppCodeGenWriteBarrier((&___defaultVersion_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRONGNAMEIDENTITYPERMISSION_T2780499738_H #ifndef ZONEIDENTITYPERMISSION_T2250593031_H #define ZONEIDENTITYPERMISSION_T2250593031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.ZoneIdentityPermission struct ZoneIdentityPermission_t2250593031 : public CodeAccessPermission_t2681295399 { public: // System.Security.SecurityZone System.Security.Permissions.ZoneIdentityPermission::zone int32_t ___zone_0; public: inline static int32_t get_offset_of_zone_0() { return static_cast(offsetof(ZoneIdentityPermission_t2250593031, ___zone_0)); } inline int32_t get_zone_0() const { return ___zone_0; } inline int32_t* get_address_of_zone_0() { return &___zone_0; } inline void set_zone_0(int32_t value) { ___zone_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZONEIDENTITYPERMISSION_T2250593031_H #ifndef TERMINFODRIVER_T2335718621_H #define TERMINFODRIVER_T2335718621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TermInfoDriver struct TermInfoDriver_t2335718621 : public RuntimeObject { public: // System.TermInfoReader System.TermInfoDriver::reader TermInfoReader_t3116894478 * ___reader_3; // System.Int32 System.TermInfoDriver::cursorLeft int32_t ___cursorLeft_4; // System.Int32 System.TermInfoDriver::cursorTop int32_t ___cursorTop_5; // System.String System.TermInfoDriver::title String_t* ___title_6; // System.String System.TermInfoDriver::titleFormat String_t* ___titleFormat_7; // System.Boolean System.TermInfoDriver::cursorVisible bool ___cursorVisible_8; // System.String System.TermInfoDriver::csrVisible String_t* ___csrVisible_9; // System.String System.TermInfoDriver::csrInvisible String_t* ___csrInvisible_10; // System.String System.TermInfoDriver::clear String_t* ___clear_11; // System.String System.TermInfoDriver::bell String_t* ___bell_12; // System.String System.TermInfoDriver::term String_t* ___term_13; // System.IO.StreamReader System.TermInfoDriver::stdin StreamReader_t4009935899 * ___stdin_14; // System.IO.CStreamWriter System.TermInfoDriver::stdout CStreamWriter_t3783449173 * ___stdout_15; // System.Int32 System.TermInfoDriver::windowWidth int32_t ___windowWidth_16; // System.Int32 System.TermInfoDriver::windowHeight int32_t ___windowHeight_17; // System.Int32 System.TermInfoDriver::bufferHeight int32_t ___bufferHeight_18; // System.Int32 System.TermInfoDriver::bufferWidth int32_t ___bufferWidth_19; // System.Char[] System.TermInfoDriver::buffer CharU5BU5D_t3528271667* ___buffer_20; // System.Int32 System.TermInfoDriver::readpos int32_t ___readpos_21; // System.Int32 System.TermInfoDriver::writepos int32_t ___writepos_22; // System.String System.TermInfoDriver::keypadXmit String_t* ___keypadXmit_23; // System.String System.TermInfoDriver::keypadLocal String_t* ___keypadLocal_24; // System.Boolean System.TermInfoDriver::inited bool ___inited_25; // System.Object System.TermInfoDriver::initLock RuntimeObject * ___initLock_26; // System.Boolean System.TermInfoDriver::initKeys bool ___initKeys_27; // System.String System.TermInfoDriver::origPair String_t* ___origPair_28; // System.String System.TermInfoDriver::origColors String_t* ___origColors_29; // System.String System.TermInfoDriver::cursorAddress String_t* ___cursorAddress_30; // System.ConsoleColor System.TermInfoDriver::fgcolor int32_t ___fgcolor_31; // System.Boolean System.TermInfoDriver::color16 bool ___color16_32; // System.String System.TermInfoDriver::setlfgcolor String_t* ___setlfgcolor_33; // System.String System.TermInfoDriver::setlbgcolor String_t* ___setlbgcolor_34; // System.String System.TermInfoDriver::setfgcolor String_t* ___setfgcolor_35; // System.String System.TermInfoDriver::setbgcolor String_t* ___setbgcolor_36; // System.Boolean System.TermInfoDriver::noGetPosition bool ___noGetPosition_37; // System.Collections.Hashtable System.TermInfoDriver::keymap Hashtable_t1853889766 * ___keymap_38; // System.ByteMatcher System.TermInfoDriver::rootmap ByteMatcher_t2129355737 * ___rootmap_39; // System.Boolean System.TermInfoDriver::home_1_1 bool ___home_1_1_40; // System.Int32 System.TermInfoDriver::rl_startx int32_t ___rl_startx_41; // System.Int32 System.TermInfoDriver::rl_starty int32_t ___rl_starty_42; // System.Byte[] System.TermInfoDriver::control_characters ByteU5BU5D_t4116647657* ___control_characters_43; // System.Char[] System.TermInfoDriver::echobuf CharU5BU5D_t3528271667* ___echobuf_44; // System.Int32 System.TermInfoDriver::echon int32_t ___echon_45; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___reader_3)); } inline TermInfoReader_t3116894478 * get_reader_3() const { return ___reader_3; } inline TermInfoReader_t3116894478 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(TermInfoReader_t3116894478 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((&___reader_3), value); } inline static int32_t get_offset_of_cursorLeft_4() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorLeft_4)); } inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; } inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; } inline void set_cursorLeft_4(int32_t value) { ___cursorLeft_4 = value; } inline static int32_t get_offset_of_cursorTop_5() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorTop_5)); } inline int32_t get_cursorTop_5() const { return ___cursorTop_5; } inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; } inline void set_cursorTop_5(int32_t value) { ___cursorTop_5 = value; } inline static int32_t get_offset_of_title_6() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___title_6)); } inline String_t* get_title_6() const { return ___title_6; } inline String_t** get_address_of_title_6() { return &___title_6; } inline void set_title_6(String_t* value) { ___title_6 = value; Il2CppCodeGenWriteBarrier((&___title_6), value); } inline static int32_t get_offset_of_titleFormat_7() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___titleFormat_7)); } inline String_t* get_titleFormat_7() const { return ___titleFormat_7; } inline String_t** get_address_of_titleFormat_7() { return &___titleFormat_7; } inline void set_titleFormat_7(String_t* value) { ___titleFormat_7 = value; Il2CppCodeGenWriteBarrier((&___titleFormat_7), value); } inline static int32_t get_offset_of_cursorVisible_8() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorVisible_8)); } inline bool get_cursorVisible_8() const { return ___cursorVisible_8; } inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; } inline void set_cursorVisible_8(bool value) { ___cursorVisible_8 = value; } inline static int32_t get_offset_of_csrVisible_9() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___csrVisible_9)); } inline String_t* get_csrVisible_9() const { return ___csrVisible_9; } inline String_t** get_address_of_csrVisible_9() { return &___csrVisible_9; } inline void set_csrVisible_9(String_t* value) { ___csrVisible_9 = value; Il2CppCodeGenWriteBarrier((&___csrVisible_9), value); } inline static int32_t get_offset_of_csrInvisible_10() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___csrInvisible_10)); } inline String_t* get_csrInvisible_10() const { return ___csrInvisible_10; } inline String_t** get_address_of_csrInvisible_10() { return &___csrInvisible_10; } inline void set_csrInvisible_10(String_t* value) { ___csrInvisible_10 = value; Il2CppCodeGenWriteBarrier((&___csrInvisible_10), value); } inline static int32_t get_offset_of_clear_11() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___clear_11)); } inline String_t* get_clear_11() const { return ___clear_11; } inline String_t** get_address_of_clear_11() { return &___clear_11; } inline void set_clear_11(String_t* value) { ___clear_11 = value; Il2CppCodeGenWriteBarrier((&___clear_11), value); } inline static int32_t get_offset_of_bell_12() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bell_12)); } inline String_t* get_bell_12() const { return ___bell_12; } inline String_t** get_address_of_bell_12() { return &___bell_12; } inline void set_bell_12(String_t* value) { ___bell_12 = value; Il2CppCodeGenWriteBarrier((&___bell_12), value); } inline static int32_t get_offset_of_term_13() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___term_13)); } inline String_t* get_term_13() const { return ___term_13; } inline String_t** get_address_of_term_13() { return &___term_13; } inline void set_term_13(String_t* value) { ___term_13 = value; Il2CppCodeGenWriteBarrier((&___term_13), value); } inline static int32_t get_offset_of_stdin_14() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___stdin_14)); } inline StreamReader_t4009935899 * get_stdin_14() const { return ___stdin_14; } inline StreamReader_t4009935899 ** get_address_of_stdin_14() { return &___stdin_14; } inline void set_stdin_14(StreamReader_t4009935899 * value) { ___stdin_14 = value; Il2CppCodeGenWriteBarrier((&___stdin_14), value); } inline static int32_t get_offset_of_stdout_15() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___stdout_15)); } inline CStreamWriter_t3783449173 * get_stdout_15() const { return ___stdout_15; } inline CStreamWriter_t3783449173 ** get_address_of_stdout_15() { return &___stdout_15; } inline void set_stdout_15(CStreamWriter_t3783449173 * value) { ___stdout_15 = value; Il2CppCodeGenWriteBarrier((&___stdout_15), value); } inline static int32_t get_offset_of_windowWidth_16() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___windowWidth_16)); } inline int32_t get_windowWidth_16() const { return ___windowWidth_16; } inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; } inline void set_windowWidth_16(int32_t value) { ___windowWidth_16 = value; } inline static int32_t get_offset_of_windowHeight_17() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___windowHeight_17)); } inline int32_t get_windowHeight_17() const { return ___windowHeight_17; } inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; } inline void set_windowHeight_17(int32_t value) { ___windowHeight_17 = value; } inline static int32_t get_offset_of_bufferHeight_18() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bufferHeight_18)); } inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; } inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; } inline void set_bufferHeight_18(int32_t value) { ___bufferHeight_18 = value; } inline static int32_t get_offset_of_bufferWidth_19() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bufferWidth_19)); } inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; } inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; } inline void set_bufferWidth_19(int32_t value) { ___bufferWidth_19 = value; } inline static int32_t get_offset_of_buffer_20() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___buffer_20)); } inline CharU5BU5D_t3528271667* get_buffer_20() const { return ___buffer_20; } inline CharU5BU5D_t3528271667** get_address_of_buffer_20() { return &___buffer_20; } inline void set_buffer_20(CharU5BU5D_t3528271667* value) { ___buffer_20 = value; Il2CppCodeGenWriteBarrier((&___buffer_20), value); } inline static int32_t get_offset_of_readpos_21() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___readpos_21)); } inline int32_t get_readpos_21() const { return ___readpos_21; } inline int32_t* get_address_of_readpos_21() { return &___readpos_21; } inline void set_readpos_21(int32_t value) { ___readpos_21 = value; } inline static int32_t get_offset_of_writepos_22() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___writepos_22)); } inline int32_t get_writepos_22() const { return ___writepos_22; } inline int32_t* get_address_of_writepos_22() { return &___writepos_22; } inline void set_writepos_22(int32_t value) { ___writepos_22 = value; } inline static int32_t get_offset_of_keypadXmit_23() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___keypadXmit_23)); } inline String_t* get_keypadXmit_23() const { return ___keypadXmit_23; } inline String_t** get_address_of_keypadXmit_23() { return &___keypadXmit_23; } inline void set_keypadXmit_23(String_t* value) { ___keypadXmit_23 = value; Il2CppCodeGenWriteBarrier((&___keypadXmit_23), value); } inline static int32_t get_offset_of_keypadLocal_24() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___keypadLocal_24)); } inline String_t* get_keypadLocal_24() const { return ___keypadLocal_24; } inline String_t** get_address_of_keypadLocal_24() { return &___keypadLocal_24; } inline void set_keypadLocal_24(String_t* value) { ___keypadLocal_24 = value; Il2CppCodeGenWriteBarrier((&___keypadLocal_24), value); } inline static int32_t get_offset_of_inited_25() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___inited_25)); } inline bool get_inited_25() const { return ___inited_25; } inline bool* get_address_of_inited_25() { return &___inited_25; } inline void set_inited_25(bool value) { ___inited_25 = value; } inline static int32_t get_offset_of_initLock_26() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___initLock_26)); } inline RuntimeObject * get_initLock_26() const { return ___initLock_26; } inline RuntimeObject ** get_address_of_initLock_26() { return &___initLock_26; } inline void set_initLock_26(RuntimeObject * value) { ___initLock_26 = value; Il2CppCodeGenWriteBarrier((&___initLock_26), value); } inline static int32_t get_offset_of_initKeys_27() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___initKeys_27)); } inline bool get_initKeys_27() const { return ___initKeys_27; } inline bool* get_address_of_initKeys_27() { return &___initKeys_27; } inline void set_initKeys_27(bool value) { ___initKeys_27 = value; } inline static int32_t get_offset_of_origPair_28() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___origPair_28)); } inline String_t* get_origPair_28() const { return ___origPair_28; } inline String_t** get_address_of_origPair_28() { return &___origPair_28; } inline void set_origPair_28(String_t* value) { ___origPair_28 = value; Il2CppCodeGenWriteBarrier((&___origPair_28), value); } inline static int32_t get_offset_of_origColors_29() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___origColors_29)); } inline String_t* get_origColors_29() const { return ___origColors_29; } inline String_t** get_address_of_origColors_29() { return &___origColors_29; } inline void set_origColors_29(String_t* value) { ___origColors_29 = value; Il2CppCodeGenWriteBarrier((&___origColors_29), value); } inline static int32_t get_offset_of_cursorAddress_30() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorAddress_30)); } inline String_t* get_cursorAddress_30() const { return ___cursorAddress_30; } inline String_t** get_address_of_cursorAddress_30() { return &___cursorAddress_30; } inline void set_cursorAddress_30(String_t* value) { ___cursorAddress_30 = value; Il2CppCodeGenWriteBarrier((&___cursorAddress_30), value); } inline static int32_t get_offset_of_fgcolor_31() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___fgcolor_31)); } inline int32_t get_fgcolor_31() const { return ___fgcolor_31; } inline int32_t* get_address_of_fgcolor_31() { return &___fgcolor_31; } inline void set_fgcolor_31(int32_t value) { ___fgcolor_31 = value; } inline static int32_t get_offset_of_color16_32() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___color16_32)); } inline bool get_color16_32() const { return ___color16_32; } inline bool* get_address_of_color16_32() { return &___color16_32; } inline void set_color16_32(bool value) { ___color16_32 = value; } inline static int32_t get_offset_of_setlfgcolor_33() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setlfgcolor_33)); } inline String_t* get_setlfgcolor_33() const { return ___setlfgcolor_33; } inline String_t** get_address_of_setlfgcolor_33() { return &___setlfgcolor_33; } inline void set_setlfgcolor_33(String_t* value) { ___setlfgcolor_33 = value; Il2CppCodeGenWriteBarrier((&___setlfgcolor_33), value); } inline static int32_t get_offset_of_setlbgcolor_34() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setlbgcolor_34)); } inline String_t* get_setlbgcolor_34() const { return ___setlbgcolor_34; } inline String_t** get_address_of_setlbgcolor_34() { return &___setlbgcolor_34; } inline void set_setlbgcolor_34(String_t* value) { ___setlbgcolor_34 = value; Il2CppCodeGenWriteBarrier((&___setlbgcolor_34), value); } inline static int32_t get_offset_of_setfgcolor_35() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setfgcolor_35)); } inline String_t* get_setfgcolor_35() const { return ___setfgcolor_35; } inline String_t** get_address_of_setfgcolor_35() { return &___setfgcolor_35; } inline void set_setfgcolor_35(String_t* value) { ___setfgcolor_35 = value; Il2CppCodeGenWriteBarrier((&___setfgcolor_35), value); } inline static int32_t get_offset_of_setbgcolor_36() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setbgcolor_36)); } inline String_t* get_setbgcolor_36() const { return ___setbgcolor_36; } inline String_t** get_address_of_setbgcolor_36() { return &___setbgcolor_36; } inline void set_setbgcolor_36(String_t* value) { ___setbgcolor_36 = value; Il2CppCodeGenWriteBarrier((&___setbgcolor_36), value); } inline static int32_t get_offset_of_noGetPosition_37() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___noGetPosition_37)); } inline bool get_noGetPosition_37() const { return ___noGetPosition_37; } inline bool* get_address_of_noGetPosition_37() { return &___noGetPosition_37; } inline void set_noGetPosition_37(bool value) { ___noGetPosition_37 = value; } inline static int32_t get_offset_of_keymap_38() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___keymap_38)); } inline Hashtable_t1853889766 * get_keymap_38() const { return ___keymap_38; } inline Hashtable_t1853889766 ** get_address_of_keymap_38() { return &___keymap_38; } inline void set_keymap_38(Hashtable_t1853889766 * value) { ___keymap_38 = value; Il2CppCodeGenWriteBarrier((&___keymap_38), value); } inline static int32_t get_offset_of_rootmap_39() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rootmap_39)); } inline ByteMatcher_t2129355737 * get_rootmap_39() const { return ___rootmap_39; } inline ByteMatcher_t2129355737 ** get_address_of_rootmap_39() { return &___rootmap_39; } inline void set_rootmap_39(ByteMatcher_t2129355737 * value) { ___rootmap_39 = value; Il2CppCodeGenWriteBarrier((&___rootmap_39), value); } inline static int32_t get_offset_of_home_1_1_40() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___home_1_1_40)); } inline bool get_home_1_1_40() const { return ___home_1_1_40; } inline bool* get_address_of_home_1_1_40() { return &___home_1_1_40; } inline void set_home_1_1_40(bool value) { ___home_1_1_40 = value; } inline static int32_t get_offset_of_rl_startx_41() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rl_startx_41)); } inline int32_t get_rl_startx_41() const { return ___rl_startx_41; } inline int32_t* get_address_of_rl_startx_41() { return &___rl_startx_41; } inline void set_rl_startx_41(int32_t value) { ___rl_startx_41 = value; } inline static int32_t get_offset_of_rl_starty_42() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rl_starty_42)); } inline int32_t get_rl_starty_42() const { return ___rl_starty_42; } inline int32_t* get_address_of_rl_starty_42() { return &___rl_starty_42; } inline void set_rl_starty_42(int32_t value) { ___rl_starty_42 = value; } inline static int32_t get_offset_of_control_characters_43() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___control_characters_43)); } inline ByteU5BU5D_t4116647657* get_control_characters_43() const { return ___control_characters_43; } inline ByteU5BU5D_t4116647657** get_address_of_control_characters_43() { return &___control_characters_43; } inline void set_control_characters_43(ByteU5BU5D_t4116647657* value) { ___control_characters_43 = value; Il2CppCodeGenWriteBarrier((&___control_characters_43), value); } inline static int32_t get_offset_of_echobuf_44() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___echobuf_44)); } inline CharU5BU5D_t3528271667* get_echobuf_44() const { return ___echobuf_44; } inline CharU5BU5D_t3528271667** get_address_of_echobuf_44() { return &___echobuf_44; } inline void set_echobuf_44(CharU5BU5D_t3528271667* value) { ___echobuf_44 = value; Il2CppCodeGenWriteBarrier((&___echobuf_44), value); } inline static int32_t get_offset_of_echon_45() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___echon_45)); } inline int32_t get_echon_45() const { return ___echon_45; } inline int32_t* get_address_of_echon_45() { return &___echon_45; } inline void set_echon_45(int32_t value) { ___echon_45 = value; } }; struct TermInfoDriver_t2335718621_StaticFields { public: // System.Int32* System.TermInfoDriver::native_terminal_size int32_t* ___native_terminal_size_0; // System.Int32 System.TermInfoDriver::terminal_size int32_t ___terminal_size_1; // System.String[] System.TermInfoDriver::locations StringU5BU5D_t1281789340* ___locations_2; // System.TermInfoStrings[] System.TermInfoDriver::UsedKeys TermInfoStringsU5BU5D_t4121115714* ___UsedKeys_46; public: inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___native_terminal_size_0)); } inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; } inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; } inline void set_native_terminal_size_0(int32_t* value) { ___native_terminal_size_0 = value; } inline static int32_t get_offset_of_terminal_size_1() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___terminal_size_1)); } inline int32_t get_terminal_size_1() const { return ___terminal_size_1; } inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; } inline void set_terminal_size_1(int32_t value) { ___terminal_size_1 = value; } inline static int32_t get_offset_of_locations_2() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___locations_2)); } inline StringU5BU5D_t1281789340* get_locations_2() const { return ___locations_2; } inline StringU5BU5D_t1281789340** get_address_of_locations_2() { return &___locations_2; } inline void set_locations_2(StringU5BU5D_t1281789340* value) { ___locations_2 = value; Il2CppCodeGenWriteBarrier((&___locations_2), value); } inline static int32_t get_offset_of_UsedKeys_46() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___UsedKeys_46)); } inline TermInfoStringsU5BU5D_t4121115714* get_UsedKeys_46() const { return ___UsedKeys_46; } inline TermInfoStringsU5BU5D_t4121115714** get_address_of_UsedKeys_46() { return &___UsedKeys_46; } inline void set_UsedKeys_46(TermInfoStringsU5BU5D_t4121115714* value) { ___UsedKeys_46 = value; Il2CppCodeGenWriteBarrier((&___UsedKeys_46), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TERMINFODRIVER_T2335718621_H #ifndef RUNTIMEDECLSECURITYACTIONS_T582952764_H #define RUNTIMEDECLSECURITYACTIONS_T582952764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.RuntimeDeclSecurityActions struct RuntimeDeclSecurityActions_t582952764 { public: // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeDeclSecurityActions::cas RuntimeDeclSecurityEntry_t3144469156 ___cas_0; // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeDeclSecurityActions::noncas RuntimeDeclSecurityEntry_t3144469156 ___noncas_1; // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeDeclSecurityActions::choice RuntimeDeclSecurityEntry_t3144469156 ___choice_2; public: inline static int32_t get_offset_of_cas_0() { return static_cast(offsetof(RuntimeDeclSecurityActions_t582952764, ___cas_0)); } inline RuntimeDeclSecurityEntry_t3144469156 get_cas_0() const { return ___cas_0; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_cas_0() { return &___cas_0; } inline void set_cas_0(RuntimeDeclSecurityEntry_t3144469156 value) { ___cas_0 = value; } inline static int32_t get_offset_of_noncas_1() { return static_cast(offsetof(RuntimeDeclSecurityActions_t582952764, ___noncas_1)); } inline RuntimeDeclSecurityEntry_t3144469156 get_noncas_1() const { return ___noncas_1; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_noncas_1() { return &___noncas_1; } inline void set_noncas_1(RuntimeDeclSecurityEntry_t3144469156 value) { ___noncas_1 = value; } inline static int32_t get_offset_of_choice_2() { return static_cast(offsetof(RuntimeDeclSecurityActions_t582952764, ___choice_2)); } inline RuntimeDeclSecurityEntry_t3144469156 get_choice_2() const { return ___choice_2; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_choice_2() { return &___choice_2; } inline void set_choice_2(RuntimeDeclSecurityEntry_t3144469156 value) { ___choice_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEDECLSECURITYACTIONS_T582952764_H #ifndef RUNTIMESECURITYFRAME_T536173748_H #define RUNTIMESECURITYFRAME_T536173748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.RuntimeSecurityFrame struct RuntimeSecurityFrame_t536173748 : public RuntimeObject { public: // System.AppDomain System.Security.RuntimeSecurityFrame::domain AppDomain_t1571427825 * ___domain_0; // System.Reflection.MethodInfo System.Security.RuntimeSecurityFrame::method MethodInfo_t * ___method_1; // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeSecurityFrame::assert RuntimeDeclSecurityEntry_t3144469156 ___assert_2; // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeSecurityFrame::deny RuntimeDeclSecurityEntry_t3144469156 ___deny_3; // System.Security.RuntimeDeclSecurityEntry System.Security.RuntimeSecurityFrame::permitonly RuntimeDeclSecurityEntry_t3144469156 ___permitonly_4; public: inline static int32_t get_offset_of_domain_0() { return static_cast(offsetof(RuntimeSecurityFrame_t536173748, ___domain_0)); } inline AppDomain_t1571427825 * get_domain_0() const { return ___domain_0; } inline AppDomain_t1571427825 ** get_address_of_domain_0() { return &___domain_0; } inline void set_domain_0(AppDomain_t1571427825 * value) { ___domain_0 = value; Il2CppCodeGenWriteBarrier((&___domain_0), value); } inline static int32_t get_offset_of_method_1() { return static_cast(offsetof(RuntimeSecurityFrame_t536173748, ___method_1)); } inline MethodInfo_t * get_method_1() const { return ___method_1; } inline MethodInfo_t ** get_address_of_method_1() { return &___method_1; } inline void set_method_1(MethodInfo_t * value) { ___method_1 = value; Il2CppCodeGenWriteBarrier((&___method_1), value); } inline static int32_t get_offset_of_assert_2() { return static_cast(offsetof(RuntimeSecurityFrame_t536173748, ___assert_2)); } inline RuntimeDeclSecurityEntry_t3144469156 get_assert_2() const { return ___assert_2; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_assert_2() { return &___assert_2; } inline void set_assert_2(RuntimeDeclSecurityEntry_t3144469156 value) { ___assert_2 = value; } inline static int32_t get_offset_of_deny_3() { return static_cast(offsetof(RuntimeSecurityFrame_t536173748, ___deny_3)); } inline RuntimeDeclSecurityEntry_t3144469156 get_deny_3() const { return ___deny_3; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_deny_3() { return &___deny_3; } inline void set_deny_3(RuntimeDeclSecurityEntry_t3144469156 value) { ___deny_3 = value; } inline static int32_t get_offset_of_permitonly_4() { return static_cast(offsetof(RuntimeSecurityFrame_t536173748, ___permitonly_4)); } inline RuntimeDeclSecurityEntry_t3144469156 get_permitonly_4() const { return ___permitonly_4; } inline RuntimeDeclSecurityEntry_t3144469156 * get_address_of_permitonly_4() { return &___permitonly_4; } inline void set_permitonly_4(RuntimeDeclSecurityEntry_t3144469156 value) { ___permitonly_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMESECURITYFRAME_T536173748_H #ifndef THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_H #ifndef SECURITYCRITICALATTRIBUTE_T2279322844_H #define SECURITYCRITICALATTRIBUTE_T2279322844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.SecurityCriticalAttribute struct SecurityCriticalAttribute_t2279322844 : public Attribute_t861562559 { public: // System.Security.SecurityCriticalScope System.Security.SecurityCriticalAttribute::_scope int32_t ____scope_0; public: inline static int32_t get_offset_of__scope_0() { return static_cast(offsetof(SecurityCriticalAttribute_t2279322844, ____scope_0)); } inline int32_t get__scope_0() const { return ____scope_0; } inline int32_t* get_address_of__scope_0() { return &____scope_0; } inline void set__scope_0(int32_t value) { ____scope_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SECURITYCRITICALATTRIBUTE_T2279322844_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 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 CONSOLEKEYINFO_T1802691652_H #define CONSOLEKEYINFO_T1802691652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652 { public: // System.ConsoleKey System.ConsoleKeyInfo::key int32_t ___key_1; // System.Char System.ConsoleKeyInfo::keychar Il2CppChar ___keychar_2; // System.ConsoleModifiers System.ConsoleKeyInfo::modifiers int32_t ___modifiers_3; public: inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___key_1)); } inline int32_t get_key_1() const { return ___key_1; } inline int32_t* get_address_of_key_1() { return &___key_1; } inline void set_key_1(int32_t value) { ___key_1 = value; } inline static int32_t get_offset_of_keychar_2() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___keychar_2)); } inline Il2CppChar get_keychar_2() const { return ___keychar_2; } inline Il2CppChar* get_address_of_keychar_2() { return &___keychar_2; } inline void set_keychar_2(Il2CppChar value) { ___keychar_2 = value; } inline static int32_t get_offset_of_modifiers_3() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___modifiers_3)); } inline int32_t get_modifiers_3() const { return ___modifiers_3; } inline int32_t* get_address_of_modifiers_3() { return &___modifiers_3; } inline void set_modifiers_3(int32_t value) { ___modifiers_3 = value; } }; struct ConsoleKeyInfo_t1802691652_StaticFields { public: // System.ConsoleKeyInfo System.ConsoleKeyInfo::Empty ConsoleKeyInfo_t1802691652 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652_StaticFields, ___Empty_0)); } inline ConsoleKeyInfo_t1802691652 get_Empty_0() const { return ___Empty_0; } inline ConsoleKeyInfo_t1802691652 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(ConsoleKeyInfo_t1802691652 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_pinvoke { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; // Native definition for COM marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_com { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; #endif // CONSOLEKEYINFO_T1802691652_H #ifndef FILEIOPERMISSION_T3596906749_H #define FILEIOPERMISSION_T3596906749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749 : public CodeAccessPermission_t2681295399 { public: // System.Boolean System.Security.Permissions.FileIOPermission::m_Unrestricted bool ___m_Unrestricted_2; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllFilesAccess int32_t ___m_AllFilesAccess_3; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllLocalFilesAccess int32_t ___m_AllLocalFilesAccess_4; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::readList ArrayList_t2718874744 * ___readList_5; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::writeList ArrayList_t2718874744 * ___writeList_6; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::appendList ArrayList_t2718874744 * ___appendList_7; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::pathList ArrayList_t2718874744 * ___pathList_8; public: inline static int32_t get_offset_of_m_Unrestricted_2() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_Unrestricted_2)); } inline bool get_m_Unrestricted_2() const { return ___m_Unrestricted_2; } inline bool* get_address_of_m_Unrestricted_2() { return &___m_Unrestricted_2; } inline void set_m_Unrestricted_2(bool value) { ___m_Unrestricted_2 = value; } inline static int32_t get_offset_of_m_AllFilesAccess_3() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllFilesAccess_3)); } inline int32_t get_m_AllFilesAccess_3() const { return ___m_AllFilesAccess_3; } inline int32_t* get_address_of_m_AllFilesAccess_3() { return &___m_AllFilesAccess_3; } inline void set_m_AllFilesAccess_3(int32_t value) { ___m_AllFilesAccess_3 = value; } inline static int32_t get_offset_of_m_AllLocalFilesAccess_4() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllLocalFilesAccess_4)); } inline int32_t get_m_AllLocalFilesAccess_4() const { return ___m_AllLocalFilesAccess_4; } inline int32_t* get_address_of_m_AllLocalFilesAccess_4() { return &___m_AllLocalFilesAccess_4; } inline void set_m_AllLocalFilesAccess_4(int32_t value) { ___m_AllLocalFilesAccess_4 = value; } inline static int32_t get_offset_of_readList_5() { return static_cast(offsetof(FileIOPermission_t3596906749, ___readList_5)); } inline ArrayList_t2718874744 * get_readList_5() const { return ___readList_5; } inline ArrayList_t2718874744 ** get_address_of_readList_5() { return &___readList_5; } inline void set_readList_5(ArrayList_t2718874744 * value) { ___readList_5 = value; Il2CppCodeGenWriteBarrier((&___readList_5), value); } inline static int32_t get_offset_of_writeList_6() { return static_cast(offsetof(FileIOPermission_t3596906749, ___writeList_6)); } inline ArrayList_t2718874744 * get_writeList_6() const { return ___writeList_6; } inline ArrayList_t2718874744 ** get_address_of_writeList_6() { return &___writeList_6; } inline void set_writeList_6(ArrayList_t2718874744 * value) { ___writeList_6 = value; Il2CppCodeGenWriteBarrier((&___writeList_6), value); } inline static int32_t get_offset_of_appendList_7() { return static_cast(offsetof(FileIOPermission_t3596906749, ___appendList_7)); } inline ArrayList_t2718874744 * get_appendList_7() const { return ___appendList_7; } inline ArrayList_t2718874744 ** get_address_of_appendList_7() { return &___appendList_7; } inline void set_appendList_7(ArrayList_t2718874744 * value) { ___appendList_7 = value; Il2CppCodeGenWriteBarrier((&___appendList_7), value); } inline static int32_t get_offset_of_pathList_8() { return static_cast(offsetof(FileIOPermission_t3596906749, ___pathList_8)); } inline ArrayList_t2718874744 * get_pathList_8() const { return ___pathList_8; } inline ArrayList_t2718874744 ** get_address_of_pathList_8() { return &___pathList_8; } inline void set_pathList_8(ArrayList_t2718874744 * value) { ___pathList_8 = value; Il2CppCodeGenWriteBarrier((&___pathList_8), value); } }; struct FileIOPermission_t3596906749_StaticFields { public: // System.Char[] System.Security.Permissions.FileIOPermission::BadPathNameCharacters CharU5BU5D_t3528271667* ___BadPathNameCharacters_0; // System.Char[] System.Security.Permissions.FileIOPermission::BadFileNameCharacters CharU5BU5D_t3528271667* ___BadFileNameCharacters_1; public: inline static int32_t get_offset_of_BadPathNameCharacters_0() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadPathNameCharacters_0)); } inline CharU5BU5D_t3528271667* get_BadPathNameCharacters_0() const { return ___BadPathNameCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_BadPathNameCharacters_0() { return &___BadPathNameCharacters_0; } inline void set_BadPathNameCharacters_0(CharU5BU5D_t3528271667* value) { ___BadPathNameCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___BadPathNameCharacters_0), value); } inline static int32_t get_offset_of_BadFileNameCharacters_1() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadFileNameCharacters_1)); } inline CharU5BU5D_t3528271667* get_BadFileNameCharacters_1() const { return ___BadFileNameCharacters_1; } inline CharU5BU5D_t3528271667** get_address_of_BadFileNameCharacters_1() { return &___BadFileNameCharacters_1; } inline void set_BadFileNameCharacters_1(CharU5BU5D_t3528271667* value) { ___BadFileNameCharacters_1 = value; Il2CppCodeGenWriteBarrier((&___BadFileNameCharacters_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSION_T3596906749_H #ifndef REGISTRYPERMISSION_T4244934776_H #define REGISTRYPERMISSION_T4244934776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.RegistryPermission struct RegistryPermission_t4244934776 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.PermissionState System.Security.Permissions.RegistryPermission::_state int32_t ____state_0; // System.Collections.ArrayList System.Security.Permissions.RegistryPermission::createList ArrayList_t2718874744 * ___createList_1; // System.Collections.ArrayList System.Security.Permissions.RegistryPermission::readList ArrayList_t2718874744 * ___readList_2; // System.Collections.ArrayList System.Security.Permissions.RegistryPermission::writeList ArrayList_t2718874744 * ___writeList_3; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(RegistryPermission_t4244934776, ____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_createList_1() { return static_cast(offsetof(RegistryPermission_t4244934776, ___createList_1)); } inline ArrayList_t2718874744 * get_createList_1() const { return ___createList_1; } inline ArrayList_t2718874744 ** get_address_of_createList_1() { return &___createList_1; } inline void set_createList_1(ArrayList_t2718874744 * value) { ___createList_1 = value; Il2CppCodeGenWriteBarrier((&___createList_1), value); } inline static int32_t get_offset_of_readList_2() { return static_cast(offsetof(RegistryPermission_t4244934776, ___readList_2)); } inline ArrayList_t2718874744 * get_readList_2() const { return ___readList_2; } inline ArrayList_t2718874744 ** get_address_of_readList_2() { return &___readList_2; } inline void set_readList_2(ArrayList_t2718874744 * value) { ___readList_2 = value; Il2CppCodeGenWriteBarrier((&___readList_2), value); } inline static int32_t get_offset_of_writeList_3() { return static_cast(offsetof(RegistryPermission_t4244934776, ___writeList_3)); } inline ArrayList_t2718874744 * get_writeList_3() const { return ___writeList_3; } inline ArrayList_t2718874744 ** get_address_of_writeList_3() { return &___writeList_3; } inline void set_writeList_3(ArrayList_t2718874744 * value) { ___writeList_3 = value; Il2CppCodeGenWriteBarrier((&___writeList_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGISTRYPERMISSION_T4244934776_H #ifndef KEYCONTAINERPERMISSION_T1460699488_H #define KEYCONTAINERPERMISSION_T1460699488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.KeyContainerPermission struct KeyContainerPermission_t1460699488 : public CodeAccessPermission_t2681295399 { public: // System.Security.Permissions.KeyContainerPermissionAccessEntryCollection System.Security.Permissions.KeyContainerPermission::_accessEntries KeyContainerPermissionAccessEntryCollection_t4144114052 * ____accessEntries_0; // System.Security.Permissions.KeyContainerPermissionFlags System.Security.Permissions.KeyContainerPermission::_flags int32_t ____flags_1; public: inline static int32_t get_offset_of__accessEntries_0() { return static_cast(offsetof(KeyContainerPermission_t1460699488, ____accessEntries_0)); } inline KeyContainerPermissionAccessEntryCollection_t4144114052 * get__accessEntries_0() const { return ____accessEntries_0; } inline KeyContainerPermissionAccessEntryCollection_t4144114052 ** get_address_of__accessEntries_0() { return &____accessEntries_0; } inline void set__accessEntries_0(KeyContainerPermissionAccessEntryCollection_t4144114052 * value) { ____accessEntries_0 = value; Il2CppCodeGenWriteBarrier((&____accessEntries_0), value); } inline static int32_t get_offset_of__flags_1() { return static_cast(offsetof(KeyContainerPermission_t1460699488, ____flags_1)); } inline int32_t get__flags_1() const { return ____flags_1; } inline int32_t* get_address_of__flags_1() { return &____flags_1; } inline void set__flags_1(int32_t value) { ____flags_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYCONTAINERPERMISSION_T1460699488_H #ifndef ASSEMBLYNAME_T270931938_H #define ASSEMBLYNAME_T270931938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AssemblyName struct AssemblyName_t270931938 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t4157843068 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_t3411219591 * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_t4116647657* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_t4116647657* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_t3456873960 * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t270931938, ___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_codebase_1() { return static_cast(offsetof(AssemblyName_t270931938, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((&___codebase_1), value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t270931938, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t270931938, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t270931938, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t270931938, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t270931938, ___cultureinfo_6)); } inline CultureInfo_t4157843068 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t4157843068 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t4157843068 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((&___cultureinfo_6), value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t270931938, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t270931938, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t270931938, ___keypair_9)); } inline StrongNameKeyPair_t3411219591 * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_t3411219591 ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_t3411219591 * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((&___keypair_9), value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t270931938, ___publicKey_10)); } inline ByteU5BU5D_t4116647657* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_t4116647657** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_t4116647657* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((&___publicKey_10), value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t270931938, ___keyToken_11)); } inline ByteU5BU5D_t4116647657* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_t4116647657** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_t4116647657* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((&___keyToken_11), value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t270931938, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t270931938, ___version_13)); } inline Version_t3456873960 * get_version_13() const { return ___version_13; } inline Version_t3456873960 ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_t3456873960 * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((&___version_13), value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t270931938, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLYNAME_T270931938_H #ifndef WINDOWSIDENTITY_T2948242406_H #define WINDOWSIDENTITY_T2948242406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.WindowsIdentity struct WindowsIdentity_t2948242406 : public RuntimeObject { public: // System.IntPtr System.Security.Principal.WindowsIdentity::_token intptr_t ____token_0; // System.String System.Security.Principal.WindowsIdentity::_type String_t* ____type_1; // System.Security.Principal.WindowsAccountType System.Security.Principal.WindowsIdentity::_account int32_t ____account_2; // System.Boolean System.Security.Principal.WindowsIdentity::_authenticated bool ____authenticated_3; // System.String System.Security.Principal.WindowsIdentity::_name String_t* ____name_4; // System.Runtime.Serialization.SerializationInfo System.Security.Principal.WindowsIdentity::_info SerializationInfo_t950877179 * ____info_5; public: inline static int32_t get_offset_of__token_0() { return static_cast(offsetof(WindowsIdentity_t2948242406, ____token_0)); } inline intptr_t get__token_0() const { return ____token_0; } inline intptr_t* get_address_of__token_0() { return &____token_0; } inline void set__token_0(intptr_t value) { ____token_0 = value; } inline static int32_t get_offset_of__type_1() { return static_cast(offsetof(WindowsIdentity_t2948242406, ____type_1)); } inline String_t* get__type_1() const { return ____type_1; } inline String_t** get_address_of__type_1() { return &____type_1; } inline void set__type_1(String_t* value) { ____type_1 = value; Il2CppCodeGenWriteBarrier((&____type_1), value); } inline static int32_t get_offset_of__account_2() { return static_cast(offsetof(WindowsIdentity_t2948242406, ____account_2)); } inline int32_t get__account_2() const { return ____account_2; } inline int32_t* get_address_of__account_2() { return &____account_2; } inline void set__account_2(int32_t value) { ____account_2 = value; } inline static int32_t get_offset_of__authenticated_3() { return static_cast(offsetof(WindowsIdentity_t2948242406, ____authenticated_3)); } inline bool get__authenticated_3() const { return ____authenticated_3; } inline bool* get_address_of__authenticated_3() { return &____authenticated_3; } inline void set__authenticated_3(bool value) { ____authenticated_3 = value; } inline static int32_t get_offset_of__name_4() { return static_cast(offsetof(WindowsIdentity_t2948242406, ____name_4)); } inline String_t* get__name_4() const { return ____name_4; } inline String_t** get_address_of__name_4() { return &____name_4; } inline void set__name_4(String_t* value) { ____name_4 = value; Il2CppCodeGenWriteBarrier((&____name_4), value); } inline static int32_t get_offset_of__info_5() { return static_cast(offsetof(WindowsIdentity_t2948242406, ____info_5)); } inline SerializationInfo_t950877179 * get__info_5() const { return ____info_5; } inline SerializationInfo_t950877179 ** get_address_of__info_5() { return &____info_5; } inline void set__info_5(SerializationInfo_t950877179 * value) { ____info_5 = value; Il2CppCodeGenWriteBarrier((&____info_5), value); } }; struct WindowsIdentity_t2948242406_StaticFields { public: // System.IntPtr System.Security.Principal.WindowsIdentity::invalidWindows intptr_t ___invalidWindows_6; public: inline static int32_t get_offset_of_invalidWindows_6() { return static_cast(offsetof(WindowsIdentity_t2948242406_StaticFields, ___invalidWindows_6)); } inline intptr_t get_invalidWindows_6() const { return ___invalidWindows_6; } inline intptr_t* get_address_of_invalidWindows_6() { return &___invalidWindows_6; } inline void set_invalidWindows_6(intptr_t value) { ___invalidWindows_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WINDOWSIDENTITY_T2948242406_H #ifndef ZONE_T2011285646_H #define ZONE_T2011285646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Policy.Zone struct Zone_t2011285646 : public RuntimeObject { public: // System.Security.SecurityZone System.Security.Policy.Zone::zone int32_t ___zone_0; public: inline static int32_t get_offset_of_zone_0() { return static_cast(offsetof(Zone_t2011285646, ___zone_0)); } inline int32_t get_zone_0() const { return ___zone_0; } inline int32_t* get_address_of_zone_0() { return &___zone_0; } inline void set_zone_0(int32_t value) { ___zone_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ZONE_T2011285646_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_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 APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_H #ifndef AUTHENTICODEDEFORMATTER_T88130231_H #define AUTHENTICODEDEFORMATTER_T88130231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Security.Authenticode.AuthenticodeDeformatter struct AuthenticodeDeformatter_t88130231 : public AuthenticodeBase_t263562949 { public: // System.String Mono.Security.Authenticode.AuthenticodeDeformatter::filename String_t* ___filename_8; // System.Byte[] Mono.Security.Authenticode.AuthenticodeDeformatter::hash ByteU5BU5D_t4116647657* ___hash_9; // Mono.Security.X509.X509CertificateCollection Mono.Security.Authenticode.AuthenticodeDeformatter::coll X509CertificateCollection_t1542168549 * ___coll_10; // Mono.Security.ASN1 Mono.Security.Authenticode.AuthenticodeDeformatter::signedHash ASN1_t2114160832 * ___signedHash_11; // System.DateTime Mono.Security.Authenticode.AuthenticodeDeformatter::timestamp DateTime_t3738529785 ___timestamp_12; // Mono.Security.X509.X509Certificate Mono.Security.Authenticode.AuthenticodeDeformatter::signingCertificate X509Certificate_t489243024 * ___signingCertificate_13; // System.Int32 Mono.Security.Authenticode.AuthenticodeDeformatter::reason int32_t ___reason_14; // System.Boolean Mono.Security.Authenticode.AuthenticodeDeformatter::trustedRoot bool ___trustedRoot_15; // System.Boolean Mono.Security.Authenticode.AuthenticodeDeformatter::trustedTimestampRoot bool ___trustedTimestampRoot_16; // System.Byte[] Mono.Security.Authenticode.AuthenticodeDeformatter::entry ByteU5BU5D_t4116647657* ___entry_17; // Mono.Security.X509.X509Chain Mono.Security.Authenticode.AuthenticodeDeformatter::signerChain X509Chain_t863783600 * ___signerChain_18; // Mono.Security.X509.X509Chain Mono.Security.Authenticode.AuthenticodeDeformatter::timestampChain X509Chain_t863783600 * ___timestampChain_19; public: inline static int32_t get_offset_of_filename_8() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___filename_8)); } inline String_t* get_filename_8() const { return ___filename_8; } inline String_t** get_address_of_filename_8() { return &___filename_8; } inline void set_filename_8(String_t* value) { ___filename_8 = value; Il2CppCodeGenWriteBarrier((&___filename_8), value); } inline static int32_t get_offset_of_hash_9() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___hash_9)); } inline ByteU5BU5D_t4116647657* get_hash_9() const { return ___hash_9; } inline ByteU5BU5D_t4116647657** get_address_of_hash_9() { return &___hash_9; } inline void set_hash_9(ByteU5BU5D_t4116647657* value) { ___hash_9 = value; Il2CppCodeGenWriteBarrier((&___hash_9), value); } inline static int32_t get_offset_of_coll_10() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___coll_10)); } inline X509CertificateCollection_t1542168549 * get_coll_10() const { return ___coll_10; } inline X509CertificateCollection_t1542168549 ** get_address_of_coll_10() { return &___coll_10; } inline void set_coll_10(X509CertificateCollection_t1542168549 * value) { ___coll_10 = value; Il2CppCodeGenWriteBarrier((&___coll_10), value); } inline static int32_t get_offset_of_signedHash_11() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___signedHash_11)); } inline ASN1_t2114160832 * get_signedHash_11() const { return ___signedHash_11; } inline ASN1_t2114160832 ** get_address_of_signedHash_11() { return &___signedHash_11; } inline void set_signedHash_11(ASN1_t2114160832 * value) { ___signedHash_11 = value; Il2CppCodeGenWriteBarrier((&___signedHash_11), value); } inline static int32_t get_offset_of_timestamp_12() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___timestamp_12)); } inline DateTime_t3738529785 get_timestamp_12() const { return ___timestamp_12; } inline DateTime_t3738529785 * get_address_of_timestamp_12() { return &___timestamp_12; } inline void set_timestamp_12(DateTime_t3738529785 value) { ___timestamp_12 = value; } inline static int32_t get_offset_of_signingCertificate_13() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___signingCertificate_13)); } inline X509Certificate_t489243024 * get_signingCertificate_13() const { return ___signingCertificate_13; } inline X509Certificate_t489243024 ** get_address_of_signingCertificate_13() { return &___signingCertificate_13; } inline void set_signingCertificate_13(X509Certificate_t489243024 * value) { ___signingCertificate_13 = value; Il2CppCodeGenWriteBarrier((&___signingCertificate_13), value); } inline static int32_t get_offset_of_reason_14() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___reason_14)); } inline int32_t get_reason_14() const { return ___reason_14; } inline int32_t* get_address_of_reason_14() { return &___reason_14; } inline void set_reason_14(int32_t value) { ___reason_14 = value; } inline static int32_t get_offset_of_trustedRoot_15() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___trustedRoot_15)); } inline bool get_trustedRoot_15() const { return ___trustedRoot_15; } inline bool* get_address_of_trustedRoot_15() { return &___trustedRoot_15; } inline void set_trustedRoot_15(bool value) { ___trustedRoot_15 = value; } inline static int32_t get_offset_of_trustedTimestampRoot_16() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___trustedTimestampRoot_16)); } inline bool get_trustedTimestampRoot_16() const { return ___trustedTimestampRoot_16; } inline bool* get_address_of_trustedTimestampRoot_16() { return &___trustedTimestampRoot_16; } inline void set_trustedTimestampRoot_16(bool value) { ___trustedTimestampRoot_16 = value; } inline static int32_t get_offset_of_entry_17() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___entry_17)); } inline ByteU5BU5D_t4116647657* get_entry_17() const { return ___entry_17; } inline ByteU5BU5D_t4116647657** get_address_of_entry_17() { return &___entry_17; } inline void set_entry_17(ByteU5BU5D_t4116647657* value) { ___entry_17 = value; Il2CppCodeGenWriteBarrier((&___entry_17), value); } inline static int32_t get_offset_of_signerChain_18() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___signerChain_18)); } inline X509Chain_t863783600 * get_signerChain_18() const { return ___signerChain_18; } inline X509Chain_t863783600 ** get_address_of_signerChain_18() { return &___signerChain_18; } inline void set_signerChain_18(X509Chain_t863783600 * value) { ___signerChain_18 = value; Il2CppCodeGenWriteBarrier((&___signerChain_18), value); } inline static int32_t get_offset_of_timestampChain_19() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231, ___timestampChain_19)); } inline X509Chain_t863783600 * get_timestampChain_19() const { return ___timestampChain_19; } inline X509Chain_t863783600 ** get_address_of_timestampChain_19() { return &___timestampChain_19; } inline void set_timestampChain_19(X509Chain_t863783600 * value) { ___timestampChain_19 = value; Il2CppCodeGenWriteBarrier((&___timestampChain_19), value); } }; struct AuthenticodeDeformatter_t88130231_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Security.Authenticode.AuthenticodeDeformatter::<>f__switch$map7 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map7_20; // System.Collections.Generic.Dictionary`2 Mono.Security.Authenticode.AuthenticodeDeformatter::<>f__switch$map8 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map8_21; // System.Collections.Generic.Dictionary`2 Mono.Security.Authenticode.AuthenticodeDeformatter::<>f__switch$map9 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map9_22; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map7_20() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231_StaticFields, ___U3CU3Ef__switchU24map7_20)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map7_20() const { return ___U3CU3Ef__switchU24map7_20; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map7_20() { return &___U3CU3Ef__switchU24map7_20; } inline void set_U3CU3Ef__switchU24map7_20(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map7_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map7_20), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map8_21() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231_StaticFields, ___U3CU3Ef__switchU24map8_21)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map8_21() const { return ___U3CU3Ef__switchU24map8_21; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map8_21() { return &___U3CU3Ef__switchU24map8_21; } inline void set_U3CU3Ef__switchU24map8_21(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map8_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map8_21), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map9_22() { return static_cast(offsetof(AuthenticodeDeformatter_t88130231_StaticFields, ___U3CU3Ef__switchU24map9_22)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map9_22() const { return ___U3CU3Ef__switchU24map9_22; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map9_22() { return &___U3CU3Ef__switchU24map9_22; } inline void set_U3CU3Ef__switchU24map9_22(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map9_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map9_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICODEDEFORMATTER_T88130231_H #ifndef NAMEDPERMISSIONSET_T2915669112_H #define NAMEDPERMISSIONSET_T2915669112_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.NamedPermissionSet struct NamedPermissionSet_t2915669112 : public PermissionSet_t223948603 { public: // System.String System.Security.NamedPermissionSet::name String_t* ___name_7; // System.String System.Security.NamedPermissionSet::description String_t* ___description_8; public: inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(NamedPermissionSet_t2915669112, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_description_8() { return static_cast(offsetof(NamedPermissionSet_t2915669112, ___description_8)); } inline String_t* get_description_8() const { return ___description_8; } inline String_t** get_address_of_description_8() { return &___description_8; } inline void set_description_8(String_t* value) { ___description_8 = value; Il2CppCodeGenWriteBarrier((&___description_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEDPERMISSIONSET_T2915669112_H #ifndef BINARYFORMATTER_T3197753202_H #define BINARYFORMATTER_T3197753202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_t3197753202 : public RuntimeObject { public: // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::assembly_format int32_t ___assembly_format_0; // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::binder SerializationBinder_t274213469 * ___binder_1; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::context StreamingContext_t3711869237 ___context_2; // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::surrogate_selector RuntimeObject* ___surrogate_selector_3; // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::type_format int32_t ___type_format_4; // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::filter_level int32_t ___filter_level_5; public: inline static int32_t get_offset_of_assembly_format_0() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___assembly_format_0)); } inline int32_t get_assembly_format_0() const { return ___assembly_format_0; } inline int32_t* get_address_of_assembly_format_0() { return &___assembly_format_0; } inline void set_assembly_format_0(int32_t value) { ___assembly_format_0 = value; } inline static int32_t get_offset_of_binder_1() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___binder_1)); } inline SerializationBinder_t274213469 * get_binder_1() const { return ___binder_1; } inline SerializationBinder_t274213469 ** get_address_of_binder_1() { return &___binder_1; } inline void set_binder_1(SerializationBinder_t274213469 * value) { ___binder_1 = value; Il2CppCodeGenWriteBarrier((&___binder_1), value); } inline static int32_t get_offset_of_context_2() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___context_2)); } inline StreamingContext_t3711869237 get_context_2() const { return ___context_2; } inline StreamingContext_t3711869237 * get_address_of_context_2() { return &___context_2; } inline void set_context_2(StreamingContext_t3711869237 value) { ___context_2 = value; } inline static int32_t get_offset_of_surrogate_selector_3() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___surrogate_selector_3)); } inline RuntimeObject* get_surrogate_selector_3() const { return ___surrogate_selector_3; } inline RuntimeObject** get_address_of_surrogate_selector_3() { return &___surrogate_selector_3; } inline void set_surrogate_selector_3(RuntimeObject* value) { ___surrogate_selector_3 = value; Il2CppCodeGenWriteBarrier((&___surrogate_selector_3), value); } inline static int32_t get_offset_of_type_format_4() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___type_format_4)); } inline int32_t get_type_format_4() const { return ___type_format_4; } inline int32_t* get_address_of_type_format_4() { return &___type_format_4; } inline void set_type_format_4(int32_t value) { ___type_format_4 = value; } inline static int32_t get_offset_of_filter_level_5() { return static_cast(offsetof(BinaryFormatter_t3197753202, ___filter_level_5)); } inline int32_t get_filter_level_5() const { return ___filter_level_5; } inline int32_t* get_address_of_filter_level_5() { return &___filter_level_5; } inline void set_filter_level_5(int32_t value) { ___filter_level_5 = value; } }; struct BinaryFormatter_t3197753202_StaticFields { public: // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::k__BackingField RuntimeObject* ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CDefaultSurrogateSelectorU3Ek__BackingField_6() { return static_cast(offsetof(BinaryFormatter_t3197753202_StaticFields, ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CDefaultSurrogateSelectorU3Ek__BackingField_6() const { return ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CDefaultSurrogateSelectorU3Ek__BackingField_6() { return &___U3CDefaultSurrogateSelectorU3Ek__BackingField_6; } inline void set_U3CDefaultSurrogateSelectorU3Ek__BackingField_6(RuntimeObject* value) { ___U3CDefaultSurrogateSelectorU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((&___U3CDefaultSurrogateSelectorU3Ek__BackingField_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYFORMATTER_T3197753202_H #ifndef X509CERTIFICATE_T489243024_H #define X509CERTIFICATE_T489243024_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_t489243024 : public RuntimeObject { public: // Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder ASN1_t2114160832 * ___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_t2114160832 * ___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_t2114160832 * ___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_t609554708 * ___extensions_21; public: inline static int32_t get_offset_of_decoder_0() { return static_cast(offsetof(X509Certificate_t489243024, ___decoder_0)); } inline ASN1_t2114160832 * get_decoder_0() const { return ___decoder_0; } inline ASN1_t2114160832 ** get_address_of_decoder_0() { return &___decoder_0; } inline void set_decoder_0(ASN1_t2114160832 * value) { ___decoder_0 = value; Il2CppCodeGenWriteBarrier((&___decoder_0), value); } inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast(offsetof(X509Certificate_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ___issuer_4)); } inline ASN1_t2114160832 * get_issuer_4() const { return ___issuer_4; } inline ASN1_t2114160832 ** get_address_of_issuer_4() { return &___issuer_4; } inline void set_issuer_4(ASN1_t2114160832 * value) { ___issuer_4 = value; Il2CppCodeGenWriteBarrier((&___issuer_4), value); } inline static int32_t get_offset_of_m_issuername_5() { return static_cast(offsetof(X509Certificate_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ___subject_8)); } inline ASN1_t2114160832 * get_subject_8() const { return ___subject_8; } inline ASN1_t2114160832 ** get_address_of_subject_8() { return &___subject_8; } inline void set_subject_8(ASN1_t2114160832 * value) { ___subject_8 = value; Il2CppCodeGenWriteBarrier((&___subject_8), value); } inline static int32_t get_offset_of_m_subject_9() { return static_cast(offsetof(X509Certificate_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ____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_t489243024, ____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_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ___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_t489243024, ___extensions_21)); } inline X509ExtensionCollection_t609554708 * get_extensions_21() const { return ___extensions_21; } inline X509ExtensionCollection_t609554708 ** get_address_of_extensions_21() { return &___extensions_21; } inline void set_extensions_21(X509ExtensionCollection_t609554708 * value) { ___extensions_21 = value; Il2CppCodeGenWriteBarrier((&___extensions_21), value); } }; struct X509Certificate_t489243024_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$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_23; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_24; // System.Collections.Generic.Dictionary`2 Mono.Security.X509.X509Certificate::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_25; public: inline static int32_t get_offset_of_encoding_error_22() { return static_cast(offsetof(X509Certificate_t489243024_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__switchU24map13_23() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___U3CU3Ef__switchU24map13_23)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_23() const { return ___U3CU3Ef__switchU24map13_23; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_23() { return &___U3CU3Ef__switchU24map13_23; } inline void set_U3CU3Ef__switchU24map13_23(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_23), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_24() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___U3CU3Ef__switchU24map14_24)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_24() const { return ___U3CU3Ef__switchU24map14_24; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_24() { return &___U3CU3Ef__switchU24map14_24; } inline void set_U3CU3Ef__switchU24map14_24(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_24), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_25() { return static_cast(offsetof(X509Certificate_t489243024_StaticFields, ___U3CU3Ef__switchU24map15_25)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_25() const { return ___U3CU3Ef__switchU24map15_25; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_25() { return &___U3CU3Ef__switchU24map15_25; } inline void set_U3CU3Ef__switchU24map15_25(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // X509CERTIFICATE_T489243024_H #ifndef ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #define ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.IsolatedStorageFilePermission struct IsolatedStorageFilePermission_t2861120981 : public IsolatedStoragePermission_t2996329588 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISOLATEDSTORAGEFILEPERMISSION_T2861120981_H // 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.Security.Policy.CodeConnectAccess[] struct CodeConnectAccessU5BU5D_t491831029 : public RuntimeArray { public: ALIGN_FIELD (8) CodeConnectAccess_t1103527196 * m_Items[1]; public: inline CodeConnectAccess_t1103527196 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CodeConnectAccess_t1103527196 ** 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, CodeConnectAccess_t1103527196 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CodeConnectAccess_t1103527196 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CodeConnectAccess_t1103527196 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CodeConnectAccess_t1103527196 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.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.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.TermInfoStrings[] struct TermInfoStringsU5BU5D_t4121115714 : 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.Void System.Collections.Generic.List`1::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m3947764094_gshared (List_1_t257213610 * __this, int32_t p0, 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(TKey,TValue) 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(TKey,TValue&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2321703786_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(T) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m3338814081_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // T[] System.Collections.Generic.List`1::ToArray() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* List_1_ToArray_m4168020446_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.AllMembershipCondition::.ctor() extern "C" IL2CPP_METHOD_ATTR void AllMembershipCondition__ctor_m4761131 (AllMembershipCondition_t198137363 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.AllMembershipCondition::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void AllMembershipCondition_FromXml_m2045796600 (AllMembershipCondition_t198137363 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Int32 System.Security.Policy.MembershipConditionHelper::CheckSecurityElement(System.Security.SecurityElement,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MembershipConditionHelper_CheckSecurityElement_m132352018 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, String_t* ___parameterName1, int32_t ___minimumVersion2, int32_t ___maximumVersion3, 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 ___handle0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.AllMembershipCondition::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * AllMembershipCondition_ToXml_m2653409894 (AllMembershipCondition_t198137363 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.MembershipConditionHelper::Element(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * MembershipConditionHelper_Element_m3008401768 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, int32_t ___version1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) #define List_1__ctor_m1080959174(__this, p0, method) (( void (*) (List_1_t852832060 *, int32_t, const RuntimeMethod*))List_1__ctor_m3947764094_gshared)(__this, p0, method) // System.Security.Policy.PolicyStatement System.Security.Policy.ApplicationTrust::GetDefaultGrantSet() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * ApplicationTrust_GetDefaultGrantSet_m1199482037 (ApplicationTrust_t3270368423 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::get_Tag() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_m2258014803 (SecurityElement_t1046076091 * __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* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Attribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Attribute_m2289480139 (SecurityElement_t1046076091 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.ApplicationIdentity::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ApplicationIdentity__ctor_m2024243695 (ApplicationIdentity_t1917735356 * __this, String_t* ___applicationIdentityFullName0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SecurityElement_SearchForChildByTag_m900466299 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Collections.ArrayList System.Security.SecurityElement::get_Children() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * SecurityElement_get_Children_m1231540612 (SecurityElement_t1046076091 * __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* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Security.Policy.PolicyStatement System.Security.Policy.ApplicationTrust::get_DefaultGrantSet() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * ApplicationTrust_get_DefaultGrantSet_m1790264167 (ApplicationTrust_t3270368423 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyStatement::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement_FromXml_m265230900 (PolicyStatement_t3052133691 * __this, SecurityElement_t1046076091 * ___et0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Boolean System.Boolean::TryParse(System.String,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR bool Boolean_TryParse_m1999513058 (RuntimeObject * __this /* static, unused */, String_t* ___value0, bool* ___result1, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.CryptoConvert::FromHex(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CryptoConvert_FromHex_m3940911299 (RuntimeObject * __this /* static, unused */, String_t* ___hex0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m4100805873 (MemoryStream_t94973147 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m971003555 (BinaryFormatter_t3197753202 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_m193346007 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement__ctor_m6516005 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m311510562 (SecurityElement_t1046076091 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.String System.ApplicationIdentity::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* ApplicationIdentity_get_FullName_m435789778 (ApplicationIdentity_t1917735356 * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.PolicyStatement::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyStatement_ToXml_m1251259864 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m1606852781 (SecurityElement_t1046076091 * __this, SecurityElement_t1046076091 * ___child0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object) extern "C" IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_m1744386044 (BinaryFormatter_t3197753202 * __this, Stream_t1273022909 * ___serializationStream0, RuntimeObject * ___graph1, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConvert_ToHex_m1631065451 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___input0, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m1527907377 (PermissionSet_t223948603 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyStatement::.ctor(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement__ctor_m2143301814 (PolicyStatement_t3052133691 * __this, PermissionSet_t223948603 * ___permSet0, 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.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Security.Policy.PolicyStatement System.Security.Policy.PolicyStatement::Copy() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * PolicyStatement_Copy_m4094081563 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_FromXml_m302163170 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Boolean System.Security.Policy.CodeGroup::Equals(System.Security.Policy.CodeGroup,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CodeGroup_Equals_m306689663 (CodeGroup_t3811807446 * __this, CodeGroup_t3811807446 * ___cg0, bool ___compareChildren1, const RuntimeMethod* method); // System.String System.Security.Policy.CodeGroup::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CodeGroup_get_Name_m1187989429 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method); // System.String System.Security.Policy.CodeGroup::get_Description() extern "C" IL2CPP_METHOD_ATTR String_t* CodeGroup_get_Description_m333492221 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method); // System.Security.Policy.IMembershipCondition System.Security.Policy.CodeGroup::get_MembershipCondition() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CodeGroup_get_MembershipCondition_m1599317297 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method); // System.Collections.IList System.Security.Policy.CodeGroup::get_Children() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CodeGroup_get_Children_m2100279948 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Policy.PolicyStatement::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t PolicyStatement_GetHashCode_m3508404260 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.PolicyLevel::GetNamedPermissionSet(System.String) extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * PolicyLevel_GetNamedPermissionSet_m1472132237 (PolicyLevel_t2891196107 * __this, String_t* ___name0, 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* ___typeName0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m2597605935 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, bool ___nonPublic1, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::.ctor(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m2402996717 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___permSet0, const RuntimeMethod* method); // System.Security.Policy.CodeGroup System.Security.Policy.CodeGroup::CreateFromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * CodeGroup_CreateFromXml_m94063289 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::AddChild(System.Security.Policy.CodeGroup) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_AddChild_m2906100427 (CodeGroup_t3811807446 * __this, CodeGroup_t3811807446 * ___group0, 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* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.CodeGroup::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * CodeGroup_ToXml_m3772765970 (CodeGroup_t3811807446 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::get_PolicyStatement() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * CodeGroup_get_PolicyStatement_m3934764921 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.PolicyStatement::get_PermissionSet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PolicyStatement_get_PermissionSet_m1381848521 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.CodeGroup::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * CodeGroup_ToXml_m1218385887 (CodeGroup_t3811807446 * __this, 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* ___value0, 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 ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* ___value0, 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 ___startIndex0, 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(TKey,TValue) #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(TKey,TValue&) #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.Void System.Security.Policy.FileCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void FileCodeGroup__ctor_m1392491924 (FileCodeGroup_t1720965944 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.Security.Policy.FirstMatchCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void FirstMatchCodeGroup__ctor_m438047425 (FirstMatchCodeGroup_t885469689 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.Security.Policy.NetCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void NetCodeGroup__ctor_m3735351721 (NetCodeGroup_t2217812384 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.Security.Policy.UnionCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void UnionCodeGroup__ctor_m536904205 (UnionCodeGroup_t3773268997 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeFieldHandle_t1871169219 ___fldHandle1, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildFullTrust() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildFullTrust_m478070868 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildLocalIntranet() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildLocalIntranet_m1653250684 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildInternet() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildInternet_m2401202829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildSkipVerification() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildSkipVerification_m2946679696 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildExecution() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildExecution_m640475052 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildNothing() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildNothing_m2923200641 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildEverything() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildEverything_m1936139691 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNamePublicKeyBlob::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void StrongNamePublicKeyBlob__ctor_m410211827 (StrongNamePublicKeyBlob_t3355146440 * __this, ByteU5BU5D_t4116647657* ___publicKey0, const RuntimeMethod* method); // System.Boolean System.Version::op_Equality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m3804852517 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Version__ctor_m1394137037 (Version_t3456873960 * __this, String_t* ___version0, const RuntimeMethod* method); // System.Void System.Security.Policy.StrongNameMembershipCondition::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition__ctor_m2312244552 (StrongNameMembershipCondition_t2614563360 * __this, StrongNamePublicKeyBlob_t3355146440 * ___blob0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method); // System.Void System.Security.NamedPermissionSet::.ctor(System.String,System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet__ctor_m3579418217 (NamedPermissionSet_t2915669112 * __this, String_t* ___name0, int32_t ___state1, const RuntimeMethod* method); // System.Void System.Security.Permissions.EnvironmentPermission::.ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission__ctor_m3571291367 (EnvironmentPermission_t1242010617 * __this, int32_t ___flag0, String_t* ___pathList1, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionSet::AddPermission(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_AddPermission_m409481996 (PermissionSet_t223948603 * __this, RuntimeObject* ___perm0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileDialogPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission__ctor_m1540359201 (FileDialogPermission_t986095094 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.IsolatedStorageFilePermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void IsolatedStorageFilePermission__ctor_m3391652299 (IsolatedStorageFilePermission_t2861120981 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.IsolatedStoragePermission::set_UsageAllowed(System.Security.Permissions.IsolatedStorageContainment) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission_set_UsageAllowed_m4108712463 (IsolatedStoragePermission_t2996329588 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.IsolatedStoragePermission::set_UserQuota(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IsolatedStoragePermission_set_UserQuota_m818353199 (IsolatedStoragePermission_t2996329588 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Security.Permissions.ReflectionPermission::.ctor(System.Security.Permissions.ReflectionPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission__ctor_m1354536571 (ReflectionPermission_t2208099681 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Void System.Security.Permissions.SecurityPermission::.ctor(System.Security.Permissions.SecurityPermissionFlag) extern "C" IL2CPP_METHOD_ATTR void SecurityPermission__ctor_m1462427327 (SecurityPermission_t2954997752 * __this, int32_t ___flag0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UIPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void UIPermission__ctor_m430945808 (UIPermission_t826475846 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionBuilder::Create(System.String,System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m2704032924 (RuntimeObject * __this /* static, unused */, String_t* ___fullname0, int32_t ___state1, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.DefaultPolicies::PrintingPermission(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * DefaultPolicies_PrintingPermission_m2449497303 (RuntimeObject * __this /* static, unused */, String_t* ___level0, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionBuilder::Create(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionBuilder_Create_m2648564436 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileDialogPermission::.ctor(System.Security.Permissions.FileDialogPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileDialogPermission__ctor_m2387896431 (FileDialogPermission_t986095094 * __this, int32_t ___access0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UIPermission::.ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard) extern "C" IL2CPP_METHOD_ATTR void UIPermission__ctor_m764438077 (UIPermission_t826475846 * __this, int32_t ___windowFlag0, int32_t ___clipboardFlag1, const RuntimeMethod* method); // System.Void System.Security.Permissions.EnvironmentPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void EnvironmentPermission__ctor_m592705807 (EnvironmentPermission_t1242010617 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission__ctor_m1908186556 (FileIOPermission_t3596906749 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.ReflectionPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void ReflectionPermission__ctor_m604587807 (ReflectionPermission_t2208099681 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.RegistryPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void RegistryPermission__ctor_m2010290529 (RegistryPermission_t4244934776 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Permissions.KeyContainerPermission::.ctor(System.Security.Permissions.PermissionState) extern "C" IL2CPP_METHOD_ATTR void KeyContainerPermission__ctor_m747139231 (KeyContainerPermission_t1460699488 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence::Merge(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR void Evidence_Merge_m4134639685 (Evidence_t2008144148 * __this, Evidence_t2008144148 * ___evidence0, 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 * ___list0, const RuntimeMethod* method); // System.Collections.ArrayList System.Security.Policy.Evidence::get_AssemblyEvidenceList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * Evidence_get_AssemblyEvidenceList_m632963901 (Evidence_t2008144148 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::get_SecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_get_SecurityEnabled_m3467182822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::Demand() extern "C" IL2CPP_METHOD_ATTR void CodeAccessPermission_Demand_m2609746972 (CodeAccessPermission_t2681295399 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Security.Policy.Evidence::get_HostEvidenceList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * Evidence_get_HostEvidenceList_m2705108086 (Evidence_t2008144148 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence/EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR void EvidenceEnumerator__ctor_m3211544433 (EvidenceEnumerator_t1708166667 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method); // System.Int32 System.Security.Policy.Evidence::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Evidence_get_Count_m4079441921 (Evidence_t2008144148 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence::AddHost(System.Object) extern "C" IL2CPP_METHOD_ATTR void Evidence_AddHost_m2781899839 (Evidence_t2008144148 * __this, RuntimeObject * ___id0, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence::AddAssembly(System.Object) extern "C" IL2CPP_METHOD_ATTR void Evidence_AddAssembly_m275185736 (Evidence_t2008144148 * __this, RuntimeObject * ___id0, const RuntimeMethod* method); // System.Void System.Security.Policy.Evidence::.ctor() extern "C" IL2CPP_METHOD_ATTR void Evidence__ctor_m415538579 (Evidence_t2008144148 * __this, const RuntimeMethod* method); // System.Security.Policy.Zone System.Security.Policy.Zone::CreateFromUrl(System.String) extern "C" IL2CPP_METHOD_ATTR Zone_t2011285646 * Zone_CreateFromUrl_m2027562543 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method); // System.Void System.Security.Policy.Url::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Url__ctor_m1502018922 (Url_t207802215 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Security.Policy.Hash::.ctor(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR void Hash__ctor_m3828429018 (Hash_t5925575 * __this, Assembly_t * ___assembly0, 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.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, CultureInfo_t4157843068 * ___culture6, const RuntimeMethod* method); // System.Security.Policy.Site System.Security.Policy.Site::CreateFromUrl(System.String) extern "C" IL2CPP_METHOD_ATTR Site_t1075497104 * Site_CreateFromUrl_m2763504102 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::GetPublicKey() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* AssemblyName_GetPublicKey_m1356287156 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m4072373679 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Version System.Reflection.AssemblyName::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * AssemblyName_get_Version_m538083430 (AssemblyName_t270931938 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.StrongName::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void StrongName__ctor_m2041757769 (StrongName_t3675724614 * __this, StrongNamePublicKeyBlob_t3355146440 * ___blob0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method); // System.Boolean System.Security.Policy.Evidence::IsAuthenticodePresent(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR bool Evidence_IsAuthenticodePresent_m2984581963 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, const RuntimeMethod* method); // System.Void Mono.Security.Authenticode.AuthenticodeDeformatter::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AuthenticodeDeformatter__ctor_m3408502587 (AuthenticodeDeformatter_t88130231 * __this, String_t* ___fileName0, const RuntimeMethod* method); // Mono.Security.X509.X509Certificate Mono.Security.Authenticode.AuthenticodeDeformatter::get_SigningCertificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t489243024 * AuthenticodeDeformatter_get_SigningCertificate_m123511718 (AuthenticodeDeformatter_t88130231 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_m1413707489 (X509Certificate_t713131622 * __this, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Void System.Security.Policy.Publisher::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void Publisher__ctor_m2749713806 (Publisher_t2758056332 * __this, X509Certificate_t713131622 * ___cert0, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::get_GlobalAssemblyCache() extern "C" IL2CPP_METHOD_ATTR bool Assembly_get_GlobalAssemblyCache_m2420001724 (Assembly_t * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.GacInstalled::.ctor() extern "C" IL2CPP_METHOD_ATTR void GacInstalled__ctor_m3056610155 (GacInstalled_t3565883570 * __this, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.AppDomainManager System.AppDomain::get_DomainManager() extern "C" IL2CPP_METHOD_ATTR AppDomainManager_t1420869192 * AppDomain_get_DomainManager_m1345317795 (AppDomain_t1571427825 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void CodeGroup__ctor_m294677161 (CodeGroup_t3811807446 * __this, RuntimeObject* ___membershipCondition0, PolicyStatement_t3052133691 * ___policy1, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup__ctor_m3693531839 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.Security.Policy.FileCodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileCodeGroup__ctor_m3599080846 (FileCodeGroup_t1720965944 * __this, RuntimeObject* ___membershipCondition0, int32_t ___access1, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_set_Name_m3431769212 (CodeGroup_t3811807446 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::set_Description(System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_set_Description_m3713770581 (CodeGroup_t3811807446 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.PermissionSet::Union(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PermissionSet_Union_m4068149505 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___other0, const RuntimeMethod* method); // System.Security.Policy.PolicyStatement System.Security.Policy.PolicyStatement::Empty() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * PolicyStatement_Empty_m1551910523 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyStatement::set_PermissionSet(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement_set_PermissionSet_m3572905958 (PolicyStatement_t3052133691 * __this, PermissionSet_t223948603 * ___value0, 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 * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Security.Policy.FirstMatchCodeGroup System.Security.Policy.FirstMatchCodeGroup::CopyNoChildren() extern "C" IL2CPP_METHOD_ATTR FirstMatchCodeGroup_t885469689 * FirstMatchCodeGroup_CopyNoChildren_m3911345145 (FirstMatchCodeGroup_t885469689 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.FirstMatchCodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void FirstMatchCodeGroup__ctor_m3326040047 (FirstMatchCodeGroup_t885469689 * __this, RuntimeObject* ___membershipCondition0, PolicyStatement_t3052133691 * ___policy1, const RuntimeMethod* method); // System.Void System.Security.Permissions.GacIdentityPermission::.ctor() extern "C" IL2CPP_METHOD_ATTR void GacIdentityPermission__ctor_m4158789826 (GacIdentityPermission_t2991335275 * __this, const RuntimeMethod* method); // System.String System.Security.SecurityElement::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_ToString_m1918878627 (SecurityElement_t1046076091 * __this, 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* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Byte[] System.Security.Policy.Hash::GetData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Hash_GetData_m1957063775 (Hash_t5925575 * __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* ___name0, RuntimeObject * ___value1, 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.String System.Byte::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3735479648 (uint8_t* __this, String_t* ___format0, 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* ___value0, 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.Void System.Security.SecurityElement::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement__ctor_m750466183 (SecurityElement_t1046076091 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void System.Security.SecurityException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3135402178 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, 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* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, 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* ___message0, String_t* ___paramName1, 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* ___s0, 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* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3761792013 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, 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* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.Int32::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m141394615 (int32_t* __this, 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.Void System.Security.Policy.NetCodeGroup::.ctor(System.Security.Policy.IMembershipCondition) extern "C" IL2CPP_METHOD_ATTR void NetCodeGroup__ctor_m2765671805 (NetCodeGroup_t2217812384 * __this, RuntimeObject* ___membershipCondition0, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::set_PolicyStatement(System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_set_PolicyStatement_m822782788 (CodeGroup_t3811807446 * __this, PolicyStatement_t3052133691 * ___value0, const RuntimeMethod* method); // System.Boolean System.Security.Policy.CodeGroup::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CodeGroup_Equals_m223940724 (CodeGroup_t3811807446 * __this, RuntimeObject * ___o0, 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.Boolean System.Security.Policy.NetCodeGroup::Equals(System.Security.Policy.CodeConnectAccess[],System.Security.Policy.CodeConnectAccess[]) extern "C" IL2CPP_METHOD_ATTR bool NetCodeGroup_Equals_m1698986329 (NetCodeGroup_t2217812384 * __this, CodeConnectAccessU5BU5D_t491831029* ___rules10, CodeConnectAccessU5BU5D_t491831029* ___rules21, const RuntimeMethod* method); // System.Int32 System.Security.Policy.CodeGroup::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CodeGroup_GetHashCode_m2424697454 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_CreateXml_m2331781322 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___element0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.Security.Policy.CodeGroup::ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_ParseXml_m1796642228 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* ___message0, 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 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.File::Copy(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void File_Copy_m497281780 (RuntimeObject * __this /* static, unused */, String_t* ___sourceFileName0, String_t* ___destFileName1, const RuntimeMethod* method); // System.IO.StreamReader System.IO.File::OpenText(System.String) extern "C" IL2CPP_METHOD_ATTR StreamReader_t4009935899 * File_OpenText_m196858847 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.PolicyLevel::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyLevel_FromString_m1790199295 (PolicyLevel_t2891196107 * __this, String_t* ___xml0, const RuntimeMethod* method); // System.Void System.Security.SecurityManager::set_ResolvingPolicyLevel(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void SecurityManager_set_ResolvingPolicyLevel_m2117409379 (RuntimeObject * __this /* static, unused */, PolicyLevel_t2891196107 * ___value0, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyLevel::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_FromXml_m3288684303 (PolicyLevel_t2891196107 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyLevel::CreateDefaultFullTrustAssemblies() extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_CreateDefaultFullTrustAssemblies_m2687686518 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyLevel::CreateDefaultNamedPermissionSets() extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_CreateDefaultNamedPermissionSets_m1359142823 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyLevel::CreateDefaultLevel(System.Security.PolicyLevelType) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_CreateDefaultLevel_m1311194295 (PolicyLevel_t2891196107 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyLevel::Save() extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_Save_m3345864262 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityParser__ctor_m1786039976 (SecurityParser_t4124480077 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_m1638830459 (SecurityParser_t4124480077 * __this, String_t* ___xml0, const RuntimeMethod* method); // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SecurityParser_ToXml_m3880004309 (SecurityParser_t4124480077 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1684344284 (Hashtable_t1853889766 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Collections.Hashtable System.Security.SecurityElement::get_Attributes() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * SecurityElement_get_Attributes_m1319762035 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.StrongNameMembershipCondition::.ctor(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition__ctor_m3351906093 (StrongNameMembershipCondition_t2614563360 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method); // System.Void System.Security.NamedPermissionSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet__ctor_m2946578901 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::set_Resolver(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_set_Resolver_m2488356546 (PermissionSet_t223948603 * __this, PolicyLevel_t2891196107 * ___value0, const RuntimeMethod* method); // System.Void System.Security.NamedPermissionSet::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void NamedPermissionSet_FromXml_m137054589 (NamedPermissionSet_t2915669112 * __this, SecurityElement_t1046076091 * ___et0, const RuntimeMethod* method); // System.String System.Security.NamedPermissionSet::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* NamedPermissionSet_get_Name_m3352394288 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.NamedPermissionSet::Copy() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * NamedPermissionSet_Copy_m3477883934 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.NamedPermissionSet::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * NamedPermissionSet_ToXml_m765275093 (NamedPermissionSet_t2915669112 * __this, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.StrongNameMembershipCondition::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * StrongNameMembershipCondition_ToXml_m1221483647 (StrongNameMembershipCondition_t2614563360 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PolicyException__ctor_m4137492788 (PolicyException_t1520028310 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.File::Copy(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void File_Copy_m3433232803 (RuntimeObject * __this /* static, unused */, String_t* ___sourceFileName0, String_t* ___destFileName1, bool ___overwrite2, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3185939007 (StreamWriter_t1266378904 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.PolicyLevel::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyLevel_ToXml_m1729327836 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_FullTrust() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_FullTrust_m2195397749 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Nothing() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Nothing_m1706736562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Policy.UnionCodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void UnionCodeGroup__ctor_m3216651921 (UnionCodeGroup_t3773268997 * __this, RuntimeObject* ___membershipCondition0, PolicyStatement_t3052133691 * ___policy1, const RuntimeMethod* method); // System.Void System.Security.Policy.ZoneMembershipCondition::.ctor(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition__ctor_m349136474 (ZoneMembershipCondition_t3195636716 * __this, int32_t ___zone0, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_LocalIntranet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_LocalIntranet_m1999255987 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Internet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Internet_m3150485353 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.Policy.StrongNameMembershipCondition System.Security.Policy.DefaultPolicies::FullTrustMembership(System.String,System.Security.Policy.DefaultPolicies/Key) extern "C" IL2CPP_METHOD_ATTR StrongNameMembershipCondition_t2614563360 * DefaultPolicies_FullTrustMembership_m3015876958 (RuntimeObject * __this /* static, unused */, String_t* ___name0, int32_t ___key1, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_SkipVerification() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_SkipVerification_m3863779176 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Execution() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Execution_m3268869637 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Everything() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Everything_m1119688026 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Security.Policy.StrongNameMembershipCondition::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StrongNameMembershipCondition_Equals_m2472489880 (StrongNameMembershipCondition_t2614563360 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyStatement::.ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement__ctor_m2897129568 (PolicyStatement_t3052133691 * __this, PermissionSet_t223948603 * ___permSet0, int32_t ___attributes1, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::SetReadOnly(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_SetReadOnly_m3175179816 (PermissionSet_t223948603 * __this, bool ___value0, 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 * ___enumType0, String_t* ___value1, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.PolicyStatement::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyStatement_ToXml_m3385176959 (PolicyStatement_t3052133691 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method); // System.Void System.Security.Permissions.PublisherIdentityPermission::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void PublisherIdentityPermission__ctor_m1050004138 (PublisherIdentityPermission_t594127488 * __this, X509Certificate_t713131622 * ___certificate0, const RuntimeMethod* method); // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Policy.Publisher::get_Certificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * Publisher_get_Certificate_m2493494743 (Publisher_t2758056332 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::set_Text(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_set_Text_m3975773934 (SecurityElement_t1046076091 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Security.Policy.Site::IsValid(System.String) extern "C" IL2CPP_METHOD_ATTR bool Site_IsValid_m103509940 (RuntimeObject * __this /* static, unused */, String_t* ___name0, 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.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Security.Policy.Site::UrlToSite(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Site_UrlToSite_m49392084 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method); // System.Void System.Security.Policy.Site::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Site__ctor_m1500805961 (Site_t1075497104 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Security.Permissions.SiteIdentityPermission::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SiteIdentityPermission__ctor_m1960307132 (SiteIdentityPermission_t4239769539 * __this, String_t* ___site0, const RuntimeMethod* method); // System.String System.Security.Policy.Site::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Site_get_Name_m2469676968 (Site_t1075497104 * __this, 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* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t4157843068 * ___culture3, 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* ___separator0, 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 ___index0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1876369743 (RuntimeObject * __this /* static, unused */, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m2045817678 (Uri_t722248887 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.String Mono.Security.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m1868221006 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.String Mono.Security.Uri::get_Host() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m3878048891 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.Void System.Security.Permissions.StrongNameIdentityPermission::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void StrongNameIdentityPermission__ctor_m894027171 (StrongNameIdentityPermission_t2780499738 * __this, StrongNamePublicKeyBlob_t3355146440 * ___blob0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method); // System.String System.Security.Policy.StrongName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* StrongName_get_Name_m1932850490 (StrongName_t3675724614 * __this, const RuntimeMethod* method); // System.Version System.Security.Policy.StrongName::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * StrongName_get_Version_m4243032012 (StrongName_t3675724614 * __this, const RuntimeMethod* method); // System.Boolean System.Version::Equals(System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_Equals_m1564427710 (Version_t3456873960 * __this, Version_t3456873960 * ___obj0, const RuntimeMethod* method); // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongName::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongName_get_PublicKey_m46076020 (StrongName_t3675724614 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.StrongNamePublicKeyBlob::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StrongNamePublicKeyBlob_Equals_m3655422942 (StrongNamePublicKeyBlob_t3355146440 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Security.Permissions.StrongNamePublicKeyBlob::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StrongNamePublicKeyBlob_GetHashCode_m1678068698 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method); // System.String System.Security.Permissions.StrongNamePublicKeyBlob::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNamePublicKeyBlob_ToString_m724833278 (StrongNamePublicKeyBlob_t3355146440 * __this, const RuntimeMethod* method); // System.String System.Version::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Version_ToString_m2279867705 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Boolean System.Version::op_Inequality(System.Version,System.Version) extern "C" IL2CPP_METHOD_ATTR bool Version_op_Inequality_m1696193441 (RuntimeObject * __this /* static, unused */, Version_t3456873960 * ___v10, Version_t3456873960 * ___v21, const RuntimeMethod* method); // System.Object System.Version::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Version_Clone_m1749041863 (Version_t3456873960 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.StrongNameMembershipCondition::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition_FromXml_m3762539555 (StrongNameMembershipCondition_t2614563360 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Security.Policy.Evidence::GetHostEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Evidence_GetHostEnumerator_m3107191439 (Evidence_t2008144148 * __this, const RuntimeMethod* method); // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongNameMembershipCondition::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongNameMembershipCondition_get_PublicKey_m1794718522 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method); // System.String System.Security.Policy.StrongNameMembershipCondition::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNameMembershipCondition_get_Name_m853848575 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method); // System.Version System.Security.Policy.StrongNameMembershipCondition::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * StrongNameMembershipCondition_get_Version_m478998202 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.StrongNameMembershipCondition::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition_FromXml_m2156013368 (StrongNameMembershipCondition_t2614563360 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Permissions.StrongNamePublicKeyBlob::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongNamePublicKeyBlob_FromString_m4128186012 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* ___value0, 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 * ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Security.Policy.CodeGroup System.Security.Policy.UnionCodeGroup::Copy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * UnionCodeGroup_Copy_m457622498 (UnionCodeGroup_t3773268997 * __this, bool ___childs0, const RuntimeMethod* method); // System.Void System.Security.Policy.Url::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Url__ctor_m1497773160 (Url_t207802215 * __this, String_t* ___name0, bool ___validated1, const RuntimeMethod* method); // System.String System.Security.Policy.Url::Prepare(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Url_Prepare_m4284340721 (Url_t207802215 * __this, String_t* ___url0, const RuntimeMethod* method); // System.Void System.Security.Permissions.UrlIdentityPermission::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UrlIdentityPermission__ctor_m1110496892 (UrlIdentityPermission_t48040392 * __this, String_t* ___site0, const RuntimeMethod* method); // System.String System.Security.Policy.Url::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Url_get_Value_m45779611 (Url_t207802215 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Uri::.ctor(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3344443350 (Uri_t722248887 * __this, String_t* ___uriString0, bool ___dontEscape1, bool ___reduce2, 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 * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Security.Permissions.ZoneIdentityPermission::.ctor(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneIdentityPermission__ctor_m1270857138 (ZoneIdentityPermission_t2250593031 * __this, int32_t ___zone0, const RuntimeMethod* method); // System.Void System.Security.Policy.Zone::.ctor(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void Zone__ctor_m4042865123 (Zone_t2011285646 * __this, int32_t ___zone0, const RuntimeMethod* method); // System.Boolean Mono.Security.Uri::get_IsFile() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsFile_m2291228500 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.String Mono.Security.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m3693494488 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Uri::get_IsLoopback() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m2664000485 (Uri_t722248887 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.ZoneMembershipCondition::set_SecurityZone(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition_set_SecurityZone_m456086248 (ZoneMembershipCondition_t3195636716 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Security.SecurityZone System.Security.Policy.Zone::get_SecurityZone() extern "C" IL2CPP_METHOD_ATTR int32_t Zone_get_SecurityZone_m2899920486 (Zone_t2011285646 * __this, const RuntimeMethod* method); // System.Security.SecurityZone System.Security.Policy.ZoneMembershipCondition::get_SecurityZone() extern "C" IL2CPP_METHOD_ATTR int32_t ZoneMembershipCondition_get_SecurityZone_m1902534671 (ZoneMembershipCondition_t3195636716 * __this, const RuntimeMethod* method); // System.Void System.Security.Policy.ZoneMembershipCondition::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition_FromXml_m3431387072 (ZoneMembershipCondition_t3195636716 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Policy.ZoneMembershipCondition::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * ZoneMembershipCondition_ToXml_m29114417 (ZoneMembershipCondition_t3195636716 * __this, PolicyLevel_t2891196107 * ___level0, 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* ___name0, const RuntimeMethod* method); // System.String System.Security.Principal.WindowsIdentity::GetTokenName(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR String_t* WindowsIdentity_GetTokenName_m2370798233 (RuntimeObject * __this /* static, unused */, intptr_t ___token0, 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* ___message0, 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* ___name0, 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* ___name0, bool ___value1, const RuntimeMethod* method); // System.Threading.CompressedStack System.Threading.CompressedStack::CreateCopy() extern "C" IL2CPP_METHOD_ATTR CompressedStack_t1202932761 * CompressedStack_CreateCopy_m2591279216 (CompressedStack_t1202932761 * __this, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Threading.ExecutionContext System.Threading.Thread::get_ExecutionContext() extern "C" IL2CPP_METHOD_ATTR ExecutionContext_t1748372627 * Thread_get_ExecutionContext_m1861734668 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Security.SecurityContext System.Threading.ExecutionContext::get_SecurityContext() extern "C" IL2CPP_METHOD_ATTR SecurityContext_t2435442044 * ExecutionContext_get_SecurityContext_m1232420339 (ExecutionContext_t1748372627 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityContext::get_FlowSuppressed() extern "C" IL2CPP_METHOD_ATTR bool SecurityContext_get_FlowSuppressed_m1627541854 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityContext__ctor_m3125602325 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method); // System.IntPtr System.Security.Principal.WindowsIdentity::GetCurrentToken() extern "C" IL2CPP_METHOD_ATTR intptr_t WindowsIdentity_GetCurrentToken_m841791956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Threading.CompressedStack System.Threading.CompressedStack::Capture() extern "C" IL2CPP_METHOD_ATTR CompressedStack_t1202932761 * CompressedStack_Capture_m3327262890 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidTag(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_m1803475254 (RuntimeObject * __this /* static, unused */, String_t* ___tag0, const RuntimeMethod* method); // System.String System.Security.SecurityElement/SecurityAttribute::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_m2543977264 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method); // System.String System.Security.SecurityElement/SecurityAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m2111064489 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidText(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_m1346599242 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Unescape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m327386968 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityAttribute_t3566489056 * SecurityElement_GetAttribute_m3347489583 (SecurityElement_t1046076091 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Security.SecurityElement/SecurityAttribute::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityAttribute__ctor_m1429827508 (SecurityAttribute_t3566489056 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, 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 ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m1968561789 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m1551546236 (XmlSyntaxException_t2973594484 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Security.XmlSyntaxException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m1409706968 (XmlSyntaxException_t2973594484 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m3664345083 (SecurityElement_t1046076091 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method); // System.String System.Security.SecurityElement::Escape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m1342311983 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeName_m713904709 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeValue_m948345692 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Exception_set_HResult_m3489164646 (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t2232395945 * SerializationInfo_GetEnumerator_m1082663843 (SerializationInfo_t950877179 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m4203920197 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m433044828 (SerializationInfoEnumerator_t2232395945 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m2496151825 (SerializationInfoEnumerator_t2232395945 * __this, 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 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.String System.Security.SecurityException::get_PermissionState() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityException_get_PermissionState_m3857825198 (SecurityException_t975544473 * __this, const RuntimeMethod* method); // System.String System.Exception::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_ToString_m1413572637 (Exception_t * __this, const RuntimeMethod* method); // System.Type System.Security.SecurityException::get_PermissionType() extern "C" IL2CPP_METHOD_ATTR Type_t * SecurityException_get_PermissionType_m2237538728 (SecurityException_t975544473 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3255666490 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m921870684 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.String System.Security.SecurityException::get_GrantedSet() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityException_get_GrantedSet_m2643283539 (SecurityException_t975544473 * __this, const RuntimeMethod* method); // System.String System.Security.SecurityException::get_RefusedSet() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityException_get_RefusedSet_m2404284794 (SecurityException_t975544473 * __this, const RuntimeMethod* method); // System.Object System.Security.SecurityException::get_Demanded() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SecurityException_get_Demanded_m2500043391 (SecurityException_t975544473 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.SecurityException::get_FirstPermissionThatFailed() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityException_get_FirstPermissionThatFailed_m3934559164 (SecurityException_t975544473 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Security.Policy.Evidence::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Evidence_GetEnumerator_m302914965 (Evidence_t2008144148 * __this, const RuntimeMethod* method); // System.Void System.Security.SecurityFrame::InitFromRuntimeFrame(System.Security.RuntimeSecurityFrame) extern "C" IL2CPP_METHOD_ATTR void SecurityFrame_InitFromRuntimeFrame_m1714852458 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method); // System.Void System.Security.SecurityFrame::.ctor(System.Security.RuntimeSecurityFrame) extern "C" IL2CPP_METHOD_ATTR void SecurityFrame__ctor_m2140076703 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.SecurityManager::Decode(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_Decode_m84973736 (RuntimeObject * __this /* static, unused */, intptr_t ___permissions0, int32_t ___length1, const RuntimeMethod* method); // System.Reflection.Assembly System.Security.SecurityFrame::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * SecurityFrame_get_Assembly_m2874566710 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method); // System.AppDomain System.Security.SecurityFrame::get_Domain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * SecurityFrame_get_Domain_m681627326 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method); // System.String System.Security.SecurityFrame::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityFrame_ToString_m339310712 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method); // System.Array System.Security.SecurityFrame::_GetSecurityStack(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * SecurityFrame__GetSecurityStack_m449275820 (RuntimeObject * __this /* static, unused */, int32_t ___skip0, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m2528546681 (RuntimeArray * __this, int32_t ___index0, 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.Security.PermissionSet System.Reflection.Assembly::get_GrantedPermissionSet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * Assembly_get_GrantedPermissionSet_m1570356177 (Assembly_t * __this, const RuntimeMethod* method); // System.Boolean System.Security.PermissionSet::IsUnrestricted() extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsUnrestricted_m3107958415 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Security.IPermission System.Security.PermissionSet::GetPermission(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_GetPermission_m1451093916 (PermissionSet_t223948603 * __this, Type_t * ___permClass0, const RuntimeMethod* method); // System.Security.PermissionSet System.Reflection.Assembly::get_DeniedPermissionSet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * Assembly_get_DeniedPermissionSet_m1869167280 (Assembly_t * __this, const RuntimeMethod* method); // System.Boolean System.Security.PermissionSet::IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsEmpty_m3967159731 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Security.PermissionSet::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PermissionSet_GetEnumerator_m3796161395 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::IsGranted(System.Reflection.Assembly,System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_IsGranted_m4010794961 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, RuntimeObject* ___perm1, const RuntimeMethod* method); // System.Collections.IEnumerator System.Security.SecurityManager::get_Hierarchy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityManager_get_Hierarchy_m1815334450 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::ResolvePolicyLevel(System.Security.PermissionSet&,System.Security.Policy.PolicyLevel,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_ResolvePolicyLevel_m3573004706 (RuntimeObject * __this /* static, unused */, PermissionSet_t223948603 ** ___ps0, PolicyLevel_t2891196107 * ___pl1, Evidence_t2008144148 * ___evidence2, const RuntimeMethod* method); // System.Void System.Security.SecurityManager::ResolveIdentityPermissions(System.Security.PermissionSet,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR void SecurityManager_ResolveIdentityPermissions_m3136943375 (RuntimeObject * __this /* static, unused */, PermissionSet_t223948603 * ___ps0, Evidence_t2008144148 * ___evidence1, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.SecurityManager::ResolvePolicy(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_ResolvePolicy_m3195769376 (RuntimeObject * __this /* static, unused */, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method); // System.Boolean System.Security.PermissionSet::IsSubsetOf(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR bool PermissionSet_IsSubsetOf_m1197994714 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___target0, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::get_CheckExecutionRights() extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_get_CheckExecutionRights_m118943515 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Security.Permissions.SecurityPermission::IsSubsetOf(System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool SecurityPermission_IsSubsetOf_m545000671 (SecurityPermission_t2954997752 * __this, RuntimeObject* ___target0, 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 * ___obj0, const RuntimeMethod* method); // System.Void System.Security.SecurityManager::InitializePolicyHierarchy() extern "C" IL2CPP_METHOD_ATTR void SecurityManager_InitializePolicyHierarchy_m217591837 (RuntimeObject * __this /* static, unused */, 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 * ___obj0, const RuntimeMethod* method); // System.String System.Environment::GetMachineConfigPath() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetMachineConfigPath_m43519138 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.IO.Path::GetDirectoryName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m3496866581 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String System.Environment::InternalGetFolderPath(System.Environment/SpecialFolder) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_InternalGetFolderPath_m468390978 (RuntimeObject * __this /* static, unused */, int32_t ___folder0, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyLevel::.ctor(System.String,System.Security.PolicyLevelType) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel__ctor_m3173495799 (PolicyLevel_t2891196107 * __this, String_t* ___label0, int32_t ___type1, const RuntimeMethod* method); // System.Void System.Security.Policy.PolicyLevel::LoadFromFile(System.String) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_LoadFromFile_m3845519340 (PolicyLevel_t2891196107 * __this, String_t* ___filename0, const RuntimeMethod* method); // System.Security.Policy.PolicyStatement System.Security.Policy.PolicyLevel::Resolve(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * PolicyLevel_Resolve_m2485394215 (PolicyLevel_t2891196107 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.PermissionSet::Intersect(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PermissionSet_Intersect_m1082071433 (PermissionSet_t223948603 * __this, PermissionSet_t223948603 * ___other0, const RuntimeMethod* method); // System.Security.Policy.PolicyStatementAttribute System.Security.Policy.PolicyStatement::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t PolicyStatement_get_Attributes_m2825553521 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method); // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m4220076518 (RuntimeObject * __this /* static, unused */, intptr_t ___value0, 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 ___source0, ByteU5BU5D_t4116647657* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.SecurityManager::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_Decode_m2551103128 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___encodedPermissions0, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::set_DeclarativeSecurity(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void PermissionSet_set_DeclarativeSecurity_m858801747 (PermissionSet_t223948603 * __this, bool ___value0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Unicode_m811213576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PermissionSet__ctor_m1880216441 (PermissionSet_t223948603 * __this, String_t* ___xml0, const RuntimeMethod* method); // System.Security.PermissionSet System.Security.PermissionSet::CreateFromBinaryFormat(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PermissionSet_CreateFromBinaryFormat_m3762234240 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___data0, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::GetLinkDemandSecurity(System.Reflection.MethodBase,System.Security.RuntimeDeclSecurityActions*,System.Security.RuntimeDeclSecurityActions*) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_GetLinkDemandSecurity_m3394543642 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___method0, RuntimeDeclSecurityActions_t582952764 * ___cdecl1, RuntimeDeclSecurityActions_t582952764 * ___mdecl2, const RuntimeMethod* method); // System.Void System.Security.PermissionSet::Demand() extern "C" IL2CPP_METHOD_ATTR void PermissionSet_Demand_m3007899724 (PermissionSet_t223948603 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::LinkDemand(System.Reflection.Assembly,System.Security.RuntimeDeclSecurityActions*,System.Security.RuntimeDeclSecurityActions*) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_LinkDemand_m2701972867 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, RuntimeDeclSecurityActions_t582952764 * ___klass1, RuntimeDeclSecurityActions_t582952764 * ___method2, const RuntimeMethod* method); // System.Security.IPermission System.Security.SecurityManager::CheckPermissionSet(System.Reflection.Assembly,System.Security.PermissionSet,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityManager_CheckPermissionSet_m427480312 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, PermissionSet_t223948603 * ___ps1, bool ___noncas2, const RuntimeMethod* method); // System.Void System.SystemException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4274309232 (SystemException_t176217640 * __this, 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* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m4244349331 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_m1716619219 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Single) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m4146281512 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m997362015 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Single) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m2522572389 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m1898259383 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Single) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m1800003024 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Single_System_IConvertible_ToDateTime_m1748479284 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Single) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m3508035522 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Single_System_IConvertible_ToDecimal_m325860800 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Single) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m217737046 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m1584722292 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Single) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1336719169 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_m809233024 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1613163543 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_m872115569 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Single) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m658295522 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_m1650421025 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Single) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m3472794164 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_m1208276900 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Single) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m835189399 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_m1939829239 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Object System.Convert::ToType(System.Object,System.Type,System.IFormatProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ToType_m2406080310 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, bool ___try_target_to_type3, const RuntimeMethod* method); // System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_m3312441682 (float* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Single) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m2185524030 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_m1263555070 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Single) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2045194461 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_m289030200 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Single) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1627266664 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m3299129161 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Boolean System.Single::IsPositiveInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m1411272350 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsNegativeInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m1556741963 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m2785801815 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Single_Equals_m438106747 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m189772128 (float* __this, float ___value0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_Equals_m1601893879 (float* __this, float ___obj0, const RuntimeMethod* method); // System.Int32 System.Single::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1558506138 (float* __this, 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* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Double::IsPositiveInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m1245619811 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor() extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m4029085969 (OverflowException_t2020128637 * __this, const RuntimeMethod* method); // System.Boolean System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Boolean,System.Double&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Double_Parse_m2152196909 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, bool ___tryParse3, double* ___result4, Exception_t ** ___exc5, const RuntimeMethod* method); // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Single_TryParse_m1572008725 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, float* ___result3, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.Single,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m567544656 (RuntimeObject * __this /* static, unused */, float ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method); // System.String System.Single::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method); // System.String System.Single::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3107811250 (float* __this, RuntimeObject* ___provider0, 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* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Single::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3489843083 (float* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.Single,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2583974918 (RuntimeObject * __this /* static, unused */, String_t* ___format0, float ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m3588715767 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m3367409178 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m1442101407 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m3802186295 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1233667008 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2291761709 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m3185404879 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2128774575 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2849840611 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m4075629912 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2533452644 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3216249716 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m3920761395 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m2629133713 (RuntimeObject * __this /* static, unused */, String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.CharEnumerator::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void CharEnumerator__ctor_m3465358752 (CharEnumerator_t1121470421 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m2441337274 (IndexOutOfRangeException_t1578797820 * __this, 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* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_m2192601476 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CharCopy_m98228993 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m2268354229 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m2077324731 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String[] System.String::InternalSplit(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_InternalSplit_m1398300789 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.Int32,System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3580120853 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, 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 * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m706204246(__this, method) (( void (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.String::IndexOf(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3406607758 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m2276455407(__this, method) (( int32_t (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(T) #define List_1_Add_m1685793073(__this, p0, method) (( void (*) (List_1_t3319525431 *, String_t*, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // T[] System.Collections.Generic.List`1::ToArray() #define List_1_ToArray_m3983937259(__this, method) (( StringU5BU5D_t1281789340* (*) (List_1_t3319525431 *, const RuntimeMethod*))List_1_ToArray_m4168020446_gshared)(__this, method) // System.String[] System.String::Split(System.String[],System.Int32,System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m2533743664 (String_t* __this, StringU5BU5D_t1281789340* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method); // System.String System.String::SubstringUnchecked(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_SubstringUnchecked_m1840487357 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::InternalAllocateStr(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_InternalAllocateStr_m1198086868 (RuntimeObject * __this /* static, unused */, int32_t ___length0, const RuntimeMethod* method); // System.Int32 System.String::FindNotWhiteSpace(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_FindNotWhiteSpace_m2733198255 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, 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.Int32 System.String::FindNotInTable(System.Int32,System.Int32,System.Int32,System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_FindNotInTable_m421831114 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, CharU5BU5D_t3528271667* ___table3, 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.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_m2277084468 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinalCaseInsensitiveUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m1601577974 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, 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* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, 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) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, 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 ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Char System.Char::ToUpperInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_m3658711221 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAnyUnchecked_m953388766 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m3677172170 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3950524021 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method); // System.Int32 System.String::IndexOfOrdinal(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfOrdinal_m962178384 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___options3, const RuntimeMethod* method); // System.Int32 System.String::IndexOfOrdinalUnchecked(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfOrdinalUnchecked_m460601827 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::IndexOfOrdinalIgnoreCaseUnchecked(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2410372598 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAnyUnchecked_m1231532039 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUnchecked_m2119268555 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3228770703 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m95398196 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method); // System.String System.String::ReplaceUnchecked(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_ReplaceUnchecked_m1381393810 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.String System.String::ReplaceFallback(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_ReplaceFallback_m1061004996 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t ___capacity0, 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 * ___culture0, const RuntimeMethod* method); // System.String System.String::ToLowerInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m110751226 (String_t* __this, const RuntimeMethod* method); // System.Char System.Char::ToLowerInvariant(System.Char) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToLowerInvariant_m1926695830 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::ToUpper(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpper_m1599942017 (String_t* __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method); // System.String System.String::ToUpperInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_m2531236323 (String_t* __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* ___provider0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method); // System.Text.StringBuilder System.String::FormatHelper(System.Text.StringBuilder,System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * String_FormatHelper_m3913915042 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___result0, RuntimeObject* ___provider1, String_t* ___format2, ObjectU5BU5D_t2843939325* ___args3, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m3214161208 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.String::ParseFormatSpecifier(System.String,System.Int32&,System.Int32&,System.Int32&,System.Boolean&,System.String&) extern "C" IL2CPP_METHOD_ATTR void String_ParseFormatSpecifier_m3134189457 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t* ___n2, int32_t* ___width3, bool* ___left_align4, String_t** ___format5, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2180175564 (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method); // System.String System.String::ConcatInternal(System.String[],System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_ConcatInternal_m190606771 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::JoinUnchecked(System.String,System.String[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_JoinUnchecked_m3111386027 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Int32 System.String::ParseDecimal(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t String_ParseDecimal_m3629679395 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m2329023138 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t1523322056 * ___enc3, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy_m2826223007 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.String::memcpy1(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy1_m4209751456 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.String::memcpy2(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy2_m2048375426 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.String::memcpy4(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy4_m979367827 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method); // System.Void System.String::CharCopyReverse(System.Char*,System.Char*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CharCopyReverse_m1548661297 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m3981913244 (CultureAwareComparer_t30646139 * __this, CultureInfo_t4157843068 * ___ci0, bool ___ignore_case1, const RuntimeMethod* method); // System.Void System.OrdinalComparer::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void OrdinalComparer__ctor_m1028789954 (OrdinalComparer_t3407243298 * __this, bool ___ignoreCase0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m2499432361 (Exception_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, 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* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_xterm() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KnownTerminals_get_xterm_m3599867638 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.TermInfoReader::.ctor(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void TermInfoReader__ctor_m3960589196 (TermInfoReader_t3116894478 * __this, String_t* ___term0, ByteU5BU5D_t4116647657* ___buffer1, const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_linux() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KnownTerminals_get_linux_m19531034 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.TermInfoDriver::SearchTerminfo(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m274516696 (RuntimeObject * __this /* static, unused */, String_t* ___term0, const RuntimeMethod* method); // System.Void System.TermInfoReader::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TermInfoReader__ctor_m3915858035 (TermInfoReader_t3116894478 * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method); // System.Byte[] System.KnownTerminals::get_ansi() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KnownTerminals_get_ansi_m1157548325 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardOutput(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardOutput_m1257556731 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method); // System.Text.Encoding System.Console::get_OutputEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Console_get_OutputEncoding_m2337511041 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m1932602514 (CStreamWriter_t3783449173 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::InternalWriteString(System.String) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteString_m2840293380 (CStreamWriter_t3783449173 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::get_IsConsole() extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m4190584969 (RuntimeObject * __this /* static, unused */, 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* ___message0, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::SetEcho(System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_SetEcho_m1410126200 (RuntimeObject * __this /* static, unused */, bool ___wantEcho0, const RuntimeMethod* method); // System.String System.TermInfoReader::Get(System.TermInfoStrings) extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_m1464778293 (TermInfoReader_t3116894478 * __this, int32_t ___tstr0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::WriteConsole(System.String) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_m3838873532 (TermInfoDriver_t2335718621 * __this, String_t* ___str0, const RuntimeMethod* method); // System.String System.TermInfoDriver::MangleParameters(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_MangleParameters_m3512314004 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Boolean System.ConsoleDriver::TtySetup(System.String,System.String,System.Byte[]&,System.Int32*&) extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_TtySetup_m2224308598 (RuntimeObject * __this /* static, unused */, String_t* ___keypadXmit0, String_t* ___teardown1, ByteU5BU5D_t4116647657** ___control_characters2, int32_t** ___address3, const RuntimeMethod* method); // System.IO.Stream System.Console::OpenStandardInput(System.Int32) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * Console_OpenStandardInput_m3262421490 (RuntimeObject * __this /* static, unused */, int32_t ___bufferSize0, const RuntimeMethod* method); // System.Text.Encoding System.Console::get_InputEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Console_get_InputEncoding_m1210901073 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m3941437302 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::GetCursorPosition() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_m3872087226 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.Int32 System.TermInfoDriver::get_WindowWidth() extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m1915724037 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.Int32 System.TermInfoDriver::get_WindowHeight() extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m1051421005 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.ConsoleKey System.ConsoleKeyInfo::get_Key() extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m3819926093 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_m1930906201 (TermInfoDriver_t2335718621 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::IncrementX() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m2622198669 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 TermInfoDriver_CreateKeyInfoFromInt_m362648093 (TermInfoDriver_t2335718621 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method); // System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m3470736170 (TermInfoDriver_t2335718621 * __this, ConsoleKeyInfo_t1802691652 ___key0, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m3676613657 (TermInfoDriver_t2335718621 * __this, ConsoleKeyInfo_t1802691652 ___key0, const RuntimeMethod* method); // System.Int32 System.ConsoleDriver::InternalKeyAvailable(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleDriver_InternalKeyAvailable_m4240074360 (RuntimeObject * __this /* static, unused */, int32_t ___ms_timeout0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AddToBuffer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_m2878759385 (TermInfoDriver_t2335718621 * __this, int32_t ___b0, const RuntimeMethod* method); // System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers) extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_m1694752898 (TermInfoReader_t3116894478 * __this, int32_t ___number0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::Init() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Init_m2310284416 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::CheckWindowDimensions() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_m3009787601 (TermInfoDriver_t2335718621 * __this, 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 * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_m535940175 (ConsoleKeyInfo_t1802691652 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method); // System.Boolean System.ByteMatcher::StartsWith(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ByteMatcher_StartsWith_m77937292 (ByteMatcher_t2129355737 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AdjustBuffer() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m3449035159 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.TermInfoStrings System.ByteMatcher::Match(System.Char[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t ByteMatcher_Match_m3094067305 (ByteMatcher_t2129355737 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, int32_t* ___used3, const RuntimeMethod* method); // System.Void System.TermInfoDriver::InitKeys() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m28677339 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m697544829 (TermInfoDriver_t2335718621 * __this, bool ___cooked0, const RuntimeMethod* method); // System.Boolean System.IO.StreamReader::DataAvailable() extern "C" IL2CPP_METHOD_ATTR bool StreamReader_DataAvailable_m835397883 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::InputPending() extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_m3391125377 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::InternalWriteChars(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChars_m1882864391 (CStreamWriter_t3783449173 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___n1, const RuntimeMethod* method); // System.Char System.ConsoleKeyInfo::get_KeyChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m3155064270 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::QueueEcho(System.Char) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m1614627324 (TermInfoDriver_t2335718621 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::EchoFlush() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m3123569101 (TermInfoDriver_t2335718621 * __this, 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.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 TermInfoDriver_ReadKeyInternal_m1510762486 (TermInfoDriver_t2335718621 * __this, bool* ___fresh0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m1081073274 (TermInfoDriver_t2335718621 * __this, ConsoleKeyInfo_t1802691652 ___key0, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m1819843468 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::CreateKeyMap() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_m3835196745 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.Void System.ByteMatcher::.ctor() extern "C" IL2CPP_METHOD_ATTR void ByteMatcher__ctor_m2042716655 (ByteMatcher_t2129355737 * __this, const RuntimeMethod* method); // System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_m1259028031 (TermInfoDriver_t2335718621 * __this, int32_t ___s0, const RuntimeMethod* method); // System.Void System.ByteMatcher::AddMapping(System.TermInfoStrings,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void ByteMatcher_AddMapping_m3174457484 (ByteMatcher_t2129355737 * __this, int32_t ___key0, ByteU5BU5D_t4116647657* ___val1, const RuntimeMethod* method); // System.Void System.ByteMatcher::Sort() extern "C" IL2CPP_METHOD_ATTR void ByteMatcher_Sort_m2133661453 (ByteMatcher_t2129355737 * __this, const RuntimeMethod* method); // System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* TermInfoReader_GetStringBytes_m289748583 (TermInfoReader_t3116894478 * __this, int32_t ___tstr0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.AllMembershipCondition::.ctor() extern "C" IL2CPP_METHOD_ATTR void AllMembershipCondition__ctor_m4761131 (AllMembershipCondition_t198137363 * __this, const RuntimeMethod* method) { { __this->set_version_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Security.Policy.AllMembershipCondition::Check(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR bool AllMembershipCondition_Check_m1798067290 (AllMembershipCondition_t198137363 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { { return (bool)1; } } // System.Security.Policy.IMembershipCondition System.Security.Policy.AllMembershipCondition::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AllMembershipCondition_Copy_m113923772 (AllMembershipCondition_t198137363 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllMembershipCondition_Copy_m113923772_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AllMembershipCondition_t198137363 * L_0 = (AllMembershipCondition_t198137363 *)il2cpp_codegen_object_new(AllMembershipCondition_t198137363_il2cpp_TypeInfo_var); AllMembershipCondition__ctor_m4761131(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Security.Policy.AllMembershipCondition::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool AllMembershipCondition_Equals_m3001058191 (AllMembershipCondition_t198137363 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllMembershipCondition_Equals_m3001058191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; return (bool)((!(((RuntimeObject*)(AllMembershipCondition_t198137363 *)((AllMembershipCondition_t198137363 *)IsInstSealed((RuntimeObject*)L_0, AllMembershipCondition_t198137363_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Security.Policy.AllMembershipCondition::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void AllMembershipCondition_FromXml_m3502889634 (AllMembershipCondition_t198137363 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___e0; AllMembershipCondition_FromXml_m2045796600(__this, L_0, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.AllMembershipCondition::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void AllMembershipCondition_FromXml_m2045796600 (AllMembershipCondition_t198137363 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllMembershipCondition_FromXml_m2045796600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t1046076091 * L_0 = ___e0; int32_t L_1 = __this->get_version_0(); int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); MembershipConditionHelper_CheckSecurityElement_m132352018(NULL /*static, unused*/, L_0, _stringLiteral3452614587, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Int32 System.Security.Policy.AllMembershipCondition::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t AllMembershipCondition_GetHashCode_m1213532212 (AllMembershipCondition_t198137363 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllMembershipCondition_GetHashCode_m1213532212_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (AllMembershipCondition_t198137363_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); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Type::GetHashCode() */, L_1); return L_2; } } // System.String System.Security.Policy.AllMembershipCondition::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AllMembershipCondition_ToString_m2227959323 (AllMembershipCondition_t198137363 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllMembershipCondition_ToString_m2227959323_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3995258936; } } // System.Security.SecurityElement System.Security.Policy.AllMembershipCondition::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * AllMembershipCondition_ToXml_m1708723813 (AllMembershipCondition_t198137363 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = AllMembershipCondition_ToXml_m2653409894(__this, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Security.SecurityElement System.Security.Policy.AllMembershipCondition::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * AllMembershipCondition_ToXml_m2653409894 (AllMembershipCondition_t198137363 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AllMembershipCondition_ToXml_m2653409894_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (AllMembershipCondition_t198137363_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); int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); SecurityElement_t1046076091 * L_3 = MembershipConditionHelper_Element_m3008401768(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; SecurityElement_t1046076091 * L_4 = V_0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.ApplicationTrust::.ctor() extern "C" IL2CPP_METHOD_ATTR void ApplicationTrust__ctor_m515003198 (ApplicationTrust_t3270368423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ApplicationTrust__ctor_m515003198_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t852832060 * L_0 = (List_1_t852832060 *)il2cpp_codegen_object_new(List_1_t852832060_il2cpp_TypeInfo_var); List_1__ctor_m1080959174(L_0, 0, /*hidden argument*/List_1__ctor_m1080959174_RuntimeMethod_var); __this->set_fullTrustAssemblies_5(L_0); return; } } // System.Security.Policy.PolicyStatement System.Security.Policy.ApplicationTrust::get_DefaultGrantSet() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * ApplicationTrust_get_DefaultGrantSet_m1790264167 (ApplicationTrust_t3270368423 * __this, const RuntimeMethod* method) { { PolicyStatement_t3052133691 * L_0 = __this->get__defaultPolicy_1(); if (L_0) { goto IL_0017; } } { PolicyStatement_t3052133691 * L_1 = ApplicationTrust_GetDefaultGrantSet_m1199482037(__this, /*hidden argument*/NULL); __this->set__defaultPolicy_1(L_1); } IL_0017: { PolicyStatement_t3052133691 * L_2 = __this->get__defaultPolicy_1(); return L_2; } } // System.Void System.Security.Policy.ApplicationTrust::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void ApplicationTrust_FromXml_m2861714386 (ApplicationTrust_t3270368423 * __this, SecurityElement_t1046076091 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ApplicationTrust_FromXml_m2861714386_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; int32_t V_2 = 0; SecurityElement_t1046076091 * V_3 = NULL; SecurityElement_t1046076091 * V_4 = NULL; ByteU5BU5D_t4116647657* V_5 = NULL; MemoryStream_t94973147 * V_6 = NULL; BinaryFormatter_t3197753202 * 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); { SecurityElement_t1046076091 * L_0 = ___element0; 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, _stringLiteral4059539929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,ApplicationTrust_FromXml_m2861714386_RuntimeMethod_var); } IL_0011: { SecurityElement_t1046076091 * L_2 = ___element0; NullCheck(L_2); String_t* L_3 = SecurityElement_get_Tag_m2258014803(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral2351769058, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral4059539929, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ApplicationTrust_FromXml_m2861714386_RuntimeMethod_var); } IL_0031: { SecurityElement_t1046076091 * L_6 = ___element0; NullCheck(L_6); String_t* L_7 = SecurityElement_Attribute_m2289480139(L_6, _stringLiteral2456133301, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; if (!L_8) { goto IL_0054; } } { String_t* L_9 = V_0; ApplicationIdentity_t1917735356 * L_10 = (ApplicationIdentity_t1917735356 *)il2cpp_codegen_object_new(ApplicationIdentity_t1917735356_il2cpp_TypeInfo_var); ApplicationIdentity__ctor_m2024243695(L_10, L_9, /*hidden argument*/NULL); __this->set__appid_0(L_10); goto IL_005b; } IL_0054: { __this->set__appid_0((ApplicationIdentity_t1917735356 *)NULL); } IL_005b: { __this->set__defaultPolicy_1((PolicyStatement_t3052133691 *)NULL); SecurityElement_t1046076091 * L_11 = ___element0; NullCheck(L_11); SecurityElement_t1046076091 * L_12 = SecurityElement_SearchForChildByTag_m900466299(L_11, _stringLiteral1000784225, /*hidden argument*/NULL); V_1 = L_12; SecurityElement_t1046076091 * L_13 = V_1; if (!L_13) { goto IL_00c9; } } { V_2 = 0; goto IL_00b8; } IL_007b: { SecurityElement_t1046076091 * L_14 = V_1; NullCheck(L_14); ArrayList_t2718874744 * L_15 = SecurityElement_get_Children_m1231540612(L_14, /*hidden argument*/NULL); int32_t L_16 = V_2; NullCheck(L_15); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_15, L_16); V_3 = ((SecurityElement_t1046076091 *)IsInstSealed((RuntimeObject*)L_17, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_18 = V_3; NullCheck(L_18); String_t* L_19 = SecurityElement_get_Tag_m2258014803(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, _stringLiteral2503236550, /*hidden argument*/NULL); if (!L_20) { goto IL_00b4; } } { PolicyStatement_t3052133691 * L_21 = ApplicationTrust_get_DefaultGrantSet_m1790264167(__this, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_22 = V_3; NullCheck(L_21); PolicyStatement_FromXml_m265230900(L_21, L_22, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); goto IL_00c9; } IL_00b4: { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00b8: { int32_t L_24 = V_2; SecurityElement_t1046076091 * L_25 = V_1; NullCheck(L_25); ArrayList_t2718874744 * L_26 = SecurityElement_get_Children_m1231540612(L_25, /*hidden argument*/NULL); NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_26); if ((((int32_t)L_24) < ((int32_t)L_27))) { goto IL_007b; } } IL_00c9: { SecurityElement_t1046076091 * L_28 = ___element0; NullCheck(L_28); String_t* L_29 = SecurityElement_Attribute_m2289480139(L_28, _stringLiteral3258657263, /*hidden argument*/NULL); bool* L_30 = __this->get_address_of__trustrun_3(); IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_31 = Boolean_TryParse_m1999513058(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00eb; } } { __this->set__trustrun_3((bool)0); } IL_00eb: { SecurityElement_t1046076091 * L_32 = ___element0; NullCheck(L_32); String_t* L_33 = SecurityElement_Attribute_m2289480139(L_32, _stringLiteral3965093343, /*hidden argument*/NULL); bool* L_34 = __this->get_address_of__persist_4(); IL2CPP_RUNTIME_CLASS_INIT(Boolean_t97287965_il2cpp_TypeInfo_var); bool L_35 = Boolean_TryParse_m1999513058(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); if (L_35) { goto IL_010d; } } { __this->set__persist_4((bool)0); } IL_010d: { __this->set__xtranfo_2(NULL); SecurityElement_t1046076091 * L_36 = ___element0; NullCheck(L_36); SecurityElement_t1046076091 * L_37 = SecurityElement_SearchForChildByTag_m900466299(L_36, _stringLiteral3765082827, /*hidden argument*/NULL); V_4 = L_37; SecurityElement_t1046076091 * L_38 = V_4; if (!L_38) { goto IL_0176; } } { SecurityElement_t1046076091 * L_39 = V_4; NullCheck(L_39); String_t* L_40 = SecurityElement_Attribute_m2289480139(L_39, _stringLiteral2037252898, /*hidden argument*/NULL); V_0 = L_40; String_t* L_41 = V_0; if (!L_41) { goto IL_0176; } } { String_t* L_42 = V_0; ByteU5BU5D_t4116647657* L_43 = CryptoConvert_FromHex_m3940911299(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); V_5 = L_43; ByteU5BU5D_t4116647657* L_44 = V_5; MemoryStream_t94973147 * L_45 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m4100805873(L_45, L_44, /*hidden argument*/NULL); V_6 = L_45; } IL_014c: try { // begin try (depth: 1) BinaryFormatter_t3197753202 * L_46 = (BinaryFormatter_t3197753202 *)il2cpp_codegen_object_new(BinaryFormatter_t3197753202_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m971003555(L_46, /*hidden argument*/NULL); V_7 = L_46; BinaryFormatter_t3197753202 * L_47 = V_7; MemoryStream_t94973147 * L_48 = V_6; NullCheck(L_47); RuntimeObject * L_49 = BinaryFormatter_Deserialize_m193346007(L_47, L_48, /*hidden argument*/NULL); __this->set__xtranfo_2(L_49); IL2CPP_LEAVE(0x176, 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) { MemoryStream_t94973147 * L_50 = V_6; if (!L_50) { goto IL_0175; } } IL_016e: { MemoryStream_t94973147 * L_51 = V_6; NullCheck(L_51); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_51); } IL_0175: { IL2CPP_END_FINALLY(359) } } // end finally (depth: 1) IL2CPP_CLEANUP(359) { IL2CPP_JUMP_TBL(0x176, IL_0176) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0176: { return; } } // System.Security.SecurityElement System.Security.Policy.ApplicationTrust::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * ApplicationTrust_ToXml_m3143300283 (ApplicationTrust_t3270368423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ApplicationTrust_ToXml_m3143300283_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; MemoryStream_t94973147 * V_3 = NULL; BinaryFormatter_t3197753202 * V_4 = NULL; SecurityElement_t1046076091 * 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); { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral2351769058, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); ApplicationIdentity_t1917735356 * L_2 = __this->get__appid_0(); if (!L_2) { goto IL_003c; } } { SecurityElement_t1046076091 * L_3 = V_0; ApplicationIdentity_t1917735356 * L_4 = __this->get__appid_0(); NullCheck(L_4); String_t* L_5 = ApplicationIdentity_get_FullName_m435789778(L_4, /*hidden argument*/NULL); NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral2456133301, L_5, /*hidden argument*/NULL); } IL_003c: { bool L_6 = __this->get__trustrun_3(); if (!L_6) { goto IL_0057; } } { SecurityElement_t1046076091 * L_7 = V_0; NullCheck(L_7); SecurityElement_AddAttribute_m311510562(L_7, _stringLiteral3258657263, _stringLiteral4002445229, /*hidden argument*/NULL); } IL_0057: { bool L_8 = __this->get__persist_4(); if (!L_8) { goto IL_0072; } } { SecurityElement_t1046076091 * L_9 = V_0; NullCheck(L_9); SecurityElement_AddAttribute_m311510562(L_9, _stringLiteral3965093343, _stringLiteral4002445229, /*hidden argument*/NULL); } IL_0072: { SecurityElement_t1046076091 * L_10 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_10, _stringLiteral1000784225, /*hidden argument*/NULL); V_1 = L_10; SecurityElement_t1046076091 * L_11 = V_1; PolicyStatement_t3052133691 * L_12 = ApplicationTrust_get_DefaultGrantSet_m1790264167(__this, /*hidden argument*/NULL); NullCheck(L_12); SecurityElement_t1046076091 * L_13 = PolicyStatement_ToXml_m1251259864(L_12, /*hidden argument*/NULL); NullCheck(L_11); SecurityElement_AddChild_m1606852781(L_11, L_13, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_14 = V_0; SecurityElement_t1046076091 * L_15 = V_1; NullCheck(L_14); SecurityElement_AddChild_m1606852781(L_14, L_15, /*hidden argument*/NULL); RuntimeObject * L_16 = __this->get__xtranfo_2(); if (!L_16) { goto IL_00fc; } } { V_2 = (ByteU5BU5D_t4116647657*)NULL; MemoryStream_t94973147 * L_17 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_17, /*hidden argument*/NULL); V_3 = L_17; } IL_00a8: try { // begin try (depth: 1) BinaryFormatter_t3197753202 * L_18 = (BinaryFormatter_t3197753202 *)il2cpp_codegen_object_new(BinaryFormatter_t3197753202_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m971003555(L_18, /*hidden argument*/NULL); V_4 = L_18; BinaryFormatter_t3197753202 * L_19 = V_4; MemoryStream_t94973147 * L_20 = V_3; RuntimeObject * L_21 = __this->get__xtranfo_2(); NullCheck(L_19); BinaryFormatter_Serialize_m1744386044(L_19, L_20, L_21, /*hidden argument*/NULL); MemoryStream_t94973147 * L_22 = V_3; NullCheck(L_22); ByteU5BU5D_t4116647657* L_23 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(30 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_22); V_2 = L_23; IL2CPP_LEAVE(0xD6, FINALLY_00c9); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c9; } FINALLY_00c9: { // begin finally (depth: 1) { MemoryStream_t94973147 * L_24 = V_3; if (!L_24) { goto IL_00d5; } } IL_00cf: { MemoryStream_t94973147 * L_25 = V_3; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_25); } IL_00d5: { IL2CPP_END_FINALLY(201) } } // end finally (depth: 1) IL2CPP_CLEANUP(201) { IL2CPP_JUMP_TBL(0xD6, IL_00d6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d6: { SecurityElement_t1046076091 * L_26 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_26, _stringLiteral3765082827, /*hidden argument*/NULL); V_5 = L_26; SecurityElement_t1046076091 * L_27 = V_5; ByteU5BU5D_t4116647657* L_28 = V_2; String_t* L_29 = CryptoConvert_ToHex_m1631065451(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); NullCheck(L_27); SecurityElement_AddAttribute_m311510562(L_27, _stringLiteral2037252898, L_29, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_30 = V_0; SecurityElement_t1046076091 * L_31 = V_5; NullCheck(L_30); SecurityElement_AddChild_m1606852781(L_30, L_31, /*hidden argument*/NULL); } IL_00fc: { SecurityElement_t1046076091 * L_32 = V_0; return L_32; } } // System.Security.Policy.PolicyStatement System.Security.Policy.ApplicationTrust::GetDefaultGrantSet() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * ApplicationTrust_GetDefaultGrantSet_m1199482037 (ApplicationTrust_t3270368423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ApplicationTrust_GetDefaultGrantSet_m1199482037_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; { PermissionSet_t223948603 * L_0 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_0, 0, /*hidden argument*/NULL); V_0 = L_0; PermissionSet_t223948603 * L_1 = V_0; PolicyStatement_t3052133691 * L_2 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2143301814(L_2, 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.Security.Policy.CodeConnectAccess::.cctor() extern "C" IL2CPP_METHOD_ATTR void CodeConnectAccess__cctor_m4249091937 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeConnectAccess__cctor_m4249091937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((CodeConnectAccess_t1103527196_StaticFields*)il2cpp_codegen_static_fields_for(CodeConnectAccess_t1103527196_il2cpp_TypeInfo_var))->set_AnyScheme_0(_stringLiteral3452614534); ((CodeConnectAccess_t1103527196_StaticFields*)il2cpp_codegen_static_fields_for(CodeConnectAccess_t1103527196_il2cpp_TypeInfo_var))->set_DefaultPort_1(((int32_t)-3)); ((CodeConnectAccess_t1103527196_StaticFields*)il2cpp_codegen_static_fields_for(CodeConnectAccess_t1103527196_il2cpp_TypeInfo_var))->set_OriginPort_2(((int32_t)-4)); ((CodeConnectAccess_t1103527196_StaticFields*)il2cpp_codegen_static_fields_for(CodeConnectAccess_t1103527196_il2cpp_TypeInfo_var))->set_OriginScheme_3(_stringLiteral2709933751); return; } } // System.Boolean System.Security.Policy.CodeConnectAccess::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CodeConnectAccess_Equals_m4146956167 (CodeConnectAccess_t1103527196 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeConnectAccess_Equals_m4146956167_MetadataUsageId); s_Il2CppMethodInitialized = true; } CodeConnectAccess_t1103527196 * V_0 = NULL; int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___o0; V_0 = ((CodeConnectAccess_t1103527196 *)IsInstClass((RuntimeObject*)L_0, CodeConnectAccess_t1103527196_il2cpp_TypeInfo_var)); CodeConnectAccess_t1103527196 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { String_t* L_2 = __this->get__scheme_4(); CodeConnectAccess_t1103527196 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get__scheme_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0035; } } { int32_t L_6 = __this->get__port_5(); CodeConnectAccess_t1103527196 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get__port_5(); G_B5_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); goto IL_0036; } IL_0035: { G_B5_0 = 0; } IL_0036: { return (bool)G_B5_0; } } // System.Int32 System.Security.Policy.CodeConnectAccess::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CodeConnectAccess_GetHashCode_m2829087723 (CodeConnectAccess_t1103527196 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__scheme_4(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get__port_5(); return ((int32_t)((int32_t)L_1^(int32_t)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.Security.Policy.CodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void CodeGroup__ctor_m294677161 (CodeGroup_t3811807446 * __this, RuntimeObject* ___membershipCondition0, PolicyStatement_t3052133691 * ___policy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup__ctor_m294677161_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_m_children_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___membershipCondition0; if (L_1) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, _stringLiteral4165419822, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,CodeGroup__ctor_m294677161_RuntimeMethod_var); } IL_0022: { PolicyStatement_t3052133691 * L_3 = ___policy1; if (!L_3) { goto IL_0034; } } { PolicyStatement_t3052133691 * L_4 = ___policy1; NullCheck(L_4); PolicyStatement_t3052133691 * L_5 = PolicyStatement_Copy_m4094081563(L_4, /*hidden argument*/NULL); __this->set_m_policy_0(L_5); } IL_0034: { RuntimeObject* L_6 = ___membershipCondition0; NullCheck(L_6); RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Security.Policy.IMembershipCondition System.Security.Policy.IMembershipCondition::Copy() */, IMembershipCondition_t97388457_il2cpp_TypeInfo_var, L_6); __this->set_m_membershipCondition_1(L_7); return; } } // System.Void System.Security.Policy.CodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup__ctor_m3693531839 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup__ctor_m3693531839_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_m_children_4(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_1 = ___e0; PolicyLevel_t2891196107 * L_2 = ___level1; CodeGroup_FromXml_m302163170(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::get_PolicyStatement() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * CodeGroup_get_PolicyStatement_m3934764921 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method) { { PolicyStatement_t3052133691 * L_0 = __this->get_m_policy_0(); return L_0; } } // System.Void System.Security.Policy.CodeGroup::set_PolicyStatement(System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_set_PolicyStatement_m822782788 (CodeGroup_t3811807446 * __this, PolicyStatement_t3052133691 * ___value0, const RuntimeMethod* method) { { PolicyStatement_t3052133691 * L_0 = ___value0; __this->set_m_policy_0(L_0); return; } } // System.String System.Security.Policy.CodeGroup::get_Description() extern "C" IL2CPP_METHOD_ATTR String_t* CodeGroup_get_Description_m333492221 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_description_2(); return L_0; } } // System.Void System.Security.Policy.CodeGroup::set_Description(System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_set_Description_m3713770581 (CodeGroup_t3811807446 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_description_2(L_0); return; } } // System.Security.Policy.IMembershipCondition System.Security.Policy.CodeGroup::get_MembershipCondition() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CodeGroup_get_MembershipCondition_m1599317297 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_m_membershipCondition_1(); return L_0; } } // System.String System.Security.Policy.CodeGroup::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* CodeGroup_get_Name_m1187989429 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_3(); return L_0; } } // System.Void System.Security.Policy.CodeGroup::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_set_Name_m3431769212 (CodeGroup_t3811807446 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_m_name_3(L_0); return; } } // System.Collections.IList System.Security.Policy.CodeGroup::get_Children() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CodeGroup_get_Children_m2100279948 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_m_children_4(); return L_0; } } // System.Void System.Security.Policy.CodeGroup::AddChild(System.Security.Policy.CodeGroup) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_AddChild_m2906100427 (CodeGroup_t3811807446 * __this, CodeGroup_t3811807446 * ___group0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup_AddChild_m2906100427_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CodeGroup_t3811807446 * L_0 = ___group0; 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, _stringLiteral3122773422, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CodeGroup_AddChild_m2906100427_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_m_children_4(); CodeGroup_t3811807446 * L_3 = ___group0; NullCheck(L_3); CodeGroup_t3811807446 * L_4 = VirtFuncInvoker0< CodeGroup_t3811807446 * >::Invoke(4 /* System.Security.Policy.CodeGroup System.Security.Policy.CodeGroup::Copy() */, L_3); NullCheck(L_2); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_4); return; } } // System.Boolean System.Security.Policy.CodeGroup::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool CodeGroup_Equals_m223940724 (CodeGroup_t3811807446 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup_Equals_m223940724_MetadataUsageId); s_Il2CppMethodInitialized = true; } CodeGroup_t3811807446 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((CodeGroup_t3811807446 *)IsInstClass((RuntimeObject*)L_0, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); CodeGroup_t3811807446 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { CodeGroup_t3811807446 * L_2 = V_0; bool L_3 = CodeGroup_Equals_m306689663(__this, L_2, (bool)0, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Security.Policy.CodeGroup::Equals(System.Security.Policy.CodeGroup,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool CodeGroup_Equals_m306689663 (CodeGroup_t3811807446 * __this, CodeGroup_t3811807446 * ___cg0, bool ___compareChildren1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup_Equals_m306689663_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { CodeGroup_t3811807446 * L_0 = ___cg0; NullCheck(L_0); String_t* L_1 = CodeGroup_get_Name_m1187989429(L_0, /*hidden argument*/NULL); String_t* L_2 = CodeGroup_get_Name_m1187989429(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return (bool)0; } IL_0018: { CodeGroup_t3811807446 * L_4 = ___cg0; NullCheck(L_4); String_t* L_5 = CodeGroup_get_Description_m333492221(L_4, /*hidden argument*/NULL); String_t* L_6 = CodeGroup_get_Description_m333492221(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0030; } } { return (bool)0; } IL_0030: { CodeGroup_t3811807446 * L_8 = ___cg0; NullCheck(L_8); RuntimeObject* L_9 = CodeGroup_get_MembershipCondition_m1599317297(L_8, /*hidden argument*/NULL); RuntimeObject* L_10 = __this->get_m_membershipCondition_1(); NullCheck(L_9); bool L_11 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(2 /* System.Boolean System.Security.Policy.IMembershipCondition::Equals(System.Object) */, IMembershipCondition_t97388457_il2cpp_TypeInfo_var, L_9, L_10); if (L_11) { goto IL_0048; } } { return (bool)0; } IL_0048: { bool L_12 = ___compareChildren1; if (!L_12) { goto IL_00ae; } } { CodeGroup_t3811807446 * L_13 = ___cg0; NullCheck(L_13); RuntimeObject* L_14 = CodeGroup_get_Children_m2100279948(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_14); V_0 = L_15; RuntimeObject* L_16 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_16); int32_t L_18 = V_0; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_006d; } } { return (bool)0; } IL_006d: { V_1 = 0; goto IL_00a7; } IL_0074: { RuntimeObject* L_19 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); int32_t L_20 = V_1; NullCheck(L_19); RuntimeObject * L_21 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_19, L_20); CodeGroup_t3811807446 * L_22 = ___cg0; NullCheck(L_22); RuntimeObject* L_23 = CodeGroup_get_Children_m2100279948(L_22, /*hidden argument*/NULL); int32_t L_24 = V_1; NullCheck(L_23); RuntimeObject * L_25 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_23, L_24); NullCheck(((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_21, CodeGroup_t3811807446_il2cpp_TypeInfo_var))); bool L_26 = CodeGroup_Equals_m306689663(((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_21, CodeGroup_t3811807446_il2cpp_TypeInfo_var)), ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_25, CodeGroup_t3811807446_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); if (L_26) { goto IL_00a3; } } { return (bool)0; } IL_00a3: { int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00a7: { int32_t L_28 = V_1; int32_t L_29 = V_0; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0074; } } IL_00ae: { return (bool)1; } } // System.Int32 System.Security.Policy.CodeGroup::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t CodeGroup_GetHashCode_m2424697454 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { RuntimeObject* L_0 = __this->get_m_membershipCondition_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); V_0 = L_1; PolicyStatement_t3052133691 * L_2 = __this->get_m_policy_0(); if (!L_2) { goto IL_0025; } } { int32_t L_3 = V_0; PolicyStatement_t3052133691 * L_4 = __this->get_m_policy_0(); NullCheck(L_4); int32_t L_5 = PolicyStatement_GetHashCode_m3508404260(L_4, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)); } IL_0025: { int32_t L_6 = V_0; return L_6; } } // System.Void System.Security.Policy.CodeGroup::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_FromXml_m302163170 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup_FromXml_m302163170_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; String_t* V_1 = NULL; SecurityElement_t1046076091 * V_2 = NULL; Type_t * V_3 = NULL; SecurityElement_t1046076091 * V_4 = NULL; RuntimeObject* V_5 = NULL; SecurityElement_t1046076091 * V_6 = NULL; String_t* V_7 = NULL; Type_t * 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); { SecurityElement_t1046076091 * L_0 = ___e0; 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, _stringLiteral3452614587, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CodeGroup_FromXml_m302163170_RuntimeMethod_var); } IL_0011: { V_0 = (PermissionSet_t223948603 *)NULL; SecurityElement_t1046076091 * L_2 = ___e0; NullCheck(L_2); String_t* L_3 = SecurityElement_Attribute_m2289480139(L_2, _stringLiteral2522445218, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = V_1; if (!L_4) { goto IL_0038; } } { PolicyLevel_t2891196107 * L_5 = ___level1; if (!L_5) { goto IL_0038; } } { PolicyLevel_t2891196107 * L_6 = ___level1; String_t* L_7 = V_1; NullCheck(L_6); NamedPermissionSet_t2915669112 * L_8 = PolicyLevel_GetNamedPermissionSet_m1472132237(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_0080; } IL_0038: { SecurityElement_t1046076091 * L_9 = ___e0; NullCheck(L_9); SecurityElement_t1046076091 * L_10 = SecurityElement_SearchForChildByTag_m900466299(L_9, _stringLiteral21353695, /*hidden argument*/NULL); V_2 = L_10; SecurityElement_t1046076091 * L_11 = V_2; if (!L_11) { goto IL_0074; } } { SecurityElement_t1046076091 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = SecurityElement_Attribute_m2289480139(L_12, _stringLiteral351315815, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_13, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_3 = L_14; Type_t * L_15 = V_3; RuntimeObject * L_16 = Activator_CreateInstance_m2597605935(NULL /*static, unused*/, L_15, (bool)1, /*hidden argument*/NULL); V_0 = ((PermissionSet_t223948603 *)CastclassClass((RuntimeObject*)L_16, PermissionSet_t223948603_il2cpp_TypeInfo_var)); PermissionSet_t223948603 * L_17 = V_0; SecurityElement_t1046076091 * L_18 = V_2; NullCheck(L_17); VirtActionInvoker1< SecurityElement_t1046076091 * >::Invoke(15 /* System.Void System.Security.PermissionSet::FromXml(System.Security.SecurityElement) */, L_17, L_18); goto IL_0080; } IL_0074: { PermissionSet_t223948603 * L_19 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_19, 0, /*hidden argument*/NULL); PermissionSet_t223948603 * L_20 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m2402996717(L_20, L_19, /*hidden argument*/NULL); V_0 = L_20; } IL_0080: { PermissionSet_t223948603 * L_21 = V_0; PolicyStatement_t3052133691 * L_22 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2143301814(L_22, L_21, /*hidden argument*/NULL); __this->set_m_policy_0(L_22); ArrayList_t2718874744 * L_23 = __this->get_m_children_4(); NullCheck(L_23); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_23); SecurityElement_t1046076091 * L_24 = ___e0; NullCheck(L_24); ArrayList_t2718874744 * L_25 = SecurityElement_get_Children_m1231540612(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_011e; } } { SecurityElement_t1046076091 * L_26 = ___e0; NullCheck(L_26); ArrayList_t2718874744 * L_27 = SecurityElement_get_Children_m1231540612(L_26, /*hidden argument*/NULL); NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_27); if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_011e; } } { SecurityElement_t1046076091 * L_29 = ___e0; NullCheck(L_29); ArrayList_t2718874744 * L_30 = SecurityElement_get_Children_m1231540612(L_29, /*hidden argument*/NULL); NullCheck(L_30); RuntimeObject* L_31 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_30); V_5 = L_31; } IL_00c0: try { // begin try (depth: 1) { goto IL_00f7; } IL_00c5: { RuntimeObject* L_32 = V_5; NullCheck(L_32); RuntimeObject * L_33 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_32); V_4 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_33, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_34 = V_4; NullCheck(L_34); String_t* L_35 = SecurityElement_get_Tag_m2258014803(L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, _stringLiteral2343394376, /*hidden argument*/NULL); if (!L_36) { goto IL_00f7; } } IL_00e9: { SecurityElement_t1046076091 * L_37 = V_4; PolicyLevel_t2891196107 * L_38 = ___level1; CodeGroup_t3811807446 * L_39 = CodeGroup_CreateFromXml_m94063289(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); CodeGroup_AddChild_m2906100427(__this, L_39, /*hidden argument*/NULL); } IL_00f7: { RuntimeObject* L_40 = V_5; NullCheck(L_40); bool L_41 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_00c5; } } IL_0103: { IL2CPP_LEAVE(0x11E, FINALLY_0108); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0108; } FINALLY_0108: { // begin finally (depth: 1) { RuntimeObject* L_42 = V_5; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_42, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_43 = V_9; if (L_43) { goto IL_0116; } } IL_0115: { IL2CPP_END_FINALLY(264) } IL_0116: { RuntimeObject* L_44 = V_9; NullCheck(L_44); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_44); IL2CPP_END_FINALLY(264) } } // end finally (depth: 1) IL2CPP_CLEANUP(264) { IL2CPP_JUMP_TBL(0x11E, IL_011e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_011e: { __this->set_m_membershipCondition_1((RuntimeObject*)NULL); SecurityElement_t1046076091 * L_45 = ___e0; NullCheck(L_45); SecurityElement_t1046076091 * L_46 = SecurityElement_SearchForChildByTag_m900466299(L_45, _stringLiteral1567057098, /*hidden argument*/NULL); V_6 = L_46; SecurityElement_t1046076091 * L_47 = V_6; if (!L_47) { goto IL_018b; } } { SecurityElement_t1046076091 * L_48 = V_6; NullCheck(L_48); String_t* L_49 = SecurityElement_Attribute_m2289480139(L_48, _stringLiteral351315815, /*hidden argument*/NULL); V_7 = L_49; String_t* L_50 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_51 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_50, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_8 = L_51; Type_t * L_52 = V_8; if (L_52) { goto IL_016a; } } { String_t* L_53 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral24809731, L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_55 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_54, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_8 = L_55; } IL_016a: { Type_t * L_56 = V_8; RuntimeObject * L_57 = Activator_CreateInstance_m2597605935(NULL /*static, unused*/, L_56, (bool)1, /*hidden argument*/NULL); __this->set_m_membershipCondition_1(((RuntimeObject*)Castclass((RuntimeObject*)L_57, IMembershipCondition_t97388457_il2cpp_TypeInfo_var))); RuntimeObject* L_58 = __this->get_m_membershipCondition_1(); SecurityElement_t1046076091 * L_59 = V_6; PolicyLevel_t2891196107 * L_60 = ___level1; NullCheck(L_58); InterfaceActionInvoker2< SecurityElement_t1046076091 *, PolicyLevel_t2891196107 * >::Invoke(0 /* System.Void System.Security.ISecurityPolicyEncodable::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) */, ISecurityPolicyEncodable_t1336091641_il2cpp_TypeInfo_var, L_58, L_59, L_60); } IL_018b: { SecurityElement_t1046076091 * L_61 = ___e0; NullCheck(L_61); String_t* L_62 = SecurityElement_Attribute_m2289480139(L_61, _stringLiteral62725275, /*hidden argument*/NULL); __this->set_m_name_3(L_62); SecurityElement_t1046076091 * L_63 = ___e0; NullCheck(L_63); String_t* L_64 = SecurityElement_Attribute_m2289480139(L_63, _stringLiteral2833616318, /*hidden argument*/NULL); __this->set_m_description_2(L_64); SecurityElement_t1046076091 * L_65 = ___e0; PolicyLevel_t2891196107 * L_66 = ___level1; VirtActionInvoker2< SecurityElement_t1046076091 *, PolicyLevel_t2891196107 * >::Invoke(6 /* System.Void System.Security.Policy.CodeGroup::ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) */, __this, L_65, L_66); return; } } // System.Void System.Security.Policy.CodeGroup::ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_ParseXml_m1796642228 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { { return; } } // System.Security.SecurityElement System.Security.Policy.CodeGroup::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * CodeGroup_ToXml_m1218385887 (CodeGroup_t3811807446 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = CodeGroup_ToXml_m3772765970(__this, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Security.SecurityElement System.Security.Policy.CodeGroup::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * CodeGroup_ToXml_m3772765970 (CodeGroup_t3811807446 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup_ToXml_m3772765970_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; CodeGroup_t3811807446 * 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); { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral2343394376, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; Type_t * L_2 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Type::get_AssemblyQualifiedName() */, L_2); NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral351315815, L_3, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_4 = V_0; NullCheck(L_4); SecurityElement_AddAttribute_m311510562(L_4, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); String_t* L_5 = CodeGroup_get_Name_m1187989429(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_004d; } } { SecurityElement_t1046076091 * L_6 = V_0; String_t* L_7 = CodeGroup_get_Name_m1187989429(__this, /*hidden argument*/NULL); NullCheck(L_6); SecurityElement_AddAttribute_m311510562(L_6, _stringLiteral62725275, L_7, /*hidden argument*/NULL); } IL_004d: { String_t* L_8 = CodeGroup_get_Description_m333492221(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0069; } } { SecurityElement_t1046076091 * L_9 = V_0; String_t* L_10 = CodeGroup_get_Description_m333492221(__this, /*hidden argument*/NULL); NullCheck(L_9); SecurityElement_AddAttribute_m311510562(L_9, _stringLiteral2833616318, L_10, /*hidden argument*/NULL); } IL_0069: { RuntimeObject* L_11 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_0085; } } { SecurityElement_t1046076091 * L_12 = V_0; RuntimeObject* L_13 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); NullCheck(L_13); SecurityElement_t1046076091 * L_14 = InterfaceFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(1 /* System.Security.SecurityElement System.Security.ISecurityEncodable::ToXml() */, ISecurityEncodable_t2426431352_il2cpp_TypeInfo_var, L_13); NullCheck(L_12); SecurityElement_AddChild_m1606852781(L_12, L_14, /*hidden argument*/NULL); } IL_0085: { PolicyStatement_t3052133691 * L_15 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); if (!L_15) { goto IL_00b6; } } { PolicyStatement_t3052133691 * L_16 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_16); PermissionSet_t223948603 * L_17 = PolicyStatement_get_PermissionSet_m1381848521(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00b6; } } { SecurityElement_t1046076091 * L_18 = V_0; PolicyStatement_t3052133691 * L_19 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_19); PermissionSet_t223948603 * L_20 = PolicyStatement_get_PermissionSet_m1381848521(L_19, /*hidden argument*/NULL); NullCheck(L_20); SecurityElement_t1046076091 * L_21 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_20); NullCheck(L_18); SecurityElement_AddChild_m1606852781(L_18, L_21, /*hidden argument*/NULL); } IL_00b6: { RuntimeObject* L_22 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject* L_23 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_22); V_2 = L_23; } IL_00c2: try { // begin try (depth: 1) { goto IL_00df; } IL_00c7: { RuntimeObject* L_24 = V_2; 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_1 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_25, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_26 = V_0; CodeGroup_t3811807446 * L_27 = V_1; NullCheck(L_27); SecurityElement_t1046076091 * L_28 = CodeGroup_ToXml_m1218385887(L_27, /*hidden argument*/NULL); NullCheck(L_26); SecurityElement_AddChild_m1606852781(L_26, L_28, /*hidden argument*/NULL); } IL_00df: { 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_00c7; } } IL_00ea: { IL2CPP_LEAVE(0x101, FINALLY_00ef); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ef; } FINALLY_00ef: { // begin finally (depth: 1) { RuntimeObject* L_31 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_3; if (L_32) { goto IL_00fa; } } IL_00f9: { IL2CPP_END_FINALLY(239) } IL_00fa: { RuntimeObject* L_33 = V_3; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_33); IL2CPP_END_FINALLY(239) } } // end finally (depth: 1) IL2CPP_CLEANUP(239) { IL2CPP_JUMP_TBL(0x101, IL_0101) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0101: { SecurityElement_t1046076091 * L_34 = V_0; PolicyLevel_t2891196107 * L_35 = ___level0; VirtActionInvoker2< SecurityElement_t1046076091 *, PolicyLevel_t2891196107 * >::Invoke(7 /* System.Void System.Security.Policy.CodeGroup::CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) */, __this, L_34, L_35); SecurityElement_t1046076091 * L_36 = V_0; return L_36; } } // System.Void System.Security.Policy.CodeGroup::CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void CodeGroup_CreateXml_m2331781322 (CodeGroup_t3811807446 * __this, SecurityElement_t1046076091 * ___element0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { { return; } } // System.Security.Policy.CodeGroup System.Security.Policy.CodeGroup::CreateFromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * CodeGroup_CreateFromXml_m94063289 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeGroup_CreateFromXml_m94063289_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; CodeGroup_t3811807446 * V_4 = NULL; String_t* V_5 = NULL; Dictionary_2_t2736202052 * V_6 = NULL; int32_t V_7 = 0; { SecurityElement_t1046076091 * L_0 = ___se0; NullCheck(L_0); String_t* L_1 = SecurityElement_Attribute_m2289480139(L_0, _stringLiteral351315815, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; V_1 = L_2; String_t* L_3 = V_1; NullCheck(L_3); int32_t L_4 = String_IndexOf_m1977622757(L_3, _stringLiteral3452614532, /*hidden argument*/NULL); V_2 = L_4; int32_t L_5 = V_2; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_002a; } } { String_t* L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); String_t* L_8 = String_Substring_m1610150815(L_6, 0, L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_002a: { String_t* L_9 = V_1; NullCheck(L_9); int32_t L_10 = String_LastIndexOf_m2676535141(L_9, _stringLiteral3452614530, /*hidden argument*/NULL); V_2 = L_10; int32_t L_11 = V_2; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0047; } } { String_t* L_12 = V_1; int32_t L_13 = V_2; NullCheck(L_12); String_t* L_14 = String_Substring_m2848979100(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_14; } IL_0047: { String_t* L_15 = V_1; V_5 = L_15; String_t* L_16 = V_5; if (!L_16) { goto IL_00ed; } } { Dictionary_2_t2736202052 * L_17 = ((CodeGroup_t3811807446_StaticFields*)il2cpp_codegen_static_fields_for(CodeGroup_t3811807446_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2E_5(); if (L_17) { goto IL_009e; } } { Dictionary_2_t2736202052 * L_18 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_18, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_6 = L_18; Dictionary_2_t2736202052 * L_19 = V_6; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral2324134036, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_6; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral3600209089, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_6; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral739298298, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_6; NullCheck(L_22); Dictionary_2_Add_m282647386(L_22, _stringLiteral371559367, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_23 = V_6; ((CodeGroup_t3811807446_StaticFields*)il2cpp_codegen_static_fields_for(CodeGroup_t3811807446_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map2E_5(L_23); } IL_009e: { Dictionary_2_t2736202052 * L_24 = ((CodeGroup_t3811807446_StaticFields*)il2cpp_codegen_static_fields_for(CodeGroup_t3811807446_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2E_5(); 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_00ed; } } { int32_t L_27 = V_7; switch (L_27) { case 0: { goto IL_00cd; } case 1: { goto IL_00d5; } case 2: { goto IL_00dd; } case 3: { goto IL_00e5; } } } { goto IL_00ed; } IL_00cd: { SecurityElement_t1046076091 * L_28 = ___se0; PolicyLevel_t2891196107 * L_29 = ___level1; FileCodeGroup_t1720965944 * L_30 = (FileCodeGroup_t1720965944 *)il2cpp_codegen_object_new(FileCodeGroup_t1720965944_il2cpp_TypeInfo_var); FileCodeGroup__ctor_m1392491924(L_30, L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_00d5: { SecurityElement_t1046076091 * L_31 = ___se0; PolicyLevel_t2891196107 * L_32 = ___level1; FirstMatchCodeGroup_t885469689 * L_33 = (FirstMatchCodeGroup_t885469689 *)il2cpp_codegen_object_new(FirstMatchCodeGroup_t885469689_il2cpp_TypeInfo_var); FirstMatchCodeGroup__ctor_m438047425(L_33, L_31, L_32, /*hidden argument*/NULL); return L_33; } IL_00dd: { SecurityElement_t1046076091 * L_34 = ___se0; PolicyLevel_t2891196107 * L_35 = ___level1; NetCodeGroup_t2217812384 * L_36 = (NetCodeGroup_t2217812384 *)il2cpp_codegen_object_new(NetCodeGroup_t2217812384_il2cpp_TypeInfo_var); NetCodeGroup__ctor_m3735351721(L_36, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_00e5: { SecurityElement_t1046076091 * L_37 = ___se0; PolicyLevel_t2891196107 * L_38 = ___level1; UnionCodeGroup_t3773268997 * L_39 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m536904205(L_39, L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_00ed: { String_t* L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m1693760368, L_40, "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"); V_3 = L_41; Type_t * L_42 = V_3; RuntimeObject * L_43 = Activator_CreateInstance_m2597605935(NULL /*static, unused*/, L_42, (bool)1, /*hidden argument*/NULL); V_4 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_43, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); CodeGroup_t3811807446 * L_44 = V_4; SecurityElement_t1046076091 * L_45 = ___se0; PolicyLevel_t2891196107 * L_46 = ___level1; NullCheck(L_44); CodeGroup_FromXml_m302163170(L_44, L_45, L_46, /*hidden argument*/NULL); CodeGroup_t3811807446 * L_47 = V_4; return L_47; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.DefaultPolicies::.cctor() extern "C" IL2CPP_METHOD_ATTR void DefaultPolicies__cctor_m4270198560 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies__cctor_m4270198560_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16))); NullCheck(L_0); (L_0)->SetAt(static_cast(8), (uint8_t)4); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__ecmaKey_1(L_0); ByteU5BU5D_t4116647657* L_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)160))); RuntimeFieldHandle_t1871169219 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D65_56_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__msFinalKey_3(L_1); return; } } // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_FullTrust() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_FullTrust_m2195397749 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_get_FullTrust_m2195397749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_0 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__fullTrust_5(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_1 = DefaultPolicies_BuildFullTrust_m478070868(NULL /*static, unused*/, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__fullTrust_5(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_2 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__fullTrust_5(); return L_2; } } // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_LocalIntranet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_LocalIntranet_m1999255987 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_get_LocalIntranet_m1999255987_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_0 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__localIntranet_6(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_1 = DefaultPolicies_BuildLocalIntranet_m1653250684(NULL /*static, unused*/, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__localIntranet_6(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_2 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__localIntranet_6(); return L_2; } } // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Internet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Internet_m3150485353 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_get_Internet_m3150485353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_0 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__internet_7(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_1 = DefaultPolicies_BuildInternet_m2401202829(NULL /*static, unused*/, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__internet_7(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_2 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__internet_7(); return L_2; } } // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_SkipVerification() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_SkipVerification_m3863779176 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_get_SkipVerification_m3863779176_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_0 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__skipVerification_8(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_1 = DefaultPolicies_BuildSkipVerification_m2946679696(NULL /*static, unused*/, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__skipVerification_8(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_2 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__skipVerification_8(); return L_2; } } // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Execution() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Execution_m3268869637 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_get_Execution_m3268869637_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_0 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__execution_9(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_1 = DefaultPolicies_BuildExecution_m640475052(NULL /*static, unused*/, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__execution_9(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_2 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__execution_9(); return L_2; } } // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Nothing() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Nothing_m1706736562 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_get_Nothing_m1706736562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_0 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__nothing_10(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_1 = DefaultPolicies_BuildNothing_m2923200641(NULL /*static, unused*/, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__nothing_10(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_2 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__nothing_10(); return L_2; } } // System.Security.PermissionSet System.Security.Policy.DefaultPolicies::get_Everything() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * DefaultPolicies_get_Everything_m1119688026 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_get_Everything_m1119688026_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_0 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__everything_11(); if (L_0) { goto IL_0014; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_1 = DefaultPolicies_BuildEverything_m1936139691(NULL /*static, unused*/, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__everything_11(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); NamedPermissionSet_t2915669112 * L_2 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__everything_11(); return L_2; } } // System.Security.Policy.StrongNameMembershipCondition System.Security.Policy.DefaultPolicies::FullTrustMembership(System.String,System.Security.Policy.DefaultPolicies/Key) extern "C" IL2CPP_METHOD_ATTR StrongNameMembershipCondition_t2614563360 * DefaultPolicies_FullTrustMembership_m3015876958 (RuntimeObject * __this /* static, unused */, String_t* ___name0, int32_t ___key1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_FullTrustMembership_m3015876958_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongNamePublicKeyBlob_t3355146440 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (StrongNamePublicKeyBlob_t3355146440 *)NULL; int32_t L_0 = ___key1; V_1 = L_0; int32_t L_1 = V_1; if (!L_1) { goto IL_0016; } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_003a; } } { goto IL_005e; } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob_t3355146440 * L_3 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__ecma_2(); if (L_3) { goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_4 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__ecmaKey_1(); StrongNamePublicKeyBlob_t3355146440 * L_5 = (StrongNamePublicKeyBlob_t3355146440 *)il2cpp_codegen_object_new(StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob__ctor_m410211827(L_5, L_4, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__ecma_2(L_5); } IL_002f: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob_t3355146440 * L_6 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__ecma_2(); V_0 = L_6; goto IL_005e; } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob_t3355146440 * L_7 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__msFinal_4(); if (L_7) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_8 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__msFinalKey_3(); StrongNamePublicKeyBlob_t3355146440 * L_9 = (StrongNamePublicKeyBlob_t3355146440 *)il2cpp_codegen_object_new(StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob__ctor_m410211827(L_9, L_8, /*hidden argument*/NULL); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__msFinal_4(L_9); } IL_0053: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob_t3355146440 * L_10 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__msFinal_4(); V_0 = L_10; goto IL_005e; } IL_005e: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); Version_t3456873960 * L_11 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__fxVersion_0(); bool L_12 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_11, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_007d; } } { Version_t3456873960 * L_13 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m1394137037(L_13, _stringLiteral309990348, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->set__fxVersion_0(L_13); } IL_007d: { StrongNamePublicKeyBlob_t3355146440 * L_14 = V_0; String_t* L_15 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); Version_t3456873960 * L_16 = ((DefaultPolicies_t2520506789_StaticFields*)il2cpp_codegen_static_fields_for(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var))->get__fxVersion_0(); StrongNameMembershipCondition_t2614563360 * L_17 = (StrongNameMembershipCondition_t2614563360 *)il2cpp_codegen_object_new(StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var); StrongNameMembershipCondition__ctor_m2312244552(L_17, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildFullTrust() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildFullTrust_m478070868 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_BuildFullTrust_m478070868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m3579418217(L_0, _stringLiteral4204605065, 1, /*hidden argument*/NULL); return L_0; } } // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildLocalIntranet() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildLocalIntranet_m1653250684 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_BuildLocalIntranet_m1653250684_MetadataUsageId); s_Il2CppMethodInitialized = true; } NamedPermissionSet_t2915669112 * V_0 = NULL; IsolatedStorageFilePermission_t2861120981 * V_1 = NULL; int32_t V_2 = 0; { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m3579418217(L_0, _stringLiteral4088324911, 0, /*hidden argument*/NULL); V_0 = L_0; NamedPermissionSet_t2915669112 * L_1 = V_0; EnvironmentPermission_t1242010617 * L_2 = (EnvironmentPermission_t1242010617 *)il2cpp_codegen_object_new(EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var); EnvironmentPermission__ctor_m3571291367(L_2, 1, _stringLiteral582697778, /*hidden argument*/NULL); NullCheck(L_1); PermissionSet_AddPermission_m409481996(L_1, L_2, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_3 = V_0; FileDialogPermission_t986095094 * L_4 = (FileDialogPermission_t986095094 *)il2cpp_codegen_object_new(FileDialogPermission_t986095094_il2cpp_TypeInfo_var); FileDialogPermission__ctor_m1540359201(L_4, 1, /*hidden argument*/NULL); NullCheck(L_3); PermissionSet_AddPermission_m409481996(L_3, L_4, /*hidden argument*/NULL); IsolatedStorageFilePermission_t2861120981 * L_5 = (IsolatedStorageFilePermission_t2861120981 *)il2cpp_codegen_object_new(IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var); IsolatedStorageFilePermission__ctor_m3391652299(L_5, 0, /*hidden argument*/NULL); V_1 = L_5; IsolatedStorageFilePermission_t2861120981 * L_6 = V_1; NullCheck(L_6); IsolatedStoragePermission_set_UsageAllowed_m4108712463(L_6, ((int32_t)32), /*hidden argument*/NULL); IsolatedStorageFilePermission_t2861120981 * L_7 = V_1; NullCheck(L_7); IsolatedStoragePermission_set_UserQuota_m818353199(L_7, ((int64_t)std::numeric_limits::max()), /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_8 = V_0; IsolatedStorageFilePermission_t2861120981 * L_9 = V_1; NullCheck(L_8); PermissionSet_AddPermission_m409481996(L_8, L_9, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_10 = V_0; ReflectionPermission_t2208099681 * L_11 = (ReflectionPermission_t2208099681 *)il2cpp_codegen_object_new(ReflectionPermission_t2208099681_il2cpp_TypeInfo_var); ReflectionPermission__ctor_m1354536571(L_11, 4, /*hidden argument*/NULL); NullCheck(L_10); PermissionSet_AddPermission_m409481996(L_10, L_11, /*hidden argument*/NULL); V_2 = ((int32_t)9); NamedPermissionSet_t2915669112 * L_12 = V_0; int32_t L_13 = V_2; SecurityPermission_t2954997752 * L_14 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_14, L_13, /*hidden argument*/NULL); NullCheck(L_12); PermissionSet_AddPermission_m409481996(L_12, L_14, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_15 = V_0; UIPermission_t826475846 * L_16 = (UIPermission_t826475846 *)il2cpp_codegen_object_new(UIPermission_t826475846_il2cpp_TypeInfo_var); UIPermission__ctor_m430945808(L_16, 1, /*hidden argument*/NULL); NullCheck(L_15); PermissionSet_AddPermission_m409481996(L_15, L_16, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_18 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral1159331104, 1, /*hidden argument*/NULL); NullCheck(L_17); PermissionSet_AddPermission_m409481996(L_17, L_18, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); SecurityElement_t1046076091 * L_20 = DefaultPolicies_PrintingPermission_m2449497303(NULL /*static, unused*/, _stringLiteral3235464780, /*hidden argument*/NULL); RuntimeObject* L_21 = PermissionBuilder_Create_m2648564436(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); NullCheck(L_19); PermissionSet_AddPermission_m409481996(L_19, L_21, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_22 = V_0; return L_22; } } // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildInternet() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildInternet_m2401202829 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_BuildInternet_m2401202829_MetadataUsageId); s_Il2CppMethodInitialized = true; } NamedPermissionSet_t2915669112 * V_0 = NULL; IsolatedStorageFilePermission_t2861120981 * V_1 = NULL; { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m3579418217(L_0, _stringLiteral2729772498, 0, /*hidden argument*/NULL); V_0 = L_0; NamedPermissionSet_t2915669112 * L_1 = V_0; FileDialogPermission_t986095094 * L_2 = (FileDialogPermission_t986095094 *)il2cpp_codegen_object_new(FileDialogPermission_t986095094_il2cpp_TypeInfo_var); FileDialogPermission__ctor_m2387896431(L_2, 1, /*hidden argument*/NULL); NullCheck(L_1); PermissionSet_AddPermission_m409481996(L_1, L_2, /*hidden argument*/NULL); IsolatedStorageFilePermission_t2861120981 * L_3 = (IsolatedStorageFilePermission_t2861120981 *)il2cpp_codegen_object_new(IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var); IsolatedStorageFilePermission__ctor_m3391652299(L_3, 0, /*hidden argument*/NULL); V_1 = L_3; IsolatedStorageFilePermission_t2861120981 * L_4 = V_1; NullCheck(L_4); IsolatedStoragePermission_set_UsageAllowed_m4108712463(L_4, ((int32_t)16), /*hidden argument*/NULL); IsolatedStorageFilePermission_t2861120981 * L_5 = V_1; NullCheck(L_5); IsolatedStoragePermission_set_UserQuota_m818353199(L_5, (((int64_t)((int64_t)((int32_t)512000)))), /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_6 = V_0; IsolatedStorageFilePermission_t2861120981 * L_7 = V_1; NullCheck(L_6); PermissionSet_AddPermission_m409481996(L_6, L_7, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_8 = V_0; SecurityPermission_t2954997752 * L_9 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_9, 8, /*hidden argument*/NULL); NullCheck(L_8); PermissionSet_AddPermission_m409481996(L_8, L_9, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_10 = V_0; UIPermission_t826475846 * L_11 = (UIPermission_t826475846 *)il2cpp_codegen_object_new(UIPermission_t826475846_il2cpp_TypeInfo_var); UIPermission__ctor_m764438077(L_11, 2, 1, /*hidden argument*/NULL); NullCheck(L_10); PermissionSet_AddPermission_m409481996(L_10, L_11, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); SecurityElement_t1046076091 * L_13 = DefaultPolicies_PrintingPermission_m2449497303(NULL /*static, unused*/, _stringLiteral3235464780, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_14 = PermissionBuilder_Create_m2648564436(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); PermissionSet_AddPermission_m409481996(L_12, L_14, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_15 = V_0; return L_15; } } // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildSkipVerification() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildSkipVerification_m2946679696 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_BuildSkipVerification_m2946679696_MetadataUsageId); s_Il2CppMethodInitialized = true; } NamedPermissionSet_t2915669112 * V_0 = NULL; { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m3579418217(L_0, _stringLiteral2298016356, 0, /*hidden argument*/NULL); V_0 = L_0; NamedPermissionSet_t2915669112 * L_1 = V_0; SecurityPermission_t2954997752 * L_2 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_2, 4, /*hidden argument*/NULL); NullCheck(L_1); PermissionSet_AddPermission_m409481996(L_1, L_2, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_3 = V_0; return L_3; } } // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildExecution() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildExecution_m640475052 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_BuildExecution_m640475052_MetadataUsageId); s_Il2CppMethodInitialized = true; } NamedPermissionSet_t2915669112 * V_0 = NULL; { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m3579418217(L_0, _stringLiteral4009080234, 0, /*hidden argument*/NULL); V_0 = L_0; NamedPermissionSet_t2915669112 * L_1 = V_0; SecurityPermission_t2954997752 * L_2 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_2, 8, /*hidden argument*/NULL); NullCheck(L_1); PermissionSet_AddPermission_m409481996(L_1, L_2, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_3 = V_0; return L_3; } } // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildNothing() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildNothing_m2923200641 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_BuildNothing_m2923200641_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m3579418217(L_0, _stringLiteral935730012, 0, /*hidden argument*/NULL); return L_0; } } // System.Security.NamedPermissionSet System.Security.Policy.DefaultPolicies::BuildEverything() extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * DefaultPolicies_BuildEverything_m1936139691 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_BuildEverything_m1936139691_MetadataUsageId); s_Il2CppMethodInitialized = true; } NamedPermissionSet_t2915669112 * V_0 = NULL; int32_t V_1 = 0; { NamedPermissionSet_t2915669112 * L_0 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m3579418217(L_0, _stringLiteral2532255921, 0, /*hidden argument*/NULL); V_0 = L_0; NamedPermissionSet_t2915669112 * L_1 = V_0; EnvironmentPermission_t1242010617 * L_2 = (EnvironmentPermission_t1242010617 *)il2cpp_codegen_object_new(EnvironmentPermission_t1242010617_il2cpp_TypeInfo_var); EnvironmentPermission__ctor_m592705807(L_2, 1, /*hidden argument*/NULL); NullCheck(L_1); PermissionSet_AddPermission_m409481996(L_1, L_2, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_3 = V_0; FileDialogPermission_t986095094 * L_4 = (FileDialogPermission_t986095094 *)il2cpp_codegen_object_new(FileDialogPermission_t986095094_il2cpp_TypeInfo_var); FileDialogPermission__ctor_m1540359201(L_4, 1, /*hidden argument*/NULL); NullCheck(L_3); PermissionSet_AddPermission_m409481996(L_3, L_4, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_5 = V_0; FileIOPermission_t3596906749 * L_6 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1908186556(L_6, 1, /*hidden argument*/NULL); NullCheck(L_5); PermissionSet_AddPermission_m409481996(L_5, L_6, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_7 = V_0; IsolatedStorageFilePermission_t2861120981 * L_8 = (IsolatedStorageFilePermission_t2861120981 *)il2cpp_codegen_object_new(IsolatedStorageFilePermission_t2861120981_il2cpp_TypeInfo_var); IsolatedStorageFilePermission__ctor_m3391652299(L_8, 1, /*hidden argument*/NULL); NullCheck(L_7); PermissionSet_AddPermission_m409481996(L_7, L_8, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_9 = V_0; ReflectionPermission_t2208099681 * L_10 = (ReflectionPermission_t2208099681 *)il2cpp_codegen_object_new(ReflectionPermission_t2208099681_il2cpp_TypeInfo_var); ReflectionPermission__ctor_m604587807(L_10, 1, /*hidden argument*/NULL); NullCheck(L_9); PermissionSet_AddPermission_m409481996(L_9, L_10, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_11 = V_0; RegistryPermission_t4244934776 * L_12 = (RegistryPermission_t4244934776 *)il2cpp_codegen_object_new(RegistryPermission_t4244934776_il2cpp_TypeInfo_var); RegistryPermission__ctor_m2010290529(L_12, 1, /*hidden argument*/NULL); NullCheck(L_11); PermissionSet_AddPermission_m409481996(L_11, L_12, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_13 = V_0; KeyContainerPermission_t1460699488 * L_14 = (KeyContainerPermission_t1460699488 *)il2cpp_codegen_object_new(KeyContainerPermission_t1460699488_il2cpp_TypeInfo_var); KeyContainerPermission__ctor_m747139231(L_14, 1, /*hidden argument*/NULL); NullCheck(L_13); PermissionSet_AddPermission_m409481996(L_13, L_14, /*hidden argument*/NULL); V_1 = ((int32_t)16383); int32_t L_15 = V_1; V_1 = ((int32_t)((int32_t)L_15&(int32_t)((int32_t)-5))); NamedPermissionSet_t2915669112 * L_16 = V_0; int32_t L_17 = V_1; SecurityPermission_t2954997752 * L_18 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_18, L_17, /*hidden argument*/NULL); NullCheck(L_16); PermissionSet_AddPermission_m409481996(L_16, L_18, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_19 = V_0; UIPermission_t826475846 * L_20 = (UIPermission_t826475846 *)il2cpp_codegen_object_new(UIPermission_t826475846_il2cpp_TypeInfo_var); UIPermission__ctor_m430945808(L_20, 1, /*hidden argument*/NULL); NullCheck(L_19); PermissionSet_AddPermission_m409481996(L_19, L_20, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(PermissionBuilder_t1403083973_il2cpp_TypeInfo_var); RuntimeObject* L_22 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral1159331104, 1, /*hidden argument*/NULL); NullCheck(L_21); PermissionSet_AddPermission_m409481996(L_21, L_22, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_23 = V_0; RuntimeObject* L_24 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral1206058885, 1, /*hidden argument*/NULL); NullCheck(L_23); PermissionSet_AddPermission_m409481996(L_23, L_24, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_25 = V_0; RuntimeObject* L_26 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral1475500354, 1, /*hidden argument*/NULL); NullCheck(L_25); PermissionSet_AddPermission_m409481996(L_25, L_26, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_27 = V_0; RuntimeObject* L_28 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral1085872370, 1, /*hidden argument*/NULL); NullCheck(L_27); PermissionSet_AddPermission_m409481996(L_27, L_28, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_29 = V_0; RuntimeObject* L_30 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral382530498, 1, /*hidden argument*/NULL); NullCheck(L_29); PermissionSet_AddPermission_m409481996(L_29, L_30, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_31 = V_0; RuntimeObject* L_32 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral4045299844, 1, /*hidden argument*/NULL); NullCheck(L_31); PermissionSet_AddPermission_m409481996(L_31, L_32, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_33 = V_0; RuntimeObject* L_34 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral2376949307, 1, /*hidden argument*/NULL); NullCheck(L_33); PermissionSet_AddPermission_m409481996(L_33, L_34, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_35 = V_0; RuntimeObject* L_36 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral3606710280, 1, /*hidden argument*/NULL); NullCheck(L_35); PermissionSet_AddPermission_m409481996(L_35, L_36, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_37 = V_0; RuntimeObject* L_38 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral1554096542, 1, /*hidden argument*/NULL); NullCheck(L_37); PermissionSet_AddPermission_m409481996(L_37, L_38, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_39 = V_0; RuntimeObject* L_40 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral2002132800, 1, /*hidden argument*/NULL); NullCheck(L_39); PermissionSet_AddPermission_m409481996(L_39, L_40, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_41 = V_0; RuntimeObject* L_42 = PermissionBuilder_Create_m2704032924(NULL /*static, unused*/, _stringLiteral1118865427, 1, /*hidden argument*/NULL); NullCheck(L_41); PermissionSet_AddPermission_m409481996(L_41, L_42, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_43 = V_0; return L_43; } } // System.Security.SecurityElement System.Security.Policy.DefaultPolicies::PrintingPermission(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * DefaultPolicies_PrintingPermission_m2449497303 (RuntimeObject * __this /* static, unused */, String_t* ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DefaultPolicies_PrintingPermission_m2449497303_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral1361836849, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral351315815, _stringLiteral1206058885, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_2 = V_0; NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_3 = V_0; String_t* L_4 = ___level0; NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral1232841122, L_4, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Evidence::.ctor() extern "C" IL2CPP_METHOD_ATTR void Evidence__ctor_m415538579 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.Evidence::.ctor(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR void Evidence__ctor_m3197451084 (Evidence_t2008144148 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Evidence_t2008144148 * L_0 = ___evidence0; if (!L_0) { goto IL_0013; } } { Evidence_t2008144148 * L_1 = ___evidence0; Evidence_Merge_m4134639685(__this, L_1, /*hidden argument*/NULL); } IL_0013: { return; } } // System.Int32 System.Security.Policy.Evidence::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Evidence_get_Count_m4079441921 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1(); if (!L_0) { goto IL_001b; } } { int32_t L_1 = V_0; ArrayList_t2718874744 * L_2 = __this->get_hostEvidenceList_1(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)); } IL_001b: { ArrayList_t2718874744 * L_4 = __this->get_assemblyEvidenceList_2(); if (!L_4) { goto IL_0034; } } { int32_t L_5 = V_0; ArrayList_t2718874744 * L_6 = __this->get_assemblyEvidenceList_2(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)); } IL_0034: { int32_t L_8 = V_0; return L_8; } } // System.Boolean System.Security.Policy.Evidence::get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool Evidence_get_IsSynchronized_m3446368195 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Security.Policy.Evidence::get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Evidence_get_SyncRoot_m2835084965 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { { return __this; } } // System.Collections.ArrayList System.Security.Policy.Evidence::get_HostEvidenceList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * Evidence_get_HostEvidenceList_m2705108086 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_get_HostEvidenceList_m2705108086_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1(); if (L_0) { goto IL_001b; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_2 = ArrayList_Synchronized_m1327684267(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_hostEvidenceList_1(L_2); } IL_001b: { ArrayList_t2718874744 * L_3 = __this->get_hostEvidenceList_1(); return L_3; } } // System.Collections.ArrayList System.Security.Policy.Evidence::get_AssemblyEvidenceList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * Evidence_get_AssemblyEvidenceList_m632963901 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_get_AssemblyEvidenceList_m632963901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_assemblyEvidenceList_2(); if (L_0) { goto IL_001b; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_2 = ArrayList_Synchronized_m1327684267(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); __this->set_assemblyEvidenceList_2(L_2); } IL_001b: { ArrayList_t2718874744 * L_3 = __this->get_assemblyEvidenceList_2(); return L_3; } } // System.Void System.Security.Policy.Evidence::AddAssembly(System.Object) extern "C" IL2CPP_METHOD_ATTR void Evidence_AddAssembly_m275185736 (Evidence_t2008144148 * __this, RuntimeObject * ___id0, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = Evidence_get_AssemblyEvidenceList_m632963901(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = ___id0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); __this->set__hashCode_3(0); return; } } // System.Void System.Security.Policy.Evidence::AddHost(System.Object) extern "C" IL2CPP_METHOD_ATTR void Evidence_AddHost_m2781899839 (Evidence_t2008144148 * __this, RuntimeObject * ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_AddHost_m2781899839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__locked_0(); if (!L_0) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_1 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { SecurityPermission_t2954997752 * L_2 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_2, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_2); CodeAccessPermission_Demand_m2609746972(L_2, /*hidden argument*/NULL); } IL_0021: { ArrayList_t2718874744 * L_3 = Evidence_get_HostEvidenceList_m2705108086(__this, /*hidden argument*/NULL); RuntimeObject * L_4 = ___id0; NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); __this->set__hashCode_3(0); return; } } // System.Void System.Security.Policy.Evidence::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Evidence_CopyTo_m872435527 (Evidence_t2008144148 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1(); if (!L_0) { goto IL_002d; } } { ArrayList_t2718874744 * L_1 = __this->get_hostEvidenceList_1(); 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 ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_002d; } } { ArrayList_t2718874744 * L_4 = __this->get_hostEvidenceList_1(); RuntimeArray * L_5 = ___array0; int32_t L_6 = ___index1; NullCheck(L_4); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_4, L_5, L_6); } IL_002d: { ArrayList_t2718874744 * L_7 = __this->get_assemblyEvidenceList_2(); if (!L_7) { goto IL_0058; } } { ArrayList_t2718874744 * L_8 = __this->get_assemblyEvidenceList_2(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0058; } } { ArrayList_t2718874744 * L_10 = __this->get_assemblyEvidenceList_2(); RuntimeArray * L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = V_0; NullCheck(L_10); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_10, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))); } IL_0058: { return; } } // System.Boolean System.Security.Policy.Evidence::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Evidence_Equals_m1478353107 (Evidence_t2008144148 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_Equals_m1478353107_MetadataUsageId); s_Il2CppMethodInitialized = true; } Evidence_t2008144148 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; int32_t V_6 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___obj0; V_0 = ((Evidence_t2008144148 *)IsInstSealed((RuntimeObject*)L_1, Evidence_t2008144148_il2cpp_TypeInfo_var)); Evidence_t2008144148 * L_2 = V_0; if (L_2) { goto IL_0017; } } { return (bool)0; } IL_0017: { ArrayList_t2718874744 * L_3 = Evidence_get_HostEvidenceList_m2705108086(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); Evidence_t2008144148 * L_5 = V_0; NullCheck(L_5); ArrayList_t2718874744 * L_6 = Evidence_get_HostEvidenceList_m2705108086(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); if ((((int32_t)L_4) == ((int32_t)L_7))) { goto IL_0034; } } { return (bool)0; } IL_0034: { ArrayList_t2718874744 * L_8 = Evidence_get_AssemblyEvidenceList_m632963901(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); Evidence_t2008144148 * L_10 = V_0; NullCheck(L_10); ArrayList_t2718874744 * L_11 = Evidence_get_AssemblyEvidenceList_m632963901(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_11); if ((((int32_t)L_9) == ((int32_t)L_12))) { goto IL_0051; } } { return (bool)0; } IL_0051: { V_1 = 0; goto IL_00ab; } IL_0058: { V_2 = (bool)0; V_3 = 0; goto IL_008e; } IL_0061: { ArrayList_t2718874744 * L_13 = __this->get_hostEvidenceList_1(); int32_t L_14 = V_1; NullCheck(L_13); RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14); Evidence_t2008144148 * L_16 = V_0; NullCheck(L_16); ArrayList_t2718874744 * L_17 = L_16->get_hostEvidenceList_1(); int32_t L_18 = V_3; NullCheck(L_17); RuntimeObject * L_19 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_17, L_18); NullCheck(L_15); bool L_20 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_15, L_19); if (!L_20) { goto IL_008a; } } { V_2 = (bool)1; goto IL_009f; } IL_008a: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_008e: { int32_t L_22 = V_3; Evidence_t2008144148 * L_23 = V_0; NullCheck(L_23); ArrayList_t2718874744 * L_24 = L_23->get_hostEvidenceList_1(); NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24); if ((((int32_t)L_22) < ((int32_t)L_25))) { goto IL_0061; } } IL_009f: { bool L_26 = V_2; if (L_26) { goto IL_00a7; } } { return (bool)0; } IL_00a7: { int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00ab: { int32_t L_28 = V_1; ArrayList_t2718874744 * L_29 = __this->get_hostEvidenceList_1(); NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_0058; } } { V_4 = 0; goto IL_0122; } IL_00c4: { V_5 = (bool)0; V_6 = 0; goto IL_0101; } IL_00cf: { ArrayList_t2718874744 * L_31 = __this->get_assemblyEvidenceList_2(); int32_t L_32 = V_4; NullCheck(L_31); RuntimeObject * L_33 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_31, L_32); Evidence_t2008144148 * L_34 = V_0; NullCheck(L_34); ArrayList_t2718874744 * L_35 = L_34->get_assemblyEvidenceList_2(); int32_t L_36 = V_6; NullCheck(L_35); RuntimeObject * L_37 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_35, L_36); NullCheck(L_33); bool L_38 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_33, L_37); if (!L_38) { goto IL_00fb; } } { V_5 = (bool)1; goto IL_0113; } IL_00fb: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_0101: { int32_t L_40 = V_6; Evidence_t2008144148 * L_41 = V_0; NullCheck(L_41); ArrayList_t2718874744 * L_42 = L_41->get_assemblyEvidenceList_2(); NullCheck(L_42); int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_42); if ((((int32_t)L_40) < ((int32_t)L_43))) { goto IL_00cf; } } IL_0113: { bool L_44 = V_5; if (L_44) { goto IL_011c; } } { return (bool)0; } IL_011c: { int32_t L_45 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_0122: { int32_t L_46 = V_4; ArrayList_t2718874744 * L_47 = __this->get_assemblyEvidenceList_2(); NullCheck(L_47); int32_t L_48 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_47); if ((((int32_t)L_46) < ((int32_t)L_48))) { goto IL_00c4; } } { return (bool)1; } } // System.Collections.IEnumerator System.Security.Policy.Evidence::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Evidence_GetEnumerator_m302914965 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_GetEnumerator_m302914965_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { V_0 = (RuntimeObject*)NULL; ArrayList_t2718874744 * L_0 = __this->get_hostEvidenceList_1(); if (!L_0) { goto IL_0019; } } { ArrayList_t2718874744 * L_1 = __this->get_hostEvidenceList_1(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_0 = L_2; } IL_0019: { V_1 = (RuntimeObject*)NULL; ArrayList_t2718874744 * L_3 = __this->get_assemblyEvidenceList_2(); if (!L_3) { goto IL_0032; } } { ArrayList_t2718874744 * L_4 = __this->get_assemblyEvidenceList_2(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_1 = L_5; } IL_0032: { RuntimeObject* L_6 = V_0; RuntimeObject* L_7 = V_1; EvidenceEnumerator_t1708166667 * L_8 = (EvidenceEnumerator_t1708166667 *)il2cpp_codegen_object_new(EvidenceEnumerator_t1708166667_il2cpp_TypeInfo_var); EvidenceEnumerator__ctor_m3211544433(L_8, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Int32 System.Security.Policy.Evidence::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Evidence_GetHashCode_m2129946875 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get__hashCode_3(); if (L_0) { goto IL_0095; } } { ArrayList_t2718874744 * L_1 = __this->get_hostEvidenceList_1(); if (!L_1) { goto IL_0050; } } { V_0 = 0; goto IL_003f; } IL_001d: { int32_t L_2 = __this->get__hashCode_3(); ArrayList_t2718874744 * L_3 = __this->get_hostEvidenceList_1(); int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5); __this->set__hashCode_3(((int32_t)((int32_t)L_2^(int32_t)L_6))); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_003f: { int32_t L_8 = V_0; ArrayList_t2718874744 * L_9 = __this->get_hostEvidenceList_1(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_001d; } } IL_0050: { ArrayList_t2718874744 * L_11 = __this->get_assemblyEvidenceList_2(); if (!L_11) { goto IL_0095; } } { V_1 = 0; goto IL_0084; } IL_0062: { int32_t L_12 = __this->get__hashCode_3(); ArrayList_t2718874744 * L_13 = __this->get_assemblyEvidenceList_2(); int32_t L_14 = V_1; NullCheck(L_13); RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15); __this->set__hashCode_3(((int32_t)((int32_t)L_12^(int32_t)L_16))); int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0084: { int32_t L_18 = V_1; ArrayList_t2718874744 * L_19 = __this->get_assemblyEvidenceList_2(); NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0062; } } IL_0095: { int32_t L_21 = __this->get__hashCode_3(); return L_21; } } // System.Collections.IEnumerator System.Security.Policy.Evidence::GetHostEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Evidence_GetHostEnumerator_m3107191439 (Evidence_t2008144148 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = Evidence_get_HostEvidenceList_m2705108086(__this, /*hidden argument*/NULL); 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.Security.Policy.Evidence::Merge(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR void Evidence_Merge_m4134639685 (Evidence_t2008144148 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_Merge_m4134639685_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; RuntimeObject* 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); { Evidence_t2008144148 * L_0 = ___evidence0; if (!L_0) { goto IL_00b7; } } { Evidence_t2008144148 * L_1 = ___evidence0; NullCheck(L_1); int32_t L_2 = Evidence_get_Count_m4079441921(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_00b7; } } { Evidence_t2008144148 * L_3 = ___evidence0; NullCheck(L_3); ArrayList_t2718874744 * L_4 = L_3->get_hostEvidenceList_1(); if (!L_4) { goto IL_0061; } } { Evidence_t2008144148 * L_5 = ___evidence0; NullCheck(L_5); ArrayList_t2718874744 * L_6 = L_5->get_hostEvidenceList_1(); NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_6); V_1 = L_7; } IL_0029: try { // begin try (depth: 1) { goto IL_003c; } IL_002e: { RuntimeObject* L_8 = V_1; 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_0 = L_9; RuntimeObject * L_10 = V_0; Evidence_AddHost_m2781899839(__this, L_10, /*hidden argument*/NULL); } IL_003c: { RuntimeObject* L_11 = V_1; 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_002e; } } 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_1; 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: { Evidence_t2008144148 * L_16 = ___evidence0; NullCheck(L_16); ArrayList_t2718874744 * L_17 = L_16->get_assemblyEvidenceList_2(); if (!L_17) { goto IL_00b0; } } { Evidence_t2008144148 * L_18 = ___evidence0; NullCheck(L_18); ArrayList_t2718874744 * L_19 = L_18->get_assemblyEvidenceList_2(); NullCheck(L_19); RuntimeObject* L_20 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_19); V_3 = L_20; } IL_0078: try { // begin try (depth: 1) { goto IL_008b; } IL_007d: { RuntimeObject* L_21 = V_3; NullCheck(L_21); RuntimeObject * L_22 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_21); V_2 = L_22; RuntimeObject * L_23 = V_2; Evidence_AddAssembly_m275185736(__this, L_23, /*hidden argument*/NULL); } IL_008b: { RuntimeObject* L_24 = V_3; 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_007d; } } IL_0096: { IL2CPP_LEAVE(0xB0, FINALLY_009b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009b; } FINALLY_009b: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_5; if (L_27) { goto IL_00a8; } } IL_00a7: { IL2CPP_END_FINALLY(155) } IL_00a8: { RuntimeObject* L_28 = V_5; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(155) } } // end finally (depth: 1) IL2CPP_CLEANUP(155) { IL2CPP_JUMP_TBL(0xB0, IL_00b0) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b0: { __this->set__hashCode_3(0); } IL_00b7: { return; } } // System.Boolean System.Security.Policy.Evidence::IsAuthenticodePresent(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR bool Evidence_IsAuthenticodePresent_m2984581963 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, const RuntimeMethod* method) { typedef bool (*Evidence_IsAuthenticodePresent_m2984581963_ftn) (Assembly_t *); using namespace il2cpp::icalls; return ((Evidence_IsAuthenticodePresent_m2984581963_ftn)mscorlib::System::Security::Policy::Evidence::IsAuthenticodePresent) (___a0); } // System.Security.Policy.Evidence System.Security.Policy.Evidence::GetDefaultHostEvidence(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR Evidence_t2008144148 * Evidence_GetDefaultHostEvidence_m3906728247 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Evidence_GetDefaultHostEvidence_m3906728247_MetadataUsageId); s_Il2CppMethodInitialized = true; } Evidence_t2008144148 * V_0 = NULL; String_t* V_1 = NULL; AssemblyName_t270931938 * V_2 = NULL; ByteU5BU5D_t4116647657* V_3 = NULL; StrongNamePublicKeyBlob_t3355146440 * V_4 = NULL; AuthenticodeDeformatter_t88130231 * V_5 = NULL; X509Certificate_t713131622 * V_6 = NULL; AppDomainManager_t1420869192 * V_7 = NULL; { Evidence_t2008144148 * L_0 = (Evidence_t2008144148 *)il2cpp_codegen_object_new(Evidence_t2008144148_il2cpp_TypeInfo_var); Evidence__ctor_m415538579(L_0, /*hidden argument*/NULL); V_0 = L_0; Assembly_t * L_1 = ___a0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_EscapedCodeBase() */, L_1); V_1 = L_2; Evidence_t2008144148 * L_3 = V_0; String_t* L_4 = V_1; Zone_t2011285646 * L_5 = Zone_CreateFromUrl_m2027562543(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); Evidence_AddHost_m2781899839(L_3, L_5, /*hidden argument*/NULL); Evidence_t2008144148 * L_6 = V_0; String_t* L_7 = V_1; Url_t207802215 * L_8 = (Url_t207802215 *)il2cpp_codegen_object_new(Url_t207802215_il2cpp_TypeInfo_var); Url__ctor_m1502018922(L_8, L_7, /*hidden argument*/NULL); NullCheck(L_6); Evidence_AddHost_m2781899839(L_6, L_8, /*hidden argument*/NULL); Evidence_t2008144148 * L_9 = V_0; Assembly_t * L_10 = ___a0; Hash_t5925575 * L_11 = (Hash_t5925575 *)il2cpp_codegen_object_new(Hash_t5925575_il2cpp_TypeInfo_var); Hash__ctor_m3828429018(L_11, L_10, /*hidden argument*/NULL); NullCheck(L_9); Evidence_AddHost_m2781899839(L_9, L_11, /*hidden argument*/NULL); String_t* L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_14 = String_Compare_m945110377(NULL /*static, unused*/, _stringLiteral1511110195, 0, L_12, 0, 7, (bool)1, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0056; } } { Evidence_t2008144148 * L_15 = V_0; String_t* L_16 = V_1; Site_t1075497104 * L_17 = Site_CreateFromUrl_m2763504102(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); NullCheck(L_15); Evidence_AddHost_m2781899839(L_15, L_17, /*hidden argument*/NULL); } IL_0056: { Assembly_t * L_18 = ___a0; NullCheck(L_18); AssemblyName_t270931938 * L_19 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(21 /* System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() */, L_18); V_2 = L_19; AssemblyName_t270931938 * L_20 = V_2; NullCheck(L_20); ByteU5BU5D_t4116647657* L_21 = AssemblyName_GetPublicKey_m1356287156(L_20, /*hidden argument*/NULL); V_3 = L_21; ByteU5BU5D_t4116647657* L_22 = V_3; if (!L_22) { goto IL_0094; } } { ByteU5BU5D_t4116647657* L_23 = V_3; NullCheck(L_23); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))) <= ((int32_t)0))) { goto IL_0094; } } { ByteU5BU5D_t4116647657* L_24 = V_3; StrongNamePublicKeyBlob_t3355146440 * L_25 = (StrongNamePublicKeyBlob_t3355146440 *)il2cpp_codegen_object_new(StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob__ctor_m410211827(L_25, L_24, /*hidden argument*/NULL); V_4 = L_25; Evidence_t2008144148 * L_26 = V_0; StrongNamePublicKeyBlob_t3355146440 * L_27 = V_4; AssemblyName_t270931938 * L_28 = V_2; NullCheck(L_28); String_t* L_29 = AssemblyName_get_Name_m4072373679(L_28, /*hidden argument*/NULL); AssemblyName_t270931938 * L_30 = V_2; NullCheck(L_30); Version_t3456873960 * L_31 = AssemblyName_get_Version_m538083430(L_30, /*hidden argument*/NULL); StrongName_t3675724614 * L_32 = (StrongName_t3675724614 *)il2cpp_codegen_object_new(StrongName_t3675724614_il2cpp_TypeInfo_var); StrongName__ctor_m2041757769(L_32, L_27, L_29, L_31, /*hidden argument*/NULL); NullCheck(L_26); Evidence_AddHost_m2781899839(L_26, L_32, /*hidden argument*/NULL); } IL_0094: { Assembly_t * L_33 = ___a0; bool L_34 = Evidence_IsAuthenticodePresent_m2984581963(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00e4; } } { Assembly_t * L_35 = ___a0; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_Location() */, L_35); AuthenticodeDeformatter_t88130231 * L_37 = (AuthenticodeDeformatter_t88130231 *)il2cpp_codegen_object_new(AuthenticodeDeformatter_t88130231_il2cpp_TypeInfo_var); AuthenticodeDeformatter__ctor_m3408502587(L_37, L_36, /*hidden argument*/NULL); V_5 = L_37; AuthenticodeDeformatter_t88130231 * L_38 = V_5; NullCheck(L_38); X509Certificate_t489243024 * L_39 = AuthenticodeDeformatter_get_SigningCertificate_m123511718(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00e4; } } { AuthenticodeDeformatter_t88130231 * L_40 = V_5; NullCheck(L_40); X509Certificate_t489243024 * L_41 = AuthenticodeDeformatter_get_SigningCertificate_m123511718(L_40, /*hidden argument*/NULL); NullCheck(L_41); ByteU5BU5D_t4116647657* L_42 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(9 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_41); X509Certificate_t713131622 * L_43 = (X509Certificate_t713131622 *)il2cpp_codegen_object_new(X509Certificate_t713131622_il2cpp_TypeInfo_var); X509Certificate__ctor_m1413707489(L_43, L_42, /*hidden argument*/NULL); V_6 = L_43; X509Certificate_t713131622 * L_44 = V_6; NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate::GetHashCode() */, L_44); if (!L_45) { goto IL_00e4; } } { Evidence_t2008144148 * L_46 = V_0; X509Certificate_t713131622 * L_47 = V_6; Publisher_t2758056332 * L_48 = (Publisher_t2758056332 *)il2cpp_codegen_object_new(Publisher_t2758056332_il2cpp_TypeInfo_var); Publisher__ctor_m2749713806(L_48, L_47, /*hidden argument*/NULL); NullCheck(L_46); Evidence_AddHost_m2781899839(L_46, L_48, /*hidden argument*/NULL); } IL_00e4: { Assembly_t * L_49 = ___a0; NullCheck(L_49); bool L_50 = Assembly_get_GlobalAssemblyCache_m2420001724(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_00fa; } } { Evidence_t2008144148 * L_51 = V_0; GacInstalled_t3565883570 * L_52 = (GacInstalled_t3565883570 *)il2cpp_codegen_object_new(GacInstalled_t3565883570_il2cpp_TypeInfo_var); GacInstalled__ctor_m3056610155(L_52, /*hidden argument*/NULL); NullCheck(L_51); Evidence_AddHost_m2781899839(L_51, L_52, /*hidden argument*/NULL); } IL_00fa: { AppDomain_t1571427825 * L_53 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_53); AppDomainManager_t1420869192 * L_54 = AppDomain_get_DomainManager_m1345317795(L_53, /*hidden argument*/NULL); V_7 = L_54; AppDomainManager_t1420869192 * L_55 = V_7; if (!L_55) { goto IL_0130; } } { AppDomainManager_t1420869192 * L_56 = V_7; NullCheck(L_56); HostSecurityManager_t1435734729 * L_57 = VirtFuncInvoker0< HostSecurityManager_t1435734729 * >::Invoke(6 /* System.Security.HostSecurityManager System.AppDomainManager::get_HostSecurityManager() */, L_56); NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Security.HostSecurityManagerOptions System.Security.HostSecurityManager::get_Flags() */, L_57); if ((!(((uint32_t)((int32_t)((int32_t)L_58&(int32_t)4))) == ((uint32_t)4)))) { goto IL_0130; } } { AppDomainManager_t1420869192 * L_59 = V_7; NullCheck(L_59); HostSecurityManager_t1435734729 * L_60 = VirtFuncInvoker0< HostSecurityManager_t1435734729 * >::Invoke(6 /* System.Security.HostSecurityManager System.AppDomainManager::get_HostSecurityManager() */, L_59); Assembly_t * L_61 = ___a0; Evidence_t2008144148 * L_62 = V_0; NullCheck(L_60); Evidence_t2008144148 * L_63 = VirtFuncInvoker2< Evidence_t2008144148 *, Assembly_t *, Evidence_t2008144148 * >::Invoke(5 /* System.Security.Policy.Evidence System.Security.HostSecurityManager::ProvideAssemblyEvidence(System.Reflection.Assembly,System.Security.Policy.Evidence) */, L_60, L_61, L_62); V_0 = L_63; } IL_0130: { Evidence_t2008144148 * L_64 = V_0; return L_64; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Evidence/EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator) extern "C" IL2CPP_METHOD_ATTR void EvidenceEnumerator__ctor_m3211544433 (EvidenceEnumerator_t1708166667 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___hostenum0; __this->set_hostEnum_1(L_0); RuntimeObject* L_1 = ___assemblyenum1; __this->set_assemblyEnum_2(L_1); RuntimeObject* L_2 = __this->get_hostEnum_1(); __this->set_currentEnum_0(L_2); return; } } // System.Boolean System.Security.Policy.Evidence/EvidenceEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool EvidenceEnumerator_MoveNext_m183460296 (EvidenceEnumerator_t1708166667 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EvidenceEnumerator_MoveNext_m183460296_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeObject* L_0 = __this->get_currentEnum_0(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject* L_1 = __this->get_currentEnum_0(); NullCheck(L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_1); V_0 = L_2; bool L_3 = V_0; if (L_3) { goto IL_0053; } } { RuntimeObject* L_4 = __this->get_hostEnum_1(); RuntimeObject* L_5 = __this->get_currentEnum_0(); if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5)))) { goto IL_0053; } } { RuntimeObject* L_6 = __this->get_assemblyEnum_2(); if (!L_6) { goto IL_0053; } } { RuntimeObject* L_7 = __this->get_assemblyEnum_2(); __this->set_currentEnum_0(L_7); RuntimeObject* L_8 = __this->get_assemblyEnum_2(); NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_0 = L_9; } IL_0053: { bool L_10 = V_0; return L_10; } } // System.Void System.Security.Policy.Evidence/EvidenceEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void EvidenceEnumerator_Reset_m2337577119 (EvidenceEnumerator_t1708166667 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EvidenceEnumerator_Reset_m2337577119_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_hostEnum_1(); if (!L_0) { goto IL_0027; } } { RuntimeObject* L_1 = __this->get_hostEnum_1(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_1); RuntimeObject* L_2 = __this->get_hostEnum_1(); __this->set_currentEnum_0(L_2); goto IL_0033; } IL_0027: { RuntimeObject* L_3 = __this->get_assemblyEnum_2(); __this->set_currentEnum_0(L_3); } IL_0033: { RuntimeObject* L_4 = __this->get_assemblyEnum_2(); if (!L_4) { goto IL_0049; } } { RuntimeObject* L_5 = __this->get_assemblyEnum_2(); NullCheck(L_5); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); } IL_0049: { return; } } // System.Object System.Security.Policy.Evidence/EvidenceEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EvidenceEnumerator_get_Current_m1264365535 (EvidenceEnumerator_t1708166667 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EvidenceEnumerator_get_Current_m1264365535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_currentEnum_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; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.FileCodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Permissions.FileIOPermissionAccess) extern "C" IL2CPP_METHOD_ATTR void FileCodeGroup__ctor_m3599080846 (FileCodeGroup_t1720965944 * __this, RuntimeObject* ___membershipCondition0, int32_t ___access1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___membershipCondition0; CodeGroup__ctor_m294677161(__this, L_0, (PolicyStatement_t3052133691 *)NULL, /*hidden argument*/NULL); int32_t L_1 = ___access1; __this->set_m_access_6(L_1); return; } } // System.Void System.Security.Policy.FileCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void FileCodeGroup__ctor_m1392491924 (FileCodeGroup_t1720965944 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___e0; PolicyLevel_t2891196107 * L_1 = ___level1; CodeGroup__ctor_m3693531839(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Security.Policy.CodeGroup System.Security.Policy.FileCodeGroup::Copy() extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * FileCodeGroup_Copy_m865012745 (FileCodeGroup_t1720965944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileCodeGroup_Copy_m865012745_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileCodeGroup_t1720965944 * V_0 = NULL; CodeGroup_t3811807446 * 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); { RuntimeObject* L_0 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_access_6(); FileCodeGroup_t1720965944 * L_2 = (FileCodeGroup_t1720965944 *)il2cpp_codegen_object_new(FileCodeGroup_t1720965944_il2cpp_TypeInfo_var); FileCodeGroup__ctor_m3599080846(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; FileCodeGroup_t1720965944 * L_3 = V_0; String_t* L_4 = CodeGroup_get_Name_m1187989429(__this, /*hidden argument*/NULL); NullCheck(L_3); CodeGroup_set_Name_m3431769212(L_3, L_4, /*hidden argument*/NULL); FileCodeGroup_t1720965944 * L_5 = V_0; String_t* L_6 = CodeGroup_get_Description_m333492221(__this, /*hidden argument*/NULL); NullCheck(L_5); CodeGroup_set_Description_m3713770581(L_5, L_6, /*hidden argument*/NULL); RuntimeObject* L_7 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject* L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_7); V_2 = L_8; } IL_0036: try { // begin try (depth: 1) { goto IL_0053; } IL_003b: { RuntimeObject* L_9 = V_2; NullCheck(L_9); RuntimeObject * L_10 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); V_1 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_10, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); FileCodeGroup_t1720965944 * L_11 = V_0; CodeGroup_t3811807446 * L_12 = V_1; NullCheck(L_12); CodeGroup_t3811807446 * L_13 = VirtFuncInvoker0< CodeGroup_t3811807446 * >::Invoke(4 /* System.Security.Policy.CodeGroup System.Security.Policy.CodeGroup::Copy() */, L_12); NullCheck(L_11); CodeGroup_AddChild_m2906100427(L_11, L_13, /*hidden argument*/NULL); } IL_0053: { RuntimeObject* L_14 = V_2; 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_003b; } } IL_005e: { IL2CPP_LEAVE(0x75, FINALLY_0063); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0063; } FINALLY_0063: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_3; if (L_17) { goto IL_006e; } } IL_006d: { IL2CPP_END_FINALLY(99) } IL_006e: { RuntimeObject* L_18 = V_3; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(99) } } // end finally (depth: 1) IL2CPP_CLEANUP(99) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { FileCodeGroup_t1720965944 * L_19 = V_0; return L_19; } } // System.Security.Policy.PolicyStatement System.Security.Policy.FileCodeGroup::Resolve(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * FileCodeGroup_Resolve_m1480644185 (FileCodeGroup_t1720965944 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileCodeGroup_Resolve_m1480644185_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; CodeGroup_t3811807446 * V_1 = NULL; RuntimeObject* V_2 = NULL; PolicyStatement_t3052133691 * V_3 = NULL; PolicyStatement_t3052133691 * 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); { Evidence_t2008144148 * L_0 = ___evidence0; 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, _stringLiteral808976576, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileCodeGroup_Resolve_m1480644185_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); Evidence_t2008144148 * L_3 = ___evidence0; NullCheck(L_2); bool L_4 = InterfaceFuncInvoker1< bool, Evidence_t2008144148 * >::Invoke(0 /* System.Boolean System.Security.Policy.IMembershipCondition::Check(System.Security.Policy.Evidence) */, IMembershipCondition_t97388457_il2cpp_TypeInfo_var, L_2, L_3); if (L_4) { goto IL_0024; } } { return (PolicyStatement_t3052133691 *)NULL; } IL_0024: { V_0 = (PermissionSet_t223948603 *)NULL; PolicyStatement_t3052133691 * L_5 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); if (L_5) { goto IL_003d; } } { PermissionSet_t223948603 * L_6 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_6, 0, /*hidden argument*/NULL); V_0 = L_6; goto IL_004e; } IL_003d: { PolicyStatement_t3052133691 * L_7 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_7); PermissionSet_t223948603 * L_8 = PolicyStatement_get_PermissionSet_m1381848521(L_7, /*hidden argument*/NULL); NullCheck(L_8); PermissionSet_t223948603 * L_9 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, L_8); V_0 = L_9; } IL_004e: { RuntimeObject* L_10 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_10); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00bc; } } { RuntimeObject* L_12 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject* L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_12); V_2 = L_13; } IL_006b: try { // begin try (depth: 1) { goto IL_0097; } IL_0070: { RuntimeObject* L_14 = V_2; 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_1 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_15, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); CodeGroup_t3811807446 * L_16 = V_1; Evidence_t2008144148 * L_17 = ___evidence0; NullCheck(L_16); PolicyStatement_t3052133691 * L_18 = VirtFuncInvoker1< PolicyStatement_t3052133691 *, Evidence_t2008144148 * >::Invoke(5 /* System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::Resolve(System.Security.Policy.Evidence) */, L_16, L_17); V_3 = L_18; PolicyStatement_t3052133691 * L_19 = V_3; if (!L_19) { goto IL_0097; } } IL_008a: { PermissionSet_t223948603 * L_20 = V_0; PolicyStatement_t3052133691 * L_21 = V_3; NullCheck(L_21); PermissionSet_t223948603 * L_22 = PolicyStatement_get_PermissionSet_m1381848521(L_21, /*hidden argument*/NULL); NullCheck(L_20); PermissionSet_t223948603 * L_23 = PermissionSet_Union_m4068149505(L_20, L_22, /*hidden argument*/NULL); V_0 = L_23; } IL_0097: { RuntimeObject* L_24 = V_2; 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_0070; } } IL_00a2: { IL2CPP_LEAVE(0xBC, FINALLY_00a7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a7; } FINALLY_00a7: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_5; if (L_27) { goto IL_00b4; } } IL_00b3: { IL2CPP_END_FINALLY(167) } IL_00b4: { RuntimeObject* L_28 = V_5; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(167) } } // end finally (depth: 1) IL2CPP_CLEANUP(167) { IL2CPP_JUMP_TBL(0xBC, IL_00bc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00bc: { V_4 = (PolicyStatement_t3052133691 *)NULL; PolicyStatement_t3052133691 * L_29 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); if (!L_29) { goto IL_00dc; } } { PolicyStatement_t3052133691 * L_30 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_30); PolicyStatement_t3052133691 * L_31 = PolicyStatement_Copy_m4094081563(L_30, /*hidden argument*/NULL); V_4 = L_31; goto IL_00e3; } IL_00dc: { PolicyStatement_t3052133691 * L_32 = PolicyStatement_Empty_m1551910523(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_32; } IL_00e3: { PolicyStatement_t3052133691 * L_33 = V_4; PermissionSet_t223948603 * L_34 = V_0; NullCheck(L_33); PolicyStatement_set_PermissionSet_m3572905958(L_33, L_34, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_35 = V_4; return L_35; } } // System.Boolean System.Security.Policy.FileCodeGroup::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool FileCodeGroup_Equals_m679519402 (FileCodeGroup_t1720965944 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileCodeGroup_Equals_m679519402_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (((FileCodeGroup_t1720965944 *)IsInstSealed((RuntimeObject*)L_0, FileCodeGroup_t1720965944_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = __this->get_m_access_6(); RuntimeObject * L_2 = ___o0; NullCheck(((FileCodeGroup_t1720965944 *)CastclassSealed((RuntimeObject*)L_2, FileCodeGroup_t1720965944_il2cpp_TypeInfo_var))); int32_t L_3 = ((FileCodeGroup_t1720965944 *)CastclassSealed((RuntimeObject*)L_2, FileCodeGroup_t1720965944_il2cpp_TypeInfo_var))->get_m_access_6(); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0025; } } { return (bool)0; } IL_0025: { RuntimeObject * L_4 = ___o0; bool L_5 = CodeGroup_Equals_m306689663(__this, ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_4, CodeGroup_t3811807446_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.Security.Policy.FileCodeGroup::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t FileCodeGroup_GetHashCode_m2629802856 (FileCodeGroup_t1720965944 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileCodeGroup_GetHashCode_m2629802856_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_m_access_6(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(FileIOPermissionAccess_t1559273540_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; } } // System.Void System.Security.Policy.FileCodeGroup::ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void FileCodeGroup_ParseXml_m4284346158 (FileCodeGroup_t1720965944 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileCodeGroup_ParseXml_m4284346158_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___e0; NullCheck(L_0); String_t* L_1 = SecurityElement_Attribute_m2289480139(L_0, _stringLiteral2349569347, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0033; } } { RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (FileIOPermissionAccess_t1559273540_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); 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); __this->set_m_access_6(((*(int32_t*)((int32_t*)UnBox(L_6, Int32_t2950945753_il2cpp_TypeInfo_var))))); goto IL_003a; } IL_0033: { __this->set_m_access_6(0); } IL_003a: { return; } } // System.Void System.Security.Policy.FileCodeGroup::CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void FileCodeGroup_CreateXml_m2436489953 (FileCodeGroup_t1720965944 * __this, SecurityElement_t1046076091 * ___element0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileCodeGroup_CreateXml_m2436489953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t1046076091 * L_0 = ___element0; int32_t L_1 = __this->get_m_access_6(); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(FileIOPermissionAccess_t1559273540_il2cpp_TypeInfo_var, &L_2); NullCheck((Enum_t4135868527 *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_3); NullCheck(L_0); SecurityElement_AddAttribute_m311510562(L_0, _stringLiteral2349569347, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.FirstMatchCodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void FirstMatchCodeGroup__ctor_m3326040047 (FirstMatchCodeGroup_t885469689 * __this, RuntimeObject* ___membershipCondition0, PolicyStatement_t3052133691 * ___policy1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___membershipCondition0; PolicyStatement_t3052133691 * L_1 = ___policy1; CodeGroup__ctor_m294677161(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.FirstMatchCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void FirstMatchCodeGroup__ctor_m438047425 (FirstMatchCodeGroup_t885469689 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___e0; PolicyLevel_t2891196107 * L_1 = ___level1; CodeGroup__ctor_m3693531839(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Security.Policy.CodeGroup System.Security.Policy.FirstMatchCodeGroup::Copy() extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * FirstMatchCodeGroup_Copy_m1474848571 (FirstMatchCodeGroup_t885469689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FirstMatchCodeGroup_Copy_m1474848571_MetadataUsageId); s_Il2CppMethodInitialized = true; } FirstMatchCodeGroup_t885469689 * V_0 = NULL; CodeGroup_t3811807446 * 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); { FirstMatchCodeGroup_t885469689 * L_0 = FirstMatchCodeGroup_CopyNoChildren_m3911345145(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0013: try { // begin try (depth: 1) { goto IL_0030; } IL_0018: { 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 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_4, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); FirstMatchCodeGroup_t885469689 * L_5 = V_0; CodeGroup_t3811807446 * L_6 = V_1; NullCheck(L_6); CodeGroup_t3811807446 * L_7 = VirtFuncInvoker0< CodeGroup_t3811807446 * >::Invoke(4 /* System.Security.Policy.CodeGroup System.Security.Policy.CodeGroup::Copy() */, L_6); NullCheck(L_5); CodeGroup_AddChild_m2906100427(L_5, L_7, /*hidden argument*/NULL); } IL_0030: { RuntimeObject* L_8 = V_2; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_0018; } } IL_003b: { IL2CPP_LEAVE(0x52, FINALLY_0040); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: { // begin finally (depth: 1) { RuntimeObject* L_10 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_3; if (L_11) { goto IL_004b; } } IL_004a: { IL2CPP_END_FINALLY(64) } IL_004b: { RuntimeObject* L_12 = V_3; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); IL2CPP_END_FINALLY(64) } } // end finally (depth: 1) IL2CPP_CLEANUP(64) { IL2CPP_JUMP_TBL(0x52, IL_0052) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0052: { FirstMatchCodeGroup_t885469689 * L_13 = V_0; return L_13; } } // System.Security.Policy.PolicyStatement System.Security.Policy.FirstMatchCodeGroup::Resolve(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * FirstMatchCodeGroup_Resolve_m2345524228 (FirstMatchCodeGroup_t885469689 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FirstMatchCodeGroup_Resolve_m2345524228_MetadataUsageId); s_Il2CppMethodInitialized = true; } CodeGroup_t3811807446 * V_0 = NULL; RuntimeObject* V_1 = NULL; PolicyStatement_t3052133691 * V_2 = NULL; PolicyStatement_t3052133691 * 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); { Evidence_t2008144148 * L_0 = ___evidence0; 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, _stringLiteral808976576, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FirstMatchCodeGroup_Resolve_m2345524228_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); Evidence_t2008144148 * L_3 = ___evidence0; NullCheck(L_2); bool L_4 = InterfaceFuncInvoker1< bool, Evidence_t2008144148 * >::Invoke(0 /* System.Boolean System.Security.Policy.IMembershipCondition::Check(System.Security.Policy.Evidence) */, IMembershipCondition_t97388457_il2cpp_TypeInfo_var, L_2, L_3); if (L_4) { goto IL_0024; } } { return (PolicyStatement_t3052133691 *)NULL; } IL_0024: { RuntimeObject* L_5 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_5); V_1 = L_6; } IL_0030: try { // begin try (depth: 1) { goto IL_0056; } IL_0035: { RuntimeObject* L_7 = V_1; 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_0 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_8, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); CodeGroup_t3811807446 * L_9 = V_0; Evidence_t2008144148 * L_10 = ___evidence0; NullCheck(L_9); PolicyStatement_t3052133691 * L_11 = VirtFuncInvoker1< PolicyStatement_t3052133691 *, Evidence_t2008144148 * >::Invoke(5 /* System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::Resolve(System.Security.Policy.Evidence) */, L_9, L_10); V_2 = L_11; PolicyStatement_t3052133691 * L_12 = V_2; if (!L_12) { goto IL_0056; } } IL_004f: { PolicyStatement_t3052133691 * L_13 = V_2; V_3 = L_13; IL2CPP_LEAVE(0x82, FINALLY_0066); } IL_0056: { RuntimeObject* L_14 = V_1; 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_0035; } } IL_0061: { IL2CPP_LEAVE(0x7B, FINALLY_0066); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0066; } FINALLY_0066: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_4; if (L_17) { goto IL_0073; } } IL_0072: { IL2CPP_END_FINALLY(102) } IL_0073: { RuntimeObject* L_18 = V_4; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(102) } } // end finally (depth: 1) IL2CPP_CLEANUP(102) { IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { PolicyStatement_t3052133691 * L_19 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); return L_19; } IL_0082: { PolicyStatement_t3052133691 * L_20 = V_3; return L_20; } } // System.Security.Policy.FirstMatchCodeGroup System.Security.Policy.FirstMatchCodeGroup::CopyNoChildren() extern "C" IL2CPP_METHOD_ATTR FirstMatchCodeGroup_t885469689 * FirstMatchCodeGroup_CopyNoChildren_m3911345145 (FirstMatchCodeGroup_t885469689 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FirstMatchCodeGroup_CopyNoChildren_m3911345145_MetadataUsageId); s_Il2CppMethodInitialized = true; } FirstMatchCodeGroup_t885469689 * V_0 = NULL; { RuntimeObject* L_0 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_1 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); FirstMatchCodeGroup_t885469689 * L_2 = (FirstMatchCodeGroup_t885469689 *)il2cpp_codegen_object_new(FirstMatchCodeGroup_t885469689_il2cpp_TypeInfo_var); FirstMatchCodeGroup__ctor_m3326040047(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; FirstMatchCodeGroup_t885469689 * L_3 = V_0; String_t* L_4 = CodeGroup_get_Name_m1187989429(__this, /*hidden argument*/NULL); NullCheck(L_3); CodeGroup_set_Name_m3431769212(L_3, L_4, /*hidden argument*/NULL); FirstMatchCodeGroup_t885469689 * L_5 = V_0; String_t* L_6 = CodeGroup_get_Description_m333492221(__this, /*hidden argument*/NULL); NullCheck(L_5); CodeGroup_set_Description_m3713770581(L_5, L_6, /*hidden argument*/NULL); FirstMatchCodeGroup_t885469689 * L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.GacInstalled::.ctor() extern "C" IL2CPP_METHOD_ATTR void GacInstalled__ctor_m3056610155 (GacInstalled_t3565883570 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Security.IPermission System.Security.Policy.GacInstalled::CreateIdentityPermission(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* GacInstalled_CreateIdentityPermission_m2210564757 (GacInstalled_t3565883570 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GacInstalled_CreateIdentityPermission_m2210564757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { GacIdentityPermission_t2991335275 * L_0 = (GacIdentityPermission_t2991335275 *)il2cpp_codegen_object_new(GacIdentityPermission_t2991335275_il2cpp_TypeInfo_var); GacIdentityPermission__ctor_m4158789826(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Security.Policy.GacInstalled::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool GacInstalled_Equals_m4206427287 (GacInstalled_t3565883570 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GacInstalled_Equals_m4206427287_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___o0; return (bool)((!(((RuntimeObject*)(GacInstalled_t3565883570 *)((GacInstalled_t3565883570 *)IsInstSealed((RuntimeObject*)L_1, GacInstalled_t3565883570_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 System.Security.Policy.GacInstalled::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t GacInstalled_GetHashCode_m1614687124 (GacInstalled_t3565883570 * __this, const RuntimeMethod* method) { { return 0; } } // System.String System.Security.Policy.GacInstalled::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* GacInstalled_ToString_m705086061 (GacInstalled_t3565883570 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (GacInstalled_ToString_m705086061_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_0); SecurityElement_t1046076091 * L_2 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; SecurityElement_t1046076091 * L_3 = V_0; NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = SecurityElement_ToString_m1918878627(L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Hash::.ctor(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR void Hash__ctor_m3828429018 (Hash_t5925575 * __this, Assembly_t * ___assembly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hash__ctor_m3828429018_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Assembly_t * L_0 = ___assembly0; 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, _stringLiteral3020574479, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Hash__ctor_m3828429018_RuntimeMethod_var); } IL_0017: { Assembly_t * L_2 = ___assembly0; __this->set_assembly_0(L_2); return; } } // System.Void System.Security.Policy.Hash::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hash__ctor_m1849242049 (Hash_t5925575 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.Hash::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Hash__ctor_m2891763106 (Hash_t5925575 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hash__ctor_m2891763106_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (ByteU5BU5D_t4116647657_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); RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral3013553869, L_2, /*hidden argument*/NULL); __this->set_data_1(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Void System.Security.Policy.Hash::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Hash_GetObjectData_m2136403986 (Hash_t5925575 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hash_GetObjectData_m2136403986_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,Hash_GetObjectData_m2136403986_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; ByteU5BU5D_t4116647657* L_3 = Hash_GetData_m1957063775(__this, /*hidden argument*/NULL); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral3013553869, (RuntimeObject *)(RuntimeObject *)L_3, /*hidden argument*/NULL); return; } } // System.String System.Security.Policy.Hash::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Hash_ToString_m1453919145 (Hash_t5925575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hash_ToString_m1453919145_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; StringBuilder_t * V_1 = NULL; ByteU5BU5D_t4116647657* V_2 = NULL; int32_t V_3 = 0; { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_0); SecurityElement_t1046076091 * L_2 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; SecurityElement_t1046076091 * L_3 = V_0; NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL); V_1 = L_4; ByteU5BU5D_t4116647657* L_5 = Hash_GetData_m1957063775(__this, /*hidden argument*/NULL); V_2 = L_5; V_3 = 0; goto IL_0051; } IL_0035: { StringBuilder_t * L_6 = V_1; ByteU5BU5D_t4116647657* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); String_t* L_9 = Byte_ToString_m3735479648(((L_7)->GetAddressAt(static_cast(L_8))), _stringLiteral3451435000, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_Append_m1965104174(L_6, L_9, /*hidden argument*/NULL); int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0051: { int32_t L_11 = V_3; ByteU5BU5D_t4116647657* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0035; } } { SecurityElement_t1046076091 * L_13 = V_0; StringBuilder_t * L_14 = V_1; NullCheck(L_14); String_t* L_15 = StringBuilder_ToString_m3317489284(L_14, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_16 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m750466183(L_16, _stringLiteral3013553869, L_15, /*hidden argument*/NULL); NullCheck(L_13); SecurityElement_AddChild_m1606852781(L_13, L_16, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = SecurityElement_ToString_m1918878627(L_17, /*hidden argument*/NULL); return L_18; } } // System.Byte[] System.Security.Policy.Hash::GetData() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Hash_GetData_m1957063775 (Hash_t5925575 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Hash_GetData_m1957063775_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; FileStream_t4292183065 * V_1 = NULL; { Assembly_t * L_0 = __this->get_assembly_0(); if (L_0) { goto IL_0028; } } { ByteU5BU5D_t4116647657* L_1 = __this->get_data_1(); if (L_1) { goto IL_0028; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3109013795, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; SecurityException_t975544473 * L_4 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Hash_GetData_m1957063775_RuntimeMethod_var); } IL_0028: { ByteU5BU5D_t4116647657* L_5 = __this->get_data_1(); if (L_5) { goto IL_006d; } } { Assembly_t * L_6 = __this->get_assembly_0(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_Location() */, L_6); FileStream_t4292183065 * L_8 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m3135402178(L_8, L_7, 3, 1, /*hidden argument*/NULL); V_1 = L_8; FileStream_t4292183065 * L_9 = V_1; NullCheck(L_9); int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.FileStream::get_Length() */, L_9); if ((int64_t)(L_10) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Hash_GetData_m1957063775_RuntimeMethod_var); __this->set_data_1(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)L_10))))); FileStream_t4292183065 * L_11 = V_1; ByteU5BU5D_t4116647657* L_12 = __this->get_data_1(); FileStream_t4292183065 * L_13 = V_1; NullCheck(L_13); int64_t L_14 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.FileStream::get_Length() */, L_13); NullCheck(L_11); VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, (((int32_t)((int32_t)L_14)))); } IL_006d: { ByteU5BU5D_t4116647657* L_15 = __this->get_data_1(); 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.Security.Policy.MembershipConditionHelper::.cctor() extern "C" IL2CPP_METHOD_ATTR void MembershipConditionHelper__cctor_m1261813908 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MembershipConditionHelper__cctor_m1261813908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((MembershipConditionHelper_t2246572704_StaticFields*)il2cpp_codegen_static_fields_for(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var))->set_XmlTag_0(_stringLiteral1567057098); return; } } // System.Int32 System.Security.Policy.MembershipConditionHelper::CheckSecurityElement(System.Security.SecurityElement,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MembershipConditionHelper_CheckSecurityElement_m132352018 (RuntimeObject * __this /* static, unused */, SecurityElement_t1046076091 * ___se0, String_t* ___parameterName1, int32_t ___minimumVersion2, int32_t ___maximumVersion3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MembershipConditionHelper_CheckSecurityElement_m132352018_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; Exception_t * V_3 = NULL; String_t* 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); { SecurityElement_t1046076091 * L_0 = ___se0; if (L_0) { goto IL_000d; } } { String_t* L_1 = ___parameterName1; ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MembershipConditionHelper_CheckSecurityElement_m132352018_RuntimeMethod_var); } IL_000d: { SecurityElement_t1046076091 * L_3 = ___se0; NullCheck(L_3); String_t* L_4 = SecurityElement_get_Tag_m2258014803(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); String_t* L_5 = ((MembershipConditionHelper_t2246572704_StaticFields*)il2cpp_codegen_static_fields_for(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var))->get_XmlTag_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0045; } } { String_t* L_7 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3460575773, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_8 = ___se0; NullCheck(L_8); String_t* L_9 = SecurityElement_get_Tag_m2258014803(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); String_t* L_10 = ((MembershipConditionHelper_t2246572704_StaticFields*)il2cpp_codegen_static_fields_for(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var))->get_XmlTag_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2556382932(NULL /*static, unused*/, L_7, L_9, L_10, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; String_t* L_13 = ___parameterName1; ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_14, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,MembershipConditionHelper_CheckSecurityElement_m132352018_RuntimeMethod_var); } IL_0045: { int32_t L_15 = ___minimumVersion2; V_1 = L_15; SecurityElement_t1046076091 * L_16 = ___se0; NullCheck(L_16); String_t* L_17 = SecurityElement_Attribute_m2289480139(L_16, _stringLiteral1902401671, /*hidden argument*/NULL); V_2 = L_17; String_t* L_18 = V_2; if (!L_18) { goto IL_008b; } } IL_0059: try { // begin try (depth: 1) String_t* L_19 = V_2; int32_t L_20 = Int32_Parse_m1033611559(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); V_1 = L_20; goto IL_008b; } // 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_0065; throw e; } CATCH_0065: { // begin catch(System.Exception) { V_3 = ((Exception_t *)__exception_local); String_t* L_21 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3793367938, /*hidden argument*/NULL); V_4 = L_21; String_t* L_22 = V_4; String_t* L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Format_m2844511972(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); V_4 = L_24; String_t* L_25 = V_4; String_t* L_26 = ___parameterName1; Exception_t * L_27 = V_3; ArgumentException_t132251570 * L_28 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3761792013(L_28, L_25, L_26, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,MembershipConditionHelper_CheckSecurityElement_m132352018_RuntimeMethod_var); } IL_0086: { goto IL_008b; } } // end catch (depth: 1) IL_008b: { int32_t L_29 = V_1; return L_29; } } // System.Security.SecurityElement System.Security.Policy.MembershipConditionHelper::Element(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * MembershipConditionHelper_Element_m3008401768 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, int32_t ___version1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MembershipConditionHelper_Element_m3008401768_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); String_t* L_0 = ((MembershipConditionHelper_t2246572704_StaticFields*)il2cpp_codegen_static_fields_for(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var))->get_XmlTag_0(); SecurityElement_t1046076091 * L_1 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; SecurityElement_t1046076091 * L_2 = V_0; Type_t * L_3 = ___type0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_3); Type_t * L_5 = ___type0; NullCheck(L_5); Assembly_t * L_6 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_5); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Reflection.Assembly::ToString() */, L_6); NullCheck(L_7); String_t* L_8 = String_Replace_m3726209165(L_7, ((int32_t)34), ((int32_t)39), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3450517380, L_8, /*hidden argument*/NULL); NullCheck(L_2); SecurityElement_AddAttribute_m311510562(L_2, _stringLiteral351315815, L_9, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_10 = V_0; String_t* L_11 = Int32_ToString_m141394615((&___version1), /*hidden argument*/NULL); NullCheck(L_10); SecurityElement_AddAttribute_m311510562(L_10, _stringLiteral1902401671, L_11, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_12 = V_0; 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.Void System.Security.Policy.NetCodeGroup::.ctor(System.Security.Policy.IMembershipCondition) extern "C" IL2CPP_METHOD_ATTR void NetCodeGroup__ctor_m2765671805 (NetCodeGroup_t2217812384 * __this, RuntimeObject* ___membershipCondition0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetCodeGroup__ctor_m2765671805_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__rules_8(L_0); RuntimeObject* L_1 = ___membershipCondition0; CodeGroup__ctor_m294677161(__this, L_1, (PolicyStatement_t3052133691 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.NetCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void NetCodeGroup__ctor_m3735351721 (NetCodeGroup_t2217812384 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetCodeGroup__ctor_m3735351721_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__rules_8(L_0); SecurityElement_t1046076091 * L_1 = ___e0; PolicyLevel_t2891196107 * L_2 = ___level1; CodeGroup__ctor_m3693531839(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.NetCodeGroup::.cctor() extern "C" IL2CPP_METHOD_ATTR void NetCodeGroup__cctor_m2691075959 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetCodeGroup__cctor_m2691075959_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(); ((NetCodeGroup_t2217812384_StaticFields*)il2cpp_codegen_static_fields_for(NetCodeGroup_t2217812384_il2cpp_TypeInfo_var))->set_AbsentOriginScheme_6(L_0); ((NetCodeGroup_t2217812384_StaticFields*)il2cpp_codegen_static_fields_for(NetCodeGroup_t2217812384_il2cpp_TypeInfo_var))->set_AnyOtherOriginScheme_7(_stringLiteral3452614534); return; } } // System.Security.Policy.CodeGroup System.Security.Policy.NetCodeGroup::Copy() extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * NetCodeGroup_Copy_m2097688604 (NetCodeGroup_t2217812384 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetCodeGroup_Copy_m2097688604_MetadataUsageId); s_Il2CppMethodInitialized = true; } NetCodeGroup_t2217812384 * V_0 = NULL; CodeGroup_t3811807446 * 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); { RuntimeObject* L_0 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); NetCodeGroup_t2217812384 * L_1 = (NetCodeGroup_t2217812384 *)il2cpp_codegen_object_new(NetCodeGroup_t2217812384_il2cpp_TypeInfo_var); NetCodeGroup__ctor_m2765671805(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; NetCodeGroup_t2217812384 * L_2 = V_0; String_t* L_3 = CodeGroup_get_Name_m1187989429(__this, /*hidden argument*/NULL); NullCheck(L_2); CodeGroup_set_Name_m3431769212(L_2, L_3, /*hidden argument*/NULL); NetCodeGroup_t2217812384 * L_4 = V_0; String_t* L_5 = CodeGroup_get_Description_m333492221(__this, /*hidden argument*/NULL); NullCheck(L_4); CodeGroup_set_Description_m3713770581(L_4, L_5, /*hidden argument*/NULL); NetCodeGroup_t2217812384 * L_6 = V_0; PolicyStatement_t3052133691 * L_7 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_6); CodeGroup_set_PolicyStatement_m822782788(L_6, L_7, /*hidden argument*/NULL); RuntimeObject* L_8 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_8); V_2 = L_9; } IL_003c: try { // begin try (depth: 1) { goto IL_0059; } IL_0041: { RuntimeObject* L_10 = V_2; 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_1 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_11, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); NetCodeGroup_t2217812384 * L_12 = V_0; CodeGroup_t3811807446 * L_13 = V_1; NullCheck(L_13); CodeGroup_t3811807446 * L_14 = VirtFuncInvoker0< CodeGroup_t3811807446 * >::Invoke(4 /* System.Security.Policy.CodeGroup System.Security.Policy.CodeGroup::Copy() */, L_13); NullCheck(L_12); CodeGroup_AddChild_m2906100427(L_12, L_14, /*hidden argument*/NULL); } IL_0059: { 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_0041; } } IL_0064: { IL2CPP_LEAVE(0x7B, FINALLY_0069); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0069; } FINALLY_0069: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_3; if (L_18) { goto IL_0074; } } IL_0073: { IL2CPP_END_FINALLY(105) } IL_0074: { RuntimeObject* L_19 = V_3; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); IL2CPP_END_FINALLY(105) } } // end finally (depth: 1) IL2CPP_CLEANUP(105) { IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { NetCodeGroup_t2217812384 * L_20 = V_0; return L_20; } } // System.Boolean System.Security.Policy.NetCodeGroup::Equals(System.Security.Policy.CodeConnectAccess[],System.Security.Policy.CodeConnectAccess[]) extern "C" IL2CPP_METHOD_ATTR bool NetCodeGroup_Equals_m1698986329 (NetCodeGroup_t2217812384 * __this, CodeConnectAccessU5BU5D_t491831029* ___rules10, CodeConnectAccessU5BU5D_t491831029* ___rules21, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; { V_0 = 0; goto IL_0040; } IL_0007: { V_1 = (bool)0; V_2 = 0; goto IL_002b; } IL_0010: { CodeConnectAccessU5BU5D_t491831029* L_0 = ___rules10; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; CodeConnectAccess_t1103527196 * L_3 = (L_0)->GetAt(static_cast(L_2)); CodeConnectAccessU5BU5D_t491831029* L_4 = ___rules21; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; CodeConnectAccess_t1103527196 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_3); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Security.Policy.CodeConnectAccess::Equals(System.Object) */, L_3, L_7); if (!L_8) { goto IL_0027; } } { V_1 = (bool)1; goto IL_0034; } IL_0027: { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002b: { int32_t L_10 = V_2; CodeConnectAccessU5BU5D_t491831029* L_11 = ___rules21; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0010; } } IL_0034: { bool L_12 = V_1; if (L_12) { goto IL_003c; } } { return (bool)0; } IL_003c: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { int32_t L_14 = V_0; CodeConnectAccessU5BU5D_t491831029* L_15 = ___rules10; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0007; } } { return (bool)1; } } // System.Boolean System.Security.Policy.NetCodeGroup::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool NetCodeGroup_Equals_m629456265 (NetCodeGroup_t2217812384 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetCodeGroup_Equals_m629456265_MetadataUsageId); s_Il2CppMethodInitialized = true; } NetCodeGroup_t2217812384 * V_0 = NULL; DictionaryEntry_t3123975638 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; bool V_3 = false; CodeConnectAccessU5BU5D_t491831029* V_4 = NULL; bool V_5 = false; 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); { RuntimeObject * L_0 = ___o0; bool L_1 = CodeGroup_Equals_m223940724(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { return (bool)0; } IL_000e: { RuntimeObject * L_2 = ___o0; V_0 = ((NetCodeGroup_t2217812384 *)IsInstSealed((RuntimeObject*)L_2, NetCodeGroup_t2217812384_il2cpp_TypeInfo_var)); NetCodeGroup_t2217812384 * L_3 = V_0; if (L_3) { goto IL_001d; } } { return (bool)0; } IL_001d: { Hashtable_t1853889766 * L_4 = __this->get__rules_8(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_4); V_2 = L_5; } IL_0029: try { // begin try (depth: 1) { goto IL_008f; } IL_002e: { RuntimeObject* L_6 = V_2; 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_1 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_7, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); V_3 = (bool)0; NetCodeGroup_t2217812384 * L_8 = V_0; NullCheck(L_8); Hashtable_t1853889766 * L_9 = L_8->get__rules_8(); RuntimeObject * L_10 = DictionaryEntry_get_Key_m3117378551((&V_1), /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_11 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_9, L_10); V_4 = ((CodeConnectAccessU5BU5D_t491831029*)Castclass((RuntimeObject*)L_11, CodeConnectAccessU5BU5D_t491831029_il2cpp_TypeInfo_var)); CodeConnectAccessU5BU5D_t491831029* L_12 = V_4; if (!L_12) { goto IL_0076; } } IL_005c: { RuntimeObject * L_13 = DictionaryEntry_get_Value_m618120527((&V_1), /*hidden argument*/NULL); CodeConnectAccessU5BU5D_t491831029* L_14 = V_4; bool L_15 = NetCodeGroup_Equals_m1698986329(__this, ((CodeConnectAccessU5BU5D_t491831029*)Castclass((RuntimeObject*)L_13, CodeConnectAccessU5BU5D_t491831029_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0081; } IL_0076: { RuntimeObject * L_16 = DictionaryEntry_get_Value_m618120527((&V_1), /*hidden argument*/NULL); V_3 = (bool)((((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0081: { bool L_17 = V_3; if (L_17) { goto IL_008f; } } IL_0087: { V_5 = (bool)0; IL2CPP_LEAVE(0xB6, FINALLY_009f); } IL_008f: { RuntimeObject* L_18 = V_2; 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_002e; } } IL_009a: { IL2CPP_LEAVE(0xB4, FINALLY_009f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009f; } FINALLY_009f: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (L_21) { goto IL_00ac; } } IL_00ab: { IL2CPP_END_FINALLY(159) } IL_00ac: { 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(159) } } // end finally (depth: 1) IL2CPP_CLEANUP(159) { IL2CPP_JUMP_TBL(0xB6, IL_00b6) IL2CPP_JUMP_TBL(0xB4, IL_00b4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b4: { return (bool)1; } IL_00b6: { bool L_23 = V_5; return L_23; } } // System.Int32 System.Security.Policy.NetCodeGroup::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t NetCodeGroup_GetHashCode_m344553630 (NetCodeGroup_t2217812384 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetCodeGroup_GetHashCode_m344553630_MetadataUsageId); s_Il2CppMethodInitialized = true; } DictionaryEntry_t3123975638 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; CodeConnectAccessU5BU5D_t491831029* V_2 = NULL; CodeConnectAccess_t1103527196 * V_3 = NULL; CodeConnectAccessU5BU5D_t491831029* V_4 = NULL; int32_t V_5 = 0; 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); { int32_t L_0 = __this->get__hashcode_9(); if (L_0) { goto IL_00a1; } } { int32_t L_1 = CodeGroup_GetHashCode_m2424697454(__this, /*hidden argument*/NULL); __this->set__hashcode_9(L_1); Hashtable_t1853889766 * L_2 = __this->get__rules_8(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_2); V_1 = L_3; } IL_0023: try { // begin try (depth: 1) { goto IL_007c; } IL_0028: { RuntimeObject* L_4 = V_1; 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_0 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_5, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_6 = DictionaryEntry_get_Value_m618120527((&V_0), /*hidden argument*/NULL); V_2 = ((CodeConnectAccessU5BU5D_t491831029*)Castclass((RuntimeObject*)L_6, CodeConnectAccessU5BU5D_t491831029_il2cpp_TypeInfo_var)); CodeConnectAccessU5BU5D_t491831029* L_7 = V_2; if (!L_7) { goto IL_007c; } } IL_0047: { CodeConnectAccessU5BU5D_t491831029* L_8 = V_2; V_4 = L_8; V_5 = 0; goto IL_0071; } IL_0052: { CodeConnectAccessU5BU5D_t491831029* L_9 = V_4; int32_t L_10 = V_5; NullCheck(L_9); int32_t L_11 = L_10; CodeConnectAccess_t1103527196 * L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; int32_t L_13 = __this->get__hashcode_9(); CodeConnectAccess_t1103527196 * L_14 = V_3; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Security.Policy.CodeConnectAccess::GetHashCode() */, L_14); __this->set__hashcode_9(((int32_t)((int32_t)L_13^(int32_t)L_15))); int32_t L_16 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0071: { int32_t L_17 = V_5; CodeConnectAccessU5BU5D_t491831029* L_18 = V_4; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0052; } } IL_007c: { RuntimeObject* L_19 = V_1; 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_0028; } } IL_0087: { IL2CPP_LEAVE(0xA1, FINALLY_008c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008c; } FINALLY_008c: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_6; if (L_22) { goto IL_0099; } } IL_0098: { IL2CPP_END_FINALLY(140) } IL_0099: { RuntimeObject* L_23 = V_6; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); IL2CPP_END_FINALLY(140) } } // end finally (depth: 1) IL2CPP_CLEANUP(140) { IL2CPP_JUMP_TBL(0xA1, IL_00a1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a1: { int32_t L_24 = __this->get__hashcode_9(); return L_24; } } // System.Security.Policy.PolicyStatement System.Security.Policy.NetCodeGroup::Resolve(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * NetCodeGroup_Resolve_m708703715 (NetCodeGroup_t2217812384 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NetCodeGroup_Resolve_m708703715_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; CodeGroup_t3811807446 * V_1 = NULL; RuntimeObject* V_2 = NULL; PolicyStatement_t3052133691 * V_3 = NULL; PolicyStatement_t3052133691 * 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); { Evidence_t2008144148 * L_0 = ___evidence0; 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, _stringLiteral808976576, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NetCodeGroup_Resolve_m708703715_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); Evidence_t2008144148 * L_3 = ___evidence0; NullCheck(L_2); bool L_4 = InterfaceFuncInvoker1< bool, Evidence_t2008144148 * >::Invoke(0 /* System.Boolean System.Security.Policy.IMembershipCondition::Check(System.Security.Policy.Evidence) */, IMembershipCondition_t97388457_il2cpp_TypeInfo_var, L_2, L_3); if (L_4) { goto IL_0024; } } { return (PolicyStatement_t3052133691 *)NULL; } IL_0024: { V_0 = (PermissionSet_t223948603 *)NULL; PolicyStatement_t3052133691 * L_5 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); if (L_5) { goto IL_003d; } } { PermissionSet_t223948603 * L_6 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_6, 0, /*hidden argument*/NULL); V_0 = L_6; goto IL_004e; } IL_003d: { PolicyStatement_t3052133691 * L_7 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_7); PermissionSet_t223948603 * L_8 = PolicyStatement_get_PermissionSet_m1381848521(L_7, /*hidden argument*/NULL); NullCheck(L_8); PermissionSet_t223948603 * L_9 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, L_8); V_0 = L_9; } IL_004e: { RuntimeObject* L_10 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_10); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00bc; } } { RuntimeObject* L_12 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject* L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_12); V_2 = L_13; } IL_006b: try { // begin try (depth: 1) { goto IL_0097; } IL_0070: { RuntimeObject* L_14 = V_2; 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_1 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_15, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); CodeGroup_t3811807446 * L_16 = V_1; Evidence_t2008144148 * L_17 = ___evidence0; NullCheck(L_16); PolicyStatement_t3052133691 * L_18 = VirtFuncInvoker1< PolicyStatement_t3052133691 *, Evidence_t2008144148 * >::Invoke(5 /* System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::Resolve(System.Security.Policy.Evidence) */, L_16, L_17); V_3 = L_18; PolicyStatement_t3052133691 * L_19 = V_3; if (!L_19) { goto IL_0097; } } IL_008a: { PermissionSet_t223948603 * L_20 = V_0; PolicyStatement_t3052133691 * L_21 = V_3; NullCheck(L_21); PermissionSet_t223948603 * L_22 = PolicyStatement_get_PermissionSet_m1381848521(L_21, /*hidden argument*/NULL); NullCheck(L_20); PermissionSet_t223948603 * L_23 = PermissionSet_Union_m4068149505(L_20, L_22, /*hidden argument*/NULL); V_0 = L_23; } IL_0097: { RuntimeObject* L_24 = V_2; 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_0070; } } IL_00a2: { IL2CPP_LEAVE(0xBC, FINALLY_00a7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a7; } FINALLY_00a7: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_5; if (L_27) { goto IL_00b4; } } IL_00b3: { IL2CPP_END_FINALLY(167) } IL_00b4: { RuntimeObject* L_28 = V_5; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(167) } } // end finally (depth: 1) IL2CPP_CLEANUP(167) { IL2CPP_JUMP_TBL(0xBC, IL_00bc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00bc: { PolicyStatement_t3052133691 * L_29 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_29); PolicyStatement_t3052133691 * L_30 = PolicyStatement_Copy_m4094081563(L_29, /*hidden argument*/NULL); V_4 = L_30; PolicyStatement_t3052133691 * L_31 = V_4; PermissionSet_t223948603 * L_32 = V_0; NullCheck(L_31); PolicyStatement_set_PermissionSet_m3572905958(L_31, L_32, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_33 = V_4; return L_33; } } // System.Void System.Security.Policy.NetCodeGroup::CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void NetCodeGroup_CreateXml_m2196736412 (NetCodeGroup_t2217812384 * __this, SecurityElement_t1046076091 * ___element0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___element0; PolicyLevel_t2891196107 * L_1 = ___level1; CodeGroup_CreateXml_m2331781322(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.NetCodeGroup::ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void NetCodeGroup_ParseXml_m1082363454 (NetCodeGroup_t2217812384 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___e0; PolicyLevel_t2891196107 * L_1 = ___level1; CodeGroup_ParseXml_m1796642228(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.PermissionRequestEvidence::.ctor(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PermissionRequestEvidence__ctor_m1593221312 (PermissionRequestEvidence_t59447972 * __this, PermissionSet_t223948603 * ___request0, PermissionSet_t223948603 * ___optional1, PermissionSet_t223948603 * ___denied2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionRequestEvidence__ctor_m1593221312_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); PermissionSet_t223948603 * L_0 = ___request0; if (!L_0) { goto IL_0018; } } { PermissionSet_t223948603 * L_1 = ___request0; PermissionSet_t223948603 * L_2 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m2402996717(L_2, L_1, /*hidden argument*/NULL); __this->set_requested_0(L_2); } IL_0018: { PermissionSet_t223948603 * L_3 = ___optional1; if (!L_3) { goto IL_002a; } } { PermissionSet_t223948603 * L_4 = ___optional1; PermissionSet_t223948603 * L_5 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m2402996717(L_5, L_4, /*hidden argument*/NULL); __this->set_optional_1(L_5); } IL_002a: { PermissionSet_t223948603 * L_6 = ___denied2; if (!L_6) { goto IL_003c; } } { PermissionSet_t223948603 * L_7 = ___denied2; PermissionSet_t223948603 * L_8 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m2402996717(L_8, L_7, /*hidden argument*/NULL); __this->set_denied_2(L_8); } IL_003c: { return; } } // System.String System.Security.Policy.PermissionRequestEvidence::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* PermissionRequestEvidence_ToString_m1564439905 (PermissionRequestEvidence_t59447972 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PermissionRequestEvidence_ToString_m1564439905_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; SecurityElement_t1046076091 * V_2 = NULL; SecurityElement_t1046076091 * V_3 = NULL; { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral711686747, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); PermissionSet_t223948603 * L_2 = __this->get_requested_0(); if (!L_2) { goto IL_0049; } } { SecurityElement_t1046076091 * L_3 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_3, _stringLiteral475705030, /*hidden argument*/NULL); V_1 = L_3; SecurityElement_t1046076091 * L_4 = V_1; PermissionSet_t223948603 * L_5 = __this->get_requested_0(); NullCheck(L_5); SecurityElement_t1046076091 * L_6 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_5); NullCheck(L_4); SecurityElement_AddChild_m1606852781(L_4, L_6, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_7 = V_0; SecurityElement_t1046076091 * L_8 = V_1; NullCheck(L_7); SecurityElement_AddChild_m1606852781(L_7, L_8, /*hidden argument*/NULL); } IL_0049: { PermissionSet_t223948603 * L_9 = __this->get_optional_1(); if (!L_9) { goto IL_0077; } } { SecurityElement_t1046076091 * L_10 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_10, _stringLiteral2882590489, /*hidden argument*/NULL); V_2 = L_10; SecurityElement_t1046076091 * L_11 = V_2; PermissionSet_t223948603 * L_12 = __this->get_optional_1(); NullCheck(L_12); SecurityElement_t1046076091 * L_13 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_12); NullCheck(L_11); SecurityElement_AddChild_m1606852781(L_11, L_13, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_14 = V_0; SecurityElement_t1046076091 * L_15 = V_2; NullCheck(L_14); SecurityElement_AddChild_m1606852781(L_14, L_15, /*hidden argument*/NULL); } IL_0077: { PermissionSet_t223948603 * L_16 = __this->get_denied_2(); if (!L_16) { goto IL_00a5; } } { SecurityElement_t1046076091 * L_17 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_17, _stringLiteral3889647017, /*hidden argument*/NULL); V_3 = L_17; SecurityElement_t1046076091 * L_18 = V_3; PermissionSet_t223948603 * L_19 = __this->get_denied_2(); NullCheck(L_19); SecurityElement_t1046076091 * L_20 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_19); NullCheck(L_18); SecurityElement_AddChild_m1606852781(L_18, L_20, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_21 = V_0; SecurityElement_t1046076091 * L_22 = V_3; NullCheck(L_21); SecurityElement_AddChild_m1606852781(L_21, L_22, /*hidden argument*/NULL); } IL_00a5: { SecurityElement_t1046076091 * L_23 = V_0; NullCheck(L_23); String_t* L_24 = SecurityElement_ToString_m1918878627(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.Security.Policy.PolicyException::.ctor() extern "C" IL2CPP_METHOD_ATTR void PolicyException__ctor_m2559759454 (PolicyException_t1520028310 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyException__ctor_m2559759454_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4127180791, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.PolicyException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PolicyException__ctor_m4137492788 (PolicyException_t1520028310 * __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.Security.Policy.PolicyException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void PolicyException__ctor_m476720466 (PolicyException_t1520028310 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.PolicyLevel::.ctor(System.String,System.Security.PolicyLevelType) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel__ctor_m3173495799 (PolicyLevel_t2891196107 * __this, String_t* ___label0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel__ctor_m3173495799_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___label0; __this->set_label_0(L_0); int32_t L_1 = ___type1; __this->set__type_5(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_full_trust_assemblies_2(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); __this->set_named_permission_sets_3(L_3); return; } } // System.Void System.Security.Policy.PolicyLevel::LoadFromFile(System.String) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_LoadFromFile_m3845519340 (PolicyLevel_t2891196107 * __this, String_t* ___filename0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_LoadFromFile_m3845519340_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StreamReader_t4009935899 * 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); IL_0000: try { // begin try (depth: 1) try { // begin try (depth: 2) { String_t* L_0 = ___filename0; bool L_1 = File_Exists_m3943585060(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0029; } } IL_000b: { String_t* L_2 = ___filename0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, L_2, _stringLiteral1427504738, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; bool L_5 = File_Exists_m3943585060(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } IL_0022: { String_t* L_6 = V_0; String_t* L_7 = ___filename0; File_Copy_m497281780(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); } IL_0029: { String_t* L_8 = ___filename0; bool L_9 = File_Exists_m3943585060(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0082; } } IL_0034: { String_t* L_10 = ___filename0; StreamReader_t4009935899 * L_11 = File_OpenText_m196858847(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); V_1 = L_11; } IL_003b: try { // begin try (depth: 3) StreamReader_t4009935899 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.StreamReader::ReadToEnd() */, L_12); SecurityElement_t1046076091 * L_14 = PolicyLevel_FromString_m1790199295(__this, L_13, /*hidden argument*/NULL); __this->set_xml_7(L_14); IL2CPP_LEAVE(0x5F, FINALLY_0052); } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: { // begin finally (depth: 3) { StreamReader_t4009935899 * L_15 = V_1; if (!L_15) { goto IL_005e; } } IL_0058: { StreamReader_t4009935899 * L_16 = V_1; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); } IL_005e: { IL2CPP_END_FINALLY(82) } } // end finally (depth: 3) IL2CPP_CLEANUP(82) { IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: try { // begin try (depth: 3) IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); SecurityManager_set_ResolvingPolicyLevel_m2117409379(NULL /*static, unused*/, __this, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_17 = __this->get_xml_7(); PolicyLevel_FromXml_m3288684303(__this, L_17, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7D, FINALLY_0076); } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0076; } FINALLY_0076: { // begin finally (depth: 3) IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); SecurityManager_set_ResolvingPolicyLevel_m2117409379(NULL /*static, unused*/, __this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(118) } // end finally (depth: 3) IL2CPP_CLEANUP(118) { IL2CPP_JUMP_TBL(0x7D, IL_007d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007d: { goto IL_00a0; } IL_0082: { PolicyLevel_CreateDefaultFullTrustAssemblies_m2687686518(__this, /*hidden argument*/NULL); PolicyLevel_CreateDefaultNamedPermissionSets_m1359142823(__this, /*hidden argument*/NULL); int32_t L_18 = __this->get__type_5(); PolicyLevel_CreateDefaultLevel_m1311194295(__this, L_18, /*hidden argument*/NULL); PolicyLevel_Save_m3345864262(__this, /*hidden argument*/NULL); } IL_00a0: { IL2CPP_LEAVE(0xB3, FINALLY_00ab); } } // end try (depth: 2) 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_00a5; throw e; } CATCH_00a5: { // begin catch(System.Object) IL2CPP_LEAVE(0xB3, FINALLY_00ab); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ab; } FINALLY_00ab: { // begin finally (depth: 1) String_t* L_19 = ___filename0; __this->set__location_4(L_19); IL2CPP_END_FINALLY(171) } // end finally (depth: 1) IL2CPP_CLEANUP(171) { IL2CPP_JUMP_TBL(0xB3, IL_00b3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b3: { return; } } // System.Security.SecurityElement System.Security.Policy.PolicyLevel::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyLevel_FromString_m1790199295 (PolicyLevel_t2891196107 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_FromString_m1790199295_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityParser_t4124480077 * V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; SecurityElement_t1046076091 * V_2 = NULL; SecurityElement_t1046076091 * V_3 = NULL; SecurityElement_t1046076091 * V_4 = NULL; SecurityElement_t1046076091 * V_5 = NULL; { SecurityParser_t4124480077 * L_0 = (SecurityParser_t4124480077 *)il2cpp_codegen_object_new(SecurityParser_t4124480077_il2cpp_TypeInfo_var); SecurityParser__ctor_m1786039976(L_0, /*hidden argument*/NULL); V_0 = L_0; SecurityParser_t4124480077 * L_1 = V_0; String_t* L_2 = ___xml0; NullCheck(L_1); SecurityParser_LoadXml_m1638830459(L_1, L_2, /*hidden argument*/NULL); SecurityParser_t4124480077 * L_3 = V_0; NullCheck(L_3); SecurityElement_t1046076091 * L_4 = SecurityParser_ToXml_m3880004309(L_3, /*hidden argument*/NULL); V_1 = L_4; SecurityElement_t1046076091 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = SecurityElement_get_Tag_m2258014803(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1078838269, /*hidden argument*/NULL); if (!L_7) { goto IL_0039; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1515188331, /*hidden argument*/NULL); ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,PolicyLevel_FromString_m1790199295_RuntimeMethod_var); } IL_0039: { SecurityElement_t1046076091 * L_10 = V_1; NullCheck(L_10); ArrayList_t2718874744 * L_11 = SecurityElement_get_Children_m1231540612(L_10, /*hidden argument*/NULL); NullCheck(L_11); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, 0); V_2 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_12, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_13 = V_2; NullCheck(L_13); String_t* L_14 = SecurityElement_get_Tag_m2258014803(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral255002417, /*hidden argument*/NULL); if (!L_15) { goto IL_0070; } } { String_t* L_16 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral522117437, /*hidden argument*/NULL); ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,PolicyLevel_FromString_m1790199295_RuntimeMethod_var); } IL_0070: { SecurityElement_t1046076091 * L_18 = V_2; NullCheck(L_18); ArrayList_t2718874744 * L_19 = SecurityElement_get_Children_m1231540612(L_18, /*hidden argument*/NULL); NullCheck(L_19); RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_19, 0); V_3 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_20, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_21 = V_3; NullCheck(L_21); String_t* L_22 = SecurityElement_get_Tag_m2258014803(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_22, _stringLiteral2866827006, /*hidden argument*/NULL); if (!L_23) { goto IL_00a7; } } { String_t* L_24 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3689290541, /*hidden argument*/NULL); ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,PolicyLevel_FromString_m1790199295_RuntimeMethod_var); } IL_00a7: { SecurityElement_t1046076091 * L_26 = V_3; NullCheck(L_26); ArrayList_t2718874744 * L_27 = SecurityElement_get_Children_m1231540612(L_26, /*hidden argument*/NULL); NullCheck(L_27); RuntimeObject * L_28 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_27, 0); V_4 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_28, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_29 = V_4; NullCheck(L_29); String_t* L_30 = SecurityElement_get_Tag_m2258014803(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_30, _stringLiteral2729534181, /*hidden argument*/NULL); if (!L_31) { goto IL_00e0; } } { String_t* L_32 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1286800933, /*hidden argument*/NULL); ArgumentException_t132251570 * L_33 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,PolicyLevel_FromString_m1790199295_RuntimeMethod_var); } IL_00e0: { SecurityElement_t1046076091 * L_34 = V_4; NullCheck(L_34); ArrayList_t2718874744 * L_35 = SecurityElement_get_Children_m1231540612(L_34, /*hidden argument*/NULL); NullCheck(L_35); RuntimeObject * L_36 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_35, 0); V_5 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_36, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_37 = V_5; return L_37; } } // System.Void System.Security.Policy.PolicyLevel::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_FromXml_m3288684303 (PolicyLevel_t2891196107 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_FromXml_m3288684303_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; RuntimeObject* V_2 = NULL; SecurityElement_t1046076091 * V_3 = NULL; SecurityElement_t1046076091 * V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; SecurityElement_t1046076091 * V_7 = NULL; SecurityElement_t1046076091 * V_8 = NULL; SecurityElement_t1046076091 * V_9 = NULL; RuntimeObject* V_10 = NULL; NamedPermissionSet_t2915669112 * V_11 = NULL; RuntimeObject* 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); { SecurityElement_t1046076091 * L_0 = ___e0; 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, _stringLiteral3452614587, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PolicyLevel_FromXml_m3288684303_RuntimeMethod_var); } IL_0011: { SecurityElement_t1046076091 * L_2 = ___e0; NullCheck(L_2); SecurityElement_t1046076091 * L_3 = SecurityElement_SearchForChildByTag_m900466299(L_2, _stringLiteral331941593, /*hidden argument*/NULL); V_0 = L_3; SecurityElement_t1046076091 * L_4 = V_0; if (!L_4) { goto IL_00c2; } } { SecurityElement_t1046076091 * L_5 = V_0; NullCheck(L_5); ArrayList_t2718874744 * L_6 = SecurityElement_get_Children_m1231540612(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00c2; } } { SecurityElement_t1046076091 * L_7 = V_0; NullCheck(L_7); ArrayList_t2718874744 * L_8 = SecurityElement_get_Children_m1231540612(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_00c2; } } { SecurityElement_t1046076091 * L_10 = V_0; NullCheck(L_10); ArrayList_t2718874744 * L_11 = SecurityElement_get_Children_m1231540612(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_11); Hashtable_t1853889766 * L_13 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1684344284(L_13, L_12, /*hidden argument*/NULL); __this->set_fullNames_6(L_13); SecurityElement_t1046076091 * L_14 = V_0; NullCheck(L_14); ArrayList_t2718874744 * L_15 = SecurityElement_get_Children_m1231540612(L_14, /*hidden argument*/NULL); NullCheck(L_15); RuntimeObject* L_16 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_15); V_2 = L_16; } IL_0061: try { // begin try (depth: 1) { goto IL_009d; } IL_0066: { 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 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_18, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_19 = __this->get_fullNames_6(); SecurityElement_t1046076091 * L_20 = V_1; NullCheck(L_20); Hashtable_t1853889766 * L_21 = SecurityElement_get_Attributes_m1319762035(L_20, /*hidden argument*/NULL); NullCheck(L_21); RuntimeObject * L_22 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_21, _stringLiteral62725275); SecurityElement_t1046076091 * L_23 = V_1; NullCheck(L_23); Hashtable_t1853889766 * L_24 = SecurityElement_get_Attributes_m1319762035(L_23, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject * L_25 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_24, _stringLiteral2833616318); NullCheck(L_19); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_19, L_22, L_25); } IL_009d: { RuntimeObject* L_26 = V_2; NullCheck(L_26); bool L_27 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_26); if (L_27) { goto IL_0066; } } IL_00a8: { IL2CPP_LEAVE(0xC2, FINALLY_00ad); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ad; } FINALLY_00ad: { // begin finally (depth: 1) { RuntimeObject* L_28 = V_2; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_28, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_29 = V_12; if (L_29) { goto IL_00ba; } } IL_00b9: { IL2CPP_END_FINALLY(173) } IL_00ba: { RuntimeObject* L_30 = V_12; NullCheck(L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_30); IL2CPP_END_FINALLY(173) } } // end finally (depth: 1) IL2CPP_CLEANUP(173) { IL2CPP_JUMP_TBL(0xC2, IL_00c2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c2: { SecurityElement_t1046076091 * L_31 = ___e0; NullCheck(L_31); SecurityElement_t1046076091 * L_32 = SecurityElement_SearchForChildByTag_m900466299(L_31, _stringLiteral2323034221, /*hidden argument*/NULL); V_3 = L_32; SecurityElement_t1046076091 * L_33 = V_3; if (!L_33) { goto IL_01ab; } } { SecurityElement_t1046076091 * L_34 = V_3; NullCheck(L_34); ArrayList_t2718874744 * L_35 = SecurityElement_get_Children_m1231540612(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_01ab; } } { SecurityElement_t1046076091 * L_36 = V_3; NullCheck(L_36); ArrayList_t2718874744 * L_37 = SecurityElement_get_Children_m1231540612(L_36, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_37); if ((((int32_t)L_38) <= ((int32_t)0))) { goto IL_01ab; } } { ArrayList_t2718874744 * L_39 = __this->get_full_trust_assemblies_2(); NullCheck(L_39); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_39); SecurityElement_t1046076091 * L_40 = V_3; NullCheck(L_40); ArrayList_t2718874744 * L_41 = SecurityElement_get_Children_m1231540612(L_40, /*hidden argument*/NULL); NullCheck(L_41); RuntimeObject* L_42 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_41); V_5 = L_42; } IL_0108: try { // begin try (depth: 1) { goto IL_0184; } IL_010d: { RuntimeObject* L_43 = V_5; NullCheck(L_43); RuntimeObject * L_44 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_43); V_4 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_44, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_45 = V_4; NullCheck(L_45); String_t* L_46 = SecurityElement_get_Tag_m2258014803(L_45, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_47 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_46, _stringLiteral1567057098, /*hidden argument*/NULL); if (!L_47) { goto IL_0141; } } IL_0131: { String_t* L_48 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2798831033, /*hidden argument*/NULL); ArgumentException_t132251570 * L_49 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_49, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,PolicyLevel_FromXml_m3288684303_RuntimeMethod_var); } IL_0141: { SecurityElement_t1046076091 * L_50 = V_4; NullCheck(L_50); String_t* L_51 = SecurityElement_Attribute_m2289480139(L_50, _stringLiteral351315815, /*hidden argument*/NULL); V_6 = L_51; String_t* L_52 = V_6; NullCheck(L_52); int32_t L_53 = String_IndexOf_m1977622757(L_52, _stringLiteral3451527794, /*hidden argument*/NULL); if ((((int32_t)L_53) >= ((int32_t)0))) { goto IL_0171; } } IL_0161: { String_t* L_54 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3650312156, /*hidden argument*/NULL); ArgumentException_t132251570 * L_55 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_55, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,PolicyLevel_FromXml_m3288684303_RuntimeMethod_var); } IL_0171: { ArrayList_t2718874744 * L_56 = __this->get_full_trust_assemblies_2(); SecurityElement_t1046076091 * L_57 = V_4; StrongNameMembershipCondition_t2614563360 * L_58 = (StrongNameMembershipCondition_t2614563360 *)il2cpp_codegen_object_new(StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var); StrongNameMembershipCondition__ctor_m3351906093(L_58, L_57, /*hidden argument*/NULL); NullCheck(L_56); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_56, L_58); } IL_0184: { RuntimeObject* L_59 = V_5; NullCheck(L_59); bool L_60 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_59); if (L_60) { goto IL_010d; } } IL_0190: { IL2CPP_LEAVE(0x1AB, FINALLY_0195); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0195; } FINALLY_0195: { // begin finally (depth: 1) { RuntimeObject* L_61 = V_5; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_61, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_62 = V_13; if (L_62) { goto IL_01a3; } } IL_01a2: { IL2CPP_END_FINALLY(405) } IL_01a3: { RuntimeObject* L_63 = V_13; NullCheck(L_63); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_63); IL2CPP_END_FINALLY(405) } } // end finally (depth: 1) IL2CPP_CLEANUP(405) { IL2CPP_JUMP_TBL(0x1AB, IL_01ab) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01ab: { SecurityElement_t1046076091 * L_64 = ___e0; NullCheck(L_64); SecurityElement_t1046076091 * L_65 = SecurityElement_SearchForChildByTag_m900466299(L_64, _stringLiteral2343394376, /*hidden argument*/NULL); V_7 = L_65; SecurityElement_t1046076091 * L_66 = V_7; if (!L_66) { goto IL_01f0; } } { SecurityElement_t1046076091 * L_67 = V_7; NullCheck(L_67); ArrayList_t2718874744 * L_68 = SecurityElement_get_Children_m1231540612(L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01f0; } } { SecurityElement_t1046076091 * L_69 = V_7; NullCheck(L_69); ArrayList_t2718874744 * L_70 = SecurityElement_get_Children_m1231540612(L_69, /*hidden argument*/NULL); NullCheck(L_70); int32_t L_71 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_70); if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_01f0; } } { SecurityElement_t1046076091 * L_72 = V_7; CodeGroup_t3811807446 * L_73 = CodeGroup_CreateFromXml_m94063289(NULL /*static, unused*/, L_72, __this, /*hidden argument*/NULL); __this->set_root_code_group_1(L_73); goto IL_0200; } IL_01f0: { String_t* L_74 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1336206095, /*hidden argument*/NULL); ArgumentException_t132251570 * L_75 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_75, L_74, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_75,PolicyLevel_FromXml_m3288684303_RuntimeMethod_var); } IL_0200: { SecurityElement_t1046076091 * L_76 = ___e0; NullCheck(L_76); SecurityElement_t1046076091 * L_77 = SecurityElement_SearchForChildByTag_m900466299(L_76, _stringLiteral73014400, /*hidden argument*/NULL); V_8 = L_77; SecurityElement_t1046076091 * L_78 = V_8; if (!L_78) { goto IL_02ab; } } { SecurityElement_t1046076091 * L_79 = V_8; NullCheck(L_79); ArrayList_t2718874744 * L_80 = SecurityElement_get_Children_m1231540612(L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_02ab; } } { SecurityElement_t1046076091 * L_81 = V_8; NullCheck(L_81); ArrayList_t2718874744 * L_82 = SecurityElement_get_Children_m1231540612(L_81, /*hidden argument*/NULL); NullCheck(L_82); int32_t L_83 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_82); if ((((int32_t)L_83) <= ((int32_t)0))) { goto IL_02ab; } } { ArrayList_t2718874744 * L_84 = __this->get_named_permission_sets_3(); NullCheck(L_84); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_84); SecurityElement_t1046076091 * L_85 = V_8; NullCheck(L_85); ArrayList_t2718874744 * L_86 = SecurityElement_get_Children_m1231540612(L_85, /*hidden argument*/NULL); NullCheck(L_86); RuntimeObject* L_87 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_86); V_10 = L_87; } IL_024b: try { // begin try (depth: 1) { goto IL_0284; } IL_0250: { RuntimeObject* L_88 = V_10; NullCheck(L_88); RuntimeObject * L_89 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_88); V_9 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_89, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); NamedPermissionSet_t2915669112 * L_90 = (NamedPermissionSet_t2915669112 *)il2cpp_codegen_object_new(NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var); NamedPermissionSet__ctor_m2946578901(L_90, /*hidden argument*/NULL); V_11 = L_90; NamedPermissionSet_t2915669112 * L_91 = V_11; NullCheck(L_91); PermissionSet_set_Resolver_m2488356546(L_91, __this, /*hidden argument*/NULL); NamedPermissionSet_t2915669112 * L_92 = V_11; SecurityElement_t1046076091 * L_93 = V_9; NullCheck(L_92); NamedPermissionSet_FromXml_m137054589(L_92, L_93, /*hidden argument*/NULL); ArrayList_t2718874744 * L_94 = __this->get_named_permission_sets_3(); NamedPermissionSet_t2915669112 * L_95 = V_11; NullCheck(L_94); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_94, L_95); } IL_0284: { RuntimeObject* L_96 = V_10; NullCheck(L_96); bool L_97 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_96); if (L_97) { goto IL_0250; } } IL_0290: { IL2CPP_LEAVE(0x2AB, FINALLY_0295); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0295; } FINALLY_0295: { // begin finally (depth: 1) { RuntimeObject* L_98 = V_10; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_98, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_99 = V_14; if (L_99) { goto IL_02a3; } } IL_02a2: { IL2CPP_END_FINALLY(661) } IL_02a3: { RuntimeObject* L_100 = V_14; NullCheck(L_100); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_100); IL2CPP_END_FINALLY(661) } } // end finally (depth: 1) IL2CPP_CLEANUP(661) { IL2CPP_JUMP_TBL(0x2AB, IL_02ab) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_02ab: { return; } } // System.Security.NamedPermissionSet System.Security.Policy.PolicyLevel::GetNamedPermissionSet(System.String) extern "C" IL2CPP_METHOD_ATTR NamedPermissionSet_t2915669112 * PolicyLevel_GetNamedPermissionSet_m1472132237 (PolicyLevel_t2891196107 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_GetNamedPermissionSet_m1472132237_MetadataUsageId); s_Il2CppMethodInitialized = true; } NamedPermissionSet_t2915669112 * V_0 = NULL; RuntimeObject* V_1 = NULL; NamedPermissionSet_t2915669112 * 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); { 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,PolicyLevel_GetNamedPermissionSet_m1472132237_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_named_permission_sets_3(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_1 = L_3; } IL_001d: try { // begin try (depth: 1) { goto IL_0050; } IL_0022: { RuntimeObject* L_4 = V_1; 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_0 = ((NamedPermissionSet_t2915669112 *)CastclassSealed((RuntimeObject*)L_5, NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var)); NamedPermissionSet_t2915669112 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = NamedPermissionSet_get_Name_m3352394288(L_6, /*hidden argument*/NULL); String_t* L_8 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0050; } } IL_003f: { NamedPermissionSet_t2915669112 * L_10 = V_0; NullCheck(L_10); PermissionSet_t223948603 * L_11 = NamedPermissionSet_Copy_m3477883934(L_10, /*hidden argument*/NULL); V_2 = ((NamedPermissionSet_t2915669112 *)CastclassSealed((RuntimeObject*)L_11, NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x74, FINALLY_0060); } IL_0050: { 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_0022; } } IL_005b: { IL2CPP_LEAVE(0x72, FINALLY_0060); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: { // 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_006b; } } IL_006a: { IL2CPP_END_FINALLY(96) } IL_006b: { 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(96) } } // end finally (depth: 1) IL2CPP_CLEANUP(96) { IL2CPP_JUMP_TBL(0x74, IL_0074) IL2CPP_JUMP_TBL(0x72, IL_0072) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0072: { return (NamedPermissionSet_t2915669112 *)NULL; } IL_0074: { NamedPermissionSet_t2915669112 * L_17 = V_2; return L_17; } } // System.Security.Policy.PolicyStatement System.Security.Policy.PolicyLevel::Resolve(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * PolicyLevel_Resolve_m2485394215 (PolicyLevel_t2891196107 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_Resolve_m2485394215_MetadataUsageId); s_Il2CppMethodInitialized = true; } PolicyStatement_t3052133691 * V_0 = NULL; PolicyStatement_t3052133691 * G_B5_0 = NULL; { Evidence_t2008144148 * L_0 = ___evidence0; 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, _stringLiteral808976576, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PolicyLevel_Resolve_m2485394215_RuntimeMethod_var); } IL_0011: { CodeGroup_t3811807446 * L_2 = __this->get_root_code_group_1(); Evidence_t2008144148 * L_3 = ___evidence0; NullCheck(L_2); PolicyStatement_t3052133691 * L_4 = VirtFuncInvoker1< PolicyStatement_t3052133691 *, Evidence_t2008144148 * >::Invoke(5 /* System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::Resolve(System.Security.Policy.Evidence) */, L_2, L_3); V_0 = L_4; PolicyStatement_t3052133691 * L_5 = V_0; if (!L_5) { goto IL_002a; } } { PolicyStatement_t3052133691 * L_6 = V_0; G_B5_0 = L_6; goto IL_002f; } IL_002a: { PolicyStatement_t3052133691 * L_7 = PolicyStatement_Empty_m1551910523(NULL /*static, unused*/, /*hidden argument*/NULL); G_B5_0 = L_7; } IL_002f: { return G_B5_0; } } // System.Security.SecurityElement System.Security.Policy.PolicyLevel::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyLevel_ToXml_m1729327836 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_ToXml_m1729327836_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; NamedPermissionSet_t2915669112 * V_2 = NULL; RuntimeObject* V_3 = NULL; SecurityElement_t1046076091 * V_4 = NULL; RuntimeObject * V_5 = NULL; SecurityElement_t1046076091 * V_6 = NULL; StrongNameMembershipCondition_t2614563360 * V_7 = NULL; RuntimeObject* V_8 = NULL; SecurityElement_t1046076091 * V_9 = NULL; DictionaryEntry_t3123975638 V_10; memset(&V_10, 0, sizeof(V_10)); RuntimeObject* V_11 = NULL; SecurityElement_t1046076091 * V_12 = NULL; SecurityElement_t1046076091 * V_13 = NULL; RuntimeObject* V_14 = NULL; RuntimeObject* V_15 = NULL; RuntimeObject* V_16 = 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); { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t2718874744 * L_1 = __this->get_full_trust_assemblies_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0041; } } { Hashtable_t1853889766 * L_3 = V_0; NullCheck(L_3); bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_3, _stringLiteral3451527794); if (L_4) { goto IL_0041; } } { Hashtable_t1853889766 * L_5 = V_0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (StrongNameMembershipCondition_t2614563360_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); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_7); NullCheck(L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_5, _stringLiteral3451527794, L_8); } IL_0041: { SecurityElement_t1046076091 * L_9 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_9, _stringLiteral73014400, /*hidden argument*/NULL); V_1 = L_9; ArrayList_t2718874744 * L_10 = __this->get_named_permission_sets_3(); NullCheck(L_10); RuntimeObject* L_11 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_10); V_3 = L_11; } IL_0058: try { // begin try (depth: 1) { goto IL_00ac; } IL_005d: { RuntimeObject* L_12 = V_3; 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_2 = ((NamedPermissionSet_t2915669112 *)CastclassSealed((RuntimeObject*)L_13, NamedPermissionSet_t2915669112_il2cpp_TypeInfo_var)); NamedPermissionSet_t2915669112 * L_14 = V_2; NullCheck(L_14); SecurityElement_t1046076091 * L_15 = NamedPermissionSet_ToXml_m765275093(L_14, /*hidden argument*/NULL); V_4 = L_15; SecurityElement_t1046076091 * L_16 = V_4; NullCheck(L_16); Hashtable_t1853889766 * L_17 = SecurityElement_get_Attributes_m1319762035(L_16, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_18 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_17, _stringLiteral351315815); V_5 = L_18; Hashtable_t1853889766 * L_19 = V_0; RuntimeObject * L_20 = V_5; NullCheck(L_19); bool L_21 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_19, L_20); if (L_21) { goto IL_00a4; } } IL_0091: { Hashtable_t1853889766 * L_22 = V_0; RuntimeObject * L_23 = V_5; NamedPermissionSet_t2915669112 * L_24 = V_2; NullCheck(L_24); Type_t * L_25 = Object_GetType_m88164663(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_25); NullCheck(L_22); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_22, L_23, L_26); } IL_00a4: { SecurityElement_t1046076091 * L_27 = V_1; SecurityElement_t1046076091 * L_28 = V_4; NullCheck(L_27); SecurityElement_AddChild_m1606852781(L_27, L_28, /*hidden argument*/NULL); } IL_00ac: { RuntimeObject* L_29 = V_3; 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_005d; } } IL_00b7: { IL2CPP_LEAVE(0xD1, FINALLY_00bc); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bc; } FINALLY_00bc: { // begin finally (depth: 1) { RuntimeObject* L_31 = V_3; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_14; if (L_32) { goto IL_00c9; } } IL_00c8: { IL2CPP_END_FINALLY(188) } IL_00c9: { RuntimeObject* L_33 = V_14; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_33); IL2CPP_END_FINALLY(188) } } // end finally (depth: 1) IL2CPP_CLEANUP(188) { IL2CPP_JUMP_TBL(0xD1, IL_00d1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d1: { SecurityElement_t1046076091 * L_34 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_34, _stringLiteral2323034221, /*hidden argument*/NULL); V_6 = L_34; ArrayList_t2718874744 * L_35 = __this->get_full_trust_assemblies_2(); NullCheck(L_35); RuntimeObject* L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_35); V_8 = L_36; } IL_00ea: try { // begin try (depth: 1) { goto IL_010c; } IL_00ef: { RuntimeObject* L_37 = V_8; 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_7 = ((StrongNameMembershipCondition_t2614563360 *)CastclassSealed((RuntimeObject*)L_38, StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_39 = V_6; StrongNameMembershipCondition_t2614563360 * L_40 = V_7; NullCheck(L_40); SecurityElement_t1046076091 * L_41 = StrongNameMembershipCondition_ToXml_m1221483647(L_40, __this, /*hidden argument*/NULL); NullCheck(L_39); SecurityElement_AddChild_m1606852781(L_39, L_41, /*hidden argument*/NULL); } IL_010c: { RuntimeObject* L_42 = V_8; 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_00ef; } } IL_0118: { IL2CPP_LEAVE(0x133, FINALLY_011d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_011d; } FINALLY_011d: { // begin finally (depth: 1) { RuntimeObject* L_44 = V_8; V_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_44, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_45 = V_15; if (L_45) { goto IL_012b; } } IL_012a: { IL2CPP_END_FINALLY(285) } IL_012b: { RuntimeObject* L_46 = V_15; NullCheck(L_46); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_46); IL2CPP_END_FINALLY(285) } } // end finally (depth: 1) IL2CPP_CLEANUP(285) { IL2CPP_JUMP_TBL(0x133, IL_0133) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0133: { SecurityElement_t1046076091 * L_47 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_47, _stringLiteral331941593, /*hidden argument*/NULL); V_9 = L_47; Hashtable_t1853889766 * L_48 = V_0; NullCheck(L_48); int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_48); if ((((int32_t)L_49) <= ((int32_t)0))) { goto IL_01d2; } } { Hashtable_t1853889766 * L_50 = V_0; NullCheck(L_50); RuntimeObject* L_51 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_50); V_11 = L_51; } IL_0153: try { // begin try (depth: 1) { goto IL_01ab; } IL_0158: { RuntimeObject* L_52 = V_11; 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_10 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_53, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); SecurityElement_t1046076091 * L_54 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_54, _stringLiteral1408044207, /*hidden argument*/NULL); V_12 = L_54; SecurityElement_t1046076091 * L_55 = V_12; RuntimeObject * L_56 = DictionaryEntry_get_Key_m3117378551((&V_10), /*hidden argument*/NULL); NullCheck(L_55); SecurityElement_AddAttribute_m311510562(L_55, _stringLiteral62725275, ((String_t*)CastclassSealed((RuntimeObject*)L_56, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SecurityElement_t1046076091 * L_57 = V_12; RuntimeObject * L_58 = DictionaryEntry_get_Value_m618120527((&V_10), /*hidden argument*/NULL); NullCheck(L_57); SecurityElement_AddAttribute_m311510562(L_57, _stringLiteral2833616318, ((String_t*)CastclassSealed((RuntimeObject*)L_58, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SecurityElement_t1046076091 * L_59 = V_9; SecurityElement_t1046076091 * L_60 = V_12; NullCheck(L_59); SecurityElement_AddChild_m1606852781(L_59, L_60, /*hidden argument*/NULL); } IL_01ab: { RuntimeObject* L_61 = V_11; 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_0158; } } IL_01b7: { IL2CPP_LEAVE(0x1D2, FINALLY_01bc); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01bc; } FINALLY_01bc: { // begin finally (depth: 1) { RuntimeObject* L_63 = V_11; V_16 = ((RuntimeObject*)IsInst((RuntimeObject*)L_63, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_64 = V_16; if (L_64) { goto IL_01ca; } } IL_01c9: { IL2CPP_END_FINALLY(444) } IL_01ca: { RuntimeObject* L_65 = V_16; NullCheck(L_65); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_65); IL2CPP_END_FINALLY(444) } } // end finally (depth: 1) IL2CPP_CLEANUP(444) { IL2CPP_JUMP_TBL(0x1D2, IL_01d2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01d2: { RuntimeTypeHandle_t3027515415 L_66 = { reinterpret_cast (PolicyLevel_t2891196107_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_67 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); NullCheck(L_67); String_t* L_68 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_67); SecurityElement_t1046076091 * L_69 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_69, L_68, /*hidden argument*/NULL); V_13 = L_69; SecurityElement_t1046076091 * L_70 = V_13; NullCheck(L_70); SecurityElement_AddAttribute_m311510562(L_70, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_71 = V_13; SecurityElement_t1046076091 * L_72 = V_9; NullCheck(L_71); SecurityElement_AddChild_m1606852781(L_71, L_72, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_73 = V_13; SecurityElement_t1046076091 * L_74 = V_1; NullCheck(L_73); SecurityElement_AddChild_m1606852781(L_73, L_74, /*hidden argument*/NULL); CodeGroup_t3811807446 * L_75 = __this->get_root_code_group_1(); if (!L_75) { goto IL_0228; } } { SecurityElement_t1046076091 * L_76 = V_13; CodeGroup_t3811807446 * L_77 = __this->get_root_code_group_1(); NullCheck(L_77); SecurityElement_t1046076091 * L_78 = CodeGroup_ToXml_m3772765970(L_77, __this, /*hidden argument*/NULL); NullCheck(L_76); SecurityElement_AddChild_m1606852781(L_76, L_78, /*hidden argument*/NULL); } IL_0228: { SecurityElement_t1046076091 * L_79 = V_13; SecurityElement_t1046076091 * L_80 = V_6; NullCheck(L_79); SecurityElement_AddChild_m1606852781(L_79, L_80, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_81 = V_13; return L_81; } } // System.Void System.Security.Policy.PolicyLevel::Save() extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_Save_m3345864262 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_Save_m3345864262_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamWriter_t1266378904 * 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); { int32_t L_0 = __this->get__type_5(); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_001c; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1335599261, /*hidden argument*/NULL); PolicyException_t1520028310 * L_2 = (PolicyException_t1520028310 *)il2cpp_codegen_object_new(PolicyException_t1520028310_il2cpp_TypeInfo_var); PolicyException__ctor_m4137492788(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,PolicyLevel_Save_m3345864262_RuntimeMethod_var); } IL_001c: { String_t* L_3 = __this->get__location_4(); if (!L_3) { goto IL_0094; } } IL_0027: try { // begin try (depth: 1) try { // begin try (depth: 2) { String_t* L_4 = __this->get__location_4(); bool L_5 = File_Exists_m3943585060(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0053; } } IL_0037: { String_t* L_6 = __this->get__location_4(); String_t* L_7 = __this->get__location_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, L_7, _stringLiteral3439089072, /*hidden argument*/NULL); File_Copy_m3433232803(NULL /*static, unused*/, L_6, L_8, (bool)1, /*hidden argument*/NULL); } IL_0053: { IL2CPP_LEAVE(0x94, FINALLY_005e); } } // end try (depth: 2) 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_0058; throw e; } CATCH_0058: { // begin catch(System.Exception) IL2CPP_LEAVE(0x94, FINALLY_005e); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: { // begin finally (depth: 1) { String_t* L_9 = __this->get__location_4(); StreamWriter_t1266378904 * L_10 = (StreamWriter_t1266378904 *)il2cpp_codegen_object_new(StreamWriter_t1266378904_il2cpp_TypeInfo_var); StreamWriter__ctor_m3185939007(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_006a: try { // begin try (depth: 2) StreamWriter_t1266378904 * L_11 = V_0; SecurityElement_t1046076091 * L_12 = PolicyLevel_ToXml_m1729327836(__this, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = SecurityElement_ToString_m1918878627(L_12, /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.StreamWriter::Write(System.String) */, L_11, L_13); StreamWriter_t1266378904 * L_14 = V_0; NullCheck(L_14); VirtActionInvoker0::Invoke(9 /* System.Void System.IO.StreamWriter::Close() */, L_14); IL2CPP_LEAVE(0x93, FINALLY_0086); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0086; } FINALLY_0086: { // begin finally (depth: 2) { StreamWriter_t1266378904 * L_15 = V_0; if (!L_15) { goto IL_0092; } } IL_008c: { StreamWriter_t1266378904 * L_16 = V_0; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); } IL_0092: { IL2CPP_END_FINALLY(134) } } // end finally (depth: 2) IL2CPP_CLEANUP(134) { IL2CPP_JUMP_TBL(0x93, IL_0093) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0093: { IL2CPP_END_FINALLY(94) } } // end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_JUMP_TBL(0x94, IL_0094) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0094: { return; } } // System.Void System.Security.Policy.PolicyLevel::CreateDefaultLevel(System.Security.PolicyLevelType) extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_CreateDefaultLevel_m1311194295 (PolicyLevel_t2891196107 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_CreateDefaultLevel_m1311194295_MetadataUsageId); s_Il2CppMethodInitialized = true; } PolicyStatement_t3052133691 * V_0 = NULL; PolicyStatement_t3052133691 * V_1 = NULL; UnionCodeGroup_t3773268997 * V_2 = NULL; UnionCodeGroup_t3773268997 * V_3 = NULL; PolicyStatement_t3052133691 * V_4 = NULL; UnionCodeGroup_t3773268997 * V_5 = NULL; UnionCodeGroup_t3773268997 * V_6 = NULL; UnionCodeGroup_t3773268997 * V_7 = NULL; int32_t V_8 = 0; { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_0 = DefaultPolicies_get_FullTrust_m2195397749(NULL /*static, unused*/, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_1 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2143301814(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___type0; V_8 = L_2; int32_t L_3 = V_8; switch (L_3) { case 0: { goto IL_012f; } case 1: { goto IL_002a; } case 2: { goto IL_012f; } case 3: { goto IL_012f; } } } { goto IL_0155; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_4 = DefaultPolicies_get_Nothing_m1706736562(NULL /*static, unused*/, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_5 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2143301814(L_5, L_4, /*hidden argument*/NULL); V_1 = L_5; AllMembershipCondition_t198137363 * L_6 = (AllMembershipCondition_t198137363 *)il2cpp_codegen_object_new(AllMembershipCondition_t198137363_il2cpp_TypeInfo_var); AllMembershipCondition__ctor_m4761131(L_6, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_7 = V_1; UnionCodeGroup_t3773268997 * L_8 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_8, L_6, L_7, /*hidden argument*/NULL); __this->set_root_code_group_1(L_8); CodeGroup_t3811807446 * L_9 = __this->get_root_code_group_1(); NullCheck(L_9); CodeGroup_set_Name_m3431769212(L_9, _stringLiteral3712864280, /*hidden argument*/NULL); ZoneMembershipCondition_t3195636716 * L_10 = (ZoneMembershipCondition_t3195636716 *)il2cpp_codegen_object_new(ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var); ZoneMembershipCondition__ctor_m349136474(L_10, 0, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_11 = V_0; UnionCodeGroup_t3773268997 * L_12 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_12, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; UnionCodeGroup_t3773268997 * L_13 = V_2; NullCheck(L_13); CodeGroup_set_Name_m3431769212(L_13, _stringLiteral258024550, /*hidden argument*/NULL); CodeGroup_t3811807446 * L_14 = __this->get_root_code_group_1(); UnionCodeGroup_t3773268997 * L_15 = V_2; NullCheck(L_14); CodeGroup_AddChild_m2906100427(L_14, L_15, /*hidden argument*/NULL); ZoneMembershipCondition_t3195636716 * L_16 = (ZoneMembershipCondition_t3195636716 *)il2cpp_codegen_object_new(ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var); ZoneMembershipCondition__ctor_m349136474(L_16, 1, /*hidden argument*/NULL); PermissionSet_t223948603 * L_17 = DefaultPolicies_get_LocalIntranet_m1999255987(NULL /*static, unused*/, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_18 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2143301814(L_18, L_17, /*hidden argument*/NULL); UnionCodeGroup_t3773268997 * L_19 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_19, L_16, L_18, /*hidden argument*/NULL); V_3 = L_19; UnionCodeGroup_t3773268997 * L_20 = V_3; NullCheck(L_20); CodeGroup_set_Name_m3431769212(L_20, _stringLiteral477387688, /*hidden argument*/NULL); CodeGroup_t3811807446 * L_21 = __this->get_root_code_group_1(); UnionCodeGroup_t3773268997 * L_22 = V_3; NullCheck(L_21); CodeGroup_AddChild_m2906100427(L_21, L_22, /*hidden argument*/NULL); PermissionSet_t223948603 * L_23 = DefaultPolicies_get_Internet_m3150485353(NULL /*static, unused*/, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_24 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2143301814(L_24, L_23, /*hidden argument*/NULL); V_4 = L_24; ZoneMembershipCondition_t3195636716 * L_25 = (ZoneMembershipCondition_t3195636716 *)il2cpp_codegen_object_new(ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var); ZoneMembershipCondition__ctor_m349136474(L_25, 3, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_26 = V_4; UnionCodeGroup_t3773268997 * L_27 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_27, L_25, L_26, /*hidden argument*/NULL); V_5 = L_27; UnionCodeGroup_t3773268997 * L_28 = V_5; NullCheck(L_28); CodeGroup_set_Name_m3431769212(L_28, _stringLiteral2722342320, /*hidden argument*/NULL); CodeGroup_t3811807446 * L_29 = __this->get_root_code_group_1(); UnionCodeGroup_t3773268997 * L_30 = V_5; NullCheck(L_29); CodeGroup_AddChild_m2906100427(L_29, L_30, /*hidden argument*/NULL); ZoneMembershipCondition_t3195636716 * L_31 = (ZoneMembershipCondition_t3195636716 *)il2cpp_codegen_object_new(ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var); ZoneMembershipCondition__ctor_m349136474(L_31, 4, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_32 = V_1; UnionCodeGroup_t3773268997 * L_33 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_33, L_31, L_32, /*hidden argument*/NULL); V_6 = L_33; UnionCodeGroup_t3773268997 * L_34 = V_6; NullCheck(L_34); CodeGroup_set_Name_m3431769212(L_34, _stringLiteral3239402943, /*hidden argument*/NULL); CodeGroup_t3811807446 * L_35 = __this->get_root_code_group_1(); UnionCodeGroup_t3773268997 * L_36 = V_6; NullCheck(L_35); CodeGroup_AddChild_m2906100427(L_35, L_36, /*hidden argument*/NULL); ZoneMembershipCondition_t3195636716 * L_37 = (ZoneMembershipCondition_t3195636716 *)il2cpp_codegen_object_new(ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var); ZoneMembershipCondition__ctor_m349136474(L_37, 2, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_38 = V_4; UnionCodeGroup_t3773268997 * L_39 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_39, L_37, L_38, /*hidden argument*/NULL); V_7 = L_39; UnionCodeGroup_t3773268997 * L_40 = V_7; NullCheck(L_40); CodeGroup_set_Name_m3431769212(L_40, _stringLiteral1050469141, /*hidden argument*/NULL); CodeGroup_t3811807446 * L_41 = __this->get_root_code_group_1(); UnionCodeGroup_t3773268997 * L_42 = V_7; NullCheck(L_41); CodeGroup_AddChild_m2906100427(L_41, L_42, /*hidden argument*/NULL); goto IL_0155; } IL_012f: { AllMembershipCondition_t198137363 * L_43 = (AllMembershipCondition_t198137363 *)il2cpp_codegen_object_new(AllMembershipCondition_t198137363_il2cpp_TypeInfo_var); AllMembershipCondition__ctor_m4761131(L_43, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_44 = V_0; UnionCodeGroup_t3773268997 * L_45 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_45, L_43, L_44, /*hidden argument*/NULL); __this->set_root_code_group_1(L_45); CodeGroup_t3811807446 * L_46 = __this->get_root_code_group_1(); NullCheck(L_46); CodeGroup_set_Name_m3431769212(L_46, _stringLiteral3712864280, /*hidden argument*/NULL); goto IL_0155; } IL_0155: { return; } } // System.Void System.Security.Policy.PolicyLevel::CreateDefaultFullTrustAssemblies() extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_CreateDefaultFullTrustAssemblies_m2687686518 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_CreateDefaultFullTrustAssemblies_m2687686518_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_full_trust_assemblies_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); ArrayList_t2718874744 * L_1 = __this->get_full_trust_assemblies_2(); IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); StrongNameMembershipCondition_t2614563360 * L_2 = DefaultPolicies_FullTrustMembership_m3015876958(NULL /*static, unused*/, _stringLiteral255002417, 0, /*hidden argument*/NULL); NullCheck(L_1); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_2); ArrayList_t2718874744 * L_3 = __this->get_full_trust_assemblies_2(); StrongNameMembershipCondition_t2614563360 * L_4 = DefaultPolicies_FullTrustMembership_m3015876958(NULL /*static, unused*/, _stringLiteral2801355955, 0, /*hidden argument*/NULL); NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); ArrayList_t2718874744 * L_5 = __this->get_full_trust_assemblies_2(); StrongNameMembershipCondition_t2614563360 * L_6 = DefaultPolicies_FullTrustMembership_m3015876958(NULL /*static, unused*/, _stringLiteral2310794395, 0, /*hidden argument*/NULL); NullCheck(L_5); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6); ArrayList_t2718874744 * L_7 = __this->get_full_trust_assemblies_2(); StrongNameMembershipCondition_t2614563360 * L_8 = DefaultPolicies_FullTrustMembership_m3015876958(NULL /*static, unused*/, _stringLiteral1829398128, 1, /*hidden argument*/NULL); NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); ArrayList_t2718874744 * L_9 = __this->get_full_trust_assemblies_2(); StrongNameMembershipCondition_t2614563360 * L_10 = DefaultPolicies_FullTrustMembership_m3015876958(NULL /*static, unused*/, _stringLiteral3285188227, 1, /*hidden argument*/NULL); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_10); ArrayList_t2718874744 * L_11 = __this->get_full_trust_assemblies_2(); StrongNameMembershipCondition_t2614563360 * L_12 = DefaultPolicies_FullTrustMembership_m3015876958(NULL /*static, unused*/, _stringLiteral4025908239, 1, /*hidden argument*/NULL); NullCheck(L_11); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12); ArrayList_t2718874744 * L_13 = __this->get_full_trust_assemblies_2(); StrongNameMembershipCondition_t2614563360 * L_14 = DefaultPolicies_FullTrustMembership_m3015876958(NULL /*static, unused*/, _stringLiteral3153272036, 1, /*hidden argument*/NULL); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14); return; } } // System.Void System.Security.Policy.PolicyLevel::CreateDefaultNamedPermissionSets() extern "C" IL2CPP_METHOD_ATTR void PolicyLevel_CreateDefaultNamedPermissionSets_m1359142823 (PolicyLevel_t2891196107 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_CreateDefaultNamedPermissionSets_m1359142823_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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_named_permission_sets_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0); } IL_000b: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); SecurityManager_set_ResolvingPolicyLevel_m2117409379(NULL /*static, unused*/, __this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_1 = __this->get_named_permission_sets_3(); IL2CPP_RUNTIME_CLASS_INIT(DefaultPolicies_t2520506789_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_2 = DefaultPolicies_get_LocalIntranet_m1999255987(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_2); ArrayList_t2718874744 * L_3 = __this->get_named_permission_sets_3(); PermissionSet_t223948603 * L_4 = DefaultPolicies_get_Internet_m3150485353(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4); ArrayList_t2718874744 * L_5 = __this->get_named_permission_sets_3(); PermissionSet_t223948603 * L_6 = DefaultPolicies_get_SkipVerification_m3863779176(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6); ArrayList_t2718874744 * L_7 = __this->get_named_permission_sets_3(); PermissionSet_t223948603 * L_8 = DefaultPolicies_get_Execution_m3268869637(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); ArrayList_t2718874744 * L_9 = __this->get_named_permission_sets_3(); PermissionSet_t223948603 * L_10 = DefaultPolicies_get_Nothing_m1706736562(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_10); ArrayList_t2718874744 * L_11 = __this->get_named_permission_sets_3(); PermissionSet_t223948603 * L_12 = DefaultPolicies_get_Everything_m1119688026(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12); ArrayList_t2718874744 * L_13 = __this->get_named_permission_sets_3(); PermissionSet_t223948603 * L_14 = DefaultPolicies_get_FullTrust_m2195397749(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14); IL2CPP_LEAVE(0x94, FINALLY_008d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008d; } FINALLY_008d: { // begin finally (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); SecurityManager_set_ResolvingPolicyLevel_m2117409379(NULL /*static, unused*/, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); IL2CPP_END_FINALLY(141) } // end finally (depth: 1) IL2CPP_CLEANUP(141) { IL2CPP_JUMP_TBL(0x94, IL_0094) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0094: { return; } } // System.String System.Security.Policy.PolicyLevel::ResolveClassName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* PolicyLevel_ResolveClassName_m1024075074 (PolicyLevel_t2891196107 * __this, String_t* ___className0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_ResolveClassName_m1024075074_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Hashtable_t1853889766 * L_0 = __this->get_fullNames_6(); if (!L_0) { goto IL_0025; } } { Hashtable_t1853889766 * L_1 = __this->get_fullNames_6(); String_t* L_2 = ___className0; NullCheck(L_1); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); V_0 = L_3; RuntimeObject * L_4 = V_0; if (!L_4) { goto IL_0025; } } { RuntimeObject * L_5 = V_0; return ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); } IL_0025: { String_t* L_6 = ___className0; return L_6; } } // System.Boolean System.Security.Policy.PolicyLevel::IsFullTrustAssembly(System.Reflection.Assembly) extern "C" IL2CPP_METHOD_ATTR bool PolicyLevel_IsFullTrustAssembly_m2862161936 (PolicyLevel_t2891196107 * __this, Assembly_t * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyLevel_IsFullTrustAssembly_m2862161936_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyName_t270931938 * V_0 = NULL; StrongNamePublicKeyBlob_t3355146440 * V_1 = NULL; StrongNameMembershipCondition_t2614563360 * V_2 = NULL; StrongNameMembershipCondition_t2614563360 * V_3 = NULL; RuntimeObject* V_4 = NULL; bool V_5 = false; 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); { Assembly_t * L_0 = ___a0; NullCheck(L_0); AssemblyName_t270931938 * L_1 = VirtFuncInvoker0< AssemblyName_t270931938 * >::Invoke(21 /* System.Reflection.AssemblyName System.Reflection.Assembly::UnprotectedGetName() */, L_0); V_0 = L_1; AssemblyName_t270931938 * L_2 = V_0; NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = AssemblyName_GetPublicKey_m1356287156(L_2, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_4 = (StrongNamePublicKeyBlob_t3355146440 *)il2cpp_codegen_object_new(StrongNamePublicKeyBlob_t3355146440_il2cpp_TypeInfo_var); StrongNamePublicKeyBlob__ctor_m410211827(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; StrongNamePublicKeyBlob_t3355146440 * L_5 = V_1; AssemblyName_t270931938 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = AssemblyName_get_Name_m4072373679(L_6, /*hidden argument*/NULL); AssemblyName_t270931938 * L_8 = V_0; NullCheck(L_8); Version_t3456873960 * L_9 = AssemblyName_get_Version_m538083430(L_8, /*hidden argument*/NULL); StrongNameMembershipCondition_t2614563360 * L_10 = (StrongNameMembershipCondition_t2614563360 *)il2cpp_codegen_object_new(StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var); StrongNameMembershipCondition__ctor_m2312244552(L_10, L_5, L_7, L_9, /*hidden argument*/NULL); V_2 = L_10; ArrayList_t2718874744 * L_11 = __this->get_full_trust_assemblies_2(); NullCheck(L_11); RuntimeObject* L_12 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_11); V_4 = L_12; } IL_0033: try { // begin try (depth: 1) { goto IL_0059; } IL_0038: { RuntimeObject* L_13 = V_4; NullCheck(L_13); RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); V_3 = ((StrongNameMembershipCondition_t2614563360 *)CastclassSealed((RuntimeObject*)L_14, StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var)); StrongNameMembershipCondition_t2614563360 * L_15 = V_3; StrongNameMembershipCondition_t2614563360 * L_16 = V_2; NullCheck(L_15); bool L_17 = StrongNameMembershipCondition_Equals_m2472489880(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0059; } } IL_0051: { V_5 = (bool)1; IL2CPP_LEAVE(0x82, FINALLY_006a); } IL_0059: { RuntimeObject* L_18 = V_4; 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_0038; } } IL_0065: { IL2CPP_LEAVE(0x80, FINALLY_006a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006a; } FINALLY_006a: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (L_21) { goto IL_0078; } } IL_0077: { IL2CPP_END_FINALLY(106) } IL_0078: { 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(106) } } // end finally (depth: 1) IL2CPP_CLEANUP(106) { IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_JUMP_TBL(0x80, IL_0080) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0080: { return (bool)0; } IL_0082: { bool L_23 = V_5; 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.Void System.Security.Policy.PolicyStatement::.ctor(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement__ctor_m2143301814 (PolicyStatement_t3052133691 * __this, PermissionSet_t223948603 * ___permSet0, const RuntimeMethod* method) { { PermissionSet_t223948603 * L_0 = ___permSet0; PolicyStatement__ctor_m2897129568(__this, L_0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.PolicyStatement::.ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement__ctor_m2897129568 (PolicyStatement_t3052133691 * __this, PermissionSet_t223948603 * ___permSet0, int32_t ___attributes1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); PermissionSet_t223948603 * L_0 = ___permSet0; if (!L_0) { goto IL_0024; } } { PermissionSet_t223948603 * L_1 = ___permSet0; NullCheck(L_1); PermissionSet_t223948603 * L_2 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, L_1); __this->set_perms_0(L_2); PermissionSet_t223948603 * L_3 = __this->get_perms_0(); NullCheck(L_3); PermissionSet_SetReadOnly_m3175179816(L_3, (bool)1, /*hidden argument*/NULL); } IL_0024: { int32_t L_4 = ___attributes1; __this->set_attrs_1(L_4); return; } } // System.Security.PermissionSet System.Security.Policy.PolicyStatement::get_PermissionSet() extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * PolicyStatement_get_PermissionSet_m1381848521 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyStatement_get_PermissionSet_m1381848521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PermissionSet_t223948603 * L_0 = __this->get_perms_0(); if (L_0) { goto IL_0023; } } { PermissionSet_t223948603 * L_1 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_1, 0, /*hidden argument*/NULL); __this->set_perms_0(L_1); PermissionSet_t223948603 * L_2 = __this->get_perms_0(); NullCheck(L_2); PermissionSet_SetReadOnly_m3175179816(L_2, (bool)1, /*hidden argument*/NULL); } IL_0023: { PermissionSet_t223948603 * L_3 = __this->get_perms_0(); return L_3; } } // System.Void System.Security.Policy.PolicyStatement::set_PermissionSet(System.Security.PermissionSet) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement_set_PermissionSet_m3572905958 (PolicyStatement_t3052133691 * __this, PermissionSet_t223948603 * ___value0, const RuntimeMethod* method) { { PermissionSet_t223948603 * L_0 = ___value0; __this->set_perms_0(L_0); return; } } // System.Security.Policy.PolicyStatementAttribute System.Security.Policy.PolicyStatement::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t PolicyStatement_get_Attributes_m2825553521 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrs_1(); return L_0; } } // System.Security.Policy.PolicyStatement System.Security.Policy.PolicyStatement::Copy() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * PolicyStatement_Copy_m4094081563 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyStatement_Copy_m4094081563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PermissionSet_t223948603 * L_0 = __this->get_perms_0(); int32_t L_1 = __this->get_attrs_1(); PolicyStatement_t3052133691 * L_2 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2897129568(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Security.Policy.PolicyStatement::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement_FromXml_m3351272291 (PolicyStatement_t3052133691 * __this, SecurityElement_t1046076091 * ___et0, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___et0; PolicyStatement_FromXml_m265230900(__this, L_0, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.PolicyStatement::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void PolicyStatement_FromXml_m265230900 (PolicyStatement_t3052133691 * __this, SecurityElement_t1046076091 * ___et0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyStatement_FromXml_m265230900_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; { SecurityElement_t1046076091 * L_0 = ___et0; 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, _stringLiteral3455498171, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,PolicyStatement_FromXml_m265230900_RuntimeMethod_var); } IL_0011: { SecurityElement_t1046076091 * L_2 = ___et0; NullCheck(L_2); String_t* L_3 = SecurityElement_get_Tag_m2258014803(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral2503236550, /*hidden argument*/NULL); if (!L_4) { goto IL_0036; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2015666228, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,PolicyStatement_FromXml_m265230900_RuntimeMethod_var); } IL_0036: { SecurityElement_t1046076091 * L_7 = ___et0; NullCheck(L_7); String_t* L_8 = SecurityElement_Attribute_m2289480139(L_7, _stringLiteral4159445522, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; if (!L_9) { goto IL_0063; } } { RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (PolicyStatementAttribute_t1674167676_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); String_t* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_13 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); __this->set_attrs_1(((*(int32_t*)((int32_t*)UnBox(L_13, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_0063: { SecurityElement_t1046076091 * L_14 = ___et0; NullCheck(L_14); SecurityElement_t1046076091 * L_15 = SecurityElement_SearchForChildByTag_m900466299(L_14, _stringLiteral21353695, /*hidden argument*/NULL); V_1 = L_15; PermissionSet_t223948603 * L_16 = PolicyStatement_get_PermissionSet_m1381848521(__this, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_17 = V_1; NullCheck(L_16); VirtActionInvoker1< SecurityElement_t1046076091 * >::Invoke(15 /* System.Void System.Security.PermissionSet::FromXml(System.Security.SecurityElement) */, L_16, L_17); return; } } // System.Security.SecurityElement System.Security.Policy.PolicyStatement::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyStatement_ToXml_m1251259864 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = PolicyStatement_ToXml_m3385176959(__this, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Security.SecurityElement System.Security.Policy.PolicyStatement::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * PolicyStatement_ToXml_m3385176959 (PolicyStatement_t3052133691 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyStatement_ToXml_m3385176959_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral2503236550, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); int32_t L_2 = __this->get_attrs_1(); if (!L_2) { goto IL_0041; } } { SecurityElement_t1046076091 * L_3 = V_0; int32_t L_4 = __this->get_attrs_1(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(PolicyStatementAttribute_t1674167676_il2cpp_TypeInfo_var, &L_5); NullCheck((Enum_t4135868527 *)L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_6); NullCheck(L_3); SecurityElement_AddAttribute_m311510562(L_3, _stringLiteral4159445522, L_7, /*hidden argument*/NULL); } IL_0041: { SecurityElement_t1046076091 * L_8 = V_0; PermissionSet_t223948603 * L_9 = PolicyStatement_get_PermissionSet_m1381848521(__this, /*hidden argument*/NULL); NullCheck(L_9); SecurityElement_t1046076091 * L_10 = VirtFuncInvoker0< SecurityElement_t1046076091 * >::Invoke(16 /* System.Security.SecurityElement System.Security.PermissionSet::ToXml() */, L_9); NullCheck(L_8); SecurityElement_AddChild_m1606852781(L_8, L_10, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_11 = V_0; return L_11; } } // System.Boolean System.Security.Policy.PolicyStatement::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool PolicyStatement_Equals_m4186090375 (PolicyStatement_t3052133691 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyStatement_Equals_m4186090375_MetadataUsageId); s_Il2CppMethodInitialized = true; } PolicyStatement_t3052133691 * V_0 = NULL; int32_t G_B7_0 = 0; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { RuntimeObject * L_1 = ___obj0; V_0 = ((PolicyStatement_t3052133691 *)IsInstSealed((RuntimeObject*)L_1, PolicyStatement_t3052133691_il2cpp_TypeInfo_var)); PolicyStatement_t3052133691 * L_2 = V_0; if (L_2) { goto IL_0017; } } { return (bool)0; } IL_0017: { PermissionSet_t223948603 * L_3 = PolicyStatement_get_PermissionSet_m1381848521(__this, /*hidden argument*/NULL); RuntimeObject * L_4 = ___obj0; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Security.PermissionSet::Equals(System.Object) */, L_3, L_4); if (!L_5) { goto IL_0038; } } { int32_t L_6 = __this->get_attrs_1(); PolicyStatement_t3052133691 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get_attrs_1(); G_B7_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0); goto IL_0039; } IL_0038: { G_B7_0 = 0; } IL_0039: { return (bool)G_B7_0; } } // System.Int32 System.Security.Policy.PolicyStatement::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t PolicyStatement_GetHashCode_m3508404260 (PolicyStatement_t3052133691 * __this, const RuntimeMethod* method) { { PermissionSet_t223948603 * L_0 = PolicyStatement_get_PermissionSet_m1381848521(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Security.PermissionSet::GetHashCode() */, L_0); int32_t L_2 = __this->get_attrs_1(); return ((int32_t)((int32_t)L_1^(int32_t)L_2)); } } // System.Security.Policy.PolicyStatement System.Security.Policy.PolicyStatement::Empty() extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * PolicyStatement_Empty_m1551910523 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PolicyStatement_Empty_m1551910523_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PermissionSet_t223948603 * L_0 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_0, 0, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_1 = (PolicyStatement_t3052133691 *)il2cpp_codegen_object_new(PolicyStatement_t3052133691_il2cpp_TypeInfo_var); PolicyStatement__ctor_m2143301814(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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Publisher::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate) extern "C" IL2CPP_METHOD_ATTR void Publisher__ctor_m2749713806 (Publisher_t2758056332 * __this, X509Certificate_t713131622 * ___cert0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Publisher__ctor_m2749713806_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); X509Certificate_t713131622 * L_0 = ___cert0; 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, _stringLiteral1211898317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Publisher__ctor_m2749713806_RuntimeMethod_var); } IL_0017: { X509Certificate_t713131622 * L_2 = ___cert0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate::GetHashCode() */, L_2); if (L_3) { goto IL_002d; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral1211898317, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Publisher__ctor_m2749713806_RuntimeMethod_var); } IL_002d: { X509Certificate_t713131622 * L_5 = ___cert0; __this->set_m_cert_0(L_5); return; } } // System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Policy.Publisher::get_Certificate() extern "C" IL2CPP_METHOD_ATTR X509Certificate_t713131622 * Publisher_get_Certificate_m2493494743 (Publisher_t2758056332 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Publisher_get_Certificate_m2493494743_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t713131622 * L_0 = __this->get_m_cert_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate::GetHashCode() */, L_0); if (L_1) { goto IL_001b; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral2472448454, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Publisher_get_Certificate_m2493494743_RuntimeMethod_var); } IL_001b: { X509Certificate_t713131622 * L_3 = __this->get_m_cert_0(); return L_3; } } // System.Security.IPermission System.Security.Policy.Publisher::CreateIdentityPermission(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Publisher_CreateIdentityPermission_m1626556669 (Publisher_t2758056332 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Publisher_CreateIdentityPermission_m1626556669_MetadataUsageId); s_Il2CppMethodInitialized = true; } { X509Certificate_t713131622 * L_0 = __this->get_m_cert_0(); PublisherIdentityPermission_t594127488 * L_1 = (PublisherIdentityPermission_t594127488 *)il2cpp_codegen_object_new(PublisherIdentityPermission_t594127488_il2cpp_TypeInfo_var); PublisherIdentityPermission__ctor_m1050004138(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Policy.Publisher::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Publisher_Equals_m878254547 (Publisher_t2758056332 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Publisher_Equals_m878254547_MetadataUsageId); s_Il2CppMethodInitialized = true; } Publisher_t2758056332 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((Publisher_t2758056332 *)IsInstSealed((RuntimeObject*)L_0, Publisher_t2758056332_il2cpp_TypeInfo_var)); Publisher_t2758056332 * L_1 = V_0; if (L_1) { goto IL_0022; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2173130479, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_3, _stringLiteral3452614593, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Publisher_Equals_m878254547_RuntimeMethod_var); } IL_0022: { X509Certificate_t713131622 * L_4 = __this->get_m_cert_0(); Publisher_t2758056332 * L_5 = V_0; NullCheck(L_5); X509Certificate_t713131622 * L_6 = Publisher_get_Certificate_m2493494743(L_5, /*hidden argument*/NULL); NullCheck(L_4); bool L_7 = VirtFuncInvoker1< bool, X509Certificate_t713131622 * >::Invoke(6 /* System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::Equals(System.Security.Cryptography.X509Certificates.X509Certificate) */, L_4, L_6); return L_7; } } // System.Int32 System.Security.Policy.Publisher::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Publisher_GetHashCode_m2196115868 (Publisher_t2758056332 * __this, const RuntimeMethod* method) { { X509Certificate_t713131622 * L_0 = __this->get_m_cert_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate::GetHashCode() */, L_0); return L_1; } } // System.String System.Security.Policy.Publisher::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Publisher_ToString_m1524032976 (Publisher_t2758056332 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Publisher_ToString_m1524032976_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; SecurityElement_t1046076091 * V_1 = NULL; String_t* V_2 = NULL; { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral3410295107, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_2 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_2, _stringLiteral2775266118, /*hidden argument*/NULL); V_1 = L_2; X509Certificate_t713131622 * L_3 = __this->get_m_cert_0(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertDataString() */, L_3); V_2 = L_4; String_t* L_5 = V_2; if (!L_5) { goto IL_003f; } } { SecurityElement_t1046076091 * L_6 = V_1; String_t* L_7 = V_2; NullCheck(L_6); SecurityElement_set_Text_m3975773934(L_6, L_7, /*hidden argument*/NULL); } IL_003f: { SecurityElement_t1046076091 * L_8 = V_0; SecurityElement_t1046076091 * L_9 = V_1; NullCheck(L_8); SecurityElement_AddChild_m1606852781(L_8, L_9, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = SecurityElement_ToString_m1918878627(L_10, /*hidden argument*/NULL); return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Site::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Site__ctor_m1500805961 (Site_t1075497104 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Site__ctor_m1500805961_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; 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, _stringLiteral2910693353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Site__ctor_m1500805961_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___name0; bool L_3 = Site_IsValid_m103509940(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0032; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2982315720, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Site__ctor_m1500805961_RuntimeMethod_var); } IL_0032: { String_t* L_6 = ___name0; __this->set_origin_site_0(L_6); return; } } // System.Security.Policy.Site System.Security.Policy.Site::CreateFromUrl(System.String) extern "C" IL2CPP_METHOD_ATTR Site_t1075497104 * Site_CreateFromUrl_m2763504102 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Site_CreateFromUrl_m2763504102_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___url0; 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, _stringLiteral2910693353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Site_CreateFromUrl_m2763504102_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___url0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3141335194, /*hidden argument*/NULL); FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Site_CreateFromUrl_m2763504102_RuntimeMethod_var); } IL_002c: { String_t* L_6 = ___url0; String_t* L_7 = Site_UrlToSite_m49392084(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; if (L_8) { goto IL_0056; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral22449873, /*hidden argument*/NULL); String_t* L_10 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_13, L_12, _stringLiteral2910693353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Site_CreateFromUrl_m2763504102_RuntimeMethod_var); } IL_0056: { String_t* L_14 = V_0; Site_t1075497104 * L_15 = (Site_t1075497104 *)il2cpp_codegen_object_new(Site_t1075497104_il2cpp_TypeInfo_var); Site__ctor_m1500805961(L_15, L_14, /*hidden argument*/NULL); return L_15; } } // System.Security.IPermission System.Security.Policy.Site::CreateIdentityPermission(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Site_CreateIdentityPermission_m3264750707 (Site_t1075497104 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Site_CreateIdentityPermission_m3264750707_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_origin_site_0(); SiteIdentityPermission_t4239769539 * L_1 = (SiteIdentityPermission_t4239769539 *)il2cpp_codegen_object_new(SiteIdentityPermission_t4239769539_il2cpp_TypeInfo_var); SiteIdentityPermission__ctor_m1960307132(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Policy.Site::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Site_Equals_m3133419169 (Site_t1075497104 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Site_Equals_m3133419169_MetadataUsageId); s_Il2CppMethodInitialized = true; } Site_t1075497104 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((Site_t1075497104 *)IsInstSealed((RuntimeObject*)L_0, Site_t1075497104_il2cpp_TypeInfo_var)); Site_t1075497104 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { Site_t1075497104 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = Site_get_Name_m2469676968(L_2, /*hidden argument*/NULL); String_t* L_4 = __this->get_origin_site_0(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_Compare_m1293271421(NULL /*static, unused*/, L_3, L_4, (bool)1, L_5, /*hidden argument*/NULL); return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.Security.Policy.Site::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Site_GetHashCode_m3191363504 (Site_t1075497104 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_origin_site_0(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Security.Policy.Site::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Site_ToString_m2914441711 (Site_t1075497104 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Site_ToString_m2914441711_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral1727735879, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_2 = V_0; String_t* L_3 = __this->get_origin_site_0(); SecurityElement_t1046076091 * L_4 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m750466183(L_4, _stringLiteral62725275, L_3, /*hidden argument*/NULL); NullCheck(L_2); SecurityElement_AddChild_m1606852781(L_2, L_4, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = SecurityElement_ToString_m1918878627(L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Security.Policy.Site::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* Site_get_Name_m2469676968 (Site_t1075497104 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_origin_site_0(); return L_0; } } // System.Boolean System.Security.Policy.Site::IsValid(System.String) extern "C" IL2CPP_METHOD_ATTR bool Site_IsValid_m103509940 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Site_IsValid_m103509940_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; Il2CppChar V_3 = 0x0; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; bool V_7 = false; int32_t G_B25_0 = 0; int32_t G_B27_0 = 0; { String_t* L_0 = ___name0; 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(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0012; } } { return (bool)0; } IL_0012: { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0030; } } { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral3452614530, /*hidden argument*/NULL); if (!L_6) { goto IL_0030; } } { return (bool)0; } IL_0030: { String_t* L_7 = ___name0; 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)46)); NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m3646115398(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; V_1 = 0; goto IL_012c; } IL_0049: { StringU5BU5D_t1281789340* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); V_2 = L_13; int32_t L_14 = V_1; if (L_14) { goto IL_0068; } } { String_t* L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, _stringLiteral3452614534, /*hidden argument*/NULL); if (!L_16) { goto IL_0068; } } { goto IL_0128; } IL_0068: { String_t* L_17 = V_2; V_4 = L_17; V_5 = 0; goto IL_011a; } IL_0073: { String_t* L_18 = V_4; int32_t L_19 = V_5; NullCheck(L_18); Il2CppChar L_20 = String_get_Chars_m2986988803(L_18, L_19, /*hidden argument*/NULL); V_3 = L_20; Il2CppChar L_21 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_22 = Convert_ToInt32_m1876369743(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); V_6 = L_22; int32_t L_23 = V_6; if ((((int32_t)L_23) == ((int32_t)((int32_t)33)))) { goto IL_0108; } } { int32_t L_24 = V_6; if ((((int32_t)L_24) == ((int32_t)((int32_t)45)))) { goto IL_0108; } } { int32_t L_25 = V_6; if ((((int32_t)L_25) < ((int32_t)((int32_t)35)))) { goto IL_00a9; } } { int32_t L_26 = V_6; if ((((int32_t)L_26) <= ((int32_t)((int32_t)41)))) { goto IL_0108; } } IL_00a9: { int32_t L_27 = V_6; if ((((int32_t)L_27) < ((int32_t)((int32_t)48)))) { goto IL_00bb; } } { int32_t L_28 = V_6; if ((((int32_t)L_28) <= ((int32_t)((int32_t)57)))) { goto IL_0108; } } IL_00bb: { int32_t L_29 = V_6; if ((((int32_t)L_29) < ((int32_t)((int32_t)64)))) { goto IL_00cd; } } { int32_t L_30 = V_6; if ((((int32_t)L_30) <= ((int32_t)((int32_t)90)))) { goto IL_0108; } } IL_00cd: { int32_t L_31 = V_6; if ((((int32_t)L_31) < ((int32_t)((int32_t)94)))) { goto IL_00df; } } { int32_t L_32 = V_6; if ((((int32_t)L_32) <= ((int32_t)((int32_t)95)))) { goto IL_0108; } } IL_00df: { int32_t L_33 = V_6; if ((((int32_t)L_33) < ((int32_t)((int32_t)97)))) { goto IL_00f1; } } { int32_t L_34 = V_6; if ((((int32_t)L_34) <= ((int32_t)((int32_t)123)))) { goto IL_0108; } } IL_00f1: { int32_t L_35 = V_6; if ((((int32_t)L_35) < ((int32_t)((int32_t)125)))) { goto IL_0105; } } { int32_t L_36 = V_6; G_B25_0 = ((((int32_t)((((int32_t)L_36) > ((int32_t)((int32_t)126)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0106; } IL_0105: { G_B25_0 = 0; } IL_0106: { G_B27_0 = G_B25_0; goto IL_0109; } IL_0108: { G_B27_0 = 1; } IL_0109: { V_7 = (bool)G_B27_0; bool L_37 = V_7; if (L_37) { goto IL_0114; } } { return (bool)0; } IL_0114: { int32_t L_38 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_011a: { int32_t L_39 = V_5; String_t* L_40 = V_4; NullCheck(L_40); int32_t L_41 = String_get_Length_m3847582255(L_40, /*hidden argument*/NULL); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_0073; } } IL_0128: { int32_t L_42 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_012c: { int32_t L_43 = V_1; StringU5BU5D_t1281789340* L_44 = V_0; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))) { goto IL_0049; } } { return (bool)1; } } // System.String System.Security.Policy.Site::UrlToSite(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Site_UrlToSite_m49392084 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Site_UrlToSite_m49392084_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t722248887 * V_0 = NULL; String_t* V_1 = NULL; String_t* G_B7_0 = NULL; { String_t* L_0 = ___url0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___url0; Uri_t722248887 * L_2 = (Uri_t722248887 *)il2cpp_codegen_object_new(Uri_t722248887_il2cpp_TypeInfo_var); Uri__ctor_m2045817678(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; Uri_t722248887 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = Uri_get_Scheme_m1868221006(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_5 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_UriSchemeFile_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0026; } } { return (String_t*)NULL; } IL_0026: { Uri_t722248887 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = Uri_get_Host_m3878048891(L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; bool L_10 = Site_IsValid_m103509940(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003e; } } { String_t* L_11 = V_1; G_B7_0 = L_11; goto IL_003f; } IL_003e: { G_B7_0 = ((String_t*)(NULL)); } IL_003f: { return G_B7_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.StrongName::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void StrongName__ctor_m2041757769 (StrongName_t3675724614 * __this, StrongNamePublicKeyBlob_t3355146440 * ___blob0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName__ctor_m2041757769_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_0 = ___blob0; 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, _stringLiteral3946841517, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StrongName__ctor_m2041757769_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___name1; if (L_2) { goto IL_0028; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StrongName__ctor_m2041757769_RuntimeMethod_var); } IL_0028: { Version_t3456873960 * L_4 = ___version2; bool L_5 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_4, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_003f; } } { ArgumentNullException_t1615371798 * L_6 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_6, _stringLiteral1902401671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,StrongName__ctor_m2041757769_RuntimeMethod_var); } IL_003f: { String_t* L_7 = ___name1; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_005f; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3159092532, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, L_9, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,StrongName__ctor_m2041757769_RuntimeMethod_var); } IL_005f: { StrongNamePublicKeyBlob_t3355146440 * L_11 = ___blob0; __this->set_publickey_0(L_11); String_t* L_12 = ___name1; __this->set_name_1(L_12); Version_t3456873960 * L_13 = ___version2; __this->set_version_2(L_13); return; } } // System.String System.Security.Policy.StrongName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* StrongName_get_Name_m1932850490 (StrongName_t3675724614 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongName::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongName_get_PublicKey_m46076020 (StrongName_t3675724614 * __this, const RuntimeMethod* method) { { StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_publickey_0(); return L_0; } } // System.Version System.Security.Policy.StrongName::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * StrongName_get_Version_m4243032012 (StrongName_t3675724614 * __this, const RuntimeMethod* method) { { Version_t3456873960 * L_0 = __this->get_version_2(); return L_0; } } // System.Security.IPermission System.Security.Policy.StrongName::CreateIdentityPermission(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StrongName_CreateIdentityPermission_m157276771 (StrongName_t3675724614 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName_CreateIdentityPermission_m157276771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_publickey_0(); String_t* L_1 = __this->get_name_1(); Version_t3456873960 * L_2 = __this->get_version_2(); StrongNameIdentityPermission_t2780499738 * L_3 = (StrongNameIdentityPermission_t2780499738 *)il2cpp_codegen_object_new(StrongNameIdentityPermission_t2780499738_il2cpp_TypeInfo_var); StrongNameIdentityPermission__ctor_m894027171(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Security.Policy.StrongName::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StrongName_Equals_m384811149 (StrongName_t3675724614 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName_Equals_m384811149_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongName_t3675724614 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((StrongName_t3675724614 *)IsInstSealed((RuntimeObject*)L_0, StrongName_t3675724614_il2cpp_TypeInfo_var)); StrongName_t3675724614 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { String_t* L_2 = __this->get_name_1(); StrongName_t3675724614 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = StrongName_get_Name_m1932850490(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } { return (bool)0; } IL_0027: { Version_t3456873960 * L_6 = StrongName_get_Version_m4243032012(__this, /*hidden argument*/NULL); StrongName_t3675724614 * L_7 = V_0; NullCheck(L_7); Version_t3456873960 * L_8 = StrongName_get_Version_m4243032012(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9 = Version_Equals_m1564427710(L_6, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003f; } } { return (bool)0; } IL_003f: { StrongNamePublicKeyBlob_t3355146440 * L_10 = StrongName_get_PublicKey_m46076020(__this, /*hidden argument*/NULL); StrongName_t3675724614 * L_11 = V_0; NullCheck(L_11); StrongNamePublicKeyBlob_t3355146440 * L_12 = StrongName_get_PublicKey_m46076020(L_11, /*hidden argument*/NULL); NullCheck(L_10); bool L_13 = StrongNamePublicKeyBlob_Equals_m3655422942(L_10, L_12, /*hidden argument*/NULL); return L_13; } } // System.Int32 System.Security.Policy.StrongName::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StrongName_GetHashCode_m4255451393 (StrongName_t3675724614 * __this, const RuntimeMethod* method) { { StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_publickey_0(); NullCheck(L_0); int32_t L_1 = StrongNamePublicKeyBlob_GetHashCode_m1678068698(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Security.Policy.StrongName::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StrongName_ToString_m3130222752 (StrongName_t3675724614 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongName_ToString_m3130222752_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (StrongName_t3675724614_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); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1); SecurityElement_t1046076091 * L_3 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; SecurityElement_t1046076091 * L_4 = V_0; NullCheck(L_4); SecurityElement_AddAttribute_m311510562(L_4, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_5 = V_0; StrongNamePublicKeyBlob_t3355146440 * L_6 = __this->get_publickey_0(); NullCheck(L_6); String_t* L_7 = StrongNamePublicKeyBlob_ToString_m724833278(L_6, /*hidden argument*/NULL); NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral2600272002, L_7, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_8 = V_0; String_t* L_9 = __this->get_name_1(); NullCheck(L_8); SecurityElement_AddAttribute_m311510562(L_8, _stringLiteral62725275, L_9, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_10 = V_0; Version_t3456873960 * L_11 = __this->get_version_2(); NullCheck(L_11); String_t* L_12 = Version_ToString_m2279867705(L_11, /*hidden argument*/NULL); NullCheck(L_10); SecurityElement_AddAttribute_m311510562(L_10, _stringLiteral1902402919, L_12, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = SecurityElement_ToString_m1918878627(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.Security.Policy.StrongNameMembershipCondition::.ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition__ctor_m2312244552 (StrongNameMembershipCondition_t2614563360 * __this, StrongNamePublicKeyBlob_t3355146440 * ___blob0, String_t* ___name1, Version_t3456873960 * ___version2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameMembershipCondition__ctor_m2312244552_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_version_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_0 = ___blob0; if (L_0) { goto IL_001e; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3946841517, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StrongNameMembershipCondition__ctor_m2312244552_RuntimeMethod_var); } IL_001e: { StrongNamePublicKeyBlob_t3355146440 * L_2 = ___blob0; __this->set_blob_1(L_2); String_t* L_3 = ___name1; __this->set_name_2(L_3); Version_t3456873960 * L_4 = ___version2; bool L_5 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_4, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0049; } } { Version_t3456873960 * L_6 = ___version2; NullCheck(L_6); RuntimeObject * L_7 = Version_Clone_m1749041863(L_6, /*hidden argument*/NULL); __this->set_assemblyVersion_3(((Version_t3456873960 *)CastclassSealed((RuntimeObject*)L_7, Version_t3456873960_il2cpp_TypeInfo_var))); } IL_0049: { return; } } // System.Void System.Security.Policy.StrongNameMembershipCondition::.ctor(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition__ctor_m3351906093 (StrongNameMembershipCondition_t2614563360 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method) { { __this->set_version_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_0 = ___e0; StrongNameMembershipCondition_FromXml_m3762539555(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.StrongNameMembershipCondition::.ctor() extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition__ctor_m2088799073 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { { __this->set_version_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String System.Security.Policy.StrongNameMembershipCondition::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNameMembershipCondition_get_Name_m853848575 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Version System.Security.Policy.StrongNameMembershipCondition::get_Version() extern "C" IL2CPP_METHOD_ATTR Version_t3456873960 * StrongNameMembershipCondition_get_Version_m478998202 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { { Version_t3456873960 * L_0 = __this->get_assemblyVersion_3(); return L_0; } } // System.Security.Permissions.StrongNamePublicKeyBlob System.Security.Policy.StrongNameMembershipCondition::get_PublicKey() extern "C" IL2CPP_METHOD_ATTR StrongNamePublicKeyBlob_t3355146440 * StrongNameMembershipCondition_get_PublicKey_m1794718522 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { { StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_blob_1(); return L_0; } } // System.Boolean System.Security.Policy.StrongNameMembershipCondition::Check(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR bool StrongNameMembershipCondition_Check_m2770731415 (StrongNameMembershipCondition_t2614563360 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameMembershipCondition_Check_m2770731415_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; StrongName_t3675724614 * V_1 = NULL; { Evidence_t2008144148 * L_0 = ___evidence0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { Evidence_t2008144148 * L_1 = ___evidence0; NullCheck(L_1); RuntimeObject* L_2 = Evidence_GetHostEnumerator_m3107191439(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_008c; } IL_0014: { RuntimeObject* L_3 = V_0; 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 = ((StrongName_t3675724614 *)IsInstSealed((RuntimeObject*)L_4, StrongName_t3675724614_il2cpp_TypeInfo_var)); StrongName_t3675724614 * L_5 = V_1; if (!L_5) { goto IL_008c; } } { StrongName_t3675724614 * L_6 = V_1; NullCheck(L_6); StrongNamePublicKeyBlob_t3355146440 * L_7 = StrongName_get_PublicKey_m46076020(L_6, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_8 = __this->get_blob_1(); NullCheck(L_7); bool L_9 = StrongNamePublicKeyBlob_Equals_m3655422942(L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003e; } } { return (bool)0; } IL_003e: { String_t* L_10 = __this->get_name_2(); if (!L_10) { goto IL_0061; } } { String_t* L_11 = __this->get_name_2(); StrongName_t3675724614 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = StrongName_get_Name_m1932850490(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0061; } } { return (bool)0; } IL_0061: { Version_t3456873960 * L_15 = __this->get_assemblyVersion_3(); bool L_16 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_15, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_16) { goto IL_008a; } } { Version_t3456873960 * L_17 = __this->get_assemblyVersion_3(); StrongName_t3675724614 * L_18 = V_1; NullCheck(L_18); Version_t3456873960 * L_19 = StrongName_get_Version_m4243032012(L_18, /*hidden argument*/NULL); NullCheck(L_17); bool L_20 = Version_Equals_m1564427710(L_17, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_008a; } } { return (bool)0; } IL_008a: { return (bool)1; } IL_008c: { RuntimeObject* L_21 = V_0; NullCheck(L_21); bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0014; } } { return (bool)0; } } // System.Security.Policy.IMembershipCondition System.Security.Policy.StrongNameMembershipCondition::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* StrongNameMembershipCondition_Copy_m1906507748 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameMembershipCondition_Copy_m1906507748_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_blob_1(); String_t* L_1 = __this->get_name_2(); Version_t3456873960 * L_2 = __this->get_assemblyVersion_3(); StrongNameMembershipCondition_t2614563360 * L_3 = (StrongNameMembershipCondition_t2614563360 *)il2cpp_codegen_object_new(StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var); StrongNameMembershipCondition__ctor_m2312244552(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Security.Policy.StrongNameMembershipCondition::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StrongNameMembershipCondition_Equals_m2472489880 (StrongNameMembershipCondition_t2614563360 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameMembershipCondition_Equals_m2472489880_MetadataUsageId); s_Il2CppMethodInitialized = true; } StrongNameMembershipCondition_t2614563360 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((StrongNameMembershipCondition_t2614563360 *)IsInstSealed((RuntimeObject*)L_0, StrongNameMembershipCondition_t2614563360_il2cpp_TypeInfo_var)); StrongNameMembershipCondition_t2614563360 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { StrongNameMembershipCondition_t2614563360 * L_2 = V_0; NullCheck(L_2); StrongNamePublicKeyBlob_t3355146440 * L_3 = StrongNameMembershipCondition_get_PublicKey_m1794718522(L_2, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_4 = StrongNameMembershipCondition_get_PublicKey_m1794718522(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_5 = StrongNamePublicKeyBlob_Equals_m3655422942(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { return (bool)0; } IL_0027: { String_t* L_6 = __this->get_name_2(); StrongNameMembershipCondition_t2614563360 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = StrongNameMembershipCondition_get_Name_m853848575(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003f; } } { return (bool)0; } IL_003f: { Version_t3456873960 * L_10 = __this->get_assemblyVersion_3(); bool L_11 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_10, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0062; } } { Version_t3456873960 * L_12 = __this->get_assemblyVersion_3(); StrongNameMembershipCondition_t2614563360 * L_13 = V_0; NullCheck(L_13); Version_t3456873960 * L_14 = StrongNameMembershipCondition_get_Version_m478998202(L_13, /*hidden argument*/NULL); NullCheck(L_12); bool L_15 = Version_Equals_m1564427710(L_12, L_14, /*hidden argument*/NULL); return L_15; } IL_0062: { StrongNameMembershipCondition_t2614563360 * L_16 = V_0; NullCheck(L_16); Version_t3456873960 * L_17 = StrongNameMembershipCondition_get_Version_m478998202(L_16, /*hidden argument*/NULL); bool L_18 = Version_op_Equality_m3804852517(NULL /*static, unused*/, L_17, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); return L_18; } } // System.Int32 System.Security.Policy.StrongNameMembershipCondition::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StrongNameMembershipCondition_GetHashCode_m2225597836 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { { StrongNamePublicKeyBlob_t3355146440 * L_0 = __this->get_blob_1(); NullCheck(L_0); int32_t L_1 = StrongNamePublicKeyBlob_GetHashCode_m1678068698(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Policy.StrongNameMembershipCondition::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition_FromXml_m3762539555 (StrongNameMembershipCondition_t2614563360 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___e0; StrongNameMembershipCondition_FromXml_m2156013368(__this, L_0, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.StrongNameMembershipCondition::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void StrongNameMembershipCondition_FromXml_m2156013368 (StrongNameMembershipCondition_t2614563360 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameMembershipCondition_FromXml_m2156013368_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___e0; int32_t L_1 = __this->get_version_0(); int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); MembershipConditionHelper_CheckSecurityElement_m132352018(NULL /*static, unused*/, L_0, _stringLiteral3452614587, L_1, L_2, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_3 = ___e0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral362195565, /*hidden argument*/NULL); StrongNamePublicKeyBlob_t3355146440 * L_5 = StrongNamePublicKeyBlob_FromString_m4128186012(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); __this->set_blob_1(L_5); SecurityElement_t1046076091 * L_6 = ___e0; NullCheck(L_6); String_t* L_7 = SecurityElement_Attribute_m2289480139(L_6, _stringLiteral62725275, /*hidden argument*/NULL); __this->set_name_2(L_7); SecurityElement_t1046076091 * L_8 = ___e0; NullCheck(L_8); String_t* L_9 = SecurityElement_Attribute_m2289480139(L_8, _stringLiteral2515099196, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = V_0; if (L_10) { goto IL_005d; } } { __this->set_assemblyVersion_3((Version_t3456873960 *)NULL); goto IL_0069; } IL_005d: { String_t* L_11 = V_0; Version_t3456873960 * L_12 = (Version_t3456873960 *)il2cpp_codegen_object_new(Version_t3456873960_il2cpp_TypeInfo_var); Version__ctor_m1394137037(L_12, L_11, /*hidden argument*/NULL); __this->set_assemblyVersion_3(L_12); } IL_0069: { return; } } // System.String System.Security.Policy.StrongNameMembershipCondition::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StrongNameMembershipCondition_ToString_m1883955761 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameMembershipCondition_ToString_m1883955761_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_0, _stringLiteral3540000327, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; StrongNamePublicKeyBlob_t3355146440 * L_2 = __this->get_blob_1(); NullCheck(L_1); StringBuilder_Append_m1640838743(L_1, L_2, /*hidden argument*/NULL); String_t* L_3 = __this->get_name_2(); if (!L_3) { goto IL_0035; } } { StringBuilder_t * L_4 = V_0; String_t* L_5 = __this->get_name_2(); NullCheck(L_4); StringBuilder_AppendFormat_m3016532472(L_4, _stringLiteral2963395517, L_5, /*hidden argument*/NULL); } IL_0035: { Version_t3456873960 * L_6 = __this->get_assemblyVersion_3(); bool L_7 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_6, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0058; } } { StringBuilder_t * L_8 = V_0; Version_t3456873960 * L_9 = __this->get_assemblyVersion_3(); NullCheck(L_8); StringBuilder_AppendFormat_m3016532472(L_8, _stringLiteral3329957748, L_9, /*hidden argument*/NULL); } IL_0058: { StringBuilder_t * L_10 = V_0; NullCheck(L_10); String_t* L_11 = StringBuilder_ToString_m3317489284(L_10, /*hidden argument*/NULL); return L_11; } } // System.Security.SecurityElement System.Security.Policy.StrongNameMembershipCondition::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * StrongNameMembershipCondition_ToXml_m4258578906 (StrongNameMembershipCondition_t2614563360 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = StrongNameMembershipCondition_ToXml_m1221483647(__this, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Security.SecurityElement System.Security.Policy.StrongNameMembershipCondition::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * StrongNameMembershipCondition_ToXml_m1221483647 (StrongNameMembershipCondition_t2614563360 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StrongNameMembershipCondition_ToXml_m1221483647_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; String_t* V_1 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (StrongNameMembershipCondition_t2614563360_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); int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); SecurityElement_t1046076091 * L_3 = MembershipConditionHelper_Element_m3008401768(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; StrongNamePublicKeyBlob_t3355146440 * L_4 = __this->get_blob_1(); if (!L_4) { goto IL_0037; } } { SecurityElement_t1046076091 * L_5 = V_0; StrongNamePublicKeyBlob_t3355146440 * L_6 = __this->get_blob_1(); NullCheck(L_6); String_t* L_7 = StrongNamePublicKeyBlob_ToString_m724833278(L_6, /*hidden argument*/NULL); NullCheck(L_5); SecurityElement_AddAttribute_m311510562(L_5, _stringLiteral362195565, L_7, /*hidden argument*/NULL); } IL_0037: { String_t* L_8 = __this->get_name_2(); if (!L_8) { goto IL_0053; } } { SecurityElement_t1046076091 * L_9 = V_0; String_t* L_10 = __this->get_name_2(); NullCheck(L_9); SecurityElement_AddAttribute_m311510562(L_9, _stringLiteral62725275, L_10, /*hidden argument*/NULL); } IL_0053: { Version_t3456873960 * L_11 = __this->get_assemblyVersion_3(); bool L_12 = Version_op_Inequality_m1696193441(NULL /*static, unused*/, L_11, (Version_t3456873960 *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_008c; } } { Version_t3456873960 * L_13 = __this->get_assemblyVersion_3(); NullCheck(L_13); String_t* L_14 = Version_ToString_m2279867705(L_13, /*hidden argument*/NULL); V_1 = L_14; String_t* L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_15, _stringLiteral3073726250, /*hidden argument*/NULL); if (!L_16) { goto IL_008c; } } { SecurityElement_t1046076091 * L_17 = V_0; String_t* L_18 = V_1; NullCheck(L_17); SecurityElement_AddAttribute_m311510562(L_17, _stringLiteral2515099196, L_18, /*hidden argument*/NULL); } IL_008c: { SecurityElement_t1046076091 * L_19 = V_0; return L_19; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.UnionCodeGroup::.ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement) extern "C" IL2CPP_METHOD_ATTR void UnionCodeGroup__ctor_m3216651921 (UnionCodeGroup_t3773268997 * __this, RuntimeObject* ___membershipCondition0, PolicyStatement_t3052133691 * ___policy1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___membershipCondition0; PolicyStatement_t3052133691 * L_1 = ___policy1; CodeGroup__ctor_m294677161(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.UnionCodeGroup::.ctor(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void UnionCodeGroup__ctor_m536904205 (UnionCodeGroup_t3773268997 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___e0; PolicyLevel_t2891196107 * L_1 = ___level1; CodeGroup__ctor_m3693531839(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Security.Policy.CodeGroup System.Security.Policy.UnionCodeGroup::Copy() extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * UnionCodeGroup_Copy_m2887517893 (UnionCodeGroup_t3773268997 * __this, const RuntimeMethod* method) { { CodeGroup_t3811807446 * L_0 = UnionCodeGroup_Copy_m457622498(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.Security.Policy.CodeGroup System.Security.Policy.UnionCodeGroup::Copy(System.Boolean) extern "C" IL2CPP_METHOD_ATTR CodeGroup_t3811807446 * UnionCodeGroup_Copy_m457622498 (UnionCodeGroup_t3773268997 * __this, bool ___childs0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnionCodeGroup_Copy_m457622498_MetadataUsageId); s_Il2CppMethodInitialized = true; } UnionCodeGroup_t3773268997 * V_0 = NULL; CodeGroup_t3811807446 * 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); { RuntimeObject* L_0 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_1 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); UnionCodeGroup_t3773268997 * L_2 = (UnionCodeGroup_t3773268997 *)il2cpp_codegen_object_new(UnionCodeGroup_t3773268997_il2cpp_TypeInfo_var); UnionCodeGroup__ctor_m3216651921(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; UnionCodeGroup_t3773268997 * L_3 = V_0; String_t* L_4 = CodeGroup_get_Name_m1187989429(__this, /*hidden argument*/NULL); NullCheck(L_3); CodeGroup_set_Name_m3431769212(L_3, L_4, /*hidden argument*/NULL); UnionCodeGroup_t3773268997 * L_5 = V_0; String_t* L_6 = CodeGroup_get_Description_m333492221(__this, /*hidden argument*/NULL); NullCheck(L_5); CodeGroup_set_Description_m3713770581(L_5, L_6, /*hidden argument*/NULL); bool L_7 = ___childs0; if (!L_7) { goto IL_007b; } } { RuntimeObject* L_8 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_8); V_2 = L_9; } IL_003c: try { // begin try (depth: 1) { goto IL_0059; } IL_0041: { RuntimeObject* L_10 = V_2; 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_1 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_11, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); UnionCodeGroup_t3773268997 * L_12 = V_0; CodeGroup_t3811807446 * L_13 = V_1; NullCheck(L_13); CodeGroup_t3811807446 * L_14 = VirtFuncInvoker0< CodeGroup_t3811807446 * >::Invoke(4 /* System.Security.Policy.CodeGroup System.Security.Policy.CodeGroup::Copy() */, L_13); NullCheck(L_12); CodeGroup_AddChild_m2906100427(L_12, L_14, /*hidden argument*/NULL); } IL_0059: { 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_0041; } } IL_0064: { IL2CPP_LEAVE(0x7B, FINALLY_0069); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0069; } FINALLY_0069: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_3; if (L_18) { goto IL_0074; } } IL_0073: { IL2CPP_END_FINALLY(105) } IL_0074: { RuntimeObject* L_19 = V_3; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); IL2CPP_END_FINALLY(105) } } // end finally (depth: 1) IL2CPP_CLEANUP(105) { IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { UnionCodeGroup_t3773268997 * L_20 = V_0; return L_20; } } // System.Security.Policy.PolicyStatement System.Security.Policy.UnionCodeGroup::Resolve(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PolicyStatement_t3052133691 * UnionCodeGroup_Resolve_m2409463599 (UnionCodeGroup_t3773268997 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnionCodeGroup_Resolve_m2409463599_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; CodeGroup_t3811807446 * V_1 = NULL; RuntimeObject* V_2 = NULL; PolicyStatement_t3052133691 * V_3 = NULL; PolicyStatement_t3052133691 * 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); { Evidence_t2008144148 * L_0 = ___evidence0; 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, _stringLiteral808976576, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnionCodeGroup_Resolve_m2409463599_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = CodeGroup_get_MembershipCondition_m1599317297(__this, /*hidden argument*/NULL); Evidence_t2008144148 * L_3 = ___evidence0; NullCheck(L_2); bool L_4 = InterfaceFuncInvoker1< bool, Evidence_t2008144148 * >::Invoke(0 /* System.Boolean System.Security.Policy.IMembershipCondition::Check(System.Security.Policy.Evidence) */, IMembershipCondition_t97388457_il2cpp_TypeInfo_var, L_2, L_3); if (L_4) { goto IL_0024; } } { return (PolicyStatement_t3052133691 *)NULL; } IL_0024: { PolicyStatement_t3052133691 * L_5 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_5); PermissionSet_t223948603 * L_6 = PolicyStatement_get_PermissionSet_m1381848521(L_5, /*hidden argument*/NULL); NullCheck(L_6); PermissionSet_t223948603 * L_7 = VirtFuncInvoker0< PermissionSet_t223948603 * >::Invoke(12 /* System.Security.PermissionSet System.Security.PermissionSet::Copy() */, L_6); V_0 = L_7; RuntimeObject* L_8 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_8); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_00a3; } } { RuntimeObject* L_10 = CodeGroup_get_Children_m2100279948(__this, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject* L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_10); V_2 = L_11; } IL_0052: try { // begin try (depth: 1) { goto IL_007e; } IL_0057: { 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 = ((CodeGroup_t3811807446 *)CastclassClass((RuntimeObject*)L_13, CodeGroup_t3811807446_il2cpp_TypeInfo_var)); CodeGroup_t3811807446 * L_14 = V_1; Evidence_t2008144148 * L_15 = ___evidence0; NullCheck(L_14); PolicyStatement_t3052133691 * L_16 = VirtFuncInvoker1< PolicyStatement_t3052133691 *, Evidence_t2008144148 * >::Invoke(5 /* System.Security.Policy.PolicyStatement System.Security.Policy.CodeGroup::Resolve(System.Security.Policy.Evidence) */, L_14, L_15); V_3 = L_16; PolicyStatement_t3052133691 * L_17 = V_3; if (!L_17) { goto IL_007e; } } IL_0071: { PermissionSet_t223948603 * L_18 = V_0; PolicyStatement_t3052133691 * L_19 = V_3; NullCheck(L_19); PermissionSet_t223948603 * L_20 = PolicyStatement_get_PermissionSet_m1381848521(L_19, /*hidden argument*/NULL); NullCheck(L_18); PermissionSet_t223948603 * L_21 = PermissionSet_Union_m4068149505(L_18, L_20, /*hidden argument*/NULL); V_0 = L_21; } IL_007e: { RuntimeObject* L_22 = V_2; 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_0057; } } IL_0089: { IL2CPP_LEAVE(0xA3, FINALLY_008e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008e; } FINALLY_008e: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_5; if (L_25) { goto IL_009b; } } IL_009a: { IL2CPP_END_FINALLY(142) } IL_009b: { RuntimeObject* L_26 = V_5; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(142) } } // end finally (depth: 1) IL2CPP_CLEANUP(142) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a3: { PolicyStatement_t3052133691 * L_27 = CodeGroup_get_PolicyStatement_m3934764921(__this, /*hidden argument*/NULL); NullCheck(L_27); PolicyStatement_t3052133691 * L_28 = PolicyStatement_Copy_m4094081563(L_27, /*hidden argument*/NULL); V_4 = L_28; PolicyStatement_t3052133691 * L_29 = V_4; PermissionSet_t223948603 * L_30 = V_0; NullCheck(L_29); PolicyStatement_set_PermissionSet_m3572905958(L_29, L_30, /*hidden argument*/NULL); PolicyStatement_t3052133691 * L_31 = V_4; return L_31; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Url::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Url__ctor_m1502018922 (Url_t207802215 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; Url__ctor_m1497773160(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.Url::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Url__ctor_m1497773160 (Url_t207802215 * __this, String_t* ___name0, bool ___validated1, const RuntimeMethod* method) { Url_t207802215 * G_B2_0 = NULL; Url_t207802215 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; Url_t207802215 * G_B3_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___validated1; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0013; } } { String_t* L_1 = ___name0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_001a; } IL_0013: { String_t* L_2 = ___name0; String_t* L_3 = Url_Prepare_m4284340721(__this, L_2, /*hidden argument*/NULL); G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_001a: { NullCheck(G_B3_1); G_B3_1->set_origin_url_0(G_B3_0); return; } } // System.Security.IPermission System.Security.Policy.Url::CreateIdentityPermission(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Url_CreateIdentityPermission_m3210604323 (Url_t207802215 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Url_CreateIdentityPermission_m3210604323_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_origin_url_0(); UrlIdentityPermission_t48040392 * L_1 = (UrlIdentityPermission_t48040392 *)il2cpp_codegen_object_new(UrlIdentityPermission_t48040392_il2cpp_TypeInfo_var); UrlIdentityPermission__ctor_m1110496892(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Policy.Url::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Url_Equals_m2856315602 (Url_t207802215 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Url_Equals_m2856315602_MetadataUsageId); s_Il2CppMethodInitialized = true; } Url_t207802215 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((Url_t207802215 *)IsInstSealed((RuntimeObject*)L_0, Url_t207802215_il2cpp_TypeInfo_var)); Url_t207802215 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { Url_t207802215 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = Url_get_Value_m45779611(L_2, /*hidden argument*/NULL); V_1 = L_3; String_t* L_4 = __this->get_origin_url_0(); V_2 = L_4; String_t* L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_6 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); NullCheck(L_5); int32_t L_7 = String_IndexOf_m1977622757(L_5, L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_003a; } } { String_t* L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4054833267, L_8, /*hidden argument*/NULL); V_1 = L_9; } IL_003a: { String_t* L_10 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_11 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); NullCheck(L_10); int32_t L_12 = String_IndexOf_m1977622757(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0057; } } { String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4054833267, L_13, /*hidden argument*/NULL); V_2 = L_14; } IL_0057: { String_t* L_15 = V_1; String_t* L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_17 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_18 = String_Compare_m1293271421(NULL /*static, unused*/, L_15, L_16, (bool)1, L_17, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.Security.Policy.Url::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Url_GetHashCode_m248076089 (Url_t207802215 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Url_GetHashCode_m248076089_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = __this->get_origin_url_0(); V_0 = L_0; String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_2 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); NullCheck(L_1); int32_t L_3 = String_IndexOf_m1977622757(L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0024; } } { String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4054833267, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0024: { String_t* L_6 = V_0; NullCheck(L_6); int32_t L_7 = String_GetHashCode_m1906374149(L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Security.Policy.Url::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Url_ToString_m1615820216 (Url_t207802215 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Url_ToString_m1615820216_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral860040990, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_2 = V_0; String_t* L_3 = __this->get_origin_url_0(); SecurityElement_t1046076091 * L_4 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m750466183(L_4, _stringLiteral2910693385, L_3, /*hidden argument*/NULL); NullCheck(L_2); SecurityElement_AddChild_m1606852781(L_2, L_4, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = SecurityElement_ToString_m1918878627(L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Security.Policy.Url::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* Url_get_Value_m45779611 (Url_t207802215 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_origin_url_0(); return L_0; } } // System.String System.Security.Policy.Url::Prepare(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Url_Prepare_m4284340721 (Url_t207802215 * __this, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Url_Prepare_m4284340721_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Uri_t722248887 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___url0; 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, _stringLiteral2910693385, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Url_Prepare_m4284340721_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1015555571, /*hidden argument*/NULL); FormatException_t154580423 * L_6 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Url_Prepare_m4284340721_RuntimeMethod_var); } IL_0031: { String_t* L_7 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t722248887_il2cpp_TypeInfo_var); String_t* L_8 = ((Uri_t722248887_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t722248887_il2cpp_TypeInfo_var))->get_SchemeDelimiter_17(); NullCheck(L_7); int32_t L_9 = String_IndexOf_m1977622757(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0078; } } { String_t* L_11 = ___url0; NullCheck(L_11); bool L_12 = String_StartsWith_m1759067526(L_11, _stringLiteral4054833267, /*hidden argument*/NULL); if (!L_12) { goto IL_0067; } } { String_t* L_13 = ___url0; NullCheck(L_13); String_t* L_14 = String_Substring_m2848979100(L_13, 7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4054833267, L_14, /*hidden argument*/NULL); ___url0 = L_15; } IL_0067: { String_t* L_16 = ___url0; Uri_t722248887 * L_17 = (Uri_t722248887 *)il2cpp_codegen_object_new(Uri_t722248887_il2cpp_TypeInfo_var); Uri__ctor_m3344443350(L_17, L_16, (bool)0, (bool)0, /*hidden argument*/NULL); V_1 = L_17; Uri_t722248887 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String Mono.Security.Uri::ToString() */, L_18); ___url0 = L_19; } IL_0078: { String_t* L_20 = ___url0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); String_t* L_22 = ___url0; int32_t L_23 = V_2; NullCheck(L_22); Il2CppChar L_24 = String_get_Chars_m2986988803(L_22, L_23, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)47))))) { goto IL_0099; } } { String_t* L_25 = ___url0; int32_t L_26 = V_2; NullCheck(L_25); String_t* L_27 = String_Substring_m1610150815(L_25, 0, L_26, /*hidden argument*/NULL); ___url0 = L_27; } IL_0099: { String_t* L_28 = ___url0; return L_28; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.Zone::.ctor(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void Zone__ctor_m4042865123 (Zone_t2011285646 * __this, int32_t ___zone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Zone__ctor_m4042865123_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (SecurityZone_t1272287263_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); int32_t L_2 = ___zone0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_5 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0042; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1290890437, /*hidden argument*/NULL); int32_t L_7 = ___zone0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, L_6, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_12, L_11, _stringLiteral2791739690, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Zone__ctor_m4042865123_RuntimeMethod_var); } IL_0042: { int32_t L_13 = ___zone0; __this->set_zone_0(L_13); return; } } // System.Security.SecurityZone System.Security.Policy.Zone::get_SecurityZone() extern "C" IL2CPP_METHOD_ATTR int32_t Zone_get_SecurityZone_m2899920486 (Zone_t2011285646 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_zone_0(); return L_0; } } // System.Security.IPermission System.Security.Policy.Zone::CreateIdentityPermission(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Zone_CreateIdentityPermission_m4189053122 (Zone_t2011285646 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Zone_CreateIdentityPermission_m4189053122_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_zone_0(); ZoneIdentityPermission_t2250593031 * L_1 = (ZoneIdentityPermission_t2250593031 *)il2cpp_codegen_object_new(ZoneIdentityPermission_t2250593031_il2cpp_TypeInfo_var); ZoneIdentityPermission__ctor_m1270857138(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Security.Policy.Zone System.Security.Policy.Zone::CreateFromUrl(System.String) extern "C" IL2CPP_METHOD_ATTR Zone_t2011285646 * Zone_CreateFromUrl_m2027562543 (RuntimeObject * __this /* static, unused */, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Zone_CreateFromUrl_m2027562543_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Uri_t722248887 * V_1 = NULL; { String_t* L_0 = ___url0; 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, _stringLiteral2910693353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Zone_CreateFromUrl_m2027562543_RuntimeMethod_var); } IL_0011: { V_0 = (-1); String_t* L_2 = ___url0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { int32_t L_4 = V_0; Zone_t2011285646 * L_5 = (Zone_t2011285646 *)il2cpp_codegen_object_new(Zone_t2011285646_il2cpp_TypeInfo_var); Zone__ctor_m4042865123(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0025: { String_t* L_6 = ___url0; Uri_t722248887 * L_7 = (Uri_t722248887 *)il2cpp_codegen_object_new(Uri_t722248887_il2cpp_TypeInfo_var); Uri__ctor_m2045817678(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)(-1))))) { goto IL_0090; } } { Uri_t722248887 * L_9 = V_1; NullCheck(L_9); bool L_10 = Uri_get_IsFile_m2291228500(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_007c; } } { Uri_t722248887 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = Uri_get_LocalPath_m3693494488(L_11, /*hidden argument*/NULL); bool L_13 = File_Exists_m3943585060(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0055; } } { V_0 = 0; goto IL_0077; } IL_0055: { String_t* L_14 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_16 = String_Compare_m945110377(NULL /*static, unused*/, _stringLiteral1511110195, 0, L_14, 0, 7, (bool)1, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0075; } } { V_0 = 1; goto IL_0077; } IL_0075: { V_0 = 3; } IL_0077: { goto IL_0090; } IL_007c: { Uri_t722248887 * L_17 = V_1; NullCheck(L_17); bool L_18 = Uri_get_IsLoopback_m2664000485(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_008e; } } { V_0 = 1; goto IL_0090; } IL_008e: { V_0 = 3; } IL_0090: { int32_t L_19 = V_0; Zone_t2011285646 * L_20 = (Zone_t2011285646 *)il2cpp_codegen_object_new(Zone_t2011285646_il2cpp_TypeInfo_var); Zone__ctor_m4042865123(L_20, L_19, /*hidden argument*/NULL); return L_20; } } // System.Boolean System.Security.Policy.Zone::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Zone_Equals_m249036791 (Zone_t2011285646 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Zone_Equals_m249036791_MetadataUsageId); s_Il2CppMethodInitialized = true; } Zone_t2011285646 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((Zone_t2011285646 *)IsInstSealed((RuntimeObject*)L_0, Zone_t2011285646_il2cpp_TypeInfo_var)); Zone_t2011285646 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { Zone_t2011285646 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_zone_0(); int32_t L_4 = __this->get_zone_0(); return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } } // System.Int32 System.Security.Policy.Zone::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Zone_GetHashCode_m4035655753 (Zone_t2011285646 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_zone_0(); return L_0; } } // System.String System.Security.Policy.Zone::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Zone_ToString_m1787122089 (Zone_t2011285646 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Zone_ToString_m1787122089_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { SecurityElement_t1046076091 * L_0 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m6516005(L_0, _stringLiteral2663524421, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_t1046076091 * L_1 = V_0; NullCheck(L_1); SecurityElement_AddAttribute_m311510562(L_1, _stringLiteral1902401671, _stringLiteral3452614543, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_2 = V_0; int32_t L_3 = __this->get_zone_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_4); NullCheck((Enum_t4135868527 *)L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_5); SecurityElement_t1046076091 * L_7 = (SecurityElement_t1046076091 *)il2cpp_codegen_object_new(SecurityElement_t1046076091_il2cpp_TypeInfo_var); SecurityElement__ctor_m750466183(L_7, _stringLiteral2791739722, L_6, /*hidden argument*/NULL); NullCheck(L_2); SecurityElement_AddChild_m1606852781(L_2, L_7, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = SecurityElement_ToString_m1918878627(L_8, /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Policy.ZoneMembershipCondition::.ctor() extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition__ctor_m2919229692 (ZoneMembershipCondition_t3195636716 * __this, const RuntimeMethod* method) { { __this->set_version_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.ZoneMembershipCondition::.ctor(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition__ctor_m349136474 (ZoneMembershipCondition_t3195636716 * __this, int32_t ___zone0, const RuntimeMethod* method) { { __this->set_version_0(1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___zone0; ZoneMembershipCondition_set_SecurityZone_m456086248(__this, L_0, /*hidden argument*/NULL); return; } } // System.Security.SecurityZone System.Security.Policy.ZoneMembershipCondition::get_SecurityZone() extern "C" IL2CPP_METHOD_ATTR int32_t ZoneMembershipCondition_get_SecurityZone_m1902534671 (ZoneMembershipCondition_t3195636716 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_zone_1(); return L_0; } } // System.Void System.Security.Policy.ZoneMembershipCondition::set_SecurityZone(System.Security.SecurityZone) extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition_set_SecurityZone_m456086248 (ZoneMembershipCondition_t3195636716 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_set_SecurityZone_m456086248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (SecurityZone_t1272287263_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); int32_t L_2 = ___value0; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_3); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); bool L_5 = Enum_IsDefined_m1442314461(NULL /*static, unused*/, L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002a; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral316600293, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ZoneMembershipCondition_set_SecurityZone_m456086248_RuntimeMethod_var); } IL_002a: { int32_t L_8 = ___value0; if ((!(((uint32_t)L_8) == ((uint32_t)(-1))))) { goto IL_0041; } } { String_t* L_9 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral39948547, /*hidden argument*/NULL); ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,ZoneMembershipCondition_set_SecurityZone_m456086248_RuntimeMethod_var); } IL_0041: { int32_t L_11 = ___value0; __this->set_zone_1(L_11); return; } } // System.Boolean System.Security.Policy.ZoneMembershipCondition::Check(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR bool ZoneMembershipCondition_Check_m266128477 (ZoneMembershipCondition_t3195636716 * __this, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_Check_m266128477_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Zone_t2011285646 * V_1 = NULL; { Evidence_t2008144148 * L_0 = ___evidence0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { Evidence_t2008144148 * L_1 = ___evidence0; NullCheck(L_1); RuntimeObject* L_2 = Evidence_GetHostEnumerator_m3107191439(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0039; } IL_0014: { RuntimeObject* L_3 = V_0; 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 = ((Zone_t2011285646 *)IsInstSealed((RuntimeObject*)L_4, Zone_t2011285646_il2cpp_TypeInfo_var)); Zone_t2011285646 * L_5 = V_1; if (!L_5) { goto IL_0039; } } { Zone_t2011285646 * L_6 = V_1; NullCheck(L_6); int32_t L_7 = Zone_get_SecurityZone_m2899920486(L_6, /*hidden argument*/NULL); int32_t L_8 = __this->get_zone_1(); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0039; } } { return (bool)1; } IL_0039: { RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0014; } } { return (bool)0; } } // System.Security.Policy.IMembershipCondition System.Security.Policy.ZoneMembershipCondition::Copy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ZoneMembershipCondition_Copy_m1888164534 (ZoneMembershipCondition_t3195636716 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_Copy_m1888164534_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_zone_1(); ZoneMembershipCondition_t3195636716 * L_1 = (ZoneMembershipCondition_t3195636716 *)il2cpp_codegen_object_new(ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var); ZoneMembershipCondition__ctor_m349136474(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Policy.ZoneMembershipCondition::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool ZoneMembershipCondition_Equals_m3847208138 (ZoneMembershipCondition_t3195636716 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_Equals_m3847208138_MetadataUsageId); s_Il2CppMethodInitialized = true; } ZoneMembershipCondition_t3195636716 * V_0 = NULL; { RuntimeObject * L_0 = ___o0; V_0 = ((ZoneMembershipCondition_t3195636716 *)IsInstSealed((RuntimeObject*)L_0, ZoneMembershipCondition_t3195636716_il2cpp_TypeInfo_var)); ZoneMembershipCondition_t3195636716 * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { ZoneMembershipCondition_t3195636716 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = ZoneMembershipCondition_get_SecurityZone_m1902534671(L_2, /*hidden argument*/NULL); int32_t L_4 = __this->get_zone_1(); return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } } // System.Void System.Security.Policy.ZoneMembershipCondition::FromXml(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition_FromXml_m3164219703 (ZoneMembershipCondition_t3195636716 * __this, SecurityElement_t1046076091 * ___e0, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ___e0; ZoneMembershipCondition_FromXml_m3431387072(__this, L_0, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Policy.ZoneMembershipCondition::FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void ZoneMembershipCondition_FromXml_m3431387072 (ZoneMembershipCondition_t3195636716 * __this, SecurityElement_t1046076091 * ___e0, PolicyLevel_t2891196107 * ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_FromXml_m3431387072_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SecurityElement_t1046076091 * L_0 = ___e0; int32_t L_1 = __this->get_version_0(); int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); MembershipConditionHelper_CheckSecurityElement_m132352018(NULL /*static, unused*/, L_0, _stringLiteral3452614587, L_1, L_2, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_3 = ___e0; NullCheck(L_3); String_t* L_4 = SecurityElement_Attribute_m2289480139(L_3, _stringLiteral2791739722, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_0045; } } { RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (SecurityZone_t1272287263_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); String_t* L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_9 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); __this->set_zone_1(((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t2950945753_il2cpp_TypeInfo_var))))); } IL_0045: { return; } } // System.Int32 System.Security.Policy.ZoneMembershipCondition::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t ZoneMembershipCondition_GetHashCode_m1720729002 (ZoneMembershipCondition_t3195636716 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_GetHashCode_m1720729002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_zone_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(SecurityZone_t1272287263_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; } } // System.String System.Security.Policy.ZoneMembershipCondition::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ZoneMembershipCondition_ToString_m1738981336 (ZoneMembershipCondition_t3195636716 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_ToString_m1738981336_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_zone_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2028451150, L_2, /*hidden argument*/NULL); return L_3; } } // System.Security.SecurityElement System.Security.Policy.ZoneMembershipCondition::ToXml() extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * ZoneMembershipCondition_ToXml_m1397893303 (ZoneMembershipCondition_t3195636716 * __this, const RuntimeMethod* method) { { SecurityElement_t1046076091 * L_0 = ZoneMembershipCondition_ToXml_m29114417(__this, (PolicyLevel_t2891196107 *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Security.SecurityElement System.Security.Policy.ZoneMembershipCondition::ToXml(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * ZoneMembershipCondition_ToXml_m29114417 (ZoneMembershipCondition_t3195636716 * __this, PolicyLevel_t2891196107 * ___level0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ZoneMembershipCondition_ToXml_m29114417_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityElement_t1046076091 * V_0 = NULL; { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (ZoneMembershipCondition_t3195636716_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); int32_t L_2 = __this->get_version_0(); IL2CPP_RUNTIME_CLASS_INIT(MembershipConditionHelper_t2246572704_il2cpp_TypeInfo_var); SecurityElement_t1046076091 * L_3 = MembershipConditionHelper_Element_m3008401768(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; SecurityElement_t1046076091 * L_4 = V_0; int32_t L_5 = __this->get_zone_1(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(SecurityZone_t1272287263_il2cpp_TypeInfo_var, &L_6); NullCheck((Enum_t4135868527 *)L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_7); NullCheck(L_4); SecurityElement_AddAttribute_m311510562(L_4, _stringLiteral2791739722, L_8, /*hidden argument*/NULL); SecurityElement_t1046076091 * L_9 = V_0; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Principal.WindowsIdentity::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WindowsIdentity__ctor_m3086466707 (WindowsIdentity_t2948242406 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; __this->set__info_5(L_0); return; } } // System.Void System.Security.Principal.WindowsIdentity::.cctor() extern "C" IL2CPP_METHOD_ATTR void WindowsIdentity__cctor_m1315799505 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WindowsIdentity__cctor_m1315799505_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((WindowsIdentity_t2948242406_StaticFields*)il2cpp_codegen_static_fields_for(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var))->set_invalidWindows_6((intptr_t)(0)); return; } } // System.Void System.Security.Principal.WindowsIdentity::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object) extern "C" IL2CPP_METHOD_ATTR void WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631 (WindowsIdentity_t2948242406 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { SerializationInfo_t950877179 * L_0 = __this->get__info_5(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (IntPtr_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); NullCheck(L_0); RuntimeObject * L_3 = SerializationInfo_GetValue_m42271953(L_0, _stringLiteral2173289356, L_2, /*hidden argument*/NULL); __this->set__token_0(((*(intptr_t*)((intptr_t*)UnBox(L_3, IntPtr_t_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_4 = __this->get__info_5(); NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral2476493498, /*hidden argument*/NULL); __this->set__name_4(L_5); String_t* L_6 = __this->get__name_4(); if (!L_6) { goto IL_0073; } } { intptr_t L_7 = __this->get__token_0(); IL2CPP_RUNTIME_CLASS_INIT(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var); String_t* L_8 = WindowsIdentity_GetTokenName_m2370798233(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_0 = L_8; String_t* L_9 = V_0; String_t* L_10 = __this->get__name_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_006e; } } { SerializationException_t3941511869 * L_12 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_12, _stringLiteral545154609, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631_RuntimeMethod_var); } IL_006e: { goto IL_00af; } IL_0073: { intptr_t L_13 = __this->get__token_0(); IL2CPP_RUNTIME_CLASS_INIT(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var); String_t* L_14 = WindowsIdentity_GetTokenName_m2370798233(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); __this->set__name_4(L_14); String_t* L_15 = __this->get__name_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_00a4; } } { String_t* L_18 = __this->get__name_4(); if (L_18) { goto IL_00af; } } IL_00a4: { SerializationException_t3941511869 * L_19 = (SerializationException_t3941511869 *)il2cpp_codegen_object_new(SerializationException_t3941511869_il2cpp_TypeInfo_var); SerializationException__ctor_m3862484944(L_19, _stringLiteral3642020180, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_m3428853631_RuntimeMethod_var); } IL_00af: { SerializationInfo_t950877179 * L_20 = __this->get__info_5(); NullCheck(L_20); String_t* L_21 = SerializationInfo_GetString_m3155282843(L_20, _stringLiteral1250540719, /*hidden argument*/NULL); __this->set__type_1(L_21); SerializationInfo_t950877179 * L_22 = __this->get__info_5(); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (WindowsAccountType_t2283000883_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject * L_25 = SerializationInfo_GetValue_m42271953(L_22, _stringLiteral2947647849, L_24, /*hidden argument*/NULL); __this->set__account_2(((*(int32_t*)((int32_t*)UnBox(L_25, Int32_t2950945753_il2cpp_TypeInfo_var))))); SerializationInfo_t950877179 * L_26 = __this->get__info_5(); NullCheck(L_26); bool L_27 = SerializationInfo_GetBoolean_m1756153320(L_26, _stringLiteral3445209980, /*hidden argument*/NULL); __this->set__authenticated_3(L_27); return; } } // System.Void System.Security.Principal.WindowsIdentity::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void WindowsIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m2539658116 (WindowsIdentity_t2948242406 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WindowsIdentity_System_Runtime_Serialization_ISerializable_GetObjectData_m2539658116_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; intptr_t L_1 = __this->get__token_0(); intptr_t L_2 = L_1; RuntimeObject * L_3 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); SerializationInfo_AddValue_m2872281893(L_0, _stringLiteral2173289356, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get__name_4(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral2476493498, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; String_t* L_7 = __this->get__type_1(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral1250540719, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; int32_t L_9 = __this->get__account_2(); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(WindowsAccountType_t2283000883_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); SerializationInfo_AddValue_m2872281893(L_8, _stringLiteral2947647849, L_11, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_12 = ___info0; bool L_13 = __this->get__authenticated_3(); NullCheck(L_12); SerializationInfo_AddValue_m3427199315(L_12, _stringLiteral3445209980, L_13, /*hidden argument*/NULL); return; } } // System.Void System.Security.Principal.WindowsIdentity::Dispose() extern "C" IL2CPP_METHOD_ATTR void WindowsIdentity_Dispose_m3466258450 (WindowsIdentity_t2948242406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WindowsIdentity_Dispose_m3466258450_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__token_0((intptr_t)(0)); return; } } // System.IntPtr System.Security.Principal.WindowsIdentity::GetCurrentToken() extern "C" IL2CPP_METHOD_ATTR intptr_t WindowsIdentity_GetCurrentToken_m841791956 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef intptr_t (*WindowsIdentity_GetCurrentToken_m841791956_ftn) (); using namespace il2cpp::icalls; return ((WindowsIdentity_GetCurrentToken_m841791956_ftn)mscorlib::System::Security::Principal::WindowsIdentity::GetCurrentToken) (); } // System.String System.Security.Principal.WindowsIdentity::GetTokenName(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR String_t* WindowsIdentity_GetTokenName_m2370798233 (RuntimeObject * __this /* static, unused */, intptr_t ___token0, const RuntimeMethod* method) { typedef String_t* (*WindowsIdentity_GetTokenName_m2370798233_ftn) (intptr_t); using namespace il2cpp::icalls; return ((WindowsIdentity_GetTokenName_m2370798233_ftn)mscorlib::System::Security::Principal::WindowsIdentity::GetTokenName) (___token0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityContext__ctor_m3125602325 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityContext::.ctor(System.Security.SecurityContext) extern "C" IL2CPP_METHOD_ATTR void SecurityContext__ctor_m1730177197 (SecurityContext_t2435442044 * __this, SecurityContext_t2435442044 * ___sc0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set__capture_0((bool)1); SecurityContext_t2435442044 * L_0 = ___sc0; NullCheck(L_0); intptr_t L_1 = L_0->get__winid_1(); __this->set__winid_1(L_1); SecurityContext_t2435442044 * L_2 = ___sc0; NullCheck(L_2); CompressedStack_t1202932761 * L_3 = L_2->get__stack_2(); if (!L_3) { goto IL_0035; } } { SecurityContext_t2435442044 * L_4 = ___sc0; NullCheck(L_4); CompressedStack_t1202932761 * L_5 = L_4->get__stack_2(); NullCheck(L_5); CompressedStack_t1202932761 * L_6 = CompressedStack_CreateCopy_m2591279216(L_5, /*hidden argument*/NULL); __this->set__stack_2(L_6); } IL_0035: { return; } } // System.Security.SecurityContext System.Security.SecurityContext::Capture() extern "C" IL2CPP_METHOD_ATTR SecurityContext_t2435442044 * SecurityContext_Capture_m1047743382 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityContext_Capture_m1047743382_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityContext_t2435442044 * V_0 = NULL; SecurityContext_t2435442044 * V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_0 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); ExecutionContext_t1748372627 * L_1 = Thread_get_ExecutionContext_m1861734668(L_0, /*hidden argument*/NULL); NullCheck(L_1); SecurityContext_t2435442044 * L_2 = ExecutionContext_get_SecurityContext_m1232420339(L_1, /*hidden argument*/NULL); V_0 = L_2; SecurityContext_t2435442044 * L_3 = V_0; NullCheck(L_3); bool L_4 = SecurityContext_get_FlowSuppressed_m1627541854(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001d; } } { return (SecurityContext_t2435442044 *)NULL; } IL_001d: { SecurityContext_t2435442044 * L_5 = (SecurityContext_t2435442044 *)il2cpp_codegen_object_new(SecurityContext_t2435442044_il2cpp_TypeInfo_var); SecurityContext__ctor_m3125602325(L_5, /*hidden argument*/NULL); V_1 = L_5; SecurityContext_t2435442044 * L_6 = V_1; NullCheck(L_6); L_6->set__capture_0((bool)1); SecurityContext_t2435442044 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(WindowsIdentity_t2948242406_il2cpp_TypeInfo_var); intptr_t L_8 = WindowsIdentity_GetCurrentToken_m841791956(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); L_7->set__winid_1(L_8); SecurityContext_t2435442044 * L_9 = V_1; CompressedStack_t1202932761 * L_10 = CompressedStack_Capture_m3327262890(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_9); L_9->set__stack_2(L_10); SecurityContext_t2435442044 * L_11 = V_1; return L_11; } } // System.Boolean System.Security.SecurityContext::get_FlowSuppressed() extern "C" IL2CPP_METHOD_ATTR bool SecurityContext_get_FlowSuppressed_m1627541854 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__suppressFlow_3(); return L_0; } } // System.Threading.CompressedStack System.Security.SecurityContext::get_CompressedStack() extern "C" IL2CPP_METHOD_ATTR CompressedStack_t1202932761 * SecurityContext_get_CompressedStack_m3401528670 (SecurityContext_t2435442044 * __this, const RuntimeMethod* method) { { CompressedStack_t1202932761 * L_0 = __this->get__stack_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityCriticalAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityCriticalAttribute__ctor_m2491468454 (SecurityCriticalAttribute_t2279322844 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); __this->set__scope_0(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityElement::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement__ctor_m6516005 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method) { { String_t* L_0 = ___tag0; SecurityElement__ctor_m750466183(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityElement::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement__ctor_m750466183 (SecurityElement_t1046076091 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement__ctor_m750466183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___tag0; 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, _stringLiteral2862656147, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SecurityElement__ctor_m750466183_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); bool L_3 = SecurityElement_IsValidTag_m1803475254(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_003d; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2522743314, /*hidden argument*/NULL); String_t* L_5 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3450517398, L_5, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,SecurityElement__ctor_m750466183_RuntimeMethod_var); } IL_003d: { String_t* L_8 = ___tag0; __this->set_tag_1(L_8); String_t* L_9 = ___text1; SecurityElement_set_Text_m3975773934(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityElement::.cctor() extern "C" IL2CPP_METHOD_ATTR void SecurityElement__cctor_m3326869319 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement__cctor_m3326869319_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); CharU5BU5D_t3528271667* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (Il2CppChar)((int32_t)60)); CharU5BU5D_t3528271667* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(2), (Il2CppChar)((int32_t)62)); ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_tag_chars_4(L_2); CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)60)); CharU5BU5D_t3528271667* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (Il2CppChar)((int32_t)62)); ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_text_chars_5(L_4); CharU5BU5D_t3528271667* L_5 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); CharU5BU5D_t3528271667* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(1), (Il2CppChar)((int32_t)60)); CharU5BU5D_t3528271667* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(2), (Il2CppChar)((int32_t)62)); ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_attr_name_chars_6(L_7); CharU5BU5D_t3528271667* L_8 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_8); (L_8)->SetAt(static_cast(0), (Il2CppChar)((int32_t)34)); CharU5BU5D_t3528271667* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (Il2CppChar)((int32_t)60)); CharU5BU5D_t3528271667* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(2), (Il2CppChar)((int32_t)62)); ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_attr_value_chars_7(L_10); CharU5BU5D_t3528271667* L_11 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)5)); RuntimeFieldHandle_t1871169219 L_12 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D38_29_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_11, L_12, /*hidden argument*/NULL); ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->set_invalid_chars_8(L_11); return; } } // System.Collections.Hashtable System.Security.SecurityElement::get_Attributes() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * SecurityElement_get_Attributes_m1319762035 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_get_Attributes_m1319762035_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; SecurityAttribute_t3566489056 * 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 = __this->get_attributes_2(); if (L_0) { goto IL_000d; } } { return (Hashtable_t1853889766 *)NULL; } IL_000d: { ArrayList_t2718874744 * L_1 = __this->get_attributes_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1684344284(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t2718874744 * L_4 = __this->get_attributes_2(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); V_2 = L_5; } IL_002a: try { // begin try (depth: 1) { goto IL_004d; } IL_002f: { RuntimeObject* L_6 = V_2; 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_1 = ((SecurityAttribute_t3566489056 *)CastclassClass((RuntimeObject*)L_7, SecurityAttribute_t3566489056_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_8 = V_0; SecurityAttribute_t3566489056 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = SecurityAttribute_get_Name_m2543977264(L_9, /*hidden argument*/NULL); SecurityAttribute_t3566489056 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = SecurityAttribute_get_Value_m2111064489(L_11, /*hidden argument*/NULL); NullCheck(L_8); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_8, L_10, L_12); } IL_004d: { RuntimeObject* L_13 = V_2; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_002f; } } IL_0058: { IL2CPP_LEAVE(0x6F, FINALLY_005d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005d; } FINALLY_005d: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (L_16) { goto IL_0068; } } IL_0067: { IL2CPP_END_FINALLY(93) } IL_0068: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); IL2CPP_END_FINALLY(93) } } // end finally (depth: 1) IL2CPP_CLEANUP(93) { IL2CPP_JUMP_TBL(0x6F, IL_006f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006f: { Hashtable_t1853889766 * L_18 = V_0; return L_18; } } // System.Collections.ArrayList System.Security.SecurityElement::get_Children() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * SecurityElement_get_Children_m1231540612 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_children_3(); return L_0; } } // System.String System.Security.SecurityElement::get_Tag() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_m2258014803 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_tag_1(); return L_0; } } // System.Void System.Security.SecurityElement::set_Text(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_set_Text_m3975773934 (SecurityElement_t1046076091 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_set_Text_m3975773934_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_002c; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); bool L_2 = SecurityElement_IsValidText_m1346599242(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { String_t* L_3 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2522743314, /*hidden argument*/NULL); String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, L_3, _stringLiteral3450517398, L_4, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,SecurityElement_set_Text_m3975773934_RuntimeMethod_var); } IL_002c: { String_t* L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); String_t* L_8 = SecurityElement_Unescape_m327386968(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); __this->set_text_0(L_8); return; } } // System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m311510562 (SecurityElement_t1046076091 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_AddAttribute_m311510562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { 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,SecurityElement_AddAttribute_m311510562_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value1; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,SecurityElement_AddAttribute_m311510562_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___name0; SecurityAttribute_t3566489056 * L_5 = SecurityElement_GetAttribute_m3347489583(__this, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4136252437, L_6, /*hidden argument*/NULL); String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,SecurityElement_AddAttribute_m311510562_RuntimeMethod_var); } IL_0044: { ArrayList_t2718874744 * L_10 = __this->get_attributes_2(); if (L_10) { goto IL_005a; } } { ArrayList_t2718874744 * L_11 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_11, /*hidden argument*/NULL); __this->set_attributes_2(L_11); } IL_005a: { ArrayList_t2718874744 * L_12 = __this->get_attributes_2(); String_t* L_13 = ___name0; String_t* L_14 = ___value1; SecurityAttribute_t3566489056 * L_15 = (SecurityAttribute_t3566489056 *)il2cpp_codegen_object_new(SecurityAttribute_t3566489056_il2cpp_TypeInfo_var); SecurityAttribute__ctor_m1429827508(L_15, L_13, L_14, /*hidden argument*/NULL); NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15); return; } } // System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m1606852781 (SecurityElement_t1046076091 * __this, SecurityElement_t1046076091 * ___child0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_AddChild_m1606852781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityElement_t1046076091 * L_0 = ___child0; 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, _stringLiteral430703268, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SecurityElement_AddChild_m1606852781_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_children_3(); if (L_2) { goto IL_0027; } } { ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); __this->set_children_3(L_3); } IL_0027: { ArrayList_t2718874744 * L_4 = __this->get_children_3(); SecurityElement_t1046076091 * L_5 = ___child0; NullCheck(L_4); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); return; } } // System.String System.Security.SecurityElement::Attribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Attribute_m2289480139 (SecurityElement_t1046076091 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_Attribute_m2289480139_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityAttribute_t3566489056 * V_0 = NULL; String_t* G_B5_0 = 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,SecurityElement_Attribute_m2289480139_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___name0; SecurityAttribute_t3566489056 * L_3 = SecurityElement_GetAttribute_m3347489583(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; SecurityAttribute_t3566489056 * L_4 = V_0; if (L_4) { goto IL_0025; } } { G_B5_0 = ((String_t*)(NULL)); goto IL_002b; } IL_0025: { SecurityAttribute_t3566489056 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = SecurityAttribute_get_Value_m2111064489(L_5, /*hidden argument*/NULL); G_B5_0 = L_6; } IL_002b: { return G_B5_0; } } // System.String System.Security.SecurityElement::Escape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m1342311983 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_Escape_m1342311983_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; { String_t* L_0 = ___str0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_chars_8(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_001b; } } { String_t* L_4 = ___str0; return L_4; } IL_001b: { StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_5, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___str0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_00dd; } IL_002f: { String_t* L_8 = ___str0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; Il2CppChar L_11 = V_3; V_4 = L_11; Il2CppChar L_12 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)34)))) { case 0: { goto IL_0099; } case 1: { goto IL_005c; } case 2: { goto IL_005c; } case 3: { goto IL_005c; } case 4: { goto IL_00bb; } case 5: { goto IL_00aa; } } } IL_005c: { Il2CppChar L_13 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)60)))) { case 0: { goto IL_0077; } case 1: { goto IL_00cc; } case 2: { goto IL_0088; } } } { goto IL_00cc; } IL_0077: { StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, _stringLiteral2598437568, /*hidden argument*/NULL); goto IL_00d9; } IL_0088: { StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_Append_m1965104174(L_15, _stringLiteral2597716672, /*hidden argument*/NULL); goto IL_00d9; } IL_0099: { StringBuilder_t * L_16 = V_0; NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, _stringLiteral3987679165, /*hidden argument*/NULL); goto IL_00d9; } IL_00aa: { StringBuilder_t * L_17 = V_0; NullCheck(L_17); StringBuilder_Append_m1965104174(L_17, _stringLiteral3195658423, /*hidden argument*/NULL); goto IL_00d9; } IL_00bb: { StringBuilder_t * L_18 = V_0; NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, _stringLiteral735890526, /*hidden argument*/NULL); goto IL_00d9; } IL_00cc: { StringBuilder_t * L_19 = V_0; Il2CppChar L_20 = V_3; NullCheck(L_19); StringBuilder_Append_m2383614642(L_19, L_20, /*hidden argument*/NULL); goto IL_00d9; } IL_00d9: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00dd: { int32_t L_22 = V_2; int32_t L_23 = V_1; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_002f; } } { StringBuilder_t * L_24 = V_0; NullCheck(L_24); String_t* L_25 = StringBuilder_ToString_m3317489284(L_24, /*hidden argument*/NULL); return L_25; } } // System.String System.Security.SecurityElement::Unescape(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m327386968 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_Unescape_m327386968_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { String_t* L_0 = ___str0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___str0; StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = V_0; NullCheck(L_3); StringBuilder_Replace_m1968561789(L_3, _stringLiteral2598437568, _stringLiteral3452614548, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; NullCheck(L_4); StringBuilder_Replace_m1968561789(L_4, _stringLiteral2597716672, _stringLiteral3452614546, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; NullCheck(L_5); StringBuilder_Replace_m1968561789(L_5, _stringLiteral735890526, _stringLiteral3452614522, /*hidden argument*/NULL); StringBuilder_t * L_6 = V_0; NullCheck(L_6); StringBuilder_Replace_m1968561789(L_6, _stringLiteral3987679165, _stringLiteral3452614526, /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; NullCheck(L_7); StringBuilder_Replace_m1968561789(L_7, _stringLiteral3195658423, _stringLiteral3452614521, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; NullCheck(L_8); String_t* L_9 = StringBuilder_ToString_m3317489284(L_8, /*hidden argument*/NULL); return L_9; } } // System.Security.SecurityElement System.Security.SecurityElement::FromString(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SecurityElement_FromString_m2092342195 (RuntimeObject * __this /* static, unused */, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_FromString_m2092342195_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityParser_t4124480077 * V_0 = NULL; Exception_t * V_1 = NULL; String_t* V_2 = NULL; SecurityElement_t1046076091 * 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); { String_t* L_0 = ___xml0; 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, _stringLiteral2909972470, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SecurityElement_FromString_m2092342195_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___xml0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4239031605, /*hidden argument*/NULL); XmlSyntaxException_t2973594484 * L_5 = (XmlSyntaxException_t2973594484 *)il2cpp_codegen_object_new(XmlSyntaxException_t2973594484_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m1551546236(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,SecurityElement_FromString_m2092342195_RuntimeMethod_var); } IL_002c: try { // begin try (depth: 1) { SecurityParser_t4124480077 * L_6 = (SecurityParser_t4124480077 *)il2cpp_codegen_object_new(SecurityParser_t4124480077_il2cpp_TypeInfo_var); SecurityParser__ctor_m1786039976(L_6, /*hidden argument*/NULL); V_0 = L_6; SecurityParser_t4124480077 * L_7 = V_0; String_t* L_8 = ___xml0; NullCheck(L_7); SecurityParser_LoadXml_m1638830459(L_7, L_8, /*hidden argument*/NULL); SecurityParser_t4124480077 * L_9 = V_0; NullCheck(L_9); SecurityElement_t1046076091 * L_10 = SecurityParser_ToXml_m3880004309(L_9, /*hidden argument*/NULL); V_3 = L_10; goto IL_0063; } IL_0045: { ; // IL_0045: leave IL_0063 } } // 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_004a; throw e; } CATCH_004a: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); String_t* L_11 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4124362169, /*hidden argument*/NULL); V_2 = L_11; String_t* L_12 = V_2; Exception_t * L_13 = V_1; XmlSyntaxException_t2973594484 * L_14 = (XmlSyntaxException_t2973594484 *)il2cpp_codegen_object_new(XmlSyntaxException_t2973594484_il2cpp_TypeInfo_var); XmlSyntaxException__ctor_m1409706968(L_14, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,SecurityElement_FromString_m2092342195_RuntimeMethod_var); } IL_005e: { goto IL_0063; } } // end catch (depth: 1) IL_0063: { SecurityElement_t1046076091 * L_15 = V_3; return L_15; } } // System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeName_m713904709 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeName_m713904709_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_attr_name_chars_6(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeValue_m948345692 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeValue_m948345692_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { String_t* L_0 = ___value0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_attr_value_chars_7(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean System.Security.SecurityElement::IsValidTag(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_m1803475254 (RuntimeObject * __this /* static, unused */, String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidTag_m1803475254_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { String_t* L_0 = ___tag0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_tag_chars_4(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean System.Security.SecurityElement::IsValidText(System.String) extern "C" IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_m1346599242 (RuntimeObject * __this /* static, unused */, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_IsValidText_m1346599242_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { String_t* L_0 = ___text0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((SecurityElement_t1046076091_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t1046076091_il2cpp_TypeInfo_var))->get_invalid_text_chars_5(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_0; } } // System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityElement_t1046076091 * SecurityElement_SearchForChildByTag_m900466299 (SecurityElement_t1046076091 * __this, String_t* ___tag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_SearchForChildByTag_m900466299_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SecurityElement_t1046076091 * V_1 = NULL; { String_t* L_0 = ___tag0; 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, _stringLiteral2862656147, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,SecurityElement_SearchForChildByTag_m900466299_RuntimeMethod_var); } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_children_3(); if (L_2) { goto IL_001e; } } { return (SecurityElement_t1046076091 *)NULL; } IL_001e: { V_0 = 0; goto IL_004e; } IL_0025: { ArrayList_t2718874744 * L_3 = __this->get_children_3(); int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); V_1 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_5, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = L_6->get_tag_1(); String_t* L_8 = ___tag0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004a; } } { SecurityElement_t1046076091 * L_10 = V_1; return L_10; } IL_004a: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_004e: { int32_t L_12 = V_0; ArrayList_t2718874744 * L_13 = __this->get_children_3(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_0025; } } { return (SecurityElement_t1046076091 *)NULL; } } // System.String System.Security.SecurityElement::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityElement_ToString_m1918878627 (SecurityElement_t1046076091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_ToString_m1918878627_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; SecurityElement_ToXml_m3664345083(__this, (&V_0), 0, /*hidden argument*/NULL); StringBuilder_t * L_1 = V_0; NullCheck(L_1); String_t* L_2 = StringBuilder_ToString_m3317489284(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m3664345083 (SecurityElement_t1046076091 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_ToXml_m3664345083_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SecurityAttribute_t3566489056 * V_1 = NULL; SecurityElement_t1046076091 * 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); { StringBuilder_t ** L_0 = ___s0; StringBuilder_t * L_1 = *((StringBuilder_t **)L_0); NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, _stringLiteral3452614548, /*hidden argument*/NULL); StringBuilder_t ** L_2 = ___s0; StringBuilder_t * L_3 = *((StringBuilder_t **)L_2); String_t* L_4 = __this->get_tag_1(); NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, L_4, /*hidden argument*/NULL); ArrayList_t2718874744 * L_5 = __this->get_attributes_2(); if (!L_5) { goto IL_00b3; } } { StringBuilder_t ** L_6 = ___s0; StringBuilder_t * L_7 = *((StringBuilder_t **)L_6); NullCheck(L_7); StringBuilder_Append_m1965104174(L_7, _stringLiteral3452614528, /*hidden argument*/NULL); V_0 = 0; goto IL_00a2; } IL_003a: { ArrayList_t2718874744 * L_8 = __this->get_attributes_2(); int32_t L_9 = V_0; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9); V_1 = ((SecurityAttribute_t3566489056 *)CastclassClass((RuntimeObject*)L_10, SecurityAttribute_t3566489056_il2cpp_TypeInfo_var)); StringBuilder_t ** L_11 = ___s0; StringBuilder_t * L_12 = *((StringBuilder_t **)L_11); SecurityAttribute_t3566489056 * L_13 = V_1; NullCheck(L_13); String_t* L_14 = SecurityAttribute_get_Name_m2543977264(L_13, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_t * L_15 = StringBuilder_Append_m1965104174(L_12, L_14, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_t * L_16 = StringBuilder_Append_m1965104174(L_15, _stringLiteral3450386323, /*hidden argument*/NULL); SecurityAttribute_t3566489056 * L_17 = V_1; NullCheck(L_17); String_t* L_18 = SecurityAttribute_get_Value_m2111064489(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); String_t* L_19 = SecurityElement_Escape_m1342311983(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_t * L_20 = StringBuilder_Append_m1965104174(L_16, L_19, /*hidden argument*/NULL); NullCheck(L_20); StringBuilder_Append_m1965104174(L_20, _stringLiteral3452614526, /*hidden argument*/NULL); int32_t L_21 = V_0; ArrayList_t2718874744 * L_22 = __this->get_attributes_2(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22); if ((((int32_t)L_21) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))) { goto IL_009e; } } { StringBuilder_t ** L_24 = ___s0; StringBuilder_t * L_25 = *((StringBuilder_t **)L_24); String_t* L_26 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_Append_m1965104174(L_25, L_26, /*hidden argument*/NULL); } IL_009e: { int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00a2: { int32_t L_28 = V_0; ArrayList_t2718874744 * L_29 = __this->get_attributes_2(); NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_003a; } } IL_00b3: { String_t* L_31 = __this->get_text_0(); if (!L_31) { goto IL_00d3; } } { String_t* L_32 = __this->get_text_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_34 = String_op_Equality_m920492651(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_010a; } } IL_00d3: { ArrayList_t2718874744 * L_35 = __this->get_children_3(); if (!L_35) { goto IL_00ee; } } { ArrayList_t2718874744 * L_36 = __this->get_children_3(); NullCheck(L_36); int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_36); if (L_37) { goto IL_010a; } } IL_00ee: { StringBuilder_t ** L_38 = ___s0; StringBuilder_t * L_39 = *((StringBuilder_t **)L_38); NullCheck(L_39); StringBuilder_t * L_40 = StringBuilder_Append_m1965104174(L_39, _stringLiteral3451697025, /*hidden argument*/NULL); String_t* L_41 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_40); StringBuilder_Append_m1965104174(L_40, L_41, /*hidden argument*/NULL); goto IL_01b7; } IL_010a: { StringBuilder_t ** L_42 = ___s0; StringBuilder_t * L_43 = *((StringBuilder_t **)L_42); NullCheck(L_43); StringBuilder_t * L_44 = StringBuilder_Append_m1965104174(L_43, _stringLiteral3452614546, /*hidden argument*/NULL); String_t* L_45 = __this->get_text_0(); IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); String_t* L_46 = SecurityElement_Escape_m1342311983(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); NullCheck(L_44); StringBuilder_Append_m1965104174(L_44, L_46, /*hidden argument*/NULL); ArrayList_t2718874744 * L_47 = __this->get_children_3(); if (!L_47) { goto IL_018b; } } { StringBuilder_t ** L_48 = ___s0; StringBuilder_t * L_49 = *((StringBuilder_t **)L_48); String_t* L_50 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_49); StringBuilder_Append_m1965104174(L_49, L_50, /*hidden argument*/NULL); ArrayList_t2718874744 * L_51 = __this->get_children_3(); NullCheck(L_51); RuntimeObject* L_52 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_51); V_3 = L_52; } IL_014b: try { // begin try (depth: 1) { goto IL_0166; } IL_0150: { RuntimeObject* L_53 = V_3; NullCheck(L_53); RuntimeObject * L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_53); V_2 = ((SecurityElement_t1046076091 *)CastclassSealed((RuntimeObject*)L_54, SecurityElement_t1046076091_il2cpp_TypeInfo_var)); SecurityElement_t1046076091 * L_55 = V_2; StringBuilder_t ** L_56 = ___s0; int32_t L_57 = ___level1; NullCheck(L_55); SecurityElement_ToXml_m3664345083(L_55, L_56, ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), /*hidden argument*/NULL); } IL_0166: { RuntimeObject* L_58 = V_3; 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_0150; } } IL_0171: { IL2CPP_LEAVE(0x18B, FINALLY_0176); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0176; } FINALLY_0176: { // begin finally (depth: 1) { RuntimeObject* L_60 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_60, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_61 = V_4; if (L_61) { goto IL_0183; } } IL_0182: { IL2CPP_END_FINALLY(374) } IL_0183: { RuntimeObject* L_62 = V_4; NullCheck(L_62); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_62); IL2CPP_END_FINALLY(374) } } // end finally (depth: 1) IL2CPP_CLEANUP(374) { IL2CPP_JUMP_TBL(0x18B, IL_018b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018b: { StringBuilder_t ** L_63 = ___s0; StringBuilder_t * L_64 = *((StringBuilder_t **)L_63); NullCheck(L_64); StringBuilder_t * L_65 = StringBuilder_Append_m1965104174(L_64, _stringLiteral3450582932, /*hidden argument*/NULL); String_t* L_66 = __this->get_tag_1(); NullCheck(L_65); StringBuilder_t * L_67 = StringBuilder_Append_m1965104174(L_65, L_66, /*hidden argument*/NULL); NullCheck(L_67); StringBuilder_t * L_68 = StringBuilder_Append_m1965104174(L_67, _stringLiteral3452614546, /*hidden argument*/NULL); String_t* L_69 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_68); StringBuilder_Append_m1965104174(L_68, L_69, /*hidden argument*/NULL); } IL_01b7: { return; } } // System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR SecurityAttribute_t3566489056 * SecurityElement_GetAttribute_m3347489583 (SecurityElement_t1046076091 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityElement_GetAttribute_m3347489583_MetadataUsageId); s_Il2CppMethodInitialized = true; } SecurityAttribute_t3566489056 * V_0 = NULL; RuntimeObject* V_1 = NULL; SecurityAttribute_t3566489056 * 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 = __this->get_attributes_2(); if (!L_0) { goto IL_0062; } } { ArrayList_t2718874744 * L_1 = __this->get_attributes_2(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_1 = L_2; } IL_0017: try { // begin try (depth: 1) { goto IL_0040; } IL_001c: { RuntimeObject* L_3 = V_1; 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_0 = ((SecurityAttribute_t3566489056 *)CastclassClass((RuntimeObject*)L_4, SecurityAttribute_t3566489056_il2cpp_TypeInfo_var)); SecurityAttribute_t3566489056 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = SecurityAttribute_get_Name_m2543977264(L_5, /*hidden argument*/NULL); String_t* L_7 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0040; } } IL_0039: { SecurityAttribute_t3566489056 * L_9 = V_0; V_2 = L_9; IL2CPP_LEAVE(0x64, FINALLY_0050); } IL_0040: { RuntimeObject* L_10 = V_1; 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_001c; } } IL_004b: { IL2CPP_LEAVE(0x62, FINALLY_0050); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0050; } FINALLY_0050: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_3; if (L_13) { goto IL_005b; } } IL_005a: { IL2CPP_END_FINALLY(80) } IL_005b: { 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(80) } } // end finally (depth: 1) IL2CPP_CLEANUP(80) { IL2CPP_JUMP_TBL(0x64, IL_0064) IL2CPP_JUMP_TBL(0x62, IL_0062) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0062: { return (SecurityAttribute_t3566489056 *)NULL; } IL_0064: { SecurityAttribute_t3566489056 * L_15 = V_2; 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.Security.SecurityElement/SecurityAttribute::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityAttribute__ctor_m1429827508 (SecurityAttribute_t3566489056 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityAttribute__ctor_m1429827508_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); bool L_1 = SecurityElement_IsValidAttributeName_m713904709(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_002c; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2417642285, /*hidden argument*/NULL); String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3450517398, L_3, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,SecurityAttribute__ctor_m1429827508_RuntimeMethod_var); } IL_002c: { String_t* L_6 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); bool L_7 = SecurityElement_IsValidAttributeValue_m948345692(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0052; } } { String_t* L_8 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1055648076, /*hidden argument*/NULL); String_t* L_9 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m3755062657(NULL /*static, unused*/, L_8, _stringLiteral3450517398, L_9, /*hidden argument*/NULL); ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,SecurityAttribute__ctor_m1429827508_RuntimeMethod_var); } IL_0052: { String_t* L_12 = ___name0; __this->set__name_0(L_12); String_t* L_13 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t1046076091_il2cpp_TypeInfo_var); String_t* L_14 = SecurityElement_Unescape_m327386968(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); __this->set__value_1(L_14); return; } } // System.String System.Security.SecurityElement/SecurityAttribute::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_m2543977264 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_0(); return L_0; } } // System.String System.Security.SecurityElement/SecurityAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m2111064489 (SecurityAttribute_t3566489056 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_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.Security.SecurityException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m836898292 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityException__ctor_m836898292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3735202939, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m1631242336 (SecurityException_t975544473 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); return; } } // System.Void System.Security.SecurityException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SecurityException__ctor_m254177942 (SecurityException_t975544473 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityException__ctor_m254177942_MetadataUsageId); s_Il2CppMethodInitialized = true; } SerializationInfoEnumerator_t2232395945 * V_0 = NULL; { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233078), /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); SerializationInfoEnumerator_t2232395945 * L_3 = SerializationInfo_GetEnumerator_m1082663843(L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_004a; } IL_001f: { SerializationInfoEnumerator_t2232395945 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = SerializationInfoEnumerator_get_Name_m4203920197(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral1249835384, /*hidden argument*/NULL); if (!L_6) { goto IL_004a; } } { SerializationInfoEnumerator_t2232395945 * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = SerializationInfoEnumerator_get_Value_m433044828(L_7, /*hidden argument*/NULL); __this->set_permissionState_11(((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var))); goto IL_0055; } IL_004a: { SerializationInfoEnumerator_t2232395945 * L_9 = V_0; NullCheck(L_9); bool L_10 = SerializationInfoEnumerator_MoveNext_m2496151825(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_001f; } } IL_0055: { return; } } // System.Object System.Security.SecurityException::get_Demanded() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SecurityException_get_Demanded_m2500043391 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__demanded_15(); return L_0; } } // System.Security.IPermission System.Security.SecurityException::get_FirstPermissionThatFailed() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityException_get_FirstPermissionThatFailed_m3934559164 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__firstperm_16(); return L_0; } } // System.String System.Security.SecurityException::get_PermissionState() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityException_get_PermissionState_m3857825198 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_permissionState_11(); return L_0; } } // System.Type System.Security.SecurityException::get_PermissionType() extern "C" IL2CPP_METHOD_ATTR Type_t * SecurityException_get_PermissionType_m2237538728 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_permissionType_12(); return L_0; } } // System.String System.Security.SecurityException::get_GrantedSet() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityException_get_GrantedSet_m2643283539 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__granted_13(); return L_0; } } // System.String System.Security.SecurityException::get_RefusedSet() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityException_get_RefusedSet_m2404284794 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__refused_14(); return L_0; } } // System.Void System.Security.SecurityException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SecurityException_GetObjectData_m1968030344 (SecurityException_t975544473 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityException_GetObjectData_m1968030344_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = SecurityException_get_PermissionState_m3857825198(__this, /*hidden argument*/NULL); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral1249835384, L_3, /*hidden argument*/NULL); goto IL_0024; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_t975544473_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001e; throw e; } CATCH_001e: { // begin catch(System.Security.SecurityException) goto IL_0024; } // end catch (depth: 1) IL_0024: { return; } } // System.String System.Security.SecurityException::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityException_ToString_m3228070608 (SecurityException_t975544473 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityException_ToString_m3228070608_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; RuntimeObject* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; 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); { String_t* L_0 = Exception_ToString_m1413572637(__this, /*hidden argument*/NULL); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { Type_t * L_2 = __this->get_permissionType_12(); if (!L_2) { goto IL_002e; } } IL_0017: { StringBuilder_t * L_3 = V_0; String_t* L_4 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_5 = SecurityException_get_PermissionType_m2237538728(__this, /*hidden argument*/NULL); NullCheck(L_3); StringBuilder_AppendFormat_m3255666490(L_3, _stringLiteral3034547154, L_4, L_5, /*hidden argument*/NULL); } IL_002e: { MethodInfo_t * L_6 = __this->get__method_17(); if (!L_6) { goto IL_0098; } } IL_0039: { MethodInfo_t * L_7 = __this->get__method_17(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); V_1 = L_8; String_t* L_9 = V_1; NullCheck(L_9); int32_t L_10 = String_IndexOf_m1977622757(L_9, _stringLiteral3452614528, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); StringBuilder_t * L_11 = V_0; ObjectU5BU5D_t2843939325* L_12 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_13 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_12; MethodInfo_t * L_15 = __this->get__method_17(); NullCheck(L_15); Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_15); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_14; MethodInfo_t * L_19 = __this->get__method_17(); NullCheck(L_19); Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_19); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(2), (RuntimeObject *)L_20); ObjectU5BU5D_t2843939325* L_21 = L_18; String_t* L_22 = V_1; int32_t L_23 = V_2; NullCheck(L_22); String_t* L_24 = String_Substring_m2848979100(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(3), (RuntimeObject *)L_24); NullCheck(L_11); StringBuilder_AppendFormat_m921870684(L_11, _stringLiteral2157266222, L_21, /*hidden argument*/NULL); } IL_0098: { String_t* L_25 = __this->get_permissionState_11(); if (!L_25) { goto IL_00ba; } } IL_00a3: { StringBuilder_t * L_26 = V_0; String_t* L_27 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_28 = SecurityException_get_PermissionState_m3857825198(__this, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_AppendFormat_m3255666490(L_26, _stringLiteral2301679793, L_27, L_28, /*hidden argument*/NULL); } IL_00ba: { String_t* L_29 = __this->get__granted_13(); if (!L_29) { goto IL_00ed; } } IL_00c5: { String_t* L_30 = __this->get__granted_13(); NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_00ed; } } IL_00d6: { StringBuilder_t * L_32 = V_0; String_t* L_33 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_34 = SecurityException_get_GrantedSet_m2643283539(__this, /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_AppendFormat_m3255666490(L_32, _stringLiteral2368712086, L_33, L_34, /*hidden argument*/NULL); } IL_00ed: { String_t* L_35 = __this->get__refused_14(); if (!L_35) { goto IL_0120; } } IL_00f8: { String_t* L_36 = __this->get__refused_14(); NullCheck(L_36); int32_t L_37 = String_get_Length_m3847582255(L_36, /*hidden argument*/NULL); if ((((int32_t)L_37) <= ((int32_t)0))) { goto IL_0120; } } IL_0109: { StringBuilder_t * L_38 = V_0; String_t* L_39 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_40 = SecurityException_get_RefusedSet_m2404284794(__this, /*hidden argument*/NULL); NullCheck(L_38); StringBuilder_AppendFormat_m3255666490(L_38, _stringLiteral4142863992, L_39, L_40, /*hidden argument*/NULL); } IL_0120: { RuntimeObject * L_41 = __this->get__demanded_15(); if (!L_41) { goto IL_0142; } } IL_012b: { StringBuilder_t * L_42 = V_0; String_t* L_43 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_44 = SecurityException_get_Demanded_m2500043391(__this, /*hidden argument*/NULL); NullCheck(L_42); StringBuilder_AppendFormat_m3255666490(L_42, _stringLiteral52642591, L_43, L_44, /*hidden argument*/NULL); } IL_0142: { RuntimeObject* L_45 = __this->get__firstperm_16(); if (!L_45) { goto IL_0164; } } IL_014d: { StringBuilder_t * L_46 = V_0; String_t* L_47 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject* L_48 = SecurityException_get_FirstPermissionThatFailed_m3934559164(__this, /*hidden argument*/NULL); NullCheck(L_46); StringBuilder_AppendFormat_m3255666490(L_46, _stringLiteral217691493, L_47, L_48, /*hidden argument*/NULL); } IL_0164: { Evidence_t2008144148 * L_49 = __this->get__evidence_18(); if (!L_49) { goto IL_01de; } } IL_016f: { StringBuilder_t * L_50 = V_0; String_t* L_51 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_50); StringBuilder_AppendFormat_m3016532472(L_50, _stringLiteral44402488, L_51, /*hidden argument*/NULL); Evidence_t2008144148 * L_52 = __this->get__evidence_18(); NullCheck(L_52); RuntimeObject* L_53 = Evidence_GetEnumerator_m302914965(L_52, /*hidden argument*/NULL); V_4 = L_53; } IL_018d: try { // begin try (depth: 2) { goto IL_01b7; } IL_0192: { RuntimeObject* L_54 = V_4; NullCheck(L_54); RuntimeObject * L_55 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_54); V_3 = L_55; RuntimeObject * L_56 = V_3; if (((Hash_t5925575 *)IsInstSealed((RuntimeObject*)L_56, Hash_t5925575_il2cpp_TypeInfo_var))) { goto IL_01b7; } } IL_01a5: { StringBuilder_t * L_57 = V_0; String_t* L_58 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); RuntimeObject * L_59 = V_3; NullCheck(L_57); StringBuilder_AppendFormat_m3255666490(L_57, _stringLiteral3748880426, L_58, L_59, /*hidden argument*/NULL); } IL_01b7: { RuntimeObject* L_60 = V_4; NullCheck(L_60); bool L_61 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_60); if (L_61) { goto IL_0192; } } IL_01c3: { IL2CPP_LEAVE(0x1DE, FINALLY_01c8); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01c8; } FINALLY_01c8: { // begin finally (depth: 2) { RuntimeObject* L_62 = V_4; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_62, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_63 = V_5; if (L_63) { goto IL_01d6; } } IL_01d5: { IL2CPP_END_FINALLY(456) } IL_01d6: { RuntimeObject* L_64 = V_5; NullCheck(L_64); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_64); IL2CPP_END_FINALLY(456) } } // end finally (depth: 2) IL2CPP_CLEANUP(456) { IL2CPP_JUMP_TBL(0x1DE, IL_01de) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01de: { goto IL_01e9; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_t975544473_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_01e3; throw e; } CATCH_01e3: { // begin catch(System.Security.SecurityException) goto IL_01e9; } // end catch (depth: 1) IL_01e9: { StringBuilder_t * L_65 = V_0; NullCheck(L_65); String_t* L_66 = StringBuilder_ToString_m3317489284(L_65, /*hidden argument*/NULL); return L_66; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Security.SecurityFrame extern "C" void SecurityFrame_t1422462475_marshal_pinvoke(const SecurityFrame_t1422462475& unmarshaled, SecurityFrame_t1422462475_marshaled_pinvoke& marshaled) { Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception,NULL); } extern "C" void SecurityFrame_t1422462475_marshal_pinvoke_back(const SecurityFrame_t1422462475_marshaled_pinvoke& marshaled, SecurityFrame_t1422462475& unmarshaled) { Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Security.SecurityFrame extern "C" void SecurityFrame_t1422462475_marshal_pinvoke_cleanup(SecurityFrame_t1422462475_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Security.SecurityFrame extern "C" void SecurityFrame_t1422462475_marshal_com(const SecurityFrame_t1422462475& unmarshaled, SecurityFrame_t1422462475_marshaled_com& marshaled) { Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception,NULL); } extern "C" void SecurityFrame_t1422462475_marshal_com_back(const SecurityFrame_t1422462475_marshaled_com& marshaled, SecurityFrame_t1422462475& unmarshaled) { Exception_t* ____domain_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_domain' of type 'SecurityFrame': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____domain_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Security.SecurityFrame extern "C" void SecurityFrame_t1422462475_marshal_com_cleanup(SecurityFrame_t1422462475_marshaled_com& marshaled) { } // System.Void System.Security.SecurityFrame::.ctor(System.Security.RuntimeSecurityFrame) extern "C" IL2CPP_METHOD_ATTR void SecurityFrame__ctor_m2140076703 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method) { { __this->set__domain_0((AppDomain_t1571427825 *)NULL); __this->set__method_1((MethodInfo_t *)NULL); __this->set__assert_2((PermissionSet_t223948603 *)NULL); __this->set__deny_3((PermissionSet_t223948603 *)NULL); __this->set__permitonly_4((PermissionSet_t223948603 *)NULL); RuntimeSecurityFrame_t536173748 * L_0 = ___frame0; SecurityFrame_InitFromRuntimeFrame_m1714852458(__this, L_0, /*hidden argument*/NULL); return; } } extern "C" void SecurityFrame__ctor_m2140076703_AdjustorThunk (RuntimeObject * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method) { SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast(__this + 1); SecurityFrame__ctor_m2140076703(_thisAdjusted, ___frame0, method); } // System.Array System.Security.SecurityFrame::_GetSecurityStack(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * SecurityFrame__GetSecurityStack_m449275820 (RuntimeObject * __this /* static, unused */, int32_t ___skip0, const RuntimeMethod* method) { typedef RuntimeArray * (*SecurityFrame__GetSecurityStack_m449275820_ftn) (int32_t); using namespace il2cpp::icalls; return ((SecurityFrame__GetSecurityStack_m449275820_ftn)mscorlib::System::Security::SecurityFrame::_GetSecurityStack) (___skip0); } // System.Void System.Security.SecurityFrame::InitFromRuntimeFrame(System.Security.RuntimeSecurityFrame) extern "C" IL2CPP_METHOD_ATTR void SecurityFrame_InitFromRuntimeFrame_m1714852458 (SecurityFrame_t1422462475 * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityFrame_InitFromRuntimeFrame_m1714852458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeSecurityFrame_t536173748 * L_0 = ___frame0; NullCheck(L_0); AppDomain_t1571427825 * L_1 = L_0->get_domain_0(); __this->set__domain_0(L_1); RuntimeSecurityFrame_t536173748 * L_2 = ___frame0; NullCheck(L_2); MethodInfo_t * L_3 = L_2->get_method_1(); __this->set__method_1(L_3); RuntimeSecurityFrame_t536173748 * L_4 = ___frame0; NullCheck(L_4); RuntimeDeclSecurityEntry_t3144469156 * L_5 = L_4->get_address_of_assert_2(); int32_t L_6 = L_5->get_size_1(); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_004a; } } { RuntimeSecurityFrame_t536173748 * L_7 = ___frame0; NullCheck(L_7); RuntimeDeclSecurityEntry_t3144469156 * L_8 = L_7->get_address_of_assert_2(); intptr_t L_9 = L_8->get_blob_0(); RuntimeSecurityFrame_t536173748 * L_10 = ___frame0; NullCheck(L_10); RuntimeDeclSecurityEntry_t3144469156 * L_11 = L_10->get_address_of_assert_2(); int32_t L_12 = L_11->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_13 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_9, L_12, /*hidden argument*/NULL); __this->set__assert_2(L_13); } IL_004a: { RuntimeSecurityFrame_t536173748 * L_14 = ___frame0; NullCheck(L_14); RuntimeDeclSecurityEntry_t3144469156 * L_15 = L_14->get_address_of_deny_3(); int32_t L_16 = L_15->get_size_1(); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_007c; } } { RuntimeSecurityFrame_t536173748 * L_17 = ___frame0; NullCheck(L_17); RuntimeDeclSecurityEntry_t3144469156 * L_18 = L_17->get_address_of_deny_3(); intptr_t L_19 = L_18->get_blob_0(); RuntimeSecurityFrame_t536173748 * L_20 = ___frame0; NullCheck(L_20); RuntimeDeclSecurityEntry_t3144469156 * L_21 = L_20->get_address_of_deny_3(); int32_t L_22 = L_21->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_23 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_19, L_22, /*hidden argument*/NULL); __this->set__deny_3(L_23); } IL_007c: { RuntimeSecurityFrame_t536173748 * L_24 = ___frame0; NullCheck(L_24); RuntimeDeclSecurityEntry_t3144469156 * L_25 = L_24->get_address_of_permitonly_4(); int32_t L_26 = L_25->get_size_1(); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00ae; } } { RuntimeSecurityFrame_t536173748 * L_27 = ___frame0; NullCheck(L_27); RuntimeDeclSecurityEntry_t3144469156 * L_28 = L_27->get_address_of_permitonly_4(); intptr_t L_29 = L_28->get_blob_0(); RuntimeSecurityFrame_t536173748 * L_30 = ___frame0; NullCheck(L_30); RuntimeDeclSecurityEntry_t3144469156 * L_31 = L_30->get_address_of_permitonly_4(); int32_t L_32 = L_31->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_33 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_29, L_32, /*hidden argument*/NULL); __this->set__permitonly_4(L_33); } IL_00ae: { return; } } extern "C" void SecurityFrame_InitFromRuntimeFrame_m1714852458_AdjustorThunk (RuntimeObject * __this, RuntimeSecurityFrame_t536173748 * ___frame0, const RuntimeMethod* method) { SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast(__this + 1); SecurityFrame_InitFromRuntimeFrame_m1714852458(_thisAdjusted, ___frame0, method); } // System.Reflection.Assembly System.Security.SecurityFrame::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * SecurityFrame_get_Assembly_m2874566710 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method) { { MethodInfo_t * L_0 = __this->get__method_1(); NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_0); NullCheck(L_1); Assembly_t * L_2 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1); return L_2; } } extern "C" Assembly_t * SecurityFrame_get_Assembly_m2874566710_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast(__this + 1); return SecurityFrame_get_Assembly_m2874566710(_thisAdjusted, method); } // System.AppDomain System.Security.SecurityFrame::get_Domain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * SecurityFrame_get_Domain_m681627326 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method) { { AppDomain_t1571427825 * L_0 = __this->get__domain_0(); return L_0; } } extern "C" AppDomain_t1571427825 * SecurityFrame_get_Domain_m681627326_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast(__this + 1); return SecurityFrame_get_Domain_m681627326(_thisAdjusted, method); } // System.String System.Security.SecurityFrame::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* SecurityFrame_ToString_m339310712 (SecurityFrame_t1422462475 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityFrame_ToString_m339310712_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; MethodInfo_t * L_2 = __this->get__method_1(); String_t* L_3 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_AppendFormat_m3255666490(L_1, _stringLiteral1276385879, L_2, L_3, /*hidden argument*/NULL); StringBuilder_t * L_4 = V_0; AppDomain_t1571427825 * L_5 = SecurityFrame_get_Domain_m681627326(__this, /*hidden argument*/NULL); String_t* L_6 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_AppendFormat_m3255666490(L_4, _stringLiteral1431127000, L_5, L_6, /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; Assembly_t * L_8 = SecurityFrame_get_Assembly_m2874566710(__this, /*hidden argument*/NULL); String_t* L_9 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_AppendFormat_m3255666490(L_7, _stringLiteral2755896588, L_8, L_9, /*hidden argument*/NULL); PermissionSet_t223948603 * L_10 = __this->get__assert_2(); if (!L_10) { goto IL_006d; } } { StringBuilder_t * L_11 = V_0; PermissionSet_t223948603 * L_12 = __this->get__assert_2(); String_t* L_13 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_AppendFormat_m3255666490(L_11, _stringLiteral754934113, L_12, L_13, /*hidden argument*/NULL); } IL_006d: { PermissionSet_t223948603 * L_14 = __this->get__deny_3(); if (!L_14) { goto IL_008f; } } { StringBuilder_t * L_15 = V_0; PermissionSet_t223948603 * L_16 = __this->get__deny_3(); String_t* L_17 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_AppendFormat_m3255666490(L_15, _stringLiteral2781904517, L_16, L_17, /*hidden argument*/NULL); } IL_008f: { PermissionSet_t223948603 * L_18 = __this->get__permitonly_4(); if (!L_18) { goto IL_00b1; } } { StringBuilder_t * L_19 = V_0; PermissionSet_t223948603 * L_20 = __this->get__permitonly_4(); String_t* L_21 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_AppendFormat_m3255666490(L_19, _stringLiteral2879760681, L_20, L_21, /*hidden argument*/NULL); } IL_00b1: { StringBuilder_t * L_22 = V_0; NullCheck(L_22); String_t* L_23 = StringBuilder_ToString_m3317489284(L_22, /*hidden argument*/NULL); return L_23; } } extern "C" String_t* SecurityFrame_ToString_m339310712_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { SecurityFrame_t1422462475 * _thisAdjusted = reinterpret_cast(__this + 1); return SecurityFrame_ToString_m339310712(_thisAdjusted, method); } // System.Collections.ArrayList System.Security.SecurityFrame::GetStack(System.Int32) extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * SecurityFrame_GetStack_m347707425 (RuntimeObject * __this /* static, unused */, int32_t ___skipFrames0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityFrame_GetStack_m347707425_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; { int32_t L_0 = ___skipFrames0; RuntimeArray * L_1 = SecurityFrame__GetSecurityStack_m449275820(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)2)), /*hidden argument*/NULL); V_0 = 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); V_1 = L_2; V_2 = 0; goto IL_0044; } IL_0016: { RuntimeArray * L_3 = V_0; int32_t L_4 = V_2; NullCheck(L_3); RuntimeObject * L_5 = Array_GetValue_m2528546681(L_3, L_4, /*hidden argument*/NULL); V_3 = L_5; RuntimeObject * L_6 = V_3; if (L_6) { goto IL_0029; } } { goto IL_0050; } IL_0029: { ArrayList_t2718874744 * L_7 = V_1; RuntimeObject * L_8 = V_3; SecurityFrame_t1422462475 L_9; memset(&L_9, 0, sizeof(L_9)); SecurityFrame__ctor_m2140076703((&L_9), ((RuntimeSecurityFrame_t536173748 *)CastclassClass((RuntimeObject*)L_8, RuntimeSecurityFrame_t536173748_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SecurityFrame_t1422462475 L_10 = L_9; RuntimeObject * L_11 = Box(SecurityFrame_t1422462475_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_11); int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0044: { int32_t L_13 = V_2; RuntimeArray * L_14 = V_0; NullCheck(L_14); int32_t L_15 = Array_get_Length_m21610649(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) < ((int32_t)L_15))) { goto IL_0016; } } IL_0050: { ArrayList_t2718874744 * L_16 = V_1; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SecurityManager::.cctor() extern "C" IL2CPP_METHOD_ATTR void SecurityManager__cctor_m975553111 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager__cctor_m975553111_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SecurityPermission_t2954997752 * L_0 = (SecurityPermission_t2954997752 *)il2cpp_codegen_object_new(SecurityPermission_t2954997752_il2cpp_TypeInfo_var); SecurityPermission__ctor_m1462427327(L_0, 8, /*hidden argument*/NULL); ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__execution_4(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_1, /*hidden argument*/NULL); ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__lockObject_0(L_1); return; } } // System.Boolean System.Security.SecurityManager::get_CheckExecutionRights() extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_get_CheckExecutionRights_m118943515 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef bool (*SecurityManager_get_CheckExecutionRights_m118943515_ftn) (); using namespace il2cpp::icalls; return ((SecurityManager_get_CheckExecutionRights_m118943515_ftn)mscorlib::System::Security::SecurityManager::get_CheckExecutionRights) (); } // System.Boolean System.Security.SecurityManager::get_SecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_get_SecurityEnabled_m3467182822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef bool (*SecurityManager_get_SecurityEnabled_m3467182822_ftn) (); using namespace il2cpp::icalls; return ((SecurityManager_get_SecurityEnabled_m3467182822_ftn)mscorlib::System::Security::SecurityManager::get_SecurityEnabled) (); } // System.Boolean System.Security.SecurityManager::IsGranted(System.Reflection.Assembly,System.Security.IPermission) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_IsGranted_m4010794961 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, RuntimeObject* ___perm1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_IsGranted_m4010794961_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; CodeAccessPermission_t2681295399 * V_1 = NULL; PermissionSet_t223948603 * V_2 = NULL; CodeAccessPermission_t2681295399 * V_3 = NULL; { Assembly_t * L_0 = ___a0; NullCheck(L_0); PermissionSet_t223948603 * L_1 = Assembly_get_GrantedPermissionSet_m1570356177(L_0, /*hidden argument*/NULL); V_0 = L_1; PermissionSet_t223948603 * L_2 = V_0; if (!L_2) { goto IL_0038; } } { PermissionSet_t223948603 * L_3 = V_0; NullCheck(L_3); bool L_4 = PermissionSet_IsUnrestricted_m3107958415(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0038; } } { PermissionSet_t223948603 * L_5 = V_0; RuntimeObject* L_6 = ___perm1; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject* L_8 = PermissionSet_GetPermission_m1451093916(L_5, L_7, /*hidden argument*/NULL); V_1 = ((CodeAccessPermission_t2681295399 *)CastclassClass((RuntimeObject*)L_8, CodeAccessPermission_t2681295399_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = ___perm1; CodeAccessPermission_t2681295399 * L_10 = V_1; NullCheck(L_9); bool L_11 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(2 /* System.Boolean System.Security.IPermission::IsSubsetOf(System.Security.IPermission) */, IPermission_t4015543450_il2cpp_TypeInfo_var, L_9, L_10); if (L_11) { goto IL_0038; } } { return (bool)0; } IL_0038: { Assembly_t * L_12 = ___a0; NullCheck(L_12); PermissionSet_t223948603 * L_13 = Assembly_get_DeniedPermissionSet_m1869167280(L_12, /*hidden argument*/NULL); V_2 = L_13; PermissionSet_t223948603 * L_14 = V_2; if (!L_14) { goto IL_0088; } } { PermissionSet_t223948603 * L_15 = V_2; NullCheck(L_15); bool L_16 = PermissionSet_IsEmpty_m3967159731(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0088; } } { PermissionSet_t223948603 * L_17 = V_2; NullCheck(L_17); bool L_18 = PermissionSet_IsUnrestricted_m3107958415(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_005d; } } { return (bool)0; } IL_005d: { Assembly_t * L_19 = ___a0; NullCheck(L_19); PermissionSet_t223948603 * L_20 = Assembly_get_DeniedPermissionSet_m1869167280(L_19, /*hidden argument*/NULL); RuntimeObject* L_21 = ___perm1; NullCheck(L_21); Type_t * L_22 = Object_GetType_m88164663(L_21, /*hidden argument*/NULL); NullCheck(L_20); RuntimeObject* L_23 = PermissionSet_GetPermission_m1451093916(L_20, L_22, /*hidden argument*/NULL); V_3 = ((CodeAccessPermission_t2681295399 *)CastclassClass((RuntimeObject*)L_23, CodeAccessPermission_t2681295399_il2cpp_TypeInfo_var)); CodeAccessPermission_t2681295399 * L_24 = V_3; if (!L_24) { goto IL_0088; } } { RuntimeObject* L_25 = ___perm1; CodeAccessPermission_t2681295399 * L_26 = V_3; NullCheck(L_25); bool L_27 = InterfaceFuncInvoker1< bool, RuntimeObject* >::Invoke(2 /* System.Boolean System.Security.IPermission::IsSubsetOf(System.Security.IPermission) */, IPermission_t4015543450_il2cpp_TypeInfo_var, L_25, L_26); if (!L_27) { goto IL_0088; } } { return (bool)0; } IL_0088: { return (bool)1; } } // System.Security.IPermission System.Security.SecurityManager::CheckPermissionSet(System.Reflection.Assembly,System.Security.PermissionSet,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityManager_CheckPermissionSet_m427480312 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, PermissionSet_t223948603 * ___ps1, bool ___noncas2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_CheckPermissionSet_m427480312_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); { PermissionSet_t223948603 * L_0 = ___ps1; NullCheck(L_0); bool L_1 = PermissionSet_IsEmpty_m3967159731(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (RuntimeObject*)NULL; } IL_000d: { PermissionSet_t223948603 * L_2 = ___ps1; NullCheck(L_2); RuntimeObject* L_3 = PermissionSet_GetEnumerator_m3796161395(L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_0014: try { // begin try (depth: 1) { goto IL_0066; } IL_0019: { RuntimeObject* L_4 = V_1; 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_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IPermission_t4015543450_il2cpp_TypeInfo_var)); bool L_6 = ___noncas2; if (L_6) { goto IL_004e; } } IL_002b: { RuntimeObject* L_7 = V_0; if (!((CodeAccessPermission_t2681295399 *)IsInstClass((RuntimeObject*)L_7, CodeAccessPermission_t2681295399_il2cpp_TypeInfo_var))) { goto IL_004e; } } IL_0036: { Assembly_t * L_8 = ___a0; RuntimeObject* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_10 = SecurityManager_IsGranted_m4010794961(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0049; } } IL_0042: { RuntimeObject* L_11 = V_0; V_2 = L_11; IL2CPP_LEAVE(0x8A, FINALLY_0076); } IL_0049: { goto IL_0066; } IL_004e: try { // begin try (depth: 2) RuntimeObject* L_12 = V_0; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Security.IPermission::Demand() */, IPermission_t4015543450_il2cpp_TypeInfo_var, L_12); goto IL_0066; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_t975544473_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0059; throw e; } CATCH_0059: { // begin catch(System.Security.SecurityException) { RuntimeObject* L_13 = V_0; V_2 = L_13; IL2CPP_LEAVE(0x8A, FINALLY_0076); } IL_0061: { ; // IL_0061: leave IL_0066 } } // end catch (depth: 2) IL_0066: { RuntimeObject* L_14 = V_1; 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_0019; } } IL_0071: { IL2CPP_LEAVE(0x88, FINALLY_0076); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0076; } FINALLY_0076: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_3; if (L_17) { goto IL_0081; } } IL_0080: { IL2CPP_END_FINALLY(118) } IL_0081: { RuntimeObject* L_18 = V_3; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(118) } } // end finally (depth: 1) IL2CPP_CLEANUP(118) { IL2CPP_JUMP_TBL(0x8A, IL_008a) IL2CPP_JUMP_TBL(0x88, IL_0088) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0088: { return (RuntimeObject*)NULL; } IL_008a: { RuntimeObject* L_19 = V_2; return L_19; } } // System.Security.PermissionSet System.Security.SecurityManager::ResolvePolicy(System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_ResolvePolicy_m3195769376 (RuntimeObject * __this /* static, unused */, Evidence_t2008144148 * ___evidence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_ResolvePolicy_m3195769376_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; RuntimeObject* V_1 = NULL; PolicyLevel_t2891196107 * V_2 = NULL; { Evidence_t2008144148 * L_0 = ___evidence0; if (L_0) { goto IL_000d; } } { PermissionSet_t223948603 * L_1 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_1, 0, /*hidden argument*/NULL); return L_1; } IL_000d: { V_0 = (PermissionSet_t223948603 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); RuntimeObject* L_2 = SecurityManager_get_Hierarchy_m1815334450(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = L_2; goto IL_0039; } IL_001a: { RuntimeObject* L_3 = V_1; 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_2 = ((PolicyLevel_t2891196107 *)CastclassSealed((RuntimeObject*)L_4, PolicyLevel_t2891196107_il2cpp_TypeInfo_var)); PolicyLevel_t2891196107 * L_5 = V_2; Evidence_t2008144148 * L_6 = ___evidence0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_7 = SecurityManager_ResolvePolicyLevel_m3573004706(NULL /*static, unused*/, (&V_0), L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0039; } } { goto IL_0044; } IL_0039: { RuntimeObject* L_8 = V_1; NullCheck(L_8); bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_001a; } } IL_0044: { PermissionSet_t223948603 * L_10 = V_0; Evidence_t2008144148 * L_11 = ___evidence0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); SecurityManager_ResolveIdentityPermissions_m3136943375(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); PermissionSet_t223948603 * L_12 = V_0; return L_12; } } // System.Security.PermissionSet System.Security.SecurityManager::ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet&) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_ResolvePolicy_m1638246397 (RuntimeObject * __this /* static, unused */, Evidence_t2008144148 * ___evidence0, PermissionSet_t223948603 * ___reqdPset1, PermissionSet_t223948603 * ___optPset2, PermissionSet_t223948603 * ___denyPset3, PermissionSet_t223948603 ** ___denied4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_ResolvePolicy_m1638246397_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; { Evidence_t2008144148 * L_0 = ___evidence0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_1 = SecurityManager_ResolvePolicy_m3195769376(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; PermissionSet_t223948603 * L_2 = ___reqdPset1; if (!L_2) { goto IL_0029; } } { PermissionSet_t223948603 * L_3 = ___reqdPset1; PermissionSet_t223948603 * L_4 = V_0; NullCheck(L_3); bool L_5 = PermissionSet_IsSubsetOf_m1197994714(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0029; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral373423380, /*hidden argument*/NULL); PolicyException_t1520028310 * L_7 = (PolicyException_t1520028310 *)il2cpp_codegen_object_new(PolicyException_t1520028310_il2cpp_TypeInfo_var); PolicyException__ctor_m4137492788(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,SecurityManager_ResolvePolicy_m1638246397_RuntimeMethod_var); } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_8 = SecurityManager_get_CheckExecutionRights_m118943515(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_8) { goto IL_0080; } } { V_1 = (bool)0; PermissionSet_t223948603 * L_9 = V_0; if (!L_9) { goto IL_006a; } } { PermissionSet_t223948603 * L_10 = V_0; NullCheck(L_10); bool L_11 = PermissionSet_IsUnrestricted_m3107958415(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004d; } } { V_1 = (bool)1; goto IL_006a; } IL_004d: { PermissionSet_t223948603 * L_12 = V_0; RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (SecurityPermission_t2954997752_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject* L_15 = PermissionSet_GetPermission_m1451093916(L_12, L_14, /*hidden argument*/NULL); V_2 = L_15; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); SecurityPermission_t2954997752 * L_16 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__execution_4(); RuntimeObject* L_17 = V_2; NullCheck(L_16); bool L_18 = SecurityPermission_IsSubsetOf_m545000671(L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; } IL_006a: { bool L_19 = V_1; if (L_19) { goto IL_0080; } } { String_t* L_20 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3215253922, /*hidden argument*/NULL); PolicyException_t1520028310 * L_21 = (PolicyException_t1520028310 *)il2cpp_codegen_object_new(PolicyException_t1520028310_il2cpp_TypeInfo_var); PolicyException__ctor_m4137492788(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,SecurityManager_ResolvePolicy_m1638246397_RuntimeMethod_var); } IL_0080: { PermissionSet_t223948603 ** L_22 = ___denied4; PermissionSet_t223948603 * L_23 = ___denyPset3; *((RuntimeObject **)(L_22)) = (RuntimeObject *)L_23; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_22), (RuntimeObject *)L_23); PermissionSet_t223948603 * L_24 = V_0; return L_24; } } // System.Collections.IEnumerator System.Security.SecurityManager::get_Hierarchy() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SecurityManager_get_Hierarchy_m1815334450 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_get_Hierarchy_m1815334450_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * 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(SecurityManager_t3383402582_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__lockObject_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(SecurityManager_t3383402582_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_2 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__hierarchy_1(); if (L_2) { goto IL_001b; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); SecurityManager_InitializePolicyHierarchy_m217591837(NULL /*static, unused*/, /*hidden argument*/NULL); } IL_001b: { IL2CPP_LEAVE(0x27, FINALLY_0020); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0020; } FINALLY_0020: { // begin finally (depth: 1) RuntimeObject * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(32) } // end finally (depth: 1) IL2CPP_CLEANUP(32) { IL2CPP_JUMP_TBL(0x27, IL_0027) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_4 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__hierarchy_1(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4); return L_5; } } // System.Void System.Security.SecurityManager::InitializePolicyHierarchy() extern "C" IL2CPP_METHOD_ATTR void SecurityManager_InitializePolicyHierarchy_m217591837 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_InitializePolicyHierarchy_m217591837_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; PolicyLevel_t2891196107 * V_2 = NULL; PolicyLevel_t2891196107 * V_3 = NULL; PolicyLevel_t2891196107 * V_4 = NULL; ArrayList_t2718874744 * V_5 = NULL; { String_t* L_0 = Environment_GetMachineConfigPath_m43519138(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_1 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = Environment_InternalGetFolderPath_m468390978(NULL /*static, unused*/, ((int32_t)26), /*hidden argument*/NULL); String_t* L_3 = Path_Combine_m3389272516(NULL /*static, unused*/, L_2, _stringLiteral3938750743, /*hidden argument*/NULL); V_1 = L_3; PolicyLevel_t2891196107 * L_4 = (PolicyLevel_t2891196107 *)il2cpp_codegen_object_new(PolicyLevel_t2891196107_il2cpp_TypeInfo_var); PolicyLevel__ctor_m3173495799(L_4, _stringLiteral2864807083, 2, /*hidden argument*/NULL); V_2 = L_4; PolicyLevel_t2891196107 * L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__level_3(L_5); PolicyLevel_t2891196107 * L_6 = V_2; String_t* L_7 = V_0; String_t* L_8 = Path_Combine_m3389272516(NULL /*static, unused*/, L_7, _stringLiteral3145200119, /*hidden argument*/NULL); NullCheck(L_6); PolicyLevel_LoadFromFile_m3845519340(L_6, L_8, /*hidden argument*/NULL); PolicyLevel_t2891196107 * L_9 = (PolicyLevel_t2891196107 *)il2cpp_codegen_object_new(PolicyLevel_t2891196107_il2cpp_TypeInfo_var); PolicyLevel__ctor_m3173495799(L_9, _stringLiteral3117585348, 1, /*hidden argument*/NULL); V_3 = L_9; PolicyLevel_t2891196107 * L_10 = V_3; ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__level_3(L_10); PolicyLevel_t2891196107 * L_11 = V_3; String_t* L_12 = V_0; String_t* L_13 = Path_Combine_m3389272516(NULL /*static, unused*/, L_12, _stringLiteral662072877, /*hidden argument*/NULL); NullCheck(L_11); PolicyLevel_LoadFromFile_m3845519340(L_11, L_13, /*hidden argument*/NULL); PolicyLevel_t2891196107 * L_14 = (PolicyLevel_t2891196107 *)il2cpp_codegen_object_new(PolicyLevel_t2891196107_il2cpp_TypeInfo_var); PolicyLevel__ctor_m3173495799(L_14, _stringLiteral1904591228, 0, /*hidden argument*/NULL); V_4 = L_14; PolicyLevel_t2891196107 * L_15 = V_4; ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__level_3(L_15); PolicyLevel_t2891196107 * L_16 = V_4; String_t* L_17 = V_1; String_t* L_18 = Path_Combine_m3389272516(NULL /*static, unused*/, L_17, _stringLiteral662072877, /*hidden argument*/NULL); NullCheck(L_16); PolicyLevel_LoadFromFile_m3845519340(L_16, L_18, /*hidden argument*/NULL); ArrayList_t2718874744 * L_19 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_19, /*hidden argument*/NULL); V_5 = L_19; ArrayList_t2718874744 * L_20 = V_5; PolicyLevel_t2891196107 * L_21 = V_2; NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_21); ArrayList_t2718874744 * L_22 = V_5; PolicyLevel_t2891196107 * L_23 = V_3; NullCheck(L_22); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_22, L_23); ArrayList_t2718874744 * L_24 = V_5; PolicyLevel_t2891196107 * L_25 = V_4; NullCheck(L_24); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_24, L_25); ArrayList_t2718874744 * L_26 = V_5; IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_27 = ArrayList_Synchronized_m1327684267(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__hierarchy_1(L_27); ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__level_3((PolicyLevel_t2891196107 *)NULL); return; } } // System.Boolean System.Security.SecurityManager::ResolvePolicyLevel(System.Security.PermissionSet&,System.Security.Policy.PolicyLevel,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_ResolvePolicyLevel_m3573004706 (RuntimeObject * __this /* static, unused */, PermissionSet_t223948603 ** ___ps0, PolicyLevel_t2891196107 * ___pl1, Evidence_t2008144148 * ___evidence2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_ResolvePolicyLevel_m3573004706_MetadataUsageId); s_Il2CppMethodInitialized = true; } PolicyStatement_t3052133691 * V_0 = NULL; { PolicyLevel_t2891196107 * L_0 = ___pl1; Evidence_t2008144148 * L_1 = ___evidence2; NullCheck(L_0); PolicyStatement_t3052133691 * L_2 = PolicyLevel_Resolve_m2485394215(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; PolicyStatement_t3052133691 * L_3 = V_0; if (!L_3) { goto IL_0050; } } { PermissionSet_t223948603 ** L_4 = ___ps0; PermissionSet_t223948603 * L_5 = *((PermissionSet_t223948603 **)L_4); if (L_5) { goto IL_0022; } } { PermissionSet_t223948603 ** L_6 = ___ps0; PolicyStatement_t3052133691 * L_7 = V_0; NullCheck(L_7); PermissionSet_t223948603 * L_8 = PolicyStatement_get_PermissionSet_m1381848521(L_7, /*hidden argument*/NULL); *((RuntimeObject **)(L_6)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)L_8); goto IL_0040; } IL_0022: { PermissionSet_t223948603 ** L_9 = ___ps0; PermissionSet_t223948603 ** L_10 = ___ps0; PermissionSet_t223948603 * L_11 = *((PermissionSet_t223948603 **)L_10); PolicyStatement_t3052133691 * L_12 = V_0; NullCheck(L_12); PermissionSet_t223948603 * L_13 = PolicyStatement_get_PermissionSet_m1381848521(L_12, /*hidden argument*/NULL); NullCheck(L_11); PermissionSet_t223948603 * L_14 = PermissionSet_Intersect_m1082071433(L_11, L_13, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_14); PermissionSet_t223948603 ** L_15 = ___ps0; PermissionSet_t223948603 * L_16 = *((PermissionSet_t223948603 **)L_15); if (L_16) { goto IL_0040; } } { PermissionSet_t223948603 ** L_17 = ___ps0; PermissionSet_t223948603 * L_18 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1527907377(L_18, 0, /*hidden argument*/NULL); *((RuntimeObject **)(L_17)) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_17), (RuntimeObject *)L_18); } IL_0040: { PolicyStatement_t3052133691 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = PolicyStatement_get_Attributes_m2825553521(L_19, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_20&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0050; } } { return (bool)1; } IL_0050: { return (bool)0; } } // System.Void System.Security.SecurityManager::ResolveIdentityPermissions(System.Security.PermissionSet,System.Security.Policy.Evidence) extern "C" IL2CPP_METHOD_ATTR void SecurityManager_ResolveIdentityPermissions_m3136943375 (RuntimeObject * __this /* static, unused */, PermissionSet_t223948603 * ___ps0, Evidence_t2008144148 * ___evidence1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_ResolveIdentityPermissions_m3136943375_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; { PermissionSet_t223948603 * L_0 = ___ps0; NullCheck(L_0); bool L_1 = PermissionSet_IsUnrestricted_m3107958415(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { Evidence_t2008144148 * L_2 = ___evidence1; NullCheck(L_2); RuntimeObject* L_3 = Evidence_GetHostEnumerator_m3107191439(L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_003a; } IL_0018: { RuntimeObject* L_4 = V_0; 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*)IsInst((RuntimeObject*)L_5, IIdentityPermissionFactory_t3268650966_il2cpp_TypeInfo_var)); RuntimeObject* L_6 = V_1; if (!L_6) { goto IL_003a; } } { RuntimeObject* L_7 = V_1; Evidence_t2008144148 * L_8 = ___evidence1; NullCheck(L_7); RuntimeObject* L_9 = InterfaceFuncInvoker1< RuntimeObject*, Evidence_t2008144148 * >::Invoke(0 /* System.Security.IPermission System.Security.Policy.IIdentityPermissionFactory::CreateIdentityPermission(System.Security.Policy.Evidence) */, IIdentityPermissionFactory_t3268650966_il2cpp_TypeInfo_var, L_7, L_8); V_2 = L_9; PermissionSet_t223948603 * L_10 = ___ps0; RuntimeObject* L_11 = V_2; NullCheck(L_10); PermissionSet_AddPermission_m409481996(L_10, L_11, /*hidden argument*/NULL); } IL_003a: { RuntimeObject* L_12 = V_0; 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_0018; } } { return; } } // System.Security.Policy.PolicyLevel System.Security.SecurityManager::get_ResolvingPolicyLevel() extern "C" IL2CPP_METHOD_ATTR PolicyLevel_t2891196107 * SecurityManager_get_ResolvingPolicyLevel_m223659491 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_get_ResolvingPolicyLevel_m223659491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PolicyLevel_t2891196107 * L_0 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__level_3(); return L_0; } } // System.Void System.Security.SecurityManager::set_ResolvingPolicyLevel(System.Security.Policy.PolicyLevel) extern "C" IL2CPP_METHOD_ATTR void SecurityManager_set_ResolvingPolicyLevel_m2117409379 (RuntimeObject * __this /* static, unused */, PolicyLevel_t2891196107 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_set_ResolvingPolicyLevel_m2117409379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PolicyLevel_t2891196107 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__level_3(L_0); return; } } // System.Security.PermissionSet System.Security.SecurityManager::Decode(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_Decode_m84973736 (RuntimeObject * __this /* static, unused */, intptr_t ___permissions0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_Decode_m84973736_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; ByteU5BU5D_t4116647657* 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 = (PermissionSet_t223948603 *)NULL; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__lockObject_0(); V_1 = L_0; RuntimeObject * L_1 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000e: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__declsecCache_2(); if (L_2) { goto IL_0022; } } IL_0018: { Hashtable_t1853889766 * L_3 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->set__declsecCache_2(L_3); } IL_0022: { intptr_t L_4 = ___permissions0; int32_t L_5 = IntPtr_op_Explicit_m4220076518(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); V_2 = L_7; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_8 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__declsecCache_2(); RuntimeObject * L_9 = V_2; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_9); V_0 = ((PermissionSet_t223948603 *)CastclassClass((RuntimeObject*)L_10, PermissionSet_t223948603_il2cpp_TypeInfo_var)); PermissionSet_t223948603 * L_11 = V_0; if (L_11) { goto IL_006f; } } IL_0045: { int32_t L_12 = ___length1; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_12)); intptr_t L_13 = ___permissions0; ByteU5BU5D_t4116647657* L_14 = V_3; int32_t L_15 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_13, L_14, 0, L_15, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_16 = V_3; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_17 = SecurityManager_Decode_m2551103128(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_0 = L_17; PermissionSet_t223948603 * L_18 = V_0; NullCheck(L_18); PermissionSet_set_DeclarativeSecurity_m858801747(L_18, (bool)1, /*hidden argument*/NULL); Hashtable_t1853889766 * L_19 = ((SecurityManager_t3383402582_StaticFields*)il2cpp_codegen_static_fields_for(SecurityManager_t3383402582_il2cpp_TypeInfo_var))->get__declsecCache_2(); RuntimeObject * L_20 = V_2; PermissionSet_t223948603 * L_21 = V_0; NullCheck(L_19); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_19, L_20, L_21); } IL_006f: { IL2CPP_LEAVE(0x7B, FINALLY_0074); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0074; } FINALLY_0074: { // begin finally (depth: 1) RuntimeObject * L_22 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); IL2CPP_END_FINALLY(116) } // end finally (depth: 1) IL2CPP_CLEANUP(116) { IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { PermissionSet_t223948603 * L_23 = V_0; return L_23; } } // System.Security.PermissionSet System.Security.SecurityManager::Decode(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR PermissionSet_t223948603 * SecurityManager_Decode_m2551103128 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___encodedPermissions0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_Decode_m2551103128_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint8_t V_1 = 0x0; { ByteU5BU5D_t4116647657* L_0 = ___encodedPermissions0; if (!L_0) { goto IL_000f; } } { ByteU5BU5D_t4116647657* L_1 = ___encodedPermissions0; NullCheck(L_1); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) >= ((int32_t)1))) { goto IL_001a; } } IL_000f: { SecurityException_t975544473 * L_2 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_2, _stringLiteral910517407, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,SecurityManager_Decode_m2551103128_RuntimeMethod_var); } IL_001a: { ByteU5BU5D_t4116647657* L_3 = ___encodedPermissions0; NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; uint8_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)46)))) { goto IL_0046; } } { uint8_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)60)))) { goto IL_0033; } } { goto IL_004d; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_8 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_9 = ___encodedPermissions0; NullCheck(L_8); String_t* L_10 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_8, L_9); V_0 = L_10; String_t* L_11 = V_0; PermissionSet_t223948603 * L_12 = (PermissionSet_t223948603 *)il2cpp_codegen_object_new(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet__ctor_m1880216441(L_12, L_11, /*hidden argument*/NULL); return L_12; } IL_0046: { ByteU5BU5D_t4116647657* L_13 = ___encodedPermissions0; IL2CPP_RUNTIME_CLASS_INIT(PermissionSet_t223948603_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_14 = PermissionSet_CreateFromBinaryFormat_m3762234240(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return L_14; } IL_004d: { String_t* L_15 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2220347040, /*hidden argument*/NULL); SecurityException_t975544473 * L_16 = (SecurityException_t975544473 *)il2cpp_codegen_object_new(SecurityException_t975544473_il2cpp_TypeInfo_var); SecurityException__ctor_m1631242336(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,SecurityManager_Decode_m2551103128_RuntimeMethod_var); } } // System.Boolean System.Security.SecurityManager::GetLinkDemandSecurity(System.Reflection.MethodBase,System.Security.RuntimeDeclSecurityActions*,System.Security.RuntimeDeclSecurityActions*) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_GetLinkDemandSecurity_m3394543642 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___method0, RuntimeDeclSecurityActions_t582952764 * ___cdecl1, RuntimeDeclSecurityActions_t582952764 * ___mdecl2, const RuntimeMethod* method) { typedef bool (*SecurityManager_GetLinkDemandSecurity_m3394543642_ftn) (MethodBase_t *, RuntimeDeclSecurityActions_t582952764 *, RuntimeDeclSecurityActions_t582952764 *); using namespace il2cpp::icalls; return ((SecurityManager_GetLinkDemandSecurity_m3394543642_ftn)mscorlib::System::Security::SecurityManager::GetLinkDemandSecurity) (___method0, ___cdecl1, ___mdecl2); } // System.Void System.Security.SecurityManager::ReflectedLinkDemandInvoke(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void SecurityManager_ReflectedLinkDemandInvoke_m3215494919 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_ReflectedLinkDemandInvoke_m3215494919_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeDeclSecurityActions_t582952764 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeDeclSecurityActions_t582952764 V_1; memset(&V_1, 0, sizeof(V_1)); PermissionSet_t223948603 * V_2 = NULL; PermissionSet_t223948603 * V_3 = NULL; PermissionSet_t223948603 * V_4 = NULL; PermissionSet_t223948603 * V_5 = NULL; PermissionSet_t223948603 * G_B8_0 = NULL; PermissionSet_t223948603 * G_B13_0 = NULL; PermissionSet_t223948603 * G_B18_0 = NULL; { MethodBase_t * L_0 = ___mb0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_1 = SecurityManager_GetLinkDemandSecurity_m3394543642(NULL /*static, unused*/, L_0, (RuntimeDeclSecurityActions_t582952764 *)(RuntimeDeclSecurityActions_t582952764 *)(&V_0), (RuntimeDeclSecurityActions_t582952764 *)(RuntimeDeclSecurityActions_t582952764 *)(&V_1), /*hidden argument*/NULL); if (L_1) { goto IL_0010; } } { return; } IL_0010: { V_2 = (PermissionSet_t223948603 *)NULL; RuntimeDeclSecurityEntry_t3144469156 * L_2 = (&V_0)->get_address_of_cas_0(); int32_t L_3 = L_2->get_size_1(); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0042; } } { RuntimeDeclSecurityEntry_t3144469156 * L_4 = (&V_0)->get_address_of_cas_0(); intptr_t L_5 = L_4->get_blob_0(); RuntimeDeclSecurityEntry_t3144469156 * L_6 = (&V_0)->get_address_of_cas_0(); int32_t L_7 = L_6->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_8 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); V_2 = L_8; } IL_0042: { RuntimeDeclSecurityEntry_t3144469156 * L_9 = (&V_0)->get_address_of_noncas_1(); int32_t L_10 = L_9->get_size_1(); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0086; } } { RuntimeDeclSecurityEntry_t3144469156 * L_11 = (&V_0)->get_address_of_noncas_1(); intptr_t L_12 = L_11->get_blob_0(); RuntimeDeclSecurityEntry_t3144469156 * L_13 = (&V_0)->get_address_of_noncas_1(); int32_t L_14 = L_13->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_15 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; PermissionSet_t223948603 * L_16 = V_2; if (L_16) { goto IL_007e; } } { PermissionSet_t223948603 * L_17 = V_3; G_B8_0 = L_17; goto IL_0085; } IL_007e: { PermissionSet_t223948603 * L_18 = V_2; PermissionSet_t223948603 * L_19 = V_3; NullCheck(L_18); PermissionSet_t223948603 * L_20 = PermissionSet_Union_m4068149505(L_18, L_19, /*hidden argument*/NULL); G_B8_0 = L_20; } IL_0085: { V_2 = G_B8_0; } IL_0086: { RuntimeDeclSecurityEntry_t3144469156 * L_21 = (&V_1)->get_address_of_cas_0(); int32_t L_22 = L_21->get_size_1(); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_00cd; } } { RuntimeDeclSecurityEntry_t3144469156 * L_23 = (&V_1)->get_address_of_cas_0(); intptr_t L_24 = L_23->get_blob_0(); RuntimeDeclSecurityEntry_t3144469156 * L_25 = (&V_1)->get_address_of_cas_0(); int32_t L_26 = L_25->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_27 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_24, L_26, /*hidden argument*/NULL); V_4 = L_27; PermissionSet_t223948603 * L_28 = V_2; if (L_28) { goto IL_00c4; } } { PermissionSet_t223948603 * L_29 = V_4; G_B13_0 = L_29; goto IL_00cc; } IL_00c4: { PermissionSet_t223948603 * L_30 = V_2; PermissionSet_t223948603 * L_31 = V_4; NullCheck(L_30); PermissionSet_t223948603 * L_32 = PermissionSet_Union_m4068149505(L_30, L_31, /*hidden argument*/NULL); G_B13_0 = L_32; } IL_00cc: { V_2 = G_B13_0; } IL_00cd: { RuntimeDeclSecurityEntry_t3144469156 * L_33 = (&V_1)->get_address_of_noncas_1(); int32_t L_34 = L_33->get_size_1(); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_0114; } } { RuntimeDeclSecurityEntry_t3144469156 * L_35 = (&V_1)->get_address_of_noncas_1(); intptr_t L_36 = L_35->get_blob_0(); RuntimeDeclSecurityEntry_t3144469156 * L_37 = (&V_1)->get_address_of_noncas_1(); int32_t L_38 = L_37->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_39 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_36, L_38, /*hidden argument*/NULL); V_5 = L_39; PermissionSet_t223948603 * L_40 = V_2; if (L_40) { goto IL_010b; } } { PermissionSet_t223948603 * L_41 = V_5; G_B18_0 = L_41; goto IL_0113; } IL_010b: { PermissionSet_t223948603 * L_42 = V_2; PermissionSet_t223948603 * L_43 = V_5; NullCheck(L_42); PermissionSet_t223948603 * L_44 = PermissionSet_Union_m4068149505(L_42, L_43, /*hidden argument*/NULL); G_B18_0 = L_44; } IL_0113: { V_2 = G_B18_0; } IL_0114: { PermissionSet_t223948603 * L_45 = V_2; if (!L_45) { goto IL_0120; } } { PermissionSet_t223948603 * L_46 = V_2; NullCheck(L_46); PermissionSet_Demand_m3007899724(L_46, /*hidden argument*/NULL); } IL_0120: { return; } } // System.Boolean System.Security.SecurityManager::ReflectedLinkDemandQuery(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_ReflectedLinkDemandQuery_m926128300 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_ReflectedLinkDemandQuery_m926128300_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeDeclSecurityActions_t582952764 V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeDeclSecurityActions_t582952764 V_1; memset(&V_1, 0, sizeof(V_1)); { MethodBase_t * L_0 = ___mb0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_1 = SecurityManager_GetLinkDemandSecurity_m3394543642(NULL /*static, unused*/, L_0, (RuntimeDeclSecurityActions_t582952764 *)(RuntimeDeclSecurityActions_t582952764 *)(&V_0), (RuntimeDeclSecurityActions_t582952764 *)(RuntimeDeclSecurityActions_t582952764 *)(&V_1), /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { return (bool)1; } IL_0011: { MethodBase_t * L_2 = ___mb0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_ReflectedType() */, L_2); NullCheck(L_3); Assembly_t * L_4 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_5 = SecurityManager_LinkDemand_m2701972867(NULL /*static, unused*/, L_4, (RuntimeDeclSecurityActions_t582952764 *)(RuntimeDeclSecurityActions_t582952764 *)(&V_0), (RuntimeDeclSecurityActions_t582952764 *)(RuntimeDeclSecurityActions_t582952764 *)(&V_1), /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Security.SecurityManager::LinkDemand(System.Reflection.Assembly,System.Security.RuntimeDeclSecurityActions*,System.Security.RuntimeDeclSecurityActions*) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_LinkDemand_m2701972867 (RuntimeObject * __this /* static, unused */, Assembly_t * ___a0, RuntimeDeclSecurityActions_t582952764 * ___klass1, RuntimeDeclSecurityActions_t582952764 * ___method2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SecurityManager_LinkDemand_m2701972867_MetadataUsageId); s_Il2CppMethodInitialized = true; } PermissionSet_t223948603 * V_0 = NULL; bool V_1 = false; bool V_2 = false; 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) { V_0 = (PermissionSet_t223948603 *)NULL; V_1 = (bool)1; RuntimeDeclSecurityActions_t582952764 * L_0 = ___klass1; NullCheck(L_0); RuntimeDeclSecurityEntry_t3144469156 * L_1 = L_0->get_address_of_cas_0(); int32_t L_2 = L_1->get_size_1(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003d; } } IL_0015: { RuntimeDeclSecurityActions_t582952764 * L_3 = ___klass1; NullCheck(L_3); RuntimeDeclSecurityEntry_t3144469156 * L_4 = L_3->get_address_of_cas_0(); intptr_t L_5 = L_4->get_blob_0(); RuntimeDeclSecurityActions_t582952764 * L_6 = ___klass1; NullCheck(L_6); RuntimeDeclSecurityEntry_t3144469156 * L_7 = L_6->get_address_of_cas_0(); int32_t L_8 = L_7->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_9 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_5, L_8, /*hidden argument*/NULL); V_0 = L_9; Assembly_t * L_10 = ___a0; PermissionSet_t223948603 * L_11 = V_0; RuntimeObject* L_12 = SecurityManager_CheckPermissionSet_m427480312(NULL /*static, unused*/, L_10, L_11, (bool)0, /*hidden argument*/NULL); V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_12) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_003d: { bool L_13 = V_1; if (!L_13) { goto IL_007c; } } IL_0043: { RuntimeDeclSecurityActions_t582952764 * L_14 = ___klass1; NullCheck(L_14); RuntimeDeclSecurityEntry_t3144469156 * L_15 = L_14->get_address_of_noncas_1(); int32_t L_16 = L_15->get_size_1(); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_007c; } } IL_0054: { RuntimeDeclSecurityActions_t582952764 * L_17 = ___klass1; NullCheck(L_17); RuntimeDeclSecurityEntry_t3144469156 * L_18 = L_17->get_address_of_noncas_1(); intptr_t L_19 = L_18->get_blob_0(); RuntimeDeclSecurityActions_t582952764 * L_20 = ___klass1; NullCheck(L_20); RuntimeDeclSecurityEntry_t3144469156 * L_21 = L_20->get_address_of_noncas_1(); int32_t L_22 = L_21->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_23 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_19, L_22, /*hidden argument*/NULL); V_0 = L_23; Assembly_t * L_24 = ___a0; PermissionSet_t223948603 * L_25 = V_0; RuntimeObject* L_26 = SecurityManager_CheckPermissionSet_m427480312(NULL /*static, unused*/, L_24, L_25, (bool)1, /*hidden argument*/NULL); V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_26) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_007c: { bool L_27 = V_1; if (!L_27) { goto IL_00bb; } } IL_0082: { RuntimeDeclSecurityActions_t582952764 * L_28 = ___method2; NullCheck(L_28); RuntimeDeclSecurityEntry_t3144469156 * L_29 = L_28->get_address_of_cas_0(); int32_t L_30 = L_29->get_size_1(); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_00bb; } } IL_0093: { RuntimeDeclSecurityActions_t582952764 * L_31 = ___method2; NullCheck(L_31); RuntimeDeclSecurityEntry_t3144469156 * L_32 = L_31->get_address_of_cas_0(); intptr_t L_33 = L_32->get_blob_0(); RuntimeDeclSecurityActions_t582952764 * L_34 = ___method2; NullCheck(L_34); RuntimeDeclSecurityEntry_t3144469156 * L_35 = L_34->get_address_of_cas_0(); int32_t L_36 = L_35->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_37 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_33, L_36, /*hidden argument*/NULL); V_0 = L_37; Assembly_t * L_38 = ___a0; PermissionSet_t223948603 * L_39 = V_0; RuntimeObject* L_40 = SecurityManager_CheckPermissionSet_m427480312(NULL /*static, unused*/, L_38, L_39, (bool)0, /*hidden argument*/NULL); V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_40) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_00bb: { bool L_41 = V_1; if (!L_41) { goto IL_00fa; } } IL_00c1: { RuntimeDeclSecurityActions_t582952764 * L_42 = ___method2; NullCheck(L_42); RuntimeDeclSecurityEntry_t3144469156 * L_43 = L_42->get_address_of_noncas_1(); int32_t L_44 = L_43->get_size_1(); if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_00fa; } } IL_00d2: { RuntimeDeclSecurityActions_t582952764 * L_45 = ___method2; NullCheck(L_45); RuntimeDeclSecurityEntry_t3144469156 * L_46 = L_45->get_address_of_noncas_1(); intptr_t L_47 = L_46->get_blob_0(); RuntimeDeclSecurityActions_t582952764 * L_48 = ___method2; NullCheck(L_48); RuntimeDeclSecurityEntry_t3144469156 * L_49 = L_48->get_address_of_noncas_1(); int32_t L_50 = L_49->get_size_1(); IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); PermissionSet_t223948603 * L_51 = SecurityManager_Decode_m84973736(NULL /*static, unused*/, L_47, L_50, /*hidden argument*/NULL); V_0 = L_51; Assembly_t * L_52 = ___a0; PermissionSet_t223948603 * L_53 = V_0; RuntimeObject* L_54 = SecurityManager_CheckPermissionSet_m427480312(NULL /*static, unused*/, L_52, L_53, (bool)1, /*hidden argument*/NULL); V_1 = (bool)((((RuntimeObject*)(RuntimeObject*)L_54) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_00fa: { bool L_55 = V_1; V_2 = L_55; goto IL_0113; } IL_0101: { ; // IL_0101: leave IL_0113 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (SecurityException_t975544473_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0106; throw e; } CATCH_0106: { // begin catch(System.Security.SecurityException) { V_2 = (bool)0; goto IL_0113; } IL_010e: { ; // IL_010e: leave IL_0113 } } // end catch (depth: 1) IL_0113: { bool L_56 = V_2; 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.Void System.Security.SecuritySafeCriticalAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SecuritySafeCriticalAttribute__ctor_m3038748144 (SecuritySafeCriticalAttribute_t3505979402 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.SuppressUnmanagedCodeSecurityAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SuppressUnmanagedCodeSecurityAttribute__ctor_m1009318222 (SuppressUnmanagedCodeSecurityAttribute_t744305558 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.UnverifiableCodeAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnverifiableCodeAttribute__ctor_m3990698597 (UnverifiableCodeAttribute_t3228760399 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.XmlSyntaxException::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m152733118 (XmlSyntaxException_t2973594484 * __this, const RuntimeMethod* method) { { SystemException__ctor_m4274309232(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.XmlSyntaxException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m1551546236 (XmlSyntaxException_t2973594484 * __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.Security.XmlSyntaxException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m1409706968 (XmlSyntaxException_t2973594484 * __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.Security.XmlSyntaxException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m1060106112 (XmlSyntaxException_t2973594484 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.SerializableAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void SerializableAttribute__ctor_m3782985861 (SerializableAttribute_t1992588303 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_m1716619219 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToBoolean_m1716619219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m4244349331(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" bool Single_System_IConvertible_ToBoolean_m1716619219_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToBoolean_m1716619219(_thisAdjusted, ___provider0, method); } // System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m997362015 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToByte_m997362015_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m4146281512(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Single_System_IConvertible_ToByte_m997362015_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToByte_m997362015(_thisAdjusted, ___provider0, method); } // System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m1898259383 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToChar_m1898259383_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_0 = Convert_ToChar_m2522572389(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Il2CppChar Single_System_IConvertible_ToChar_m1898259383_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToChar_m1898259383(_thisAdjusted, ___provider0, method); } // System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Single_System_IConvertible_ToDateTime_m1748479284 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDateTime_m1748479284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = Convert_ToDateTime_m1800003024(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" DateTime_t3738529785 Single_System_IConvertible_ToDateTime_m1748479284_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToDateTime_m1748479284(_thisAdjusted, ___provider0, method); } // System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Single_System_IConvertible_ToDecimal_m325860800 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDecimal_m325860800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m3508035522(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Single_System_IConvertible_ToDecimal_m325860800_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToDecimal_m325860800(_thisAdjusted, ___provider0, method); } // System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m1584722292 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDouble_m1584722292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m217737046(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Single_System_IConvertible_ToDouble_m1584722292_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToDouble_m1584722292(_thisAdjusted, ___provider0, method); } // System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_m809233024 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt16_m809233024_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m1336719169(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Single_System_IConvertible_ToInt16_m809233024_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToInt16_m809233024(_thisAdjusted, ___provider0, method); } // System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_m872115569 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt32_m872115569_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m1613163543(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Single_System_IConvertible_ToInt32_m872115569_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToInt32_m872115569(_thisAdjusted, ___provider0, method); } // System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_m1650421025 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt64_m1650421025_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m658295522(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Single_System_IConvertible_ToInt64_m1650421025_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToInt64_m1650421025(_thisAdjusted, ___provider0, method); } // System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_m1208276900 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToSByte_m1208276900_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m3472794164(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Single_System_IConvertible_ToSByte_m1208276900_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToSByte_m1208276900(_thisAdjusted, ___provider0, method); } // System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_m1939829239 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToSingle_m1939829239_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m835189399(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Single_System_IConvertible_ToSingle_m1939829239_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToSingle_m1939829239(_thisAdjusted, ___provider0, method); } // System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_m3312441682 (float* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToType_m3312441682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; 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, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Single_System_IConvertible_ToType_m3312441682_RuntimeMethod_var); } IL_0011: { float L_2 = (*((float*)__this)); RuntimeObject * L_3 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Single_System_IConvertible_ToType_m3312441682_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToType_m3312441682(_thisAdjusted, ___targetType0, ___provider1, method); } // System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_m1263555070 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt16_m1263555070_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m2185524030(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Single_System_IConvertible_ToUInt16_m1263555070_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToUInt16_m1263555070(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_m289030200 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt32_m289030200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m2045194461(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Single_System_IConvertible_ToUInt32_m289030200_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToUInt32_m289030200(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m3299129161 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt64_m3299129161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m1627266664(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Single_System_IConvertible_ToUInt64_m3299129161_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_System_IConvertible_ToUInt64_m3299129161(_thisAdjusted, ___provider0, method); } // System.Int32 System.Single::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m2785801815 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_CompareTo_m2785801815_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1790101327, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Single_CompareTo_m2785801815_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(float*)((float*)UnBox(L_4, Single_t1397266774_il2cpp_TypeInfo_var)))); bool L_5 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_5) { goto IL_0043; } } { float L_6 = V_0; bool L_7 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0043; } } { return 0; } IL_0043: { bool L_8 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_8) { goto IL_005c; } } { float L_9 = V_0; bool L_10 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005c; } } { return 0; } IL_005c: { float L_11 = V_0; bool L_12 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0077; } } { bool L_13 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_13) { goto IL_0075; } } { return 0; } IL_0075: { return 1; } IL_0077: { bool L_14 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_14) { goto IL_0092; } } { float L_15 = V_0; bool L_16 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0090; } } { return 0; } IL_0090: { return (-1); } IL_0092: { float L_17 = V_0; if ((!(((float)(*((float*)__this))) == ((float)L_17)))) { goto IL_009c; } } { return 0; } IL_009c: { float L_18 = V_0; if ((!(((float)(*((float*)__this))) > ((float)L_18)))) { goto IL_00a6; } } { return 1; } IL_00a6: { return (-1); } } extern "C" int32_t Single_CompareTo_m2785801815_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_CompareTo_m2785801815(_thisAdjusted, ___value0, method); } // System.Boolean System.Single::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Single_Equals_m438106747 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_Equals_m438106747_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(float*)((float*)UnBox(L_1, Single_t1397266774_il2cpp_TypeInfo_var)))); float L_2 = V_0; bool L_3 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { bool L_4 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_4; } IL_0027: { float L_5 = V_0; return (bool)((((float)L_5) == ((float)(*((float*)__this))))? 1 : 0); } } extern "C" bool Single_Equals_m438106747_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_Equals_m438106747(_thisAdjusted, ___obj0, method); } // System.Int32 System.Single::CompareTo(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m189772128 (float* __this, float ___value0, const RuntimeMethod* method) { { bool L_0 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_0) { goto IL_0019; } } { float L_1 = ___value0; bool L_2 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { return 0; } IL_0019: { bool L_3 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { float L_4 = ___value0; bool L_5 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0032; } } { return 0; } IL_0032: { float L_6 = ___value0; bool L_7 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004d; } } { bool L_8 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } { return 0; } IL_004b: { return 1; } IL_004d: { bool L_9 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); if (!L_9) { goto IL_0068; } } { float L_10 = ___value0; bool L_11 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0066; } } { return 0; } IL_0066: { return (-1); } IL_0068: { float L_12 = ___value0; if ((!(((float)(*((float*)__this))) == ((float)L_12)))) { goto IL_0072; } } { return 0; } IL_0072: { float L_13 = ___value0; if ((!(((float)(*((float*)__this))) > ((float)L_13)))) { goto IL_007c; } } { return 1; } IL_007c: { return (-1); } } extern "C" int32_t Single_CompareTo_m189772128_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_CompareTo_m189772128(_thisAdjusted, ___value0, method); } // System.Boolean System.Single::Equals(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_Equals_m1601893879 (float* __this, float ___obj0, const RuntimeMethod* method) { { float L_0 = ___obj0; bool L_1 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { bool L_2 = Single_IsNaN_m4024467661(NULL /*static, unused*/, (*((float*)__this)), /*hidden argument*/NULL); return L_2; } IL_0013: { float L_3 = ___obj0; return (bool)((((float)L_3) == ((float)(*((float*)__this))))? 1 : 0); } } extern "C" bool Single_Equals_m1601893879_AdjustorThunk (RuntimeObject * __this, float ___obj0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_Equals_m1601893879(_thisAdjusted, ___obj0, method); } // System.Int32 System.Single::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1558506138 (float* __this, const RuntimeMethod* method) { float V_0 = 0.0f; { V_0 = (*((float*)__this)); return (*((int32_t*)(&V_0))); } } extern "C" int32_t Single_GetHashCode_m1558506138_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_GetHashCode_m1558506138(_thisAdjusted, method); } // System.Boolean System.Single::IsInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsInfinity_m936314085 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { float L_0 = ___f0; if ((((float)L_0) == ((float)(std::numeric_limits::infinity())))) { goto IL_0015; } } { float L_1 = ___f0; G_B3_0 = ((((float)L_1) == ((float)(-std::numeric_limits::infinity())))? 1 : 0); goto IL_0016; } IL_0015: { G_B3_0 = 1; } IL_0016: { return (bool)G_B3_0; } } // System.Boolean System.Single::IsNaN(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method) { { float L_0 = ___f0; float L_1 = ___f0; return (bool)((((int32_t)((((float)L_0) == ((float)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Single::IsNegativeInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m1556741963 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { float L_0 = ___f0; if ((!(((float)L_0) < ((float)(0.0f))))) { goto IL_0023; } } { float L_1 = ___f0; if ((((float)L_1) == ((float)(-std::numeric_limits::infinity())))) { goto IL_0020; } } { float L_2 = ___f0; G_B4_0 = ((((float)L_2) == ((float)(std::numeric_limits::infinity())))? 1 : 0); goto IL_0021; } IL_0020: { G_B4_0 = 1; } IL_0021: { G_B6_0 = G_B4_0; goto IL_0024; } IL_0023: { G_B6_0 = 0; } IL_0024: { return (bool)G_B6_0; } } // System.Boolean System.Single::IsPositiveInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m1411272350 (RuntimeObject * __this /* static, unused */, float ___f0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { float L_0 = ___f0; if ((!(((float)L_0) > ((float)(0.0f))))) { goto IL_0023; } } { float L_1 = ___f0; if ((((float)L_1) == ((float)(-std::numeric_limits::infinity())))) { goto IL_0020; } } { float L_2 = ___f0; G_B4_0 = ((((float)L_2) == ((float)(std::numeric_limits::infinity())))? 1 : 0); goto IL_0021; } IL_0020: { G_B4_0 = 1; } IL_0021: { G_B6_0 = G_B4_0; goto IL_0024; } IL_0023: { G_B6_0 = 0; } IL_0024: { return (bool)G_B6_0; } } // System.Single System.Single::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m364357836 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_Parse_m364357836_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { String_t* L_0 = ___s0; double L_1 = Double_Parse_m1135962389(NULL /*static, unused*/, L_0, ((int32_t)231), (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_1; double L_2 = V_0; if ((!(((double)((double)il2cpp_codegen_subtract((double)L_2, (double)(3.4028234663852886E+38)))) > ((double)(3.6147112457961776E+29))))) { goto IL_0037; } } { double L_3 = V_0; bool L_4 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { OverflowException_t2020128637 * L_5 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,Single_Parse_m364357836_RuntimeMethod_var); } IL_0037: { double L_6 = V_0; return (((float)((float)L_6))); } } // System.Single System.Single::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m3840407583 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_Parse_m3840407583_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; double L_2 = Double_Parse_m1135962389(NULL /*static, unused*/, L_0, ((int32_t)231), L_1, /*hidden argument*/NULL); V_0 = L_2; double L_3 = V_0; if ((!(((double)((double)il2cpp_codegen_subtract((double)L_3, (double)(3.4028234663852886E+38)))) > ((double)(3.6147112457961776E+29))))) { goto IL_0037; } } { double L_4 = V_0; bool L_5 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0037; } } { OverflowException_t2020128637 * L_6 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Single_Parse_m3840407583_RuntimeMethod_var); } IL_0037: { double L_7 = V_0; return (((float)((float)L_7))); } } // 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* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_Parse_m3793689340_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; double L_3 = Double_Parse_m1135962389(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; double L_4 = V_0; if ((!(((double)((double)il2cpp_codegen_subtract((double)L_4, (double)(3.4028234663852886E+38)))) > ((double)(3.6147112457961776E+29))))) { goto IL_0033; } } { double L_5 = V_0; bool L_6 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0033; } } { OverflowException_t2020128637 * L_7 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m4029085969(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Single_Parse_m3793689340_RuntimeMethod_var); } IL_0033: { double L_8 = V_0; return (((float)((float)L_8))); } } // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Single_TryParse_m1572008725 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, float* ___result3, const RuntimeMethod* method) { double V_0 = 0.0; Exception_t * V_1 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; bool L_3 = Double_Parse_m2152196909(NULL /*static, unused*/, L_0, L_1, L_2, (bool)1, (&V_0), (&V_1), /*hidden argument*/NULL); if (L_3) { goto IL_001b; } } { float* L_4 = ___result3; *((float*)(L_4)) = (float)(0.0f); return (bool)0; } IL_001b: { double L_5 = V_0; if ((!(((double)((double)il2cpp_codegen_subtract((double)L_5, (double)(3.4028234663852886E+38)))) > ((double)(3.6147112457961776E+29))))) { goto IL_0048; } } { double L_6 = V_0; bool L_7 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0048; } } { float* L_8 = ___result3; *((float*)(L_8)) = (float)(0.0f); return (bool)0; } IL_0048: { float* L_9 = ___result3; double L_10 = V_0; *((float*)(L_9)) = (float)(((float)((float)L_10))); return (bool)1; } } // System.Boolean System.Single::TryParse(System.String,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Single_TryParse_m4264970052 (RuntimeObject * __this /* static, unused */, String_t* ___s0, float* ___result1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; float* L_1 = ___result1; bool L_2 = Single_TryParse_m1572008725(NULL /*static, unused*/, L_0, ((int32_t)511), (RuntimeObject*)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Single::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3947131094 (float* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_ToString_m3947131094_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_0 = NumberFormatter_NumberToString_m567544656(NULL /*static, unused*/, (*((float*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Single_ToString_m3947131094_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_ToString_m3947131094(_thisAdjusted, method); } // System.String System.Single::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3107811250 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_ToString_m3107811250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_1 = NumberFormatter_NumberToString_m567544656(NULL /*static, unused*/, (*((float*)__this)), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Single_ToString_m3107811250_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_ToString_m3107811250(_thisAdjusted, ___provider0, method); } // System.String System.Single::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m3489843083 (float* __this, String_t* ___format0, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = Single_ToString_m543431371(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Single_ToString_m3489843083_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_ToString_m3489843083(_thisAdjusted, ___format0, method); } // System.String System.Single::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m543431371 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Single_ToString_m543431371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m2583974918(NULL /*static, unused*/, L_0, (*((float*)__this)), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Single_ToString_m543431371_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { float* _thisAdjusted = reinterpret_cast(__this + 1); return Single_ToString_m543431371(_thisAdjusted, ___format0, ___provider1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.StackOverflowException::.ctor() extern "C" IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m592204071 (StackOverflowException_t3629451388 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StackOverflowException__ctor_m592204071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1706066203, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.StackOverflowException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m3139217097 (StackOverflowException_t3629451388 * __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.StackOverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m3777153282 (StackOverflowException_t3629451388 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.String::.ctor(System.Char*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String__ctor_m1266423354 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_m1266423354_ftn) (String_t*, Il2CppChar*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_m1266423354_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.Void System.String::.ctor(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String__ctor_m1926862525 (String_t* __this, CharU5BU5D_t3528271667* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_m1926862525_ftn) (String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_m1926862525_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.Void System.String::.ctor(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void String__ctor_m1800510039 (String_t* __this, CharU5BU5D_t3528271667* ___value0, const RuntimeMethod* method) { typedef void (*String__ctor_m1800510039_ftn) (String_t*, CharU5BU5D_t3528271667*); using namespace il2cpp::icalls; ((String__ctor_m1800510039_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0); } // System.Void System.String::.ctor(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String__ctor_m229724522 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) { typedef void (*String__ctor_m229724522_ftn) (String_t*, Il2CppChar, int32_t); using namespace il2cpp::icalls; ((String__ctor_m229724522_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___c0, ___count1); } // System.Void System.String::.cctor() extern "C" IL2CPP_METHOD_ATTR void String__cctor_m261295518 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String__cctor_m261295518_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->set_Empty_2(_stringLiteral757602046); CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)25))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D0_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->set_WhiteChars_3(L_0); return; } } // System.Boolean System.String::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool String_System_IConvertible_ToBoolean_m887520575 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToBoolean_m887520575_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_1 = Convert_ToBoolean_m3588715767(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte System.String::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t String_System_IConvertible_ToByte_m4057316234 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToByte_m4057316234_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_1 = Convert_ToByte_m3367409178(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Char System.String::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_System_IConvertible_ToChar_m863771412 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToChar_m863771412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_1 = Convert_ToChar_m1442101407(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.DateTime System.String::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 String_System_IConvertible_ToDateTime_m3578483777 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToDateTime_m3578483777_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_1 = Convert_ToDateTime_m3802186295(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.String::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 String_System_IConvertible_ToDecimal_m997069272 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToDecimal_m997069272_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Convert_ToDecimal_m1233667008(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Double System.String::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double String_System_IConvertible_ToDouble_m3740733360 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToDouble_m3740733360_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_1 = Convert_ToDouble_m2291761709(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int16 System.String::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t String_System_IConvertible_ToInt16_m1880095008 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt16_m1880095008_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_1 = Convert_ToInt16_m3185404879(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.String::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t String_System_IConvertible_ToInt32_m2665383247 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt32_m2665383247_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_1 = Convert_ToInt32_m2128774575(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Int64 System.String::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t String_System_IConvertible_ToInt64_m3494136111 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt64_m3494136111_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_1 = Convert_ToInt64_m2849840611(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.SByte System.String::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t String_System_IConvertible_ToSByte_m945078350 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToSByte_m945078350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_1 = Convert_ToSByte_m4075629912(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Single System.String::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float String_System_IConvertible_ToSingle_m2571483125 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToSingle_m2571483125_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_1 = Convert_ToSingle_m2533452644(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object System.String::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * String_System_IConvertible_ToType_m3431692856 (String_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToType_m3431692856_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; 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,String_System_IConvertible_ToType_m3431692856_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___targetType0; RuntimeObject* L_3 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_4 = Convert_ToType_m2406080310(NULL /*static, unused*/, __this, L_2, L_3, (bool)0, /*hidden argument*/NULL); return L_4; } } // System.UInt16 System.String::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t String_System_IConvertible_ToUInt16_m2888090399 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt16_m2888090399_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_1 = Convert_ToUInt16_m3216249716(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt32 System.String::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t String_System_IConvertible_ToUInt32_m281099219 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt32_m281099219_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_1 = Convert_ToUInt32_m3920761395(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.UInt64 System.String::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t String_System_IConvertible_ToUInt64_m4086947440 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt64_m4086947440_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_1 = Convert_ToUInt64_m2629133713(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.Generic.IEnumerator`1 System.String::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_Generic_IEnumerableU3CcharU3E_GetEnumerator_m1490086850 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_Collections_Generic_IEnumerableU3CcharU3E_GetEnumerator_m1490086850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharEnumerator_t1121470421 * L_0 = (CharEnumerator_t1121470421 *)il2cpp_codegen_object_new(CharEnumerator_t1121470421_il2cpp_TypeInfo_var); CharEnumerator__ctor_m3465358752(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.String::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_IEnumerable_GetEnumerator_m3198926340 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_System_Collections_IEnumerable_GetEnumerator_m3198926340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharEnumerator_t1121470421 * L_0 = (CharEnumerator_t1121470421 *)il2cpp_codegen_object_new(CharEnumerator_t1121470421_il2cpp_TypeInfo_var); CharEnumerator__ctor_m3465358752(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.String::Equals(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1744302937 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t G_B27_0 = 0; { String_t* L_0 = ___a0; String_t* L_1 = ___b1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { String_t* L_2 = ___a0; if (!L_2) { goto IL_0015; } } { String_t* L_3 = ___b1; if (L_3) { goto IL_0017; } } IL_0015: { return (bool)0; } IL_0017: { String_t* L_4 = ___a0; NullCheck(L_4); int32_t L_5 = L_4->get_length_0(); V_0 = L_5; int32_t L_6 = V_0; String_t* L_7 = ___b1; NullCheck(L_7); int32_t L_8 = L_7->get_length_0(); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_002c; } } { return (bool)0; } IL_002c: { String_t* L_9 = ___a0; NullCheck(L_9); Il2CppChar* L_10 = L_9->get_address_of_start_char_1(); V_1 = (Il2CppChar*)L_10; String_t* L_11 = ___b1; NullCheck(L_11); Il2CppChar* L_12 = L_11->get_address_of_start_char_1(); V_2 = (Il2CppChar*)L_12; Il2CppChar* L_13 = V_1; V_3 = (Il2CppChar*)L_13; Il2CppChar* L_14 = V_2; V_4 = (Il2CppChar*)L_14; goto IL_008c; } IL_0044: { Il2CppChar* L_15 = V_3; Il2CppChar* L_16 = V_4; if ((!(((uint32_t)(*((int32_t*)L_15))) == ((uint32_t)(*((int32_t*)L_16)))))) { goto IL_007a; } } { Il2CppChar* L_17 = V_3; Il2CppChar* L_18 = V_4; if ((!(((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)4))))) == ((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)4)))))))) { goto IL_007a; } } { Il2CppChar* L_19 = V_3; Il2CppChar* L_20 = V_4; if ((!(((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)8))))) == ((uint32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)8)))))))) { goto IL_007a; } } { Il2CppChar* L_21 = V_3; Il2CppChar* L_22 = V_4; if ((((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)((int32_t)12)))))) == ((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)12)))))))) { goto IL_007c; } } IL_007a: { return (bool)0; } IL_007c: { Il2CppChar* L_23 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)((int32_t)16))); Il2CppChar* L_24 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)16))); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)8)); } IL_008c: { int32_t L_26 = V_0; if ((((int32_t)L_26) >= ((int32_t)8))) { goto IL_0044; } } { int32_t L_27 = V_0; if ((((int32_t)L_27) < ((int32_t)4))) { goto IL_00c2; } } { Il2CppChar* L_28 = V_3; Il2CppChar* L_29 = V_4; if ((!(((uint32_t)(*((int32_t*)L_28))) == ((uint32_t)(*((int32_t*)L_29)))))) { goto IL_00b2; } } { Il2CppChar* L_30 = V_3; Il2CppChar* L_31 = V_4; if ((((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)4))))) == ((int32_t)(*((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)4))))))) { goto IL_00b4; } } IL_00b2: { return (bool)0; } IL_00b4: { Il2CppChar* L_32 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)8)); Il2CppChar* L_33 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)8)); int32_t L_34 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)4)); } IL_00c2: { int32_t L_35 = V_0; if ((((int32_t)L_35) <= ((int32_t)1))) { goto IL_00e3; } } { Il2CppChar* L_36 = V_3; Il2CppChar* L_37 = V_4; if ((((int32_t)(*((int32_t*)L_36))) == ((int32_t)(*((int32_t*)L_37))))) { goto IL_00d5; } } { return (bool)0; } IL_00d5: { Il2CppChar* L_38 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)4)); Il2CppChar* L_39 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)4)); int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)2)); } IL_00e3: { int32_t L_41 = V_0; if (!L_41) { goto IL_00f2; } } { Il2CppChar* L_42 = V_3; Il2CppChar* L_43 = V_4; G_B27_0 = ((((int32_t)(*((uint16_t*)L_42))) == ((int32_t)(*((uint16_t*)L_43))))? 1 : 0); goto IL_00f3; } IL_00f2: { G_B27_0 = 1; } IL_00f3: { return (bool)G_B27_0; } } // System.Boolean System.String::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m1039194686 (String_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Equals_m1039194686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, __this, ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.String::Equals(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2270643605 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Equals_m2270643605_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_Equals_m1744302937(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_get_Chars_m2986988803_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_length_0(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0019; } } IL_0013: { IndexOutOfRangeException_t1578797820 * L_3 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m2441337274(L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_get_Chars_m2986988803_RuntimeMethod_var); } IL_0019: { Il2CppChar* L_4 = __this->get_address_of_start_char_1(); V_0 = (Il2CppChar*)L_4; Il2CppChar* L_5 = V_0; int32_t L_6 = ___index0; return (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)))))); } } // System.Object System.String::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * String_Clone_m3573869765 (String_t* __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CopyTo_m2803757991 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t3528271667* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CopyTo_m2803757991_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; uintptr_t G_B16_0 = 0; { CharU5BU5D_t3528271667* L_0 = ___destination1; 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, _stringLiteral2783568775, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_CopyTo_m2803757991_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___sourceIndex0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral4004074309, _stringLiteral2066644356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_CopyTo_m2803757991_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___destinationIndex2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1511102372, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_CopyTo_m2803757991_RuntimeMethod_var); } IL_003f: { int32_t L_6 = ___count3; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0057; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_CopyTo_m2803757991_RuntimeMethod_var); } IL_0057: { int32_t L_8 = ___sourceIndex0; int32_t L_9 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); int32_t L_10 = ___count3; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))))) { goto IL_0076; } } { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral4004074309, _stringLiteral2712588567, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,String_CopyTo_m2803757991_RuntimeMethod_var); } IL_0076: { int32_t L_12 = ___destinationIndex2; CharU5BU5D_t3528271667* L_13 = ___destination1; NullCheck(L_13); int32_t L_14 = ___count3; if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)L_14))))) { goto IL_0092; } } { ArgumentOutOfRangeException_t777629997 * L_15 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_15, _stringLiteral1511102372, _stringLiteral3934428837, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,String_CopyTo_m2803757991_RuntimeMethod_var); } IL_0092: { CharU5BU5D_t3528271667* L_16 = ___destination1; if (!L_16) { goto IL_00a0; } } { CharU5BU5D_t3528271667* L_17 = ___destination1; NullCheck(L_17); if ((((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))) { goto IL_00a7; } } IL_00a0: { G_B16_0 = (((uintptr_t)0)); goto IL_00ae; } IL_00a7: { CharU5BU5D_t3528271667* L_18 = ___destination1; NullCheck(L_18); G_B16_0 = ((uintptr_t)(((L_18)->GetAddressAt(static_cast(0))))); } IL_00ae: { V_0 = (Il2CppChar*)G_B16_0; V_2 = __this; String_t* L_19 = V_2; int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_19)), (int32_t)L_20)); Il2CppChar* L_21 = V_0; int32_t L_22 = ___destinationIndex2; Il2CppChar* L_23 = V_1; int32_t L_24 = ___sourceIndex0; int32_t L_25 = ___count3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)2)))), L_25, /*hidden argument*/NULL); V_0 = (Il2CppChar*)(((uintptr_t)0)); V_2 = (String_t*)NULL; return; } } // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_length_0(); CharU5BU5D_t3528271667* L_1 = String_ToCharArray_m2268354229(__this, 0, L_0, /*hidden argument*/NULL); return L_1; } } // System.Char[] System.String::ToCharArray(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m2268354229 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToCharArray_m2268354229_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; uintptr_t G_B10_0 = 0; { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_ToCharArray_m2268354229_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___length1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1212500642, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_ToCharArray_m2268354229_RuntimeMethod_var); } IL_002e: { int32_t L_4 = ___startIndex0; int32_t L_5 = __this->get_length_0(); int32_t L_6 = ___length1; if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))))) { goto IL_004c; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2410720131, _stringLiteral3172736746, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_ToCharArray_m2268354229_RuntimeMethod_var); } IL_004c: { int32_t L_8 = ___length1; V_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_8)); CharU5BU5D_t3528271667* L_9 = V_0; if (!L_9) { goto IL_0061; } } { CharU5BU5D_t3528271667* L_10 = V_0; NullCheck(L_10); if ((((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) { goto IL_0068; } } IL_0061: { G_B10_0 = (((uintptr_t)0)); goto IL_006f; } IL_0068: { CharU5BU5D_t3528271667* L_11 = V_0; NullCheck(L_11); G_B10_0 = ((uintptr_t)(((L_11)->GetAddressAt(static_cast(0))))); } IL_006f: { V_1 = (Il2CppChar*)G_B10_0; V_3 = __this; String_t* L_12 = V_3; int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13)); Il2CppChar* L_14 = V_1; Il2CppChar* L_15 = V_2; int32_t L_16 = ___startIndex0; int32_t L_17 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_14, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)))), L_17, /*hidden argument*/NULL); V_1 = (Il2CppChar*)(((uintptr_t)0)); V_3 = (String_t*)NULL; CharU5BU5D_t3528271667* L_18 = V_0; return L_18; } } // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = ___separator0; StringU5BU5D_t1281789340* L_1 = String_Split_m2077324731(__this, L_0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_1; } } // System.String[] System.String::Split(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m2077324731 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Split_m2077324731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___separator0; if (!L_0) { goto IL_000e; } } { CharU5BU5D_t3528271667* L_1 = ___separator0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0015; } } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_WhiteChars_3(); ___separator0 = L_2; } IL_0015: { int32_t L_3 = ___count1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0027; } } { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,String_Split_m2077324731_RuntimeMethod_var); } IL_0027: { int32_t L_5 = ___count1; if (L_5) { goto IL_0034; } } { return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0034: { int32_t L_6 = ___count1; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0046; } } { StringU5BU5D_t1281789340* L_7 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_7); ArrayElementTypeCheck (L_7, __this); (L_7)->SetAt(static_cast(0), (String_t*)__this); return L_7; } IL_0046: { CharU5BU5D_t3528271667* L_8 = ___separator0; int32_t L_9 = ___count1; StringU5BU5D_t1281789340* L_10 = String_InternalSplit_m1398300789(__this, L_8, L_9, 0, /*hidden argument*/NULL); return L_10; } } // System.String[] System.String::Split(System.Char[],System.Int32,System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3580120853 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Split_m3580120853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___separator0; if (!L_0) { goto IL_000e; } } { CharU5BU5D_t3528271667* L_1 = ___separator0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001c; } } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_WhiteChars_3(); int32_t L_3 = ___count1; int32_t L_4 = ___options2; StringU5BU5D_t1281789340* L_5 = String_Split_m3580120853(__this, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { int32_t L_6 = ___count1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0033; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral2362608972, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_Split_m3580120853_RuntimeMethod_var); } IL_0033: { int32_t L_8 = ___options2; if (!L_8) { goto IL_005b; } } { int32_t L_9 = ___options2; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_005b; } } { int32_t L_10 = ___options2; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(StringSplitOptions_t641086070_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1931948496, L_12, _stringLiteral3452614530, /*hidden argument*/NULL); ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,String_Split_m3580120853_RuntimeMethod_var); } IL_005b: { int32_t L_15 = ___count1; if (L_15) { goto IL_0068; } } { return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0068: { CharU5BU5D_t3528271667* L_16 = ___separator0; int32_t L_17 = ___count1; int32_t L_18 = ___options2; StringU5BU5D_t1281789340* L_19 = String_InternalSplit_m1398300789(__this, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.String[] System.String::Split(System.String[],System.Int32,System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m2533743664 (String_t* __this, StringU5BU5D_t1281789340* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Split_m2533743664_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; List_1_t3319525431 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; String_t* V_7 = NULL; int32_t V_8 = 0; { StringU5BU5D_t1281789340* L_0 = ___separator0; if (!L_0) { goto IL_000e; } } { StringU5BU5D_t1281789340* L_1 = ___separator0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_001c; } } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_WhiteChars_3(); int32_t L_3 = ___count1; int32_t L_4 = ___options2; StringU5BU5D_t1281789340* L_5 = String_Split_m3580120853(__this, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { int32_t L_6 = ___count1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0033; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral2362608972, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_Split_m2533743664_RuntimeMethod_var); } IL_0033: { int32_t L_8 = ___options2; if (!L_8) { goto IL_005b; } } { int32_t L_9 = ___options2; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_005b; } } { int32_t L_10 = ___options2; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(StringSplitOptions_t641086070_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1931948496, L_12, _stringLiteral3452614530, /*hidden argument*/NULL); ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,String_Split_m2533743664_RuntimeMethod_var); } IL_005b: { int32_t L_15 = ___count1; if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_006d; } } { StringU5BU5D_t1281789340* L_16 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_16); ArrayElementTypeCheck (L_16, __this); (L_16)->SetAt(static_cast(0), (String_t*)__this); return L_16; } IL_006d: { int32_t L_17 = ___options2; V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_17&(int32_t)1))) == ((int32_t)1))? 1 : 0); int32_t L_18 = ___count1; if (!L_18) { goto IL_0090; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, __this, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0097; } } { bool L_21 = V_0; if (!L_21) { goto IL_0097; } } IL_0090: { return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0097: { List_1_t3319525431 * L_22 = (List_1_t3319525431 *)il2cpp_codegen_object_new(List_1_t3319525431_il2cpp_TypeInfo_var); List_1__ctor_m706204246(L_22, /*hidden argument*/List_1__ctor_m706204246_RuntimeMethod_var); V_1 = L_22; V_2 = 0; V_3 = 0; goto IL_015f; } IL_00a6: { V_4 = (-1); V_5 = ((int32_t)2147483647LL); V_6 = 0; goto IL_0105; } IL_00b8: { StringU5BU5D_t1281789340* L_23 = ___separator0; int32_t L_24 = V_6; NullCheck(L_23); int32_t L_25 = L_24; String_t* L_26 = (L_23)->GetAt(static_cast(L_25)); V_7 = L_26; String_t* L_27 = V_7; if (!L_27) { goto IL_00d6; } } { String_t* L_28 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00db; } } IL_00d6: { goto IL_00ff; } IL_00db: { String_t* L_31 = V_7; int32_t L_32 = V_2; int32_t L_33 = String_IndexOf_m3406607758(__this, L_31, L_32, /*hidden argument*/NULL); V_8 = L_33; int32_t L_34 = V_8; if ((((int32_t)L_34) <= ((int32_t)(-1)))) { goto IL_00ff; } } { int32_t L_35 = V_8; int32_t L_36 = V_5; if ((((int32_t)L_35) >= ((int32_t)L_36))) { goto IL_00ff; } } { int32_t L_37 = V_6; V_4 = L_37; int32_t L_38 = V_8; V_5 = L_38; } IL_00ff: { int32_t L_39 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_0105: { int32_t L_40 = V_6; StringU5BU5D_t1281789340* L_41 = ___separator0; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_00b8; } } { int32_t L_42 = V_4; if ((!(((uint32_t)L_42) == ((uint32_t)(-1))))) { goto IL_011c; } } { goto IL_016b; } IL_011c: { int32_t L_43 = V_5; int32_t L_44 = V_2; if ((!(((uint32_t)L_43) == ((uint32_t)L_44)))) { goto IL_012a; } } { bool L_45 = V_0; if (L_45) { goto IL_014e; } } IL_012a: { List_1_t3319525431 * L_46 = V_1; NullCheck(L_46); int32_t L_47 = List_1_get_Count_m2276455407(L_46, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); int32_t L_48 = ___count1; if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1)))))) { goto IL_013d; } } { goto IL_016b; } IL_013d: { List_1_t3319525431 * L_49 = V_1; int32_t L_50 = V_2; int32_t L_51 = V_5; int32_t L_52 = V_2; String_t* L_53 = String_Substring_m1610150815(__this, L_50, ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_52)), /*hidden argument*/NULL); NullCheck(L_49); List_1_Add_m1685793073(L_49, L_53, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_014e: { int32_t L_54 = V_5; StringU5BU5D_t1281789340* L_55 = ___separator0; int32_t L_56 = V_4; NullCheck(L_55); int32_t L_57 = L_56; String_t* L_58 = (L_55)->GetAt(static_cast(L_57)); NullCheck(L_58); int32_t L_59 = String_get_Length_m3847582255(L_58, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_59)); int32_t L_60 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_015f: { int32_t L_61 = V_2; int32_t L_62 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((((int32_t)L_61) < ((int32_t)L_62))) { goto IL_00a6; } } IL_016b: { int32_t L_63 = V_3; if (L_63) { goto IL_017c; } } { StringU5BU5D_t1281789340* L_64 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_64); ArrayElementTypeCheck (L_64, __this); (L_64)->SetAt(static_cast(0), (String_t*)__this); return L_64; } IL_017c: { bool L_65 = V_0; if (!L_65) { goto IL_01a6; } } { int32_t L_66 = V_3; if (!L_66) { goto IL_01a6; } } { int32_t L_67 = V_2; int32_t L_68 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_67) == ((uint32_t)L_68)))) { goto IL_01a6; } } { List_1_t3319525431 * L_69 = V_1; NullCheck(L_69); int32_t L_70 = List_1_get_Count_m2276455407(L_69, /*hidden argument*/List_1_get_Count_m2276455407_RuntimeMethod_var); if (L_70) { goto IL_01a6; } } { return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_01a6: { bool L_71 = V_0; if (!L_71) { goto IL_01b8; } } { int32_t L_72 = V_2; int32_t L_73 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((((int32_t)L_72) == ((int32_t)L_73))) { goto IL_01c5; } } IL_01b8: { List_1_t3319525431 * L_74 = V_1; int32_t L_75 = V_2; String_t* L_76 = String_Substring_m2848979100(__this, L_75, /*hidden argument*/NULL); NullCheck(L_74); List_1_Add_m1685793073(L_74, L_76, /*hidden argument*/List_1_Add_m1685793073_RuntimeMethod_var); } IL_01c5: { List_1_t3319525431 * L_77 = V_1; NullCheck(L_77); StringU5BU5D_t1281789340* L_78 = List_1_ToArray_m3983937259(L_77, /*hidden argument*/List_1_ToArray_m3983937259_RuntimeMethod_var); return L_78; } } // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m1466646415 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___options1, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = ___separator0; int32_t L_1 = ___options1; StringU5BU5D_t1281789340* L_2 = String_Split_m3580120853(__this, L_0, ((int32_t)2147483647LL), L_1, /*hidden argument*/NULL); return L_2; } } // System.String[] System.String::Split(System.String[],System.StringSplitOptions) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m4013853433 (String_t* __this, StringU5BU5D_t1281789340* ___separator0, int32_t ___options1, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = ___separator0; int32_t L_1 = ___options1; StringU5BU5D_t1281789340* L_2 = String_Split_m2533743664(__this, L_0, ((int32_t)2147483647LL), L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Substring_m2848979100_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex0; if (L_0) { goto IL_0008; } } { return __this; } IL_0008: { int32_t L_1 = ___startIndex0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_2 = ___startIndex0; int32_t L_3 = __this->get_length_0(); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0026; } } IL_001b: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral2410720131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,String_Substring_m2848979100_RuntimeMethod_var); } IL_0026: { int32_t L_5 = ___startIndex0; int32_t L_6 = __this->get_length_0(); int32_t L_7 = ___startIndex0; String_t* L_8 = String_SubstringUnchecked_m1840487357(__this, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); return L_8; } } // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Substring_m1610150815_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___length1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1212500642, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Substring_m1610150815_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___startIndex0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_Substring_m1610150815_RuntimeMethod_var); } IL_002e: { int32_t L_4 = ___startIndex0; int32_t L_5 = __this->get_length_0(); if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_004a; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral2410720131, _stringLiteral4206148578, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,String_Substring_m1610150815_RuntimeMethod_var); } IL_004a: { int32_t L_7 = ___startIndex0; int32_t L_8 = __this->get_length_0(); int32_t L_9 = ___length1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))))) { goto IL_0068; } } { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral1212500642, _stringLiteral2237445899, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,String_Substring_m1610150815_RuntimeMethod_var); } IL_0068: { int32_t L_11 = ___startIndex0; if (L_11) { goto IL_007c; } } { int32_t L_12 = ___length1; int32_t L_13 = __this->get_length_0(); if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_007c; } } { return __this; } IL_007c: { int32_t L_14 = ___startIndex0; int32_t L_15 = ___length1; String_t* L_16 = String_SubstringUnchecked_m1840487357(__this, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.String System.String::SubstringUnchecked(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_SubstringUnchecked_m1840487357 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_SubstringUnchecked_m1840487357_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; { int32_t L_0 = ___length1; 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: { int32_t L_2 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; V_3 = L_4; String_t* L_5 = V_3; int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_5)), (int32_t)L_6)); V_4 = __this; String_t* L_7 = V_4; int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8)); Il2CppChar* L_9 = V_1; Il2CppChar* L_10 = V_2; int32_t L_11 = ___startIndex0; int32_t L_12 = ___length1; String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_9, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)))), L_12, /*hidden argument*/NULL); V_3 = (String_t*)NULL; V_4 = (String_t*)NULL; String_t* L_13 = V_0; return L_13; } } // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Trim_m923598732_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_length_0(); if (L_0) { 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: { int32_t L_2 = __this->get_length_0(); int32_t L_3 = String_FindNotWhiteSpace_m2733198255(__this, 0, L_2, 1, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; int32_t L_5 = __this->get_length_0(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0032; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } IL_0032: { int32_t L_7 = __this->get_length_0(); int32_t L_8 = V_0; int32_t L_9 = String_FindNotWhiteSpace_m2733198255(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), L_8, (-1), /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; int32_t L_11 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1)); int32_t L_12 = V_2; int32_t L_13 = __this->get_length_0(); if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_0057; } } { return __this; } IL_0057: { int32_t L_14 = V_0; int32_t L_15 = V_2; String_t* L_16 = String_SubstringUnchecked_m1840487357(__this, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.String System.String::Trim(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m3384720403 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Trim_m3384720403_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { CharU5BU5D_t3528271667* L_0 = ___trimChars0; if (!L_0) { goto IL_000e; } } { CharU5BU5D_t3528271667* L_1 = ___trimChars0; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0015; } } IL_000e: { String_t* L_2 = String_Trim_m923598732(__this, /*hidden argument*/NULL); return L_2; } IL_0015: { int32_t L_3 = __this->get_length_0(); if (L_3) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0026: { int32_t L_5 = __this->get_length_0(); CharU5BU5D_t3528271667* L_6 = ___trimChars0; int32_t L_7 = String_FindNotInTable_m421831114(__this, 0, L_5, 1, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; int32_t L_9 = __this->get_length_0(); if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0048; } } { 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_0048: { int32_t L_11 = __this->get_length_0(); int32_t L_12 = V_0; CharU5BU5D_t3528271667* L_13 = ___trimChars0; int32_t L_14 = String_FindNotInTable_m421831114(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), L_12, (-1), L_13, /*hidden argument*/NULL); V_1 = L_14; int32_t L_15 = V_1; int32_t L_16 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), (int32_t)1)); int32_t L_17 = V_2; int32_t L_18 = __this->get_length_0(); if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_006e; } } { return __this; } IL_006e: { int32_t L_19 = V_0; int32_t L_20 = V_2; String_t* L_21 = String_SubstringUnchecked_m1840487357(__this, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.String System.String::TrimStart(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimStart_m1431283012 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_TrimStart_m1431283012_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_length_0(); if (L_0) { 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: { CharU5BU5D_t3528271667* L_2 = ___trimChars0; if (!L_2) { goto IL_001f; } } { CharU5BU5D_t3528271667* L_3 = ___trimChars0; NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0033; } } IL_001f: { int32_t L_4 = __this->get_length_0(); int32_t L_5 = String_FindNotWhiteSpace_m2733198255(__this, 0, L_4, 1, /*hidden argument*/NULL); V_0 = L_5; goto IL_0043; } IL_0033: { int32_t L_6 = __this->get_length_0(); CharU5BU5D_t3528271667* L_7 = ___trimChars0; int32_t L_8 = String_FindNotInTable_m421831114(__this, 0, L_6, 1, L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0043: { int32_t L_9 = V_0; if (L_9) { goto IL_004b; } } { return __this; } IL_004b: { int32_t L_10 = V_0; int32_t L_11 = __this->get_length_0(); int32_t L_12 = V_0; String_t* L_13 = String_SubstringUnchecked_m1840487357(__this, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); return L_13; } } // System.String System.String::TrimEnd(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m3824727301 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_TrimEnd_m3824727301_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_length_0(); if (L_0) { 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: { CharU5BU5D_t3528271667* L_2 = ___trimChars0; if (!L_2) { goto IL_001f; } } { CharU5BU5D_t3528271667* L_3 = ___trimChars0; NullCheck(L_3); if ((((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) { goto IL_0035; } } IL_001f: { int32_t L_4 = __this->get_length_0(); int32_t L_5 = String_FindNotWhiteSpace_m2733198255(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), (-1), (-1), /*hidden argument*/NULL); V_0 = L_5; goto IL_0047; } IL_0035: { int32_t L_6 = __this->get_length_0(); CharU5BU5D_t3528271667* L_7 = ___trimChars0; int32_t L_8 = String_FindNotInTable_m421831114(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (-1), (-1), L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0047: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); int32_t L_10 = V_0; int32_t L_11 = __this->get_length_0(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0059; } } { return __this; } IL_0059: { int32_t L_12 = V_0; String_t* L_13 = String_SubstringUnchecked_m1840487357(__this, 0, L_12, /*hidden argument*/NULL); return L_13; } } // System.Int32 System.String::FindNotWhiteSpace(System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_FindNotWhiteSpace_m2733198255 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; { goto IL_00a1; } IL_0005: { int32_t L_0 = ___pos0; Il2CppChar L_1 = String_get_Chars_m2986988803(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; Il2CppChar L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)133)))) { goto IL_0037; } } { Il2CppChar L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)32)))) { goto IL_0032; } } { Il2CppChar L_4 = V_0; if ((((int32_t)L_4) < ((int32_t)((int32_t)9)))) { goto IL_0030; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)13)))) { goto IL_0032; } } IL_0030: { int32_t L_6 = ___pos0; return L_6; } IL_0032: { goto IL_009c; } IL_0037: { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)160)))) { goto IL_009c; } } { Il2CppChar L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)65279)))) { goto IL_009c; } } { Il2CppChar L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)12288)))) { goto IL_009c; } } { Il2CppChar L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)133)))) { goto IL_009c; } } { Il2CppChar L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)5760)))) { goto IL_009c; } } { Il2CppChar L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)8232)))) { goto IL_009c; } } { Il2CppChar L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)8233)))) { goto IL_009c; } } { Il2CppChar L_14 = V_0; if ((((int32_t)L_14) < ((int32_t)((int32_t)8192)))) { goto IL_009a; } } { Il2CppChar L_15 = V_0; if ((((int32_t)L_15) <= ((int32_t)((int32_t)8203)))) { goto IL_009c; } } IL_009a: { int32_t L_16 = ___pos0; return L_16; } IL_009c: { int32_t L_17 = ___pos0; int32_t L_18 = ___change2; ___pos0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); } IL_00a1: { int32_t L_19 = ___pos0; int32_t L_20 = ___target1; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_0005; } } { int32_t L_21 = ___pos0; return L_21; } } // System.Int32 System.String::FindNotInTable(System.Int32,System.Int32,System.Int32,System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_FindNotInTable_m421831114 (String_t* __this, int32_t ___pos0, int32_t ___target1, int32_t ___change2, CharU5BU5D_t3528271667* ___table3, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; String_t* V_4 = NULL; uintptr_t G_B4_0 = 0; { CharU5BU5D_t3528271667* L_0 = ___table3; if (!L_0) { goto IL_0010; } } { CharU5BU5D_t3528271667* L_1 = ___table3; NullCheck(L_1); if ((((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) { goto IL_0017; } } IL_0010: { G_B4_0 = (((uintptr_t)0)); goto IL_001f; } IL_0017: { CharU5BU5D_t3528271667* L_2 = ___table3; NullCheck(L_2); G_B4_0 = ((uintptr_t)(((L_2)->GetAddressAt(static_cast(0))))); } IL_001f: { V_0 = (Il2CppChar*)G_B4_0; V_4 = __this; String_t* L_3 = V_4; int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_3)), (int32_t)L_4)); goto IL_0070; } IL_0032: { Il2CppChar* L_5 = V_1; int32_t L_6 = ___pos0; V_2 = (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)2)))))); V_3 = 0; goto IL_0055; } IL_0040: { Il2CppChar L_7 = V_2; Il2CppChar* L_8 = V_0; int32_t L_9 = V_3; if ((!(((uint32_t)L_7) == ((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))))))))) { goto IL_0051; } } { goto IL_005f; } IL_0051: { int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0055: { int32_t L_11 = V_3; CharU5BU5D_t3528271667* L_12 = ___table3; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0040; } } IL_005f: { int32_t L_13 = V_3; CharU5BU5D_t3528271667* L_14 = ___table3; NullCheck(L_14); if ((!(((uint32_t)L_13) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))))))) { goto IL_006b; } } { int32_t L_15 = ___pos0; return L_15; } IL_006b: { int32_t L_16 = ___pos0; int32_t L_17 = ___change2; ___pos0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); } IL_0070: { int32_t L_18 = ___pos0; int32_t L_19 = ___target1; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_0032; } } { V_0 = (Il2CppChar*)(((uintptr_t)0)); V_4 = (String_t*)NULL; int32_t L_20 = ___pos0; return L_20; } } // System.Int32 System.String::Compare(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m3735043349 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m3735043349_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); NullCheck(L_0); CompareInfo_t1092934962 * L_1 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); String_t* L_2 = ___strA0; String_t* L_3 = ___strB1; NullCheck(L_1); int32_t L_4 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_1, L_2, L_3, 0); return L_4; } } // 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* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m1071830722_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B2_1 = NULL; CompareInfo_t1092934962 * G_B2_2 = NULL; String_t* G_B1_0 = NULL; String_t* G_B1_1 = NULL; CompareInfo_t1092934962 * G_B1_2 = NULL; int32_t G_B3_0 = 0; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; CompareInfo_t1092934962 * G_B3_3 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CompareInfo_t1092934962 * L_1 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); String_t* L_2 = ___strA0; String_t* L_3 = ___strB1; bool L_4 = ___ignoreCase2; G_B1_0 = L_3; G_B1_1 = L_2; G_B1_2 = L_1; if (!L_4) { G_B2_0 = L_3; G_B2_1 = L_2; G_B2_2 = L_1; goto IL_0018; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0019; } IL_0018: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0019: { NullCheck(G_B3_3); int32_t L_5 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, G_B3_3, G_B3_2, G_B3_1, G_B3_0); return L_5; } } // 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* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m1293271421_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; CompareInfo_t1092934962 * G_B4_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; CompareInfo_t1092934962 * G_B3_2 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; CompareInfo_t1092934962 * G_B5_3 = NULL; { CultureInfo_t4157843068 * L_0 = ___culture3; 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, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Compare_m1293271421_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___culture3; NullCheck(L_2); CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2); String_t* L_4 = ___strA0; String_t* L_5 = ___strB1; bool L_6 = ___ignoreCase2; G_B3_0 = L_5; G_B3_1 = L_4; G_B3_2 = L_3; if (!L_6) { G_B4_0 = L_5; G_B4_1 = L_4; G_B4_2 = L_3; goto IL_0025; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_0026; } IL_0025: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_0026: { NullCheck(G_B5_3); int32_t L_7 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, G_B5_3, G_B5_2, G_B5_1, G_B5_0); return L_7; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m2510091139 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m2510091139_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strA0; int32_t L_1 = ___indexA1; String_t* L_2 = ___strB2; int32_t L_3 = ___indexB3; int32_t L_4 = ___length4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_Compare_m945110377(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, (bool)0, L_5, /*hidden argument*/NULL); return L_6; } } // 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* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m1909778155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strA0; int32_t L_1 = ___indexA1; String_t* L_2 = ___strB2; int32_t L_3 = ___indexB3; int32_t L_4 = ___length4; bool L_5 = ___ignoreCase5; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_7 = String_Compare_m945110377(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m945110377 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, CultureInfo_t4157843068 * ___culture6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m945110377_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { CultureInfo_t4157843068 * L_0 = ___culture6; 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, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Compare_m945110377_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___indexA1; String_t* L_3 = ___strA0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) > ((int32_t)L_4))) { goto IL_0040; } } { int32_t L_5 = ___indexB3; String_t* L_6 = ___strB2; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) > ((int32_t)L_7))) { goto IL_0040; } } { int32_t L_8 = ___indexA1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0040; } } { int32_t L_9 = ___indexB3; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0040; } } { int32_t L_10 = ___length4; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0046; } } IL_0040: { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,String_Compare_m945110377_RuntimeMethod_var); } IL_0046: { int32_t L_12 = ___length4; if (L_12) { goto IL_004f; } } { return 0; } IL_004f: { String_t* L_13 = ___strA0; if (L_13) { goto IL_005f; } } { String_t* L_14 = ___strB2; if (L_14) { goto IL_005d; } } { return 0; } IL_005d: { return (-1); } IL_005f: { String_t* L_15 = ___strB2; if (L_15) { goto IL_0067; } } { return 1; } IL_0067: { bool L_16 = ___ignoreCase5; if (!L_16) { goto IL_0075; } } { V_0 = 1; goto IL_0077; } IL_0075: { V_0 = 0; } IL_0077: { int32_t L_17 = ___length4; V_1 = L_17; int32_t L_18 = ___length4; V_2 = L_18; int32_t L_19 = ___length4; String_t* L_20 = ___strA0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); int32_t L_22 = ___indexA1; if ((((int32_t)L_19) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))))) { goto IL_0095; } } { String_t* L_23 = ___strA0; NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); int32_t L_25 = ___indexA1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)); } IL_0095: { int32_t L_26 = ___length4; String_t* L_27 = ___strB2; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); int32_t L_29 = ___indexB3; if ((((int32_t)L_26) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29))))) { goto IL_00ad; } } { String_t* L_30 = ___strB2; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); int32_t L_32 = ___indexB3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)); } IL_00ad: { CultureInfo_t4157843068 * L_33 = ___culture6; NullCheck(L_33); CompareInfo_t1092934962 * L_34 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_33); String_t* L_35 = ___strA0; int32_t L_36 = ___indexA1; int32_t L_37 = V_1; String_t* L_38 = ___strB2; int32_t L_39 = ___indexB3; int32_t L_40 = V_2; int32_t L_41 = V_0; NullCheck(L_34); int32_t L_42 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_34, L_35, L_36, L_37, L_38, L_39, L_40, L_41); return L_42; } } // 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* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Compare_m3203413707_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___comparisonType2; V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0025; } case 1: { goto IL_0033; } case 2: { goto IL_0041; } case 3: { goto IL_004f; } case 4: { goto IL_005d; } case 5: { goto IL_0071; } } } { goto IL_0085; } IL_0025: { String_t* L_2 = ___strA0; String_t* L_3 = ___strB1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_5 = String_Compare_m1293271421(NULL /*static, unused*/, L_2, L_3, (bool)0, L_4, /*hidden argument*/NULL); return L_5; } IL_0033: { String_t* L_6 = ___strA0; String_t* L_7 = ___strB1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_9 = String_Compare_m1293271421(NULL /*static, unused*/, L_6, L_7, (bool)1, L_8, /*hidden argument*/NULL); return L_9; } IL_0041: { String_t* L_10 = ___strA0; String_t* L_11 = ___strB1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_13 = String_Compare_m1293271421(NULL /*static, unused*/, L_10, L_11, (bool)0, L_12, /*hidden argument*/NULL); return L_13; } IL_004f: { String_t* L_14 = ___strA0; String_t* L_15 = ___strB1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_17 = String_Compare_m1293271421(NULL /*static, unused*/, L_14, L_15, (bool)1, L_16, /*hidden argument*/NULL); return L_17; } IL_005d: { String_t* L_18 = ___strA0; String_t* L_19 = ___strB1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_20 = String_CompareOrdinalUnchecked_m2277084468(NULL /*static, unused*/, L_18, 0, ((int32_t)2147483647LL), L_19, 0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_20; } IL_0071: { String_t* L_21 = ___strA0; String_t* L_22 = ___strB1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_23 = String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579(NULL /*static, unused*/, L_21, 0, ((int32_t)2147483647LL), L_22, 0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_23; } IL_0085: { ObjectU5BU5D_t2843939325* L_24 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_25 = ___comparisonType2; int32_t L_26 = L_25; RuntimeObject * L_27 = Box(StringComparison_t3657712135_il2cpp_TypeInfo_var, &L_26); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_27); (L_24)->SetAt(static_cast(0), (RuntimeObject *)L_27); String_t* L_28 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral3564128177, L_24, /*hidden argument*/NULL); V_0 = L_28; String_t* L_29 = V_0; ArgumentException_t132251570 * L_30 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_30, L_29, _stringLiteral744351982, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,String_Compare_m3203413707_RuntimeMethod_var); } } // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_Equals_m2359609904 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Equals_m2359609904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___a0; String_t* L_1 = ___b1; int32_t L_2 = ___comparisonType2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_Compare_m3203413707(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.String::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareTo_m3030934538 (String_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareTo_m3030934538_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_0019; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,String_CompareTo_m3030934538_RuntimeMethod_var); } IL_0019: { RuntimeObject * L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_4 = String_Compare_m3735043349(NULL /*static, unused*/, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } } // System.Int32 System.String::CompareTo(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareTo_m3414379165 (String_t* __this, String_t* ___strB0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareTo_m3414379165_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strB0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { String_t* L_1 = ___strB0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_2 = String_Compare_m3735043349(NULL /*static, unused*/, __this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.String::CompareOrdinal(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m786132908 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareOrdinal_m786132908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strA0; String_t* L_1 = ___strB1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_2 = String_CompareOrdinalUnchecked_m2277084468(NULL /*static, unused*/, L_0, 0, ((int32_t)2147483647LL), L_1, 0, ((int32_t)2147483647LL), /*hidden argument*/NULL); return L_2; } } // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m1012192092 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareOrdinal_m1012192092_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___indexA1; String_t* L_1 = ___strA0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) > ((int32_t)L_2))) { goto IL_002e; } } { int32_t L_3 = ___indexB3; String_t* L_4 = ___strB2; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) > ((int32_t)L_5))) { goto IL_002e; } } { int32_t L_6 = ___indexA1; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_7 = ___indexB3; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_002e; } } { int32_t L_8 = ___length4; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0034; } } IL_002e: { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,String_CompareOrdinal_m1012192092_RuntimeMethod_var); } IL_0034: { String_t* L_10 = ___strA0; int32_t L_11 = ___indexA1; int32_t L_12 = ___length4; String_t* L_13 = ___strB2; int32_t L_14 = ___indexB3; int32_t L_15 = ___length4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_16 = String_CompareOrdinalUnchecked_m2277084468(NULL /*static, unused*/, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_m2277084468 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; { String_t* L_0 = ___strA0; if (L_0) { goto IL_0010; } } { String_t* L_1 = ___strB3; if (L_1) { goto IL_000e; } } { return 0; } IL_000e: { return (-1); } IL_0010: { String_t* L_2 = ___strB3; if (L_2) { goto IL_0018; } } { return 1; } IL_0018: { int32_t L_3 = ___lenA2; String_t* L_4 = ___strA0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); int32_t L_6 = ___indexA1; int32_t L_7 = Math_Min_m3468062251(NULL /*static, unused*/, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = ___lenB5; String_t* L_9 = ___strB3; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); int32_t L_11 = ___indexB4; int32_t L_12 = Math_Min_m3468062251(NULL /*static, unused*/, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_0; int32_t L_14 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_004d; } } { String_t* L_15 = ___strA0; String_t* L_16 = ___strB3; bool L_17 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_004d; } } { return 0; } IL_004d: { String_t* L_18 = ___strA0; V_7 = L_18; String_t* L_19 = V_7; int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_19)), (int32_t)L_20)); String_t* L_21 = ___strB3; V_8 = L_21; String_t* L_22 = V_8; int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_22)), (int32_t)L_23)); Il2CppChar* L_24 = V_2; int32_t L_25 = ___indexA1; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2)))); Il2CppChar* L_26 = V_4; int32_t L_27 = V_0; int32_t L_28 = V_1; int32_t L_29 = Math_Min_m3468062251(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2)))); Il2CppChar* L_30 = V_3; int32_t L_31 = ___indexB4; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2)))); goto IL_00aa; } IL_0089: { Il2CppChar* L_32 = V_4; Il2CppChar* L_33 = V_6; if ((((int32_t)(*((uint16_t*)L_32))) == ((int32_t)(*((uint16_t*)L_33))))) { goto IL_009c; } } { Il2CppChar* L_34 = V_4; Il2CppChar* L_35 = V_6; return ((int32_t)il2cpp_codegen_subtract((int32_t)(*((uint16_t*)L_34)), (int32_t)(*((uint16_t*)L_35)))); } IL_009c: { Il2CppChar* L_36 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_37 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)(((intptr_t)2)))); } IL_00aa: { Il2CppChar* L_38 = V_4; Il2CppChar* L_39 = V_5; if ((!(((uintptr_t)L_38) >= ((uintptr_t)L_39)))) { goto IL_0089; } } { int32_t L_40 = V_0; int32_t L_41 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)); } } // System.Int32 System.String::CompareOrdinalCaseInsensitiveUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CompareOrdinalCaseInsensitiveUnchecked_m2925624579_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar V_7 = 0x0; Il2CppChar V_8 = 0x0; String_t* V_9 = NULL; String_t* V_10 = NULL; { String_t* L_0 = ___strA0; if (L_0) { goto IL_0010; } } { String_t* L_1 = ___strB3; if (L_1) { goto IL_000e; } } { return 0; } IL_000e: { return (-1); } IL_0010: { String_t* L_2 = ___strB3; if (L_2) { goto IL_0018; } } { return 1; } IL_0018: { int32_t L_3 = ___lenA2; String_t* L_4 = ___strA0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); int32_t L_6 = ___indexA1; int32_t L_7 = Math_Min_m3468062251(NULL /*static, unused*/, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = ___lenB5; String_t* L_9 = ___strB3; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); int32_t L_11 = ___indexB4; int32_t L_12 = Math_Min_m3468062251(NULL /*static, unused*/, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_0; int32_t L_14 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_004d; } } { String_t* L_15 = ___strA0; String_t* L_16 = ___strB3; bool L_17 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_004d; } } { return 0; } IL_004d: { String_t* L_18 = ___strA0; V_9 = L_18; String_t* L_19 = V_9; int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_19)), (int32_t)L_20)); String_t* L_21 = ___strB3; V_10 = L_21; String_t* L_22 = V_10; int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_22)), (int32_t)L_23)); Il2CppChar* L_24 = V_2; int32_t L_25 = ___indexA1; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2)))); Il2CppChar* L_26 = V_4; int32_t L_27 = V_0; int32_t L_28 = V_1; int32_t L_29 = Math_Min_m3468062251(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2)))); Il2CppChar* L_30 = V_3; int32_t L_31 = ___indexB4; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)2)))); goto IL_00c5; } IL_0089: { Il2CppChar* L_32 = V_4; Il2CppChar* L_33 = V_6; if ((((int32_t)(*((uint16_t*)L_32))) == ((int32_t)(*((uint16_t*)L_33))))) { goto IL_00b7; } } { Il2CppChar* L_34 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_35 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_34)), /*hidden argument*/NULL); V_7 = L_35; Il2CppChar* L_36 = V_6; Il2CppChar L_37 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_36)), /*hidden argument*/NULL); V_8 = L_37; Il2CppChar L_38 = V_7; Il2CppChar L_39 = V_8; if ((((int32_t)L_38) == ((int32_t)L_39))) { goto IL_00b7; } } { Il2CppChar L_40 = V_7; Il2CppChar L_41 = V_8; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)); } IL_00b7: { Il2CppChar* L_42 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_43 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)(((intptr_t)2)))); } IL_00c5: { Il2CppChar* L_44 = V_4; Il2CppChar* L_45 = V_5; if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45)))) { goto IL_0089; } } { int32_t L_46 = V_0; int32_t L_47 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)); } } // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_EndsWith_m1901926500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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,String_EndsWith_m1901926500_RuntimeMethod_var); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2); String_t* L_4 = ___value0; NullCheck(L_3); bool L_5 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(13 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_3, __this, L_4, 0); return L_5; } } // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOfAny_m4159774896_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___anyOf0; if (L_0) { goto IL_000c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_IndexOfAny_m4159774896_RuntimeMethod_var); } IL_000c: { int32_t L_2 = __this->get_length_0(); if (L_2) { goto IL_0019; } } { return (-1); } IL_0019: { CharU5BU5D_t3528271667* L_3 = ___anyOf0; int32_t L_4 = __this->get_length_0(); int32_t L_5 = String_IndexOfAnyUnchecked_m953388766(__this, L_3, 0, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m2323029521 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOfAny_m2323029521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___anyOf0; if (L_0) { goto IL_000c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_IndexOfAny_m2323029521_RuntimeMethod_var); } IL_000c: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001f; } } { int32_t L_3 = ___startIndex1; int32_t L_4 = __this->get_length_0(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0025; } } IL_001f: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_IndexOfAny_m2323029521_RuntimeMethod_var); } IL_0025: { CharU5BU5D_t3528271667* L_6 = ___anyOf0; int32_t L_7 = ___startIndex1; int32_t L_8 = __this->get_length_0(); int32_t L_9 = ___startIndex1; int32_t L_10 = String_IndexOfAnyUnchecked_m953388766(__this, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); return L_10; } } // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m2882391940 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOfAny_m2882391940_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___anyOf0; if (L_0) { goto IL_000c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_IndexOfAny_m2882391940_RuntimeMethod_var); } IL_000c: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001f; } } { int32_t L_3 = ___startIndex1; int32_t L_4 = __this->get_length_0(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0025; } } IL_001f: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_IndexOfAny_m2882391940_RuntimeMethod_var); } IL_0025: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_003a; } } { int32_t L_7 = ___startIndex1; int32_t L_8 = __this->get_length_0(); int32_t L_9 = ___count2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))))) { goto IL_004a; } } IL_003a: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral2002595880, _stringLiteral1801104940, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,String_IndexOfAny_m2882391940_RuntimeMethod_var); } IL_004a: { CharU5BU5D_t3528271667* L_11 = ___anyOf0; int32_t L_12 = ___startIndex1; int32_t L_13 = ___count2; int32_t L_14 = String_IndexOfAnyUnchecked_m953388766(__this, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAnyUnchecked_m953388766 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; uintptr_t G_B8_0 = 0; { CharU5BU5D_t3528271667* L_0 = ___anyOf0; NullCheck(L_0); if ((((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) { goto IL_000a; } } { return (-1); } IL_000a: { CharU5BU5D_t3528271667* L_1 = ___anyOf0; NullCheck(L_1); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((uint32_t)1)))) { goto IL_001f; } } { CharU5BU5D_t3528271667* L_2 = ___anyOf0; NullCheck(L_2); int32_t L_3 = 0; uint16_t L_4 = (L_2)->GetAt(static_cast(L_3)); int32_t L_5 = ___startIndex1; int32_t L_6 = ___count2; int32_t L_7 = String_IndexOfUnchecked_m3677172170(__this, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_001f: { CharU5BU5D_t3528271667* L_8 = ___anyOf0; if (!L_8) { goto IL_002d; } } { CharU5BU5D_t3528271667* L_9 = ___anyOf0; NullCheck(L_9); if ((((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) { goto IL_0034; } } IL_002d: { G_B8_0 = (((uintptr_t)0)); goto IL_003b; } IL_0034: { CharU5BU5D_t3528271667* L_10 = ___anyOf0; NullCheck(L_10); G_B8_0 = ((uintptr_t)(((L_10)->GetAddressAt(static_cast(0))))); } IL_003b: { V_0 = (Il2CppChar*)G_B8_0; Il2CppChar* L_11 = V_0; V_1 = (*((uint16_t*)L_11)); Il2CppChar* L_12 = V_0; V_2 = (*((uint16_t*)L_12)); Il2CppChar* L_13 = V_0; CharU5BU5D_t3528271667* L_14 = ___anyOf0; NullCheck(L_14); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)2)))); Il2CppChar* L_15 = V_0; V_4 = (Il2CppChar*)L_15; goto IL_0071; } IL_0052: { Il2CppChar* L_16 = V_4; int32_t L_17 = V_1; if ((((int32_t)(*((uint16_t*)L_16))) <= ((int32_t)L_17))) { goto IL_0064; } } { Il2CppChar* L_18 = V_4; V_1 = (*((uint16_t*)L_18)); goto IL_0071; } IL_0064: { Il2CppChar* L_19 = V_4; int32_t L_20 = V_2; if ((((int32_t)(*((uint16_t*)L_19))) >= ((int32_t)L_20))) { goto IL_0071; } } { Il2CppChar* L_21 = V_4; V_2 = (*((uint16_t*)L_21)); } IL_0071: { Il2CppChar* L_22 = V_4; Il2CppChar* L_23 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)(((intptr_t)2)))); V_4 = (Il2CppChar*)L_23; Il2CppChar* L_24 = V_3; if ((!(((uintptr_t)L_23) == ((uintptr_t)L_24)))) { goto IL_0052; } } { Il2CppChar* L_25 = __this->get_address_of_start_char_1(); V_5 = (Il2CppChar*)L_25; Il2CppChar* L_26 = V_5; int32_t L_27 = ___startIndex1; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)2)))); Il2CppChar* L_28 = V_6; int32_t L_29 = ___count2; V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_29, (int32_t)2)))); goto IL_0100; } IL_009c: { Il2CppChar* L_30 = V_6; int32_t L_31 = V_1; if ((((int32_t)(*((uint16_t*)L_30))) > ((int32_t)L_31))) { goto IL_00ae; } } { Il2CppChar* L_32 = V_6; int32_t L_33 = V_2; if ((((int32_t)(*((uint16_t*)L_32))) >= ((int32_t)L_33))) { goto IL_00ba; } } IL_00ae: { Il2CppChar* L_34 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)(((intptr_t)2)))); goto IL_0100; } IL_00ba: { Il2CppChar* L_35 = V_6; Il2CppChar* L_36 = V_0; if ((!(((uint32_t)(*((uint16_t*)L_35))) == ((uint32_t)(*((uint16_t*)L_36)))))) { goto IL_00ce; } } { Il2CppChar* L_37 = V_6; Il2CppChar* L_38 = V_5; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)2)))))))); } IL_00ce: { Il2CppChar* L_39 = V_0; V_4 = (Il2CppChar*)L_39; goto IL_00eb; } IL_00d6: { Il2CppChar* L_40 = V_6; Il2CppChar* L_41 = V_4; if ((!(((uint32_t)(*((uint16_t*)L_40))) == ((uint32_t)(*((uint16_t*)L_41)))))) { goto IL_00eb; } } { Il2CppChar* L_42 = V_6; Il2CppChar* L_43 = V_5; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_42, (intptr_t)L_43))/(int32_t)2)))))))); } IL_00eb: { Il2CppChar* L_44 = V_4; Il2CppChar* L_45 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)(((intptr_t)2)))); V_4 = (Il2CppChar*)L_45; Il2CppChar* L_46 = V_3; if ((!(((uintptr_t)L_45) == ((uintptr_t)L_46)))) { goto IL_00d6; } } { Il2CppChar* L_47 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)(((intptr_t)2)))); } IL_0100: { Il2CppChar* L_48 = V_6; Il2CppChar* L_49 = V_7; if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49)))) { goto IL_009c; } } { V_5 = (Il2CppChar*)(((uintptr_t)0)); V_0 = (Il2CppChar*)(((uintptr_t)0)); return (-1); } } // System.Int32 System.String::IndexOf(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1298810678 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); int32_t L_2 = ___comparisonType1; int32_t L_3 = String_IndexOf_m3950524021(__this, L_0, 0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3950524021 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_m3950524021_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___comparisonType3; V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_0026; } case 1: { goto IL_003b; } case 2: { goto IL_0050; } case 3: { goto IL_0065; } case 4: { goto IL_007a; } case 5: { goto IL_0089; } } } { goto IL_0098; } IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2); String_t* L_4 = ___value0; int32_t L_5 = ___startIndex1; int32_t L_6 = ___count2; NullCheck(L_3); int32_t L_7 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_3, __this, L_4, L_5, L_6, 0); return L_7; } IL_003b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_CurrentCulture_m1632690660(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 = ___value0; int32_t L_11 = ___startIndex1; int32_t L_12 = ___count2; NullCheck(L_9); int32_t L_13 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_9, __this, L_10, L_11, L_12, 1); return L_13; } IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); CompareInfo_t1092934962 * L_15 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14); String_t* L_16 = ___value0; int32_t L_17 = ___startIndex1; int32_t L_18 = ___count2; NullCheck(L_15); int32_t L_19 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_15, __this, L_16, L_17, L_18, 0); return L_19; } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CompareInfo_t1092934962 * L_21 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_20); String_t* L_22 = ___value0; int32_t L_23 = ___startIndex1; int32_t L_24 = ___count2; NullCheck(L_21); int32_t L_25 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_21, __this, L_22, L_23, L_24, 1); return L_25; } IL_007a: { String_t* L_26 = ___value0; int32_t L_27 = ___startIndex1; int32_t L_28 = ___count2; int32_t L_29 = String_IndexOfOrdinal_m962178384(__this, L_26, L_27, L_28, ((int32_t)1073741824), /*hidden argument*/NULL); return L_29; } IL_0089: { String_t* L_30 = ___value0; int32_t L_31 = ___startIndex1; int32_t L_32 = ___count2; int32_t L_33 = String_IndexOfOrdinal_m962178384(__this, L_30, L_31, L_32, ((int32_t)268435456), /*hidden argument*/NULL); return L_33; } IL_0098: { ObjectU5BU5D_t2843939325* L_34 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_35 = ___comparisonType3; int32_t L_36 = L_35; RuntimeObject * L_37 = Box(StringComparison_t3657712135_il2cpp_TypeInfo_var, &L_36); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_37); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_37); String_t* L_38 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral3564128177, L_34, /*hidden argument*/NULL); V_0 = L_38; String_t* L_39 = V_0; ArgumentException_t132251570 * L_40 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_40, L_39, _stringLiteral744351982, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,String_IndexOf_m3950524021_RuntimeMethod_var); } } // System.Int32 System.String::IndexOfOrdinal(System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfOrdinal_m962178384 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___options3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOfOrdinal_m962178384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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,String_IndexOfOrdinal_m962178384_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral2410720131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_IndexOfOrdinal_m962178384_RuntimeMethod_var); } IL_0023: { int32_t L_4 = ___count2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0038; } } { int32_t L_5 = __this->get_length_0(); int32_t L_6 = ___startIndex1; int32_t L_7 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))) >= ((int32_t)L_7))) { goto IL_0043; } } IL_0038: { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_8, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,String_IndexOfOrdinal_m962178384_RuntimeMethod_var); } IL_0043: { int32_t L_9 = ___options3; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)1073741824))))) { goto IL_0059; } } { String_t* L_10 = ___value0; int32_t L_11 = ___startIndex1; int32_t L_12 = ___count2; int32_t L_13 = String_IndexOfOrdinalUnchecked_m460601827(__this, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0059: { String_t* L_14 = ___value0; int32_t L_15 = ___startIndex1; int32_t L_16 = ___count2; int32_t L_17 = String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141(__this, L_14, L_15, L_16, /*hidden argument*/NULL); return L_17; } } // System.Int32 System.String::IndexOfOrdinalUnchecked(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfOrdinalUnchecked_m460601827 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___count2; int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0010; } } { return (-1); } IL_0010: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)1))) { goto IL_0030; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_002e; } } { String_t* L_6 = ___value0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 0, /*hidden argument*/NULL); int32_t L_8 = ___startIndex1; int32_t L_9 = ___count2; int32_t L_10 = String_IndexOfUnchecked_m3677172170(__this, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_002e: { int32_t L_11 = ___startIndex1; return L_11; } IL_0030: { V_6 = __this; String_t* L_12 = V_6; int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13)); String_t* L_14 = ___value0; V_7 = L_14; String_t* L_15 = V_7; int32_t L_16 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_15)), (int32_t)L_16)); Il2CppChar* L_17 = V_1; int32_t L_18 = ___startIndex1; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)))); Il2CppChar* L_19 = V_3; int32_t L_20 = ___count2; int32_t L_21 = V_0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)))), (int32_t)2)); goto IL_00a6; } IL_0062: { Il2CppChar* L_22 = V_3; Il2CppChar* L_23 = V_2; if ((!(((uint32_t)(*((uint16_t*)L_22))) == ((uint32_t)(*((uint16_t*)L_23)))))) { goto IL_00a1; } } { V_5 = 1; goto IL_0091; } IL_0073: { Il2CppChar* L_24 = V_3; int32_t L_25 = V_5; Il2CppChar* L_26 = V_2; int32_t L_27 = V_5; if ((((int32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_25, (int32_t)2))))))) == ((int32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)2))))))))) { goto IL_008b; } } { goto IL_00a1; } IL_008b: { int32_t L_28 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0091: { int32_t L_29 = V_5; int32_t L_30 = V_0; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0073; } } { Il2CppChar* L_31 = V_3; Il2CppChar* L_32 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/(int32_t)2)))))))); } IL_00a1: { Il2CppChar* L_33 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)(((intptr_t)2)))); } IL_00a6: { Il2CppChar* L_34 = V_3; Il2CppChar* L_35 = V_4; if ((!(((uintptr_t)L_34) == ((uintptr_t)L_35)))) { goto IL_0062; } } { V_6 = (String_t*)NULL; V_7 = (String_t*)NULL; return (-1); } } // System.Int32 System.String::IndexOfOrdinalIgnoreCaseUnchecked(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOfOrdinalIgnoreCaseUnchecked_m2823953141_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___count2; int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0010; } } { return (-1); } IL_0010: { int32_t L_4 = V_0; if (L_4) { goto IL_0018; } } { int32_t L_5 = ___startIndex1; return L_5; } IL_0018: { V_6 = __this; String_t* L_6 = V_6; int32_t L_7 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_6)), (int32_t)L_7)); String_t* L_8 = ___value0; V_7 = L_8; String_t* L_9 = V_7; int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_9)), (int32_t)L_10)); Il2CppChar* L_11 = V_1; int32_t L_12 = ___startIndex1; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2)))); Il2CppChar* L_13 = V_3; int32_t L_14 = ___count2; int32_t L_15 = V_0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)))), (int32_t)2)); goto IL_008f; } IL_004a: { V_5 = 0; goto IL_007a; } IL_0052: { Il2CppChar* L_16 = V_3; int32_t L_17 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_18 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)))))), /*hidden argument*/NULL); Il2CppChar* L_19 = V_2; int32_t L_20 = V_5; Il2CppChar L_21 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)2)))))), /*hidden argument*/NULL); if ((((int32_t)L_18) == ((int32_t)L_21))) { goto IL_0074; } } { goto IL_008a; } IL_0074: { int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007a: { int32_t L_23 = V_5; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0052; } } { Il2CppChar* L_25 = V_3; Il2CppChar* L_26 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_25, (intptr_t)L_26))/(int32_t)2)))))))); } IL_008a: { Il2CppChar* L_27 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)(((intptr_t)2)))); } IL_008f: { Il2CppChar* L_28 = V_3; Il2CppChar* L_29 = V_4; if ((!(((uintptr_t)L_28) == ((uintptr_t)L_29)))) { goto IL_004a; } } { V_6 = (String_t*)NULL; V_7 = (String_t*)NULL; return (-1); } } // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_length_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { Il2CppChar L_1 = ___value0; int32_t L_2 = __this->get_length_0(); int32_t L_3 = String_IndexOfUnchecked_m3677172170(__this, L_1, 0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_m2466398549_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_IndexOf_m2466398549_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___startIndex1; int32_t L_3 = __this->get_length_0(); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0033; } } { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_4, _stringLiteral2410720131, _stringLiteral1517822683, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,String_IndexOf_m2466398549_RuntimeMethod_var); } IL_0033: { int32_t L_5 = ___startIndex1; if (L_5) { goto IL_0044; } } { int32_t L_6 = __this->get_length_0(); if (!L_6) { goto IL_0050; } } IL_0044: { int32_t L_7 = ___startIndex1; int32_t L_8 = __this->get_length_0(); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0052; } } IL_0050: { return (-1); } IL_0052: { Il2CppChar L_9 = ___value0; int32_t L_10 = ___startIndex1; int32_t L_11 = __this->get_length_0(); int32_t L_12 = ___startIndex1; int32_t L_13 = String_IndexOfUnchecked_m3677172170(__this, L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL); return L_13; } } // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1248948328 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_m1248948328_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___startIndex1; int32_t L_2 = __this->get_length_0(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0023; } } IL_0013: { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral2420430958, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_IndexOf_m1248948328_RuntimeMethod_var); } IL_0023: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003a; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_IndexOf_m1248948328_RuntimeMethod_var); } IL_003a: { int32_t L_6 = ___startIndex1; int32_t L_7 = __this->get_length_0(); int32_t L_8 = ___count2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))))) { goto IL_0058; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral3084170034, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,String_IndexOf_m1248948328_RuntimeMethod_var); } IL_0058: { int32_t L_10 = ___startIndex1; if (L_10) { goto IL_0069; } } { int32_t L_11 = __this->get_length_0(); if (!L_11) { goto IL_007b; } } IL_0069: { int32_t L_12 = ___startIndex1; int32_t L_13 = __this->get_length_0(); if ((((int32_t)L_12) == ((int32_t)L_13))) { goto IL_007b; } } { int32_t L_14 = ___count2; if (L_14) { goto IL_007d; } } IL_007b: { return (-1); } IL_007d: { Il2CppChar L_15 = ___value0; int32_t L_16 = ___startIndex1; int32_t L_17 = ___count2; int32_t L_18 = String_IndexOfUnchecked_m3677172170(__this, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m3677172170 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { Il2CppChar L_0 = ___value0; V_0 = L_0; Il2CppChar* L_1 = __this->get_address_of_start_char_1(); V_1 = (Il2CppChar*)L_1; Il2CppChar* L_2 = V_1; int32_t L_3 = ___startIndex1; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))); Il2CppChar* L_4 = V_2; int32_t L_5 = ___count2; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)3))<<(int32_t)3)), (int32_t)2)))); goto IL_00c9; } IL_001e: { Il2CppChar* L_6 = V_2; int32_t L_7 = V_0; if ((!(((uint32_t)(*((uint16_t*)L_6))) == ((uint32_t)L_7)))) { goto IL_002e; } } { Il2CppChar* L_8 = V_2; Il2CppChar* L_9 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/(int32_t)2)))))))); } IL_002e: { Il2CppChar* L_10 = V_2; int32_t L_11 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2))))) == ((uint32_t)L_11)))) { goto IL_0043; } } { Il2CppChar* L_12 = V_2; Il2CppChar* L_13 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)1)))))))); } IL_0043: { Il2CppChar* L_14 = V_2; int32_t L_15 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)4))))) == ((uint32_t)L_15)))) { goto IL_0058; } } { Il2CppChar* L_16 = V_2; Il2CppChar* L_17 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_16, (intptr_t)L_17))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)2)))))))); } IL_0058: { Il2CppChar* L_18 = V_2; int32_t L_19 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)6))))) == ((uint32_t)L_19)))) { goto IL_006d; } } { Il2CppChar* L_20 = V_2; Il2CppChar* L_21 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)3)))))))); } IL_006d: { Il2CppChar* L_22 = V_2; int32_t L_23 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)8))))) == ((uint32_t)L_23)))) { goto IL_0082; } } { Il2CppChar* L_24 = V_2; Il2CppChar* L_25 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_24, (intptr_t)L_25))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)4)))))))); } IL_0082: { Il2CppChar* L_26 = V_2; int32_t L_27 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)10)))))) == ((uint32_t)L_27)))) { goto IL_0098; } } { Il2CppChar* L_28 = V_2; Il2CppChar* L_29 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_28, (intptr_t)L_29))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)5)))))))); } IL_0098: { Il2CppChar* L_30 = V_2; int32_t L_31 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)12)))))) == ((uint32_t)L_31)))) { goto IL_00ae; } } { Il2CppChar* L_32 = V_2; Il2CppChar* L_33 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, (intptr_t)L_33))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)6)))))))); } IL_00ae: { Il2CppChar* L_34 = V_2; int32_t L_35 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)((int32_t)14)))))) == ((uint32_t)L_35)))) { goto IL_00c4; } } { Il2CppChar* L_36 = V_2; Il2CppChar* L_37 = V_1; return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)7)))))))); } IL_00c4: { Il2CppChar* L_38 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)((int32_t)16))); } IL_00c9: { Il2CppChar* L_39 = V_2; Il2CppChar* L_40 = V_3; if ((!(((uintptr_t)L_39) == ((uintptr_t)L_40)))) { goto IL_001e; } } { Il2CppChar* L_41 = V_3; int32_t L_42 = ___count2; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_42&(int32_t)7)), (int32_t)2)))); goto IL_00f2; } IL_00dd: { Il2CppChar* L_43 = V_2; int32_t L_44 = V_0; if ((!(((uint32_t)(*((uint16_t*)L_43))) == ((uint32_t)L_44)))) { goto IL_00ed; } } { Il2CppChar* L_45 = V_2; Il2CppChar* L_46 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2)))))))); } IL_00ed: { Il2CppChar* L_47 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)(((intptr_t)2)))); } IL_00f2: { Il2CppChar* L_48 = V_2; Il2CppChar* L_49 = V_3; if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49)))) { goto IL_00dd; } } { return (-1); } } // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_m1977622757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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,String_IndexOf_m1977622757_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3 = L_2->get_length_0(); if (L_3) { goto IL_001e; } } { return 0; } IL_001e: { int32_t L_4 = __this->get_length_0(); if (L_4) { goto IL_002b; } } { return (-1); } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_5); CompareInfo_t1092934962 * L_6 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_5); String_t* L_7 = ___value0; int32_t L_8 = __this->get_length_0(); NullCheck(L_6); int32_t L_9 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_6, __this, L_7, 0, L_8, ((int32_t)1073741824)); return L_9; } } // System.Int32 System.String::IndexOf(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3406607758 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = __this->get_length_0(); int32_t L_3 = ___startIndex1; int32_t L_4 = String_IndexOf_m2410372598(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); return L_4; } } // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2410372598 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_IndexOf_m2410372598_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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,String_IndexOf_m2410372598_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0024; } } { int32_t L_3 = ___startIndex1; int32_t L_4 = __this->get_length_0(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0034; } } IL_0024: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral2876428312, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_IndexOf_m2410372598_RuntimeMethod_var); } IL_0034: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0049; } } { int32_t L_7 = ___startIndex1; int32_t L_8 = __this->get_length_0(); int32_t L_9 = ___count2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))))) { goto IL_0059; } } IL_0049: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral2002595880, _stringLiteral1833142536, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,String_IndexOf_m2410372598_RuntimeMethod_var); } IL_0059: { String_t* L_11 = ___value0; NullCheck(L_11); int32_t L_12 = L_11->get_length_0(); if (L_12) { goto IL_0066; } } { int32_t L_13 = ___startIndex1; return L_13; } IL_0066: { int32_t L_14 = ___startIndex1; if (L_14) { goto IL_0079; } } { int32_t L_15 = __this->get_length_0(); if (L_15) { goto IL_0079; } } { return (-1); } IL_0079: { int32_t L_16 = ___count2; if (L_16) { goto IL_0081; } } { return (-1); } IL_0081: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_17 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_17); CompareInfo_t1092934962 * L_18 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_17); String_t* L_19 = ___value0; int32_t L_20 = ___startIndex1; int32_t L_21 = ___count2; NullCheck(L_18); int32_t L_22 = VirtFuncInvoker4< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(10 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32) */, L_18, __this, L_19, L_20, L_21); return L_22; } } // System.Int32 System.String::LastIndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m545540478 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_LastIndexOfAny_m545540478_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___anyOf0; if (L_0) { goto IL_000c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_LastIndexOfAny_m545540478_RuntimeMethod_var); } IL_000c: { CharU5BU5D_t3528271667* L_2 = ___anyOf0; int32_t L_3 = __this->get_length_0(); int32_t L_4 = __this->get_length_0(); int32_t L_5 = String_LastIndexOfAnyUnchecked_m1231532039(__this, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAnyUnchecked_m1231532039 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; String_t* V_6 = NULL; uintptr_t G_B6_0 = 0; { CharU5BU5D_t3528271667* L_0 = ___anyOf0; NullCheck(L_0); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)1)))) { goto IL_0015; } } { CharU5BU5D_t3528271667* L_1 = ___anyOf0; NullCheck(L_1); int32_t L_2 = 0; uint16_t L_3 = (L_1)->GetAt(static_cast(L_2)); int32_t L_4 = ___startIndex1; int32_t L_5 = ___count2; int32_t L_6 = String_LastIndexOfUnchecked_m2119268555(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0015: { V_6 = __this; String_t* L_7 = V_6; int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8)); CharU5BU5D_t3528271667* L_9 = ___anyOf0; if (!L_9) { goto IL_0030; } } { CharU5BU5D_t3528271667* L_10 = ___anyOf0; NullCheck(L_10); if ((((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) { goto IL_0037; } } IL_0030: { G_B6_0 = (((uintptr_t)0)); goto IL_003e; } IL_0037: { CharU5BU5D_t3528271667* L_11 = ___anyOf0; NullCheck(L_11); G_B6_0 = ((uintptr_t)(((L_11)->GetAddressAt(static_cast(0))))); } IL_003e: { V_1 = (Il2CppChar*)G_B6_0; Il2CppChar* L_12 = V_0; int32_t L_13 = ___startIndex1; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)))); Il2CppChar* L_14 = V_2; int32_t L_15 = ___count2; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)))); Il2CppChar* L_16 = V_1; CharU5BU5D_t3528271667* L_17 = ___anyOf0; NullCheck(L_17); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))), (int32_t)2)))); goto IL_0088; } IL_0059: { Il2CppChar* L_18 = V_1; V_4 = (Il2CppChar*)L_18; goto IL_007a; } IL_0061: { Il2CppChar* L_19 = V_4; Il2CppChar* L_20 = V_2; if ((!(((uint32_t)(*((uint16_t*)L_19))) == ((uint32_t)(*((uint16_t*)L_20)))))) { goto IL_0073; } } { Il2CppChar* L_21 = V_2; Il2CppChar* L_22 = V_0; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, (intptr_t)L_22))/(int32_t)2)))))))); } IL_0073: { Il2CppChar* L_23 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)(((intptr_t)2)))); } IL_007a: { Il2CppChar* L_24 = V_4; Il2CppChar* L_25 = V_5; if ((!(((uintptr_t)L_24) == ((uintptr_t)L_25)))) { goto IL_0061; } } { Il2CppChar* L_26 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_26, (intptr_t)(((intptr_t)2)))); } IL_0088: { Il2CppChar* L_27 = V_2; Il2CppChar* L_28 = V_3; if ((!(((uintptr_t)L_27) == ((uintptr_t)L_28)))) { goto IL_0059; } } { return (-1); } } // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_length_0(); if (L_0) { goto IL_000d; } } { return (-1); } IL_000d: { Il2CppChar L_1 = ___value0; int32_t L_2 = __this->get_length_0(); int32_t L_3 = __this->get_length_0(); int32_t L_4 = String_LastIndexOfUnchecked_m2119268555(__this, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m578673845 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___startIndex1; int32_t L_3 = String_LastIndexOf_m3228770703(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3228770703 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_LastIndexOf_m3228770703_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex1; if (L_0) { goto IL_0013; } } { int32_t L_1 = __this->get_length_0(); if (L_1) { goto IL_0013; } } { return (-1); } IL_0013: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0026; } } { int32_t L_3 = ___startIndex1; int32_t L_4 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0036; } } IL_0026: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral2501118546, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_LastIndexOf_m3228770703_RuntimeMethod_var); } IL_0036: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0049; } } { int32_t L_7 = ___count2; int32_t L_8 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_0059; } } IL_0049: { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral495425633, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,String_LastIndexOf_m3228770703_RuntimeMethod_var); } IL_0059: { int32_t L_10 = ___startIndex1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_006f; } } { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral1327129032, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,String_LastIndexOf_m3228770703_RuntimeMethod_var); } IL_006f: { Il2CppChar L_13 = ___value0; int32_t L_14 = ___startIndex1; int32_t L_15 = ___count2; int32_t L_16 = String_LastIndexOfUnchecked_m2119268555(__this, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUnchecked_m2119268555 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { Il2CppChar L_0 = ___value0; V_0 = L_0; Il2CppChar* L_1 = __this->get_address_of_start_char_1(); V_1 = (Il2CppChar*)L_1; Il2CppChar* L_2 = V_1; int32_t L_3 = ___startIndex1; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))); Il2CppChar* L_4 = V_2; int32_t L_5 = ___count2; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5>>(int32_t)3))<<(int32_t)3)), (int32_t)2)))); goto IL_00c6; } IL_001e: { Il2CppChar* L_6 = V_2; int32_t L_7 = V_0; if ((!(((uint32_t)(*((uint16_t*)L_6))) == ((uint32_t)L_7)))) { goto IL_002e; } } { Il2CppChar* L_8 = V_2; Il2CppChar* L_9 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/(int32_t)2)))))))); } IL_002e: { Il2CppChar* L_10 = V_2; int32_t L_11 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)((int32_t)-2)))))) == ((uint32_t)L_11)))) { goto IL_0043; } } { Il2CppChar* L_12 = V_2; Il2CppChar* L_13 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2)))))))), (int32_t)1)); } IL_0043: { Il2CppChar* L_14 = V_2; int32_t L_15 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)-4)))))) == ((uint32_t)L_15)))) { goto IL_0058; } } { Il2CppChar* L_16 = V_2; Il2CppChar* L_17 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_16, (intptr_t)L_17))/(int32_t)2)))))))), (int32_t)2)); } IL_0058: { Il2CppChar* L_18 = V_2; int32_t L_19 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)((int32_t)-6)))))) == ((uint32_t)L_19)))) { goto IL_006d; } } { Il2CppChar* L_20 = V_2; Il2CppChar* L_21 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2)))))))), (int32_t)3)); } IL_006d: { Il2CppChar* L_22 = V_2; int32_t L_23 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)-8)))))) == ((uint32_t)L_23)))) { goto IL_0082; } } { Il2CppChar* L_24 = V_2; Il2CppChar* L_25 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_24, (intptr_t)L_25))/(int32_t)2)))))))), (int32_t)4)); } IL_0082: { Il2CppChar* L_26 = V_2; int32_t L_27 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)-10)))))) == ((uint32_t)L_27)))) { goto IL_0097; } } { Il2CppChar* L_28 = V_2; Il2CppChar* L_29 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_28, (intptr_t)L_29))/(int32_t)2)))))))), (int32_t)5)); } IL_0097: { Il2CppChar* L_30 = V_2; int32_t L_31 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)((int32_t)-12)))))) == ((uint32_t)L_31)))) { goto IL_00ac; } } { Il2CppChar* L_32 = V_2; Il2CppChar* L_33 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, (intptr_t)L_33))/(int32_t)2)))))))), (int32_t)6)); } IL_00ac: { Il2CppChar* L_34 = V_2; int32_t L_35 = V_0; if ((!(((uint32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)((int32_t)-14)))))) == ((uint32_t)L_35)))) { goto IL_00c1; } } { Il2CppChar* L_36 = V_2; Il2CppChar* L_37 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2)))))))), (int32_t)7)); } IL_00c1: { Il2CppChar* L_38 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_38, (int32_t)((int32_t)16))); } IL_00c6: { Il2CppChar* L_39 = V_2; Il2CppChar* L_40 = V_3; if ((!(((uintptr_t)L_39) == ((uintptr_t)L_40)))) { goto IL_001e; } } { Il2CppChar* L_41 = V_3; int32_t L_42 = ___count2; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_41, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_42&(int32_t)7)), (int32_t)2)))); goto IL_00ef; } IL_00da: { Il2CppChar* L_43 = V_2; int32_t L_44 = V_0; if ((!(((uint32_t)(*((uint16_t*)L_43))) == ((uint32_t)L_44)))) { goto IL_00ea; } } { Il2CppChar* L_45 = V_2; Il2CppChar* L_46 = V_1; return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2)))))))); } IL_00ea: { Il2CppChar* L_47 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)(((intptr_t)2)))); } IL_00ef: { Il2CppChar* L_48 = V_2; Il2CppChar* L_49 = V_3; if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49)))) { goto IL_00da; } } { return (-1); } } // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_length_0(); if (L_0) { goto IL_0015; } } { String_t* L_1 = ___value0; int32_t L_2 = String_LastIndexOf_m95398196(__this, L_1, 0, 0, /*hidden argument*/NULL); return L_2; } IL_0015: { String_t* L_3 = ___value0; int32_t L_4 = __this->get_length_0(); int32_t L_5 = __this->get_length_0(); int32_t L_6 = String_LastIndexOf_m95398196(__this, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m95398196 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_LastIndexOf_m95398196_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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,String_LastIndexOf_m95398196_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)(-1)))) { goto IL_0024; } } { int32_t L_3 = ___startIndex1; int32_t L_4 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0034; } } IL_0024: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral495425633, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_LastIndexOf_m95398196_RuntimeMethod_var); } IL_0034: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0047; } } { int32_t L_7 = ___count2; int32_t L_8 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)L_8))) { goto IL_0057; } } IL_0047: { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral495425633, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,String_LastIndexOf_m95398196_RuntimeMethod_var); } IL_0057: { int32_t L_10 = ___startIndex1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), (int32_t)1))) >= ((int32_t)0))) { goto IL_006d; } } { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_12, _stringLiteral1327129032, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,String_LastIndexOf_m95398196_RuntimeMethod_var); } IL_006d: { String_t* L_13 = ___value0; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_007a; } } { int32_t L_15 = ___startIndex1; return L_15; } IL_007a: { int32_t L_16 = ___startIndex1; if (L_16) { goto IL_008d; } } { int32_t L_17 = __this->get_length_0(); if (L_17) { goto IL_008d; } } { return (-1); } IL_008d: { int32_t L_18 = __this->get_length_0(); if (L_18) { goto IL_00a6; } } { String_t* L_19 = ___value0; NullCheck(L_19); int32_t L_20 = L_19->get_length_0(); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00a6; } } { return (-1); } IL_00a6: { int32_t L_21 = ___count2; if (L_21) { goto IL_00ae; } } { return (-1); } IL_00ae: { int32_t L_22 = ___startIndex1; int32_t L_23 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)L_23)))) { goto IL_00bf; } } { int32_t L_24 = ___startIndex1; ___startIndex1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); } IL_00bf: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_25 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_25); CompareInfo_t1092934962 * L_26 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_25); String_t* L_27 = ___value0; int32_t L_28 = ___startIndex1; int32_t L_29 = ___count2; NullCheck(L_26); int32_t L_30 = VirtFuncInvoker4< int32_t, String_t*, String_t*, int32_t, int32_t >::Invoke(14 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32) */, L_26, __this, L_27, L_28, L_29); return L_30; } } // System.Boolean System.String::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_Contains_m1147431944 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = String_IndexOf_m1977622757(__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.String::IsNullOrEmpty(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m2969720369 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { String_t* L_0 = ___value0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_0012; } IL_0011: { G_B3_0 = 1; } IL_0012: { return (bool)G_B3_0; } } // System.String System.String::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m1524948975 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Remove_m1524948975_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral1885766577, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Remove_m1524948975_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___startIndex0; int32_t L_3 = __this->get_length_0(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0033; } } { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_4, _stringLiteral2410720131, _stringLiteral2817464207, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,String_Remove_m1524948975_RuntimeMethod_var); } IL_0033: { int32_t L_5 = ___startIndex0; int32_t L_6 = __this->get_length_0(); int32_t L_7 = ___startIndex0; String_t* L_8 = String_Remove_m562998446(__this, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); return L_8; } } // System.String System.String::PadLeft(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_PadLeft_m1263950263 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_PadLeft_m1263950263_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; { int32_t L_0 = ___totalWidth0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1314554310, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_PadLeft_m1263950263_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___totalWidth0; int32_t L_3 = __this->get_length_0(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0025; } } { return __this; } IL_0025: { int32_t L_4 = ___totalWidth0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; V_5 = L_6; String_t* L_7 = V_5; int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8)); V_6 = __this; String_t* L_9 = V_6; int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_9)), (int32_t)L_10)); Il2CppChar* L_11 = V_1; V_3 = (Il2CppChar*)L_11; Il2CppChar* L_12 = V_1; int32_t L_13 = ___totalWidth0; int32_t L_14 = __this->get_length_0(); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)2)))); goto IL_0063; } IL_005b: { Il2CppChar* L_15 = V_3; Il2CppChar* L_16 = (Il2CppChar*)L_15; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)(((intptr_t)2)))); Il2CppChar L_17 = ___paddingChar1; *((int16_t*)(L_16)) = (int16_t)L_17; } IL_0063: { Il2CppChar* L_18 = V_3; Il2CppChar* L_19 = V_4; if ((!(((uintptr_t)L_18) == ((uintptr_t)L_19)))) { goto IL_005b; } } { Il2CppChar* L_20 = V_4; Il2CppChar* L_21 = V_2; int32_t L_22 = __this->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_20, (Il2CppChar*)(Il2CppChar*)L_21, L_22, /*hidden argument*/NULL); V_5 = (String_t*)NULL; V_6 = (String_t*)NULL; String_t* L_23 = V_0; return L_23; } } // System.String System.String::PadRight(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_PadRight_m50345030 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_PadRight_m50345030_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; { int32_t L_0 = ___totalWidth0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1314554310, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_PadRight_m50345030_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___totalWidth0; int32_t L_3 = __this->get_length_0(); if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_0025; } } { return __this; } IL_0025: { int32_t L_4 = ___totalWidth0; if (L_4) { goto IL_0031; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_5; } IL_0031: { int32_t L_6 = ___totalWidth0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; V_5 = L_8; String_t* L_9 = V_5; int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_9)), (int32_t)L_10)); V_6 = __this; String_t* L_11 = V_6; int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_11)), (int32_t)L_12)); Il2CppChar* L_13 = V_1; Il2CppChar* L_14 = V_2; int32_t L_15 = __this->get_length_0(); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, /*hidden argument*/NULL); Il2CppChar* L_16 = V_1; int32_t L_17 = __this->get_length_0(); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)))); Il2CppChar* L_18 = V_1; int32_t L_19 = ___totalWidth0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2)))); goto IL_007e; } IL_0076: { Il2CppChar* L_20 = V_3; Il2CppChar* L_21 = (Il2CppChar*)L_20; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)(((intptr_t)2)))); Il2CppChar L_22 = ___paddingChar1; *((int16_t*)(L_21)) = (int16_t)L_22; } IL_007e: { Il2CppChar* L_23 = V_3; Il2CppChar* L_24 = V_4; if ((!(((uintptr_t)L_23) == ((uintptr_t)L_24)))) { goto IL_0076; } } { V_5 = (String_t*)NULL; V_6 = (String_t*)NULL; String_t* L_25 = V_0; return L_25; } } // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_StartsWith_m1759067526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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,String_StartsWith_m1759067526_RuntimeMethod_var); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_2); CompareInfo_t1092934962 * L_3 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2); String_t* L_4 = ___value0; NullCheck(L_3); bool L_5 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_3, __this, L_4, 0); return L_5; } } // System.Boolean System.String::StartsWith(System.String,System.StringComparison) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m2640722675 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_StartsWith_m2640722675_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___value0; 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,String_StartsWith_m2640722675_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___comparisonType1; V_1 = L_2; int32_t L_3 = V_1; switch (L_3) { case 0: { goto IL_0036; } case 1: { goto IL_0049; } case 2: { goto IL_005c; } case 3: { goto IL_006f; } case 4: { goto IL_0082; } case 5: { goto IL_0099; } } } { goto IL_00b0; } IL_0036: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_4); CompareInfo_t1092934962 * L_5 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_4); String_t* L_6 = ___value0; NullCheck(L_5); bool L_7 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_5, __this, L_6, 0); return L_7; } IL_0049: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_CurrentCulture_m1632690660(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 = ___value0; NullCheck(L_9); bool L_11 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_9, __this, L_10, 1); return L_11; } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); CompareInfo_t1092934962 * L_13 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_12); String_t* L_14 = ___value0; NullCheck(L_13); bool L_15 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_13, __this, L_14, 0); return L_15; } IL_006f: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); CompareInfo_t1092934962 * L_17 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_16); String_t* L_18 = ___value0; NullCheck(L_17); bool L_19 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_17, __this, L_18, 1); return L_19; } IL_0082: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_20 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); CompareInfo_t1092934962 * L_21 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_20); String_t* L_22 = ___value0; NullCheck(L_21); bool L_23 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_21, __this, L_22, ((int32_t)1073741824)); return L_23; } IL_0099: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_24 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_24); CompareInfo_t1092934962 * L_25 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_24); String_t* L_26 = ___value0; NullCheck(L_25); bool L_27 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(12 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_25, __this, L_26, ((int32_t)268435456)); return L_27; } IL_00b0: { ObjectU5BU5D_t2843939325* L_28 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); int32_t L_29 = ___comparisonType1; int32_t L_30 = L_29; RuntimeObject * L_31 = Box(StringComparison_t3657712135_il2cpp_TypeInfo_var, &L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_31); String_t* L_32 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral3564128177, L_28, /*hidden argument*/NULL); V_0 = L_32; String_t* L_33 = V_0; ArgumentException_t132251570 * L_34 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_34, L_33, _stringLiteral744351982, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,String_StartsWith_m2640722675_RuntimeMethod_var); } } // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Replace_m3726209165_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; String_t* V_7 = NULL; { int32_t L_0 = __this->get_length_0(); if (!L_0) { goto IL_0012; } } { Il2CppChar L_1 = ___oldChar0; Il2CppChar L_2 = ___newChar1; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0014; } } IL_0012: { return __this; } IL_0014: { Il2CppChar L_3 = ___oldChar0; int32_t L_4 = __this->get_length_0(); int32_t L_5 = String_IndexOfUnchecked_m3677172170(__this, L_3, 0, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_002c; } } { return __this; } IL_002c: { int32_t L_7 = V_0; if ((((int32_t)L_7) >= ((int32_t)4))) { goto IL_0035; } } { V_0 = 0; } IL_0035: { int32_t L_8 = __this->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_1; V_7 = L_10; String_t* L_11 = V_7; int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_11)), (int32_t)L_12)); Il2CppChar* L_13 = __this->get_address_of_start_char_1(); V_3 = (Il2CppChar*)L_13; int32_t L_14 = V_0; if (!L_14) { goto IL_0063; } } { Il2CppChar* L_15 = V_2; Il2CppChar* L_16 = V_3; int32_t L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_15, (Il2CppChar*)(Il2CppChar*)L_16, L_17, /*hidden argument*/NULL); } IL_0063: { Il2CppChar* L_18 = V_2; int32_t L_19 = __this->get_length_0(); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)2)))); Il2CppChar* L_20 = V_2; int32_t L_21 = V_0; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)2)))); Il2CppChar* L_22 = V_3; int32_t L_23 = V_0; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)))); goto IL_00a8; } IL_0082: { Il2CppChar* L_24 = V_6; Il2CppChar L_25 = ___oldChar0; if ((!(((uint32_t)(*((uint16_t*)L_24))) == ((uint32_t)L_25)))) { goto IL_0094; } } { Il2CppChar* L_26 = V_5; Il2CppChar L_27 = ___newChar1; *((int16_t*)(L_26)) = (int16_t)L_27; goto IL_009a; } IL_0094: { Il2CppChar* L_28 = V_5; Il2CppChar* L_29 = V_6; *((int16_t*)(L_28)) = (int16_t)(*((uint16_t*)L_29)); } IL_009a: { Il2CppChar* L_30 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_31 = V_5; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)(((intptr_t)2)))); } IL_00a8: { Il2CppChar* L_32 = V_5; Il2CppChar* L_33 = V_4; if ((!(((uintptr_t)L_32) == ((uintptr_t)L_33)))) { goto IL_0082; } } { V_7 = (String_t*)NULL; V_3 = (Il2CppChar*)(((uintptr_t)0)); String_t* L_34 = V_1; return L_34; } } // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Replace_m1273907647_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___oldValue0; 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, _stringLiteral2379195259, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Replace_m1273907647_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___oldValue0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral2507102363, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,String_Replace_m1273907647_RuntimeMethod_var); } IL_0027: { int32_t L_5 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { return __this; } IL_0034: { String_t* L_6 = ___newValue1; if (L_6) { goto IL_0041; } } { 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(); ___newValue1 = L_7; } IL_0041: { String_t* L_8 = ___oldValue0; String_t* L_9 = ___newValue1; String_t* L_10 = String_ReplaceUnchecked_m1381393810(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.String System.String::ReplaceUnchecked(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_ReplaceUnchecked_m1381393810 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ReplaceUnchecked_m1381393810_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; String_t* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; Il2CppChar* V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; String_t* V_14 = NULL; String_t* V_15 = NULL; String_t* V_16 = NULL; { String_t* L_0 = ___oldValue0; NullCheck(L_0); int32_t L_1 = L_0->get_length_0(); int32_t L_2 = __this->get_length_0(); if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0013; } } { return __this; } IL_0013: { String_t* L_3 = ___oldValue0; NullCheck(L_3); int32_t L_4 = L_3->get_length_0(); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0040; } } { String_t* L_5 = ___newValue1; NullCheck(L_5); int32_t L_6 = L_5->get_length_0(); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0040; } } { String_t* L_7 = ___oldValue0; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 0, /*hidden argument*/NULL); String_t* L_9 = ___newValue1; NullCheck(L_9); Il2CppChar L_10 = String_get_Chars_m2986988803(L_9, 0, /*hidden argument*/NULL); String_t* L_11 = String_Replace_m3726209165(__this, L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_0040: { if ((uint64_t)(uint32_t)((int32_t)200) * (uint64_t)(uint32_t)4 > (uint64_t)(uint32_t)kIl2CppUInt32Max) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),String_ReplaceUnchecked_m1381393810_RuntimeMethod_var); int8_t* L_12 = (int8_t*) alloca(((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)200), (int32_t)4))); memset(L_12,0,((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)200), (int32_t)4))); V_1 = (int32_t*)(L_12); V_14 = __this; String_t* L_13 = V_14; int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_13)), (int32_t)L_14)); String_t* L_15 = ___newValue1; V_15 = L_15; String_t* L_16 = V_15; int32_t L_17 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_16)), (int32_t)L_17)); V_4 = 0; V_5 = 0; goto IL_00c8; } IL_006f: { String_t* L_18 = ___oldValue0; int32_t L_19 = V_4; int32_t L_20 = __this->get_length_0(); int32_t L_21 = V_4; int32_t L_22 = String_IndexOfOrdinalUnchecked_m460601827(__this, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); V_6 = L_22; int32_t L_23 = V_6; if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_0090; } } { goto IL_00d5; } IL_0090: { int32_t L_24 = V_5; if ((((int32_t)L_24) >= ((int32_t)((int32_t)200)))) { goto IL_00af; } } { int32_t* L_25 = V_1; int32_t L_26 = V_5; int32_t L_27 = L_26; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); int32_t L_28 = V_6; *((int32_t*)(((int32_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)4)))))) = (int32_t)L_28; goto IL_00bd; } IL_00af: { String_t* L_29 = ___oldValue0; String_t* L_30 = ___newValue1; String_t* L_31 = String_ReplaceFallback_m1061004996(__this, L_29, L_30, ((int32_t)200), /*hidden argument*/NULL); return L_31; } IL_00bd: { int32_t L_32 = V_6; String_t* L_33 = ___oldValue0; NullCheck(L_33); int32_t L_34 = L_33->get_length_0(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_34)); } IL_00c8: { int32_t L_35 = V_4; int32_t L_36 = __this->get_length_0(); if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_006f; } } IL_00d5: { int32_t L_37 = V_5; if (L_37) { goto IL_00de; } } { return __this; } IL_00de: { int32_t L_38 = __this->get_length_0(); String_t* L_39 = ___newValue1; NullCheck(L_39); int32_t L_40 = L_39->get_length_0(); String_t* L_41 = ___oldValue0; NullCheck(L_41); int32_t L_42 = L_41->get_length_0(); int32_t L_43 = V_5; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_42)), (int32_t)L_43)))); int32_t L_44 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_45 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_8 = L_45; V_9 = 0; V_10 = 0; String_t* L_46 = V_8; V_16 = L_46; String_t* L_47 = V_16; int32_t L_48 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_11 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_47)), (int32_t)L_48)); V_12 = 0; goto IL_0178; } IL_011d: { int32_t* L_49 = V_1; int32_t L_50 = V_12; int32_t L_51 = V_10; V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_50, (int32_t)4)))))), (int32_t)L_51)); Il2CppChar* L_52 = V_11; int32_t L_53 = V_9; Il2CppChar* L_54 = V_2; int32_t L_55 = V_10; int32_t L_56 = V_13; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_53, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_55, (int32_t)2)))), L_56, /*hidden argument*/NULL); int32_t L_57 = V_9; int32_t L_58 = V_13; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58)); int32_t* L_59 = V_1; int32_t L_60 = V_12; String_t* L_61 = ___oldValue0; NullCheck(L_61); int32_t L_62 = L_61->get_length_0(); V_10 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)4)))))), (int32_t)L_62)); Il2CppChar* L_63 = V_11; int32_t L_64 = V_9; Il2CppChar* L_65 = V_3; String_t* L_66 = ___newValue1; NullCheck(L_66); int32_t L_67 = L_66->get_length_0(); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_65, L_67, /*hidden argument*/NULL); int32_t L_68 = V_9; String_t* L_69 = ___newValue1; NullCheck(L_69); int32_t L_70 = L_69->get_length_0(); V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_70)); int32_t L_71 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_0178: { int32_t L_72 = V_12; int32_t L_73 = V_5; if ((((int32_t)L_72) < ((int32_t)L_73))) { goto IL_011d; } } { Il2CppChar* L_74 = V_11; int32_t L_75 = V_9; Il2CppChar* L_76 = V_2; int32_t L_77 = V_10; int32_t L_78 = __this->get_length_0(); int32_t L_79 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_75, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_77, (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_78, (int32_t)L_79)), /*hidden argument*/NULL); V_16 = (String_t*)NULL; String_t* L_80 = V_8; return L_80; } } // System.String System.String::ReplaceFallback(System.String,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_ReplaceFallback_m1061004996 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ReplaceFallback_m1061004996_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = __this->get_length_0(); String_t* L_1 = ___newValue1; NullCheck(L_1); int32_t L_2 = L_1->get_length_0(); String_t* L_3 = ___oldValue0; NullCheck(L_3); int32_t L_4 = L_3->get_length_0(); int32_t L_5 = ___testedCount2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4)), (int32_t)L_5)))); int32_t L_6 = V_0; StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_007a; } IL_0025: { String_t* L_8 = ___oldValue0; int32_t L_9 = V_2; int32_t L_10 = __this->get_length_0(); int32_t L_11 = V_2; int32_t L_12 = String_IndexOfOrdinalUnchecked_m460601827(__this, L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL); V_3 = L_12; int32_t L_13 = V_3; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0058; } } { StringBuilder_t * L_14 = V_1; int32_t L_15 = V_2; int32_t L_16 = __this->get_length_0(); int32_t L_17 = V_2; String_t* L_18 = String_SubstringUnchecked_m1840487357(__this, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, L_18, /*hidden argument*/NULL); goto IL_0086; } IL_0058: { StringBuilder_t * L_19 = V_1; int32_t L_20 = V_2; int32_t L_21 = V_3; int32_t L_22 = V_2; String_t* L_23 = String_SubstringUnchecked_m1840487357(__this, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL); NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, L_23, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_1; String_t* L_25 = ___newValue1; NullCheck(L_24); StringBuilder_Append_m1965104174(L_24, L_25, /*hidden argument*/NULL); int32_t L_26 = V_3; String_t* L_27 = ___oldValue0; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_28)); } IL_007a: { int32_t L_29 = V_2; int32_t L_30 = __this->get_length_0(); if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0025; } } IL_0086: { StringBuilder_t * L_31 = V_1; NullCheck(L_31); String_t* L_32 = StringBuilder_ToString_m3317489284(L_31, /*hidden argument*/NULL); return L_32; } } // System.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Remove_m562998446_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; String_t* V_6 = NULL; { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral2410720131, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Remove_m562998446_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2002595880, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_Remove_m562998446_RuntimeMethod_var); } IL_002e: { int32_t L_4 = ___startIndex0; int32_t L_5 = __this->get_length_0(); int32_t L_6 = ___count1; if ((((int32_t)L_4) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6))))) { goto IL_004c; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral3084170034, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_Remove_m562998446_RuntimeMethod_var); } IL_004c: { int32_t L_8 = __this->get_length_0(); int32_t L_9 = ___count1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; V_5 = L_11; String_t* L_12 = V_5; int32_t L_13 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_12)), (int32_t)L_13)); V_6 = __this; String_t* L_14 = V_6; int32_t L_15 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_14)), (int32_t)L_15)); Il2CppChar* L_16 = V_1; V_3 = (Il2CppChar*)L_16; Il2CppChar* L_17 = V_3; Il2CppChar* L_18 = V_2; int32_t L_19 = ___startIndex0; String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_17, (Il2CppChar*)(Il2CppChar*)L_18, L_19, /*hidden argument*/NULL); int32_t L_20 = ___startIndex0; int32_t L_21 = ___count1; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); Il2CppChar* L_22 = V_3; int32_t L_23 = ___startIndex0; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_23, (int32_t)2)))); Il2CppChar* L_24 = V_3; Il2CppChar* L_25 = V_2; int32_t L_26 = V_4; int32_t L_27 = __this->get_length_0(); int32_t L_28 = V_4; String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_24, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); V_5 = (String_t*)NULL; V_6 = (String_t*)NULL; String_t* L_29 = V_0; return L_29; } } // System.String System.String::ToLower() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m2029374922 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToLower_m2029374922_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); String_t* L_1 = String_ToLower_m3490221821(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::ToLower(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToLower_m3490221821_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = ___culture0; 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, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_ToLower_m3490221821_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___culture0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)127))))) { goto IL_0025; } } { String_t* L_4 = String_ToLowerInvariant_m110751226(__this, /*hidden argument*/NULL); return L_4; } IL_0025: { CultureInfo_t4157843068 * L_5 = ___culture0; NullCheck(L_5); TextInfo_t3810425522 * L_6 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_5); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_6, __this); return L_7; } } // System.String System.String::ToLowerInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m110751226 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToLowerInvariant_m110751226_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; { int32_t L_0 = __this->get_length_0(); if (L_0) { 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: { int32_t L_2 = __this->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; Il2CppChar* L_4 = __this->get_address_of_start_char_1(); V_1 = (Il2CppChar*)L_4; String_t* L_5 = V_0; V_6 = L_5; String_t* L_6 = V_6; int32_t L_7 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_6)), (int32_t)L_7)); Il2CppChar* L_8 = V_2; V_3 = (Il2CppChar*)L_8; Il2CppChar* L_9 = V_1; V_4 = (Il2CppChar*)L_9; V_5 = 0; goto IL_005a; } IL_003e: { Il2CppChar* L_10 = V_3; Il2CppChar* L_11 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_12 = Char_ToLowerInvariant_m1926695830(NULL /*static, unused*/, (*((uint16_t*)L_11)), /*hidden argument*/NULL); *((int16_t*)(L_10)) = (int16_t)L_12; Il2CppChar* L_13 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_14 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2)))); int32_t L_15 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005a: { int32_t L_16 = V_5; int32_t L_17 = __this->get_length_0(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_003e; } } { V_1 = (Il2CppChar*)(((uintptr_t)0)); V_6 = (String_t*)NULL; String_t* L_18 = V_0; return L_18; } } // System.String System.String::ToUpper() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpper_m3324454496 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToUpper_m3324454496_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); String_t* L_1 = String_ToUpper_m1599942017(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.String::ToUpper(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpper_m1599942017 (String_t* __this, CultureInfo_t4157843068 * ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToUpper_m1599942017_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CultureInfo_t4157843068 * L_0 = ___culture0; 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, _stringLiteral461586467, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_ToUpper_m1599942017_RuntimeMethod_var); } IL_0011: { CultureInfo_t4157843068 * L_2 = ___culture0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)127))))) { goto IL_0025; } } { String_t* L_4 = String_ToUpperInvariant_m2531236323(__this, /*hidden argument*/NULL); return L_4; } IL_0025: { CultureInfo_t4157843068 * L_5 = ___culture0; NullCheck(L_5); TextInfo_t3810425522 * L_6 = VirtFuncInvoker0< TextInfo_t3810425522 * >::Invoke(9 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_5); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Globalization.TextInfo::ToUpper(System.String) */, L_6, __this); return L_7; } } // System.String System.String::ToUpperInvariant() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_m2531236323 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ToUpperInvariant_m2531236323_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; { int32_t L_0 = __this->get_length_0(); if (L_0) { 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: { int32_t L_2 = __this->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; Il2CppChar* L_4 = __this->get_address_of_start_char_1(); V_1 = (Il2CppChar*)L_4; String_t* L_5 = V_0; V_6 = L_5; String_t* L_6 = V_6; int32_t L_7 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_6)), (int32_t)L_7)); Il2CppChar* L_8 = V_2; V_3 = (Il2CppChar*)L_8; Il2CppChar* L_9 = V_1; V_4 = (Il2CppChar*)L_9; V_5 = 0; goto IL_005a; } IL_003e: { Il2CppChar* L_10 = V_3; Il2CppChar* L_11 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_12 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_11)), /*hidden argument*/NULL); *((int16_t*)(L_10)) = (int16_t)L_12; Il2CppChar* L_13 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_14 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2)))); int32_t L_15 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005a: { int32_t L_16 = V_5; int32_t L_17 = __this->get_length_0(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_003e; } } { V_1 = (Il2CppChar*)(((uintptr_t)0)); V_6 = (String_t*)NULL; String_t* L_18 = V_0; return L_18; } } // System.String System.String::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* String_ToString_m838249115 (String_t* __this, const RuntimeMethod* method) { { return __this; } } // System.String System.String::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToString_m3872792296 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return __this; } } // 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* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Format_m2844511972_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_2 = ___arg01; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL); return L_3; } } // 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* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Format_m2556382932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); RuntimeObject * L_2 = ___arg01; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; RuntimeObject * L_4 = ___arg12; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_3, /*hidden argument*/NULL); return L_5; } } // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Format_m3339413201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeObject * L_2 = ___arg01; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; RuntimeObject * L_4 = ___arg12; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_3; RuntimeObject * L_6 = ___arg23; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_5, /*hidden argument*/NULL); return L_7; } } // 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* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Format_m630303134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; ObjectU5BU5D_t2843939325* L_1 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m1881875187(NULL /*static, unused*/, (RuntimeObject*)NULL, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // 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* ___provider0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Format_m1881875187_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { RuntimeObject* L_0 = ___provider0; String_t* L_1 = ___format1; ObjectU5BU5D_t2843939325* L_2 = ___args2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); StringBuilder_t * L_3 = String_FormatHelper_m3913915042(NULL /*static, unused*/, (StringBuilder_t *)NULL, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; StringBuilder_t * L_4 = V_0; NullCheck(L_4); String_t* L_5 = StringBuilder_ToString_m3317489284(L_4, /*hidden argument*/NULL); return L_5; } } // System.Text.StringBuilder System.String::FormatHelper(System.Text.StringBuilder,System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * String_FormatHelper_m3913915042 (RuntimeObject * __this /* static, unused */, StringBuilder_t * ___result0, RuntimeObject* ___provider1, String_t* ___format2, ObjectU5BU5D_t2843939325* ___args3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_FormatHelper_m3913915042_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; bool V_8 = false; String_t* V_9 = NULL; RuntimeObject * V_10 = NULL; String_t* V_11 = NULL; RuntimeObject* V_12 = NULL; Il2CppChar V_13 = 0x0; int32_t V_14 = 0; { String_t* L_0 = ___format2; 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, _stringLiteral446157247, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_FormatHelper_m3913915042_RuntimeMethod_var); } IL_0011: { ObjectU5BU5D_t2843939325* L_2 = ___args3; 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, _stringLiteral728803974, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_FormatHelper_m3913915042_RuntimeMethod_var); } IL_0022: { StringBuilder_t * L_4 = ___result0; if (L_4) { goto IL_0084; } } { V_1 = 0; V_0 = 0; goto IL_0057; } IL_0031: { ObjectU5BU5D_t2843939325* L_5 = ___args3; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); String_t* L_9 = V_2; if (!L_9) { goto IL_004e; } } { int32_t L_10 = V_1; String_t* L_11 = V_2; NullCheck(L_11); int32_t L_12 = L_11->get_length_0(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_12)); goto IL_0053; } IL_004e: { goto IL_0060; } IL_0053: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0057: { int32_t L_14 = V_0; ObjectU5BU5D_t2843939325* L_15 = ___args3; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_0031; } } IL_0060: { int32_t L_16 = V_0; ObjectU5BU5D_t2843939325* L_17 = ___args3; NullCheck(L_17); if ((!(((uint32_t)L_16) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))) { goto IL_007d; } } { int32_t L_18 = V_1; String_t* L_19 = ___format2; NullCheck(L_19); int32_t L_20 = L_19->get_length_0(); StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_20)), /*hidden argument*/NULL); ___result0 = L_21; goto IL_0084; } IL_007d: { StringBuilder_t * L_22 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_22, /*hidden argument*/NULL); ___result0 = L_22; } IL_0084: { V_3 = 0; int32_t L_23 = V_3; V_4 = L_23; goto IL_0228; } IL_008e: { String_t* L_24 = ___format2; int32_t L_25 = V_3; int32_t L_26 = L_25; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); NullCheck(L_24); Il2CppChar L_27 = String_get_Chars_m2986988803(L_24, L_26, /*hidden argument*/NULL); V_5 = L_27; Il2CppChar L_28 = V_5; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)123))))) { goto IL_01d5; } } { StringBuilder_t * L_29 = ___result0; String_t* L_30 = ___format2; int32_t L_31 = V_4; int32_t L_32 = V_3; int32_t L_33 = V_4; NullCheck(L_29); StringBuilder_Append_m3214161208(L_29, L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), (int32_t)1)), /*hidden argument*/NULL); String_t* L_34 = ___format2; int32_t L_35 = V_3; NullCheck(L_34); Il2CppChar L_36 = String_get_Chars_m2986988803(L_34, L_35, /*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)123))))) { goto IL_00ce; } } { int32_t L_37 = V_3; int32_t L_38 = L_37; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); V_4 = L_38; goto IL_0228; } IL_00ce: { String_t* L_39 = ___format2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_ParseFormatSpecifier_m3134189457(NULL /*static, unused*/, L_39, (&V_3), (&V_6), (&V_7), (&V_8), (&V_9), /*hidden argument*/NULL); int32_t L_40 = V_6; ObjectU5BU5D_t2843939325* L_41 = ___args3; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_00f3; } } { FormatException_t154580423 * L_42 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_42, _stringLiteral1894799423, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,String_FormatHelper_m3913915042_RuntimeMethod_var); } IL_00f3: { ObjectU5BU5D_t2843939325* L_43 = ___args3; int32_t L_44 = V_6; NullCheck(L_43); int32_t L_45 = L_44; RuntimeObject * L_46 = (L_43)->GetAt(static_cast(L_45)); V_10 = L_46; V_12 = (RuntimeObject*)NULL; RuntimeObject* L_47 = ___provider1; if (!L_47) { goto IL_0119; } } { RuntimeObject* L_48 = ___provider1; RuntimeTypeHandle_t3027515415 L_49 = { reinterpret_cast (ICustomFormatter_t4199732012_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); NullCheck(L_48); RuntimeObject * L_51 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IFormatProvider::GetFormat(System.Type) */, IFormatProvider_t2518567562_il2cpp_TypeInfo_var, L_48, L_50); V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_51, ICustomFormatter_t4199732012_il2cpp_TypeInfo_var)); } IL_0119: { RuntimeObject * L_52 = V_10; if (L_52) { goto IL_012c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_11 = L_53; goto IL_0171; } IL_012c: { RuntimeObject* L_54 = V_12; if (!L_54) { goto IL_0146; } } { RuntimeObject* L_55 = V_12; String_t* L_56 = V_9; RuntimeObject * L_57 = V_10; RuntimeObject* L_58 = ___provider1; NullCheck(L_55); String_t* L_59 = InterfaceFuncInvoker3< String_t*, String_t*, RuntimeObject *, RuntimeObject* >::Invoke(0 /* System.String System.ICustomFormatter::Format(System.String,System.Object,System.IFormatProvider) */, ICustomFormatter_t4199732012_il2cpp_TypeInfo_var, L_55, L_56, L_57, L_58); V_11 = L_59; goto IL_0171; } IL_0146: { RuntimeObject * L_60 = V_10; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_60, IFormattable_t1450744796_il2cpp_TypeInfo_var))) { goto IL_0168; } } { RuntimeObject * L_61 = V_10; String_t* L_62 = V_9; RuntimeObject* L_63 = ___provider1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_61, IFormattable_t1450744796_il2cpp_TypeInfo_var))); String_t* L_64 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_t1450744796_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_61, IFormattable_t1450744796_il2cpp_TypeInfo_var)), L_62, L_63); V_11 = L_64; goto IL_0171; } IL_0168: { RuntimeObject * L_65 = V_10; NullCheck(L_65); String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_65); V_11 = L_66; } IL_0171: { int32_t L_67 = V_7; String_t* L_68 = V_11; NullCheck(L_68); int32_t L_69 = L_68->get_length_0(); if ((((int32_t)L_67) <= ((int32_t)L_69))) { goto IL_01c4; } } { int32_t L_70 = V_7; String_t* L_71 = V_11; NullCheck(L_71); int32_t L_72 = L_71->get_length_0(); V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_72)); bool L_73 = V_8; if (!L_73) { goto IL_01ab; } } { StringBuilder_t * L_74 = ___result0; String_t* L_75 = V_11; NullCheck(L_74); StringBuilder_Append_m1965104174(L_74, L_75, /*hidden argument*/NULL); StringBuilder_t * L_76 = ___result0; int32_t L_77 = V_14; NullCheck(L_76); StringBuilder_Append_m2180175564(L_76, ((int32_t)32), L_77, /*hidden argument*/NULL); goto IL_01bf; } IL_01ab: { StringBuilder_t * L_78 = ___result0; int32_t L_79 = V_14; NullCheck(L_78); StringBuilder_Append_m2180175564(L_78, ((int32_t)32), L_79, /*hidden argument*/NULL); StringBuilder_t * L_80 = ___result0; String_t* L_81 = V_11; NullCheck(L_80); StringBuilder_Append_m1965104174(L_80, L_81, /*hidden argument*/NULL); } IL_01bf: { goto IL_01cd; } IL_01c4: { StringBuilder_t * L_82 = ___result0; String_t* L_83 = V_11; NullCheck(L_82); StringBuilder_Append_m1965104174(L_82, L_83, /*hidden argument*/NULL); } IL_01cd: { int32_t L_84 = V_3; V_4 = L_84; goto IL_0228; } IL_01d5: { Il2CppChar L_85 = V_5; if ((!(((uint32_t)L_85) == ((uint32_t)((int32_t)125))))) { goto IL_0214; } } { int32_t L_86 = V_3; String_t* L_87 = ___format2; NullCheck(L_87); int32_t L_88 = L_87->get_length_0(); if ((((int32_t)L_86) >= ((int32_t)L_88))) { goto IL_0214; } } { String_t* L_89 = ___format2; int32_t L_90 = V_3; NullCheck(L_89); Il2CppChar L_91 = String_get_Chars_m2986988803(L_89, L_90, /*hidden argument*/NULL); if ((!(((uint32_t)L_91) == ((uint32_t)((int32_t)125))))) { goto IL_0214; } } { StringBuilder_t * L_92 = ___result0; String_t* L_93 = ___format2; int32_t L_94 = V_4; int32_t L_95 = V_3; int32_t L_96 = V_4; NullCheck(L_92); StringBuilder_Append_m3214161208(L_92, L_93, L_94, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)L_96)), (int32_t)1)), /*hidden argument*/NULL); int32_t L_97 = V_3; int32_t L_98 = L_97; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); V_4 = L_98; goto IL_0228; } IL_0214: { Il2CppChar L_99 = V_5; if ((!(((uint32_t)L_99) == ((uint32_t)((int32_t)125))))) { goto IL_0228; } } { FormatException_t154580423 * L_100 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_100, _stringLiteral1986456553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100,String_FormatHelper_m3913915042_RuntimeMethod_var); } IL_0228: { int32_t L_101 = V_3; String_t* L_102 = ___format2; NullCheck(L_102); int32_t L_103 = L_102->get_length_0(); if ((((int32_t)L_101) < ((int32_t)L_103))) { goto IL_008e; } } { int32_t L_104 = V_4; String_t* L_105 = ___format2; NullCheck(L_105); int32_t L_106 = L_105->get_length_0(); if ((((int32_t)L_104) >= ((int32_t)L_106))) { goto IL_0254; } } { StringBuilder_t * L_107 = ___result0; String_t* L_108 = ___format2; int32_t L_109 = V_4; String_t* L_110 = ___format2; NullCheck(L_110); int32_t L_111 = String_get_Length_m3847582255(L_110, /*hidden argument*/NULL); int32_t L_112 = V_4; NullCheck(L_107); StringBuilder_Append_m3214161208(L_107, L_108, L_109, ((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112)), /*hidden argument*/NULL); } IL_0254: { StringBuilder_t * L_113 = ___result0; return L_113; } } // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m904156431_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; { RuntimeObject * L_0 = ___arg00; if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = ___arg00; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); G_B3_0 = L_2; goto IL_0012; } IL_0011: { G_B3_0 = ((String_t*)(NULL)); } IL_0012: { RuntimeObject * L_3 = ___arg11; G_B4_0 = G_B3_0; if (!L_3) { G_B5_0 = G_B3_0; goto IL_0023; } } { RuntimeObject * L_4 = ___arg11; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); G_B6_0 = L_5; G_B6_1 = G_B4_0; goto IL_0024; } IL_0023: { G_B6_0 = ((String_t*)(NULL)); G_B6_1 = G_B5_0; } IL_0024: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, G_B6_1, G_B6_0, /*hidden argument*/NULL); return L_6; } } // 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 * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m1715369213_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { RuntimeObject * L_0 = ___arg00; if (L_0) { 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(); V_0 = L_1; goto IL_0018; } IL_0011: { RuntimeObject * L_2 = ___arg00; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); V_0 = L_3; } IL_0018: { RuntimeObject * L_4 = ___arg11; if (L_4) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_5; goto IL_0030; } IL_0029: { RuntimeObject * L_6 = ___arg11; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); V_1 = L_7; } IL_0030: { RuntimeObject * L_8 = ___arg22; if (L_8) { goto IL_0041; } } { 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_2 = L_9; goto IL_0048; } IL_0041: { RuntimeObject * L_10 = ___arg22; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); V_2 = L_11; } IL_0048: { String_t* L_12 = V_0; String_t* L_13 = V_1; String_t* L_14 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3755062657(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // 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* ___str00, String_t* ___str11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m3937257545_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; { String_t* L_0 = ___str00; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___str00; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002a; } } IL_0011: { String_t* L_3 = ___str11; if (!L_3) { goto IL_0022; } } { String_t* L_4 = ___str11; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0028; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_6; } IL_0028: { String_t* L_7 = ___str11; return L_7; } IL_002a: { String_t* L_8 = ___str11; if (!L_8) { goto IL_003b; } } { String_t* L_9 = ___str11; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003d; } } IL_003b: { String_t* L_11 = ___str00; return L_11; } IL_003d: { String_t* L_12 = ___str00; NullCheck(L_12); int32_t L_13 = L_12->get_length_0(); String_t* L_14 = ___str11; NullCheck(L_14); int32_t L_15 = L_14->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_15)), /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; V_5 = L_17; String_t* L_18 = V_5; int32_t L_19 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_18)), (int32_t)L_19)); String_t* L_20 = ___str00; V_6 = L_20; String_t* L_21 = V_6; int32_t L_22 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_21)), (int32_t)L_22)); Il2CppChar* L_23 = V_1; Il2CppChar* L_24 = V_2; String_t* L_25 = ___str00; NullCheck(L_25); int32_t L_26 = L_25->get_length_0(); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_23, (Il2CppChar*)(Il2CppChar*)L_24, L_26, /*hidden argument*/NULL); V_5 = (String_t*)NULL; V_6 = (String_t*)NULL; String_t* L_27 = V_0; V_7 = L_27; String_t* L_28 = V_7; int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_28)), (int32_t)L_29)); String_t* L_30 = ___str11; V_8 = L_30; String_t* L_31 = V_8; int32_t L_32 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_31)), (int32_t)L_32)); Il2CppChar* L_33 = V_3; String_t* L_34 = ___str00; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); Il2CppChar* L_36 = V_4; String_t* L_37 = ___str11; NullCheck(L_37); int32_t L_38 = L_37->get_length_0(); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_35, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_36, L_38, /*hidden argument*/NULL); V_7 = (String_t*)NULL; V_8 = (String_t*)NULL; String_t* L_39 = V_0; return L_39; } } // 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* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m3755062657_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; String_t* V_11 = NULL; String_t* V_12 = NULL; { String_t* L_0 = ___str00; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___str00; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_005a; } } IL_0011: { String_t* L_3 = ___str11; if (!L_3) { goto IL_0022; } } { String_t* L_4 = ___str11; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003b; } } IL_0022: { String_t* L_6 = ___str22; if (!L_6) { goto IL_0033; } } { String_t* L_7 = ___str22; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0039; } } IL_0033: { 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(); return L_9; } IL_0039: { String_t* L_10 = ___str22; return L_10; } IL_003b: { String_t* L_11 = ___str22; if (!L_11) { goto IL_004c; } } { String_t* L_12 = ___str22; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_004e; } } IL_004c: { String_t* L_14 = ___str11; return L_14; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___str00 = L_15; goto IL_00a2; } IL_005a: { String_t* L_16 = ___str11; if (!L_16) { goto IL_006b; } } { String_t* L_17 = ___str11; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_008a; } } IL_006b: { String_t* L_19 = ___str22; if (!L_19) { goto IL_007c; } } { String_t* L_20 = ___str22; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_007e; } } IL_007c: { String_t* L_22 = ___str00; return L_22; } IL_007e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___str11 = L_23; goto IL_00a2; } IL_008a: { String_t* L_24 = ___str22; if (!L_24) { goto IL_009b; } } { String_t* L_25 = ___str22; NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_00a2; } } IL_009b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___str22 = L_27; } IL_00a2: { String_t* L_28 = ___str00; NullCheck(L_28); int32_t L_29 = L_28->get_length_0(); String_t* L_30 = ___str11; NullCheck(L_30); int32_t L_31 = L_30->get_length_0(); String_t* L_32 = ___str22; NullCheck(L_32); int32_t L_33 = L_32->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_31)), (int32_t)L_33)), /*hidden argument*/NULL); V_0 = L_34; String_t* L_35 = ___str00; NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00f4; } } { String_t* L_37 = V_0; V_7 = L_37; String_t* L_38 = V_7; int32_t L_39 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_38)), (int32_t)L_39)); String_t* L_40 = ___str00; V_8 = L_40; String_t* L_41 = V_8; int32_t L_42 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_41)), (int32_t)L_42)); Il2CppChar* L_43 = V_1; Il2CppChar* L_44 = V_2; String_t* L_45 = ___str00; NullCheck(L_45); int32_t L_46 = L_45->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_43, (Il2CppChar*)(Il2CppChar*)L_44, L_46, /*hidden argument*/NULL); V_7 = (String_t*)NULL; V_8 = (String_t*)NULL; } IL_00f4: { String_t* L_47 = ___str11; NullCheck(L_47); int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0137; } } { String_t* L_49 = V_0; V_9 = L_49; String_t* L_50 = V_9; int32_t L_51 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_50)), (int32_t)L_51)); String_t* L_52 = ___str11; V_10 = L_52; String_t* L_53 = V_10; int32_t L_54 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_53)), (int32_t)L_54)); Il2CppChar* L_55 = V_3; String_t* L_56 = ___str00; NullCheck(L_56); int32_t L_57 = String_get_Length_m3847582255(L_56, /*hidden argument*/NULL); Il2CppChar* L_58 = V_4; String_t* L_59 = ___str11; NullCheck(L_59); int32_t L_60 = L_59->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_58, L_60, /*hidden argument*/NULL); V_9 = (String_t*)NULL; V_10 = (String_t*)NULL; } IL_0137: { String_t* L_61 = ___str22; NullCheck(L_61); int32_t L_62 = String_get_Length_m3847582255(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0185; } } { String_t* L_63 = V_0; V_11 = L_63; String_t* L_64 = V_11; int32_t L_65 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_64)), (int32_t)L_65)); String_t* L_66 = ___str22; V_12 = L_66; String_t* L_67 = V_12; int32_t L_68 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_67)), (int32_t)L_68)); Il2CppChar* L_69 = V_5; String_t* L_70 = ___str00; NullCheck(L_70); int32_t L_71 = String_get_Length_m3847582255(L_70, /*hidden argument*/NULL); String_t* L_72 = ___str11; NullCheck(L_72); int32_t L_73 = String_get_Length_m3847582255(L_72, /*hidden argument*/NULL); Il2CppChar* L_74 = V_6; String_t* L_75 = ___str22; NullCheck(L_75); int32_t L_76 = L_75->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_71, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_73, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_74, L_76, /*hidden argument*/NULL); V_11 = (String_t*)NULL; V_12 = (String_t*)NULL; } IL_0185: { String_t* L_77 = V_0; return L_77; } } // 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* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m2163913788_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; String_t* V_11 = NULL; String_t* V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; String_t* V_15 = NULL; String_t* V_16 = NULL; { String_t* L_0 = ___str00; if (L_0) { goto IL_001e; } } { String_t* L_1 = ___str11; if (L_1) { goto IL_001e; } } { String_t* L_2 = ___str22; if (L_2) { goto IL_001e; } } { String_t* L_3 = ___str33; if (L_3) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_001e: { String_t* L_5 = ___str00; if (L_5) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___str00 = L_6; } IL_002b: { String_t* L_7 = ___str11; if (L_7) { goto IL_0038; } } { 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(); ___str11 = L_8; } IL_0038: { String_t* L_9 = ___str22; if (L_9) { goto IL_0045; } } { 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(); ___str22 = L_10; } IL_0045: { String_t* L_11 = ___str33; if (L_11) { goto IL_0052; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___str33 = L_12; } IL_0052: { String_t* L_13 = ___str00; NullCheck(L_13); int32_t L_14 = L_13->get_length_0(); String_t* L_15 = ___str11; NullCheck(L_15); int32_t L_16 = L_15->get_length_0(); String_t* L_17 = ___str22; NullCheck(L_17); int32_t L_18 = L_17->get_length_0(); String_t* L_19 = ___str33; NullCheck(L_19); int32_t L_20 = L_19->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_16)), (int32_t)L_18)), (int32_t)L_20)), /*hidden argument*/NULL); V_0 = L_21; String_t* L_22 = ___str00; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00ab; } } { String_t* L_24 = V_0; V_9 = L_24; String_t* L_25 = V_9; int32_t L_26 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_25)), (int32_t)L_26)); String_t* L_27 = ___str00; V_10 = L_27; String_t* L_28 = V_10; int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_28)), (int32_t)L_29)); Il2CppChar* L_30 = V_1; Il2CppChar* L_31 = V_2; String_t* L_32 = ___str00; NullCheck(L_32); int32_t L_33 = L_32->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_30, (Il2CppChar*)(Il2CppChar*)L_31, L_33, /*hidden argument*/NULL); V_9 = (String_t*)NULL; V_10 = (String_t*)NULL; } IL_00ab: { String_t* L_34 = ___str11; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00ee; } } { String_t* L_36 = V_0; V_11 = L_36; String_t* L_37 = V_11; int32_t L_38 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_37)), (int32_t)L_38)); String_t* L_39 = ___str11; V_12 = L_39; String_t* L_40 = V_12; int32_t L_41 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_40)), (int32_t)L_41)); Il2CppChar* L_42 = V_3; String_t* L_43 = ___str00; NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); Il2CppChar* L_45 = V_4; String_t* L_46 = ___str11; NullCheck(L_46); int32_t L_47 = L_46->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_45, L_47, /*hidden argument*/NULL); V_11 = (String_t*)NULL; V_12 = (String_t*)NULL; } IL_00ee: { String_t* L_48 = ___str22; NullCheck(L_48); int32_t L_49 = String_get_Length_m3847582255(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013c; } } { String_t* L_50 = V_0; V_13 = L_50; String_t* L_51 = V_13; int32_t L_52 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_51)), (int32_t)L_52)); String_t* L_53 = ___str22; V_14 = L_53; String_t* L_54 = V_14; int32_t L_55 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_54)), (int32_t)L_55)); Il2CppChar* L_56 = V_5; String_t* L_57 = ___str00; NullCheck(L_57); int32_t L_58 = String_get_Length_m3847582255(L_57, /*hidden argument*/NULL); String_t* L_59 = ___str11; NullCheck(L_59); int32_t L_60 = String_get_Length_m3847582255(L_59, /*hidden argument*/NULL); Il2CppChar* L_61 = V_6; String_t* L_62 = ___str22; NullCheck(L_62); int32_t L_63 = L_62->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_58, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_61, L_63, /*hidden argument*/NULL); V_13 = (String_t*)NULL; V_14 = (String_t*)NULL; } IL_013c: { String_t* L_64 = ___str33; NullCheck(L_64); int32_t L_65 = String_get_Length_m3847582255(L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_0193; } } { String_t* L_66 = V_0; V_15 = L_66; String_t* L_67 = V_15; int32_t L_68 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_67)), (int32_t)L_68)); String_t* L_69 = ___str33; V_16 = L_69; String_t* L_70 = V_16; int32_t L_71 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_8 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_70)), (int32_t)L_71)); Il2CppChar* L_72 = V_7; String_t* L_73 = ___str00; NullCheck(L_73); int32_t L_74 = String_get_Length_m3847582255(L_73, /*hidden argument*/NULL); String_t* L_75 = ___str11; NullCheck(L_75); int32_t L_76 = String_get_Length_m3847582255(L_75, /*hidden argument*/NULL); String_t* L_77 = ___str22; NullCheck(L_77); int32_t L_78 = String_get_Length_m3847582255(L_77, /*hidden argument*/NULL); Il2CppChar* L_79 = V_8; String_t* L_80 = ___str33; NullCheck(L_80); int32_t L_81 = L_80->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_76, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_78, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_79, L_81, /*hidden argument*/NULL); V_15 = (String_t*)NULL; V_16 = (String_t*)NULL; } IL_0193: { String_t* L_82 = V_0; return L_82; } } // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m2971454694_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { ObjectU5BU5D_t2843939325* L_0 = ___args0; 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, _stringLiteral728803974, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Concat_m2971454694_RuntimeMethod_var); } IL_0011: { ObjectU5BU5D_t2843939325* L_2 = ___args0; NullCheck(L_2); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))); int32_t L_3 = V_0; if (L_3) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0021: { int32_t L_5 = V_0; V_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_5)); V_2 = 0; V_3 = 0; goto IL_0053; } IL_0031: { ObjectU5BU5D_t2843939325* L_6 = ___args0; int32_t L_7 = V_3; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); if (!L_9) { goto IL_004f; } } { StringU5BU5D_t1281789340* L_10 = V_1; int32_t L_11 = V_3; ObjectU5BU5D_t2843939325* L_12 = ___args0; int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_16); (L_10)->SetAt(static_cast(L_11), (String_t*)L_16); int32_t L_17 = V_2; StringU5BU5D_t1281789340* L_18 = V_1; int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = L_19; String_t* L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); int32_t L_22 = L_21->get_length_0(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_22)); } IL_004f: { int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0053: { int32_t L_24 = V_3; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0031; } } { StringU5BU5D_t1281789340* L_26 = V_1; int32_t L_27 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_ConcatInternal_m190606771(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Concat_m1809518182_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { StringU5BU5D_t1281789340* L_0 = ___values0; 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, _stringLiteral3498926489, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_Concat_m1809518182_RuntimeMethod_var); } IL_0011: { V_0 = 0; V_1 = 0; goto IL_0031; } IL_001a: { StringU5BU5D_t1281789340* L_2 = ___values0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; String_t* L_6 = V_2; if (!L_6) { goto IL_002d; } } { int32_t L_7 = V_0; String_t* L_8 = V_2; NullCheck(L_8); int32_t L_9 = L_8->get_length_0(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9)); } IL_002d: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0031: { int32_t L_11 = V_1; StringU5BU5D_t1281789340* L_12 = ___values0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_001a; } } { StringU5BU5D_t1281789340* L_13 = ___values0; int32_t L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_ConcatInternal_m190606771(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.String System.String::ConcatInternal(System.String[],System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_ConcatInternal_m190606771 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* ___values0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ConcatInternal_m190606771_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; { int32_t L_0 = ___length1; 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: { int32_t L_2 = ___length1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; V_6 = L_4; String_t* L_5 = V_6; int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_5)), (int32_t)L_6)); V_2 = 0; V_3 = 0; goto IL_0068; } IL_0029: { StringU5BU5D_t1281789340* L_7 = ___values0; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = L_10; String_t* L_11 = V_4; if (!L_11) { goto IL_0064; } } { String_t* L_12 = V_4; V_7 = L_12; String_t* L_13 = V_7; int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_13)), (int32_t)L_14)); Il2CppChar* L_15 = V_1; int32_t L_16 = V_2; Il2CppChar* L_17 = V_5; String_t* L_18 = V_4; NullCheck(L_18); int32_t L_19 = L_18->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_17, L_19, /*hidden argument*/NULL); V_7 = (String_t*)NULL; int32_t L_20 = V_2; String_t* L_21 = V_4; NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_22)); } IL_0064: { int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0068: { int32_t L_24 = V_3; StringU5BU5D_t1281789340* L_25 = ___values0; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0029; } } { V_6 = (String_t*)NULL; String_t* L_26 = V_0; return L_26; } } // System.String System.String::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Insert_m3534971326 (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Insert_m3534971326_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; { String_t* L_0 = ___value1; 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,String_Insert_m3534971326_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___startIndex0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0024; } } { int32_t L_3 = ___startIndex0; int32_t L_4 = __this->get_length_0(); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0034; } } IL_0024: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2410720131, _stringLiteral3799467551, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_Insert_m3534971326_RuntimeMethod_var); } IL_0034: { String_t* L_6 = ___value1; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0041; } } { return __this; } IL_0041: { int32_t L_8 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if (L_8) { goto IL_004e; } } { String_t* L_9 = ___value1; return L_9; } IL_004e: { int32_t L_10 = __this->get_length_0(); String_t* L_11 = ___value1; NullCheck(L_11); int32_t L_12 = L_11->get_length_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_12)), /*hidden argument*/NULL); V_0 = L_13; String_t* L_14 = V_0; V_5 = L_14; String_t* L_15 = V_5; int32_t L_16 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_15)), (int32_t)L_16)); V_6 = __this; String_t* L_17 = V_6; int32_t L_18 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_17)), (int32_t)L_18)); String_t* L_19 = ___value1; V_7 = L_19; String_t* L_20 = V_7; int32_t L_21 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_20)), (int32_t)L_21)); Il2CppChar* L_22 = V_1; V_4 = (Il2CppChar*)L_22; Il2CppChar* L_23 = V_4; Il2CppChar* L_24 = V_2; int32_t L_25 = ___startIndex0; String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_23, (Il2CppChar*)(Il2CppChar*)L_24, L_25, /*hidden argument*/NULL); Il2CppChar* L_26 = V_4; int32_t L_27 = ___startIndex0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)2)))); Il2CppChar* L_28 = V_4; Il2CppChar* L_29 = V_3; String_t* L_30 = ___value1; NullCheck(L_30); int32_t L_31 = L_30->get_length_0(); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_28, (Il2CppChar*)(Il2CppChar*)L_29, L_31, /*hidden argument*/NULL); Il2CppChar* L_32 = V_4; String_t* L_33 = ___value1; NullCheck(L_33); int32_t L_34 = L_33->get_length_0(); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)2)))); Il2CppChar* L_35 = V_4; Il2CppChar* L_36 = V_2; int32_t L_37 = ___startIndex0; int32_t L_38 = __this->get_length_0(); int32_t L_39 = ___startIndex0; String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL); V_5 = (String_t*)NULL; V_6 = (String_t*)NULL; V_7 = (String_t*)NULL; String_t* L_40 = V_0; return L_40; } } // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Join_m2050845953_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ___value1; 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,String_Join_m2050845953_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___separator0; if (L_2) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___separator0 = L_3; } IL_001e: { String_t* L_4 = ___separator0; StringU5BU5D_t1281789340* L_5 = ___value1; StringU5BU5D_t1281789340* L_6 = ___value1; NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_JoinUnchecked_m3111386027(NULL /*static, unused*/, L_4, L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); return L_7; } } // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m29736248 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_Join_m29736248_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ___value1; 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,String_Join_m29736248_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___startIndex2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_Join_m29736248_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___count3; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_Join_m29736248_RuntimeMethod_var); } IL_003f: { int32_t L_6 = ___startIndex2; StringU5BU5D_t1281789340* L_7 = ___value1; NullCheck(L_7); int32_t L_8 = ___count3; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_005a; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2410720131, _stringLiteral3941743958, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,String_Join_m29736248_RuntimeMethod_var); } IL_005a: { int32_t L_10 = ___startIndex2; StringU5BU5D_t1281789340* L_11 = ___value1; NullCheck(L_11); if ((!(((uint32_t)L_10) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))) { goto IL_0069; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_12; } IL_0069: { String_t* L_13 = ___separator0; if (L_13) { goto IL_0076; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___separator0 = L_14; } IL_0076: { String_t* L_15 = ___separator0; StringU5BU5D_t1281789340* L_16 = ___value1; int32_t L_17 = ___startIndex2; int32_t L_18 = ___count3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_JoinUnchecked_m3111386027(NULL /*static, unused*/, L_15, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.String System.String::JoinUnchecked(System.String,System.String[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_JoinUnchecked_m3111386027 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_JoinUnchecked_m3111386027_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; Il2CppChar* V_10 = NULL; String_t* V_11 = NULL; Il2CppChar* V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; String_t* V_15 = NULL; String_t* V_16 = NULL; { V_0 = 0; int32_t L_0 = ___startIndex2; int32_t L_1 = ___count3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___startIndex2; V_2 = L_2; goto IL_0024; } IL_000d: { StringU5BU5D_t1281789340* L_3 = ___value1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; String_t* L_7 = V_3; if (!L_7) { goto IL_0020; } } { int32_t L_8 = V_0; String_t* L_9 = V_3; NullCheck(L_9); int32_t L_10 = L_9->get_length_0(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_10)); } IL_0020: { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0024: { int32_t L_12 = V_2; int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_000d; } } { int32_t L_14 = V_0; String_t* L_15 = ___separator0; NullCheck(L_15); int32_t L_16 = L_15->get_length_0(); int32_t L_17 = ___count3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)))))); int32_t L_18 = V_0; if ((((int32_t)L_18) > ((int32_t)0))) { goto IL_0045; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_19; } IL_0045: { int32_t L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); V_4 = L_21; int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); String_t* L_23 = V_4; V_13 = L_23; String_t* L_24 = V_13; int32_t L_25 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_24)), (int32_t)L_25)); String_t* L_26 = ___separator0; V_14 = L_26; String_t* L_27 = V_14; int32_t L_28 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_6 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_27)), (int32_t)L_28)); V_7 = 0; int32_t L_29 = ___startIndex2; V_8 = L_29; goto IL_00f7; } IL_0079: { StringU5BU5D_t1281789340* L_30 = ___value1; int32_t L_31 = V_8; NullCheck(L_30); int32_t L_32 = L_31; String_t* L_33 = (L_30)->GetAt(static_cast(L_32)); V_9 = L_33; String_t* L_34 = V_9; if (!L_34) { goto IL_00c6; } } { String_t* L_35 = V_9; NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00c6; } } { String_t* L_37 = V_9; V_15 = L_37; String_t* L_38 = V_15; int32_t L_39 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_10 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_38)), (int32_t)L_39)); Il2CppChar* L_40 = V_5; int32_t L_41 = V_7; Il2CppChar* L_42 = V_10; String_t* L_43 = V_9; NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_42, L_44, /*hidden argument*/NULL); V_15 = (String_t*)NULL; int32_t L_45 = V_7; String_t* L_46 = V_9; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_47)); } IL_00c6: { String_t* L_48 = ___separator0; NullCheck(L_48); int32_t L_49 = String_get_Length_m3847582255(L_48, /*hidden argument*/NULL); if ((((int32_t)L_49) <= ((int32_t)0))) { goto IL_00f1; } } { Il2CppChar* L_50 = V_5; int32_t L_51 = V_7; Il2CppChar* L_52 = V_6; String_t* L_53 = ___separator0; NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_51, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_52, L_54, /*hidden argument*/NULL); int32_t L_55 = V_7; String_t* L_56 = ___separator0; NullCheck(L_56); int32_t L_57 = String_get_Length_m3847582255(L_56, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_57)); } IL_00f1: { int32_t L_58 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_00f7: { int32_t L_59 = V_8; int32_t L_60 = V_1; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_0079; } } { StringU5BU5D_t1281789340* L_61 = ___value1; int32_t L_62 = V_1; NullCheck(L_61); int32_t L_63 = L_62; String_t* L_64 = (L_61)->GetAt(static_cast(L_63)); V_11 = L_64; String_t* L_65 = V_11; if (!L_65) { goto IL_013f; } } { String_t* L_66 = V_11; NullCheck(L_66); int32_t L_67 = String_get_Length_m3847582255(L_66, /*hidden argument*/NULL); if ((((int32_t)L_67) <= ((int32_t)0))) { goto IL_013f; } } { String_t* L_68 = V_11; V_16 = L_68; String_t* L_69 = V_16; int32_t L_70 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_12 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_69)), (int32_t)L_70)); Il2CppChar* L_71 = V_5; int32_t L_72 = V_7; Il2CppChar* L_73 = V_12; String_t* L_74 = V_11; NullCheck(L_74); int32_t L_75 = String_get_Length_m3847582255(L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_72, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_73, L_75, /*hidden argument*/NULL); V_16 = (String_t*)NULL; } IL_013f: { V_13 = (String_t*)NULL; V_14 = (String_t*)NULL; String_t* L_76 = V_4; return L_76; } } // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_length_0(); return L_0; } } // System.Void System.String::ParseFormatSpecifier(System.String,System.Int32&,System.Int32&,System.Int32&,System.Boolean&,System.String&) extern "C" IL2CPP_METHOD_ATTR void String_ParseFormatSpecifier_m3134189457 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, int32_t* ___n2, int32_t* ___width3, bool* ___left_align4, String_t** ___format5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_ParseFormatSpecifier_m3134189457_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 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) { int32_t* L_0 = ___n2; String_t* L_1 = ___str0; int32_t* L_2 = ___ptr1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_ParseDecimal_m3629679395(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); *((int32_t*)(L_0)) = (int32_t)L_3; int32_t* L_4 = ___n2; if ((((int32_t)(*((int32_t*)L_4))) >= ((int32_t)0))) { goto IL_001c; } } IL_0011: { FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_5, _stringLiteral1986456553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_ParseFormatSpecifier_m3134189457_RuntimeMethod_var); } IL_001c: { String_t* L_6 = ___str0; int32_t* L_7 = ___ptr1; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, (*((int32_t*)L_7)), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)44))))) { goto IL_009d; } } IL_002b: { int32_t* L_9 = ___ptr1; int32_t* L_10 = ___ptr1; *((int32_t*)(L_9)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_10)), (int32_t)1)); goto IL_003c; } IL_0036: { int32_t* L_11 = ___ptr1; int32_t* L_12 = ___ptr1; *((int32_t*)(L_11)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_12)), (int32_t)1)); } IL_003c: { String_t* L_13 = ___str0; int32_t* L_14 = ___ptr1; NullCheck(L_13); Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, (*((int32_t*)L_14)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_16 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0036; } } IL_004e: { int32_t* L_17 = ___ptr1; V_0 = (*((int32_t*)L_17)); String_t** L_18 = ___format5; String_t* L_19 = ___str0; int32_t L_20 = V_0; int32_t* L_21 = ___ptr1; int32_t L_22 = V_0; NullCheck(L_19); String_t* L_23 = String_Substring_m1610150815(L_19, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_21)), (int32_t)L_22)), /*hidden argument*/NULL); *((RuntimeObject **)(L_18)) = (RuntimeObject *)L_23; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_18), (RuntimeObject *)L_23); bool* L_24 = ___left_align4; String_t* L_25 = ___str0; int32_t* L_26 = ___ptr1; NullCheck(L_25); Il2CppChar L_27 = String_get_Chars_m2986988803(L_25, (*((int32_t*)L_26)), /*hidden argument*/NULL); *((int8_t*)(L_24)) = (int8_t)((((int32_t)L_27) == ((int32_t)((int32_t)45)))? 1 : 0); bool* L_28 = ___left_align4; if (!(*((int8_t*)L_28))) { goto IL_007c; } } IL_0076: { int32_t* L_29 = ___ptr1; int32_t* L_30 = ___ptr1; *((int32_t*)(L_29)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_30)), (int32_t)1)); } IL_007c: { int32_t* L_31 = ___width3; String_t* L_32 = ___str0; int32_t* L_33 = ___ptr1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_34 = String_ParseDecimal_m3629679395(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); *((int32_t*)(L_31)) = (int32_t)L_34; int32_t* L_35 = ___width3; if ((((int32_t)(*((int32_t*)L_35))) >= ((int32_t)0))) { goto IL_0098; } } IL_008d: { FormatException_t154580423 * L_36 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_36, _stringLiteral1986456553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,String_ParseFormatSpecifier_m3134189457_RuntimeMethod_var); } IL_0098: { goto IL_00ac; } IL_009d: { int32_t* L_37 = ___width3; *((int32_t*)(L_37)) = (int32_t)0; bool* L_38 = ___left_align4; *((int8_t*)(L_38)) = (int8_t)0; String_t** L_39 = ___format5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); *((RuntimeObject **)(L_39)) = (RuntimeObject *)L_40; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_39), (RuntimeObject *)L_40); } IL_00ac: { String_t* L_41 = ___str0; int32_t* L_42 = ___ptr1; NullCheck(L_41); Il2CppChar L_43 = String_get_Chars_m2986988803(L_41, (*((int32_t*)L_42)), /*hidden argument*/NULL); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)58))))) { goto IL_00fa; } } IL_00bb: { int32_t* L_44 = ___ptr1; int32_t* L_45 = ___ptr1; int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_45)), (int32_t)1)); V_2 = L_46; *((int32_t*)(L_44)) = (int32_t)L_46; int32_t L_47 = V_2; V_1 = L_47; goto IL_00d0; } IL_00ca: { int32_t* L_48 = ___ptr1; int32_t* L_49 = ___ptr1; *((int32_t*)(L_48)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_49)), (int32_t)1)); } IL_00d0: { String_t* L_50 = ___str0; int32_t* L_51 = ___ptr1; NullCheck(L_50); Il2CppChar L_52 = String_get_Chars_m2986988803(L_50, (*((int32_t*)L_51)), /*hidden argument*/NULL); if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)125))))) { goto IL_00ca; } } IL_00df: { String_t** L_53 = ___format5; String_t** L_54 = ___format5; String_t* L_55 = *((String_t**)L_54); String_t* L_56 = ___str0; int32_t L_57 = V_1; int32_t* L_58 = ___ptr1; int32_t L_59 = V_1; NullCheck(L_56); String_t* L_60 = String_Substring_m1610150815(L_56, L_57, ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_58)), (int32_t)L_59)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = String_Concat_m3937257545(NULL /*static, unused*/, L_55, L_60, /*hidden argument*/NULL); *((RuntimeObject **)(L_53)) = (RuntimeObject *)L_61; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_53), (RuntimeObject *)L_61); goto IL_00fe; } IL_00fa: { String_t** L_62 = ___format5; *((RuntimeObject **)(L_62)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_62), (RuntimeObject *)NULL); } IL_00fe: { String_t* L_63 = ___str0; int32_t* L_64 = ___ptr1; int32_t* L_65 = ___ptr1; int32_t L_66 = (*((int32_t*)L_65)); V_2 = L_66; *((int32_t*)(L_64)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); int32_t L_67 = V_2; NullCheck(L_63); Il2CppChar L_68 = String_get_Chars_m2986988803(L_63, L_67, /*hidden argument*/NULL); if ((((int32_t)L_68) == ((int32_t)((int32_t)125)))) { goto IL_011f; } } IL_0114: { FormatException_t154580423 * L_69 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_69, _stringLiteral1986456553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69,String_ParseFormatSpecifier_m3134189457_RuntimeMethod_var); } IL_011f: { goto IL_0135; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0124; throw e; } CATCH_0124: { // begin catch(System.IndexOutOfRangeException) { FormatException_t154580423 * L_70 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_70, _stringLiteral1986456553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70,String_ParseFormatSpecifier_m3134189457_RuntimeMethod_var); } IL_0130: { goto IL_0135; } } // end catch (depth: 1) IL_0135: { return; } } // System.Int32 System.String::ParseDecimal(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t String_ParseDecimal_m3629679395 (RuntimeObject * __this /* static, unused */, String_t* ___str0, int32_t* ___ptr1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { int32_t* L_0 = ___ptr1; V_0 = (*((int32_t*)L_0)); V_1 = 0; } IL_0005: { String_t* L_1 = ___str0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m2986988803(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; Il2CppChar L_4 = V_2; if ((((int32_t)L_4) < ((int32_t)((int32_t)48)))) { goto IL_001d; } } { Il2CppChar L_5 = V_2; if ((((int32_t)((int32_t)57)) >= ((int32_t)L_5))) { goto IL_0022; } } IL_001d: { goto IL_0035; } IL_0022: { int32_t L_6 = V_1; Il2CppChar L_7 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)((int32_t)10))), (int32_t)L_7)), (int32_t)((int32_t)48))); int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); goto IL_0005; } IL_0035: { int32_t L_9 = V_0; int32_t* L_10 = ___ptr1; if ((!(((uint32_t)L_9) == ((uint32_t)(*((int32_t*)L_10)))))) { goto IL_003f; } } { return (-1); } IL_003f: { int32_t* L_11 = ___ptr1; int32_t L_12 = V_0; *((int32_t*)(L_11)) = (int32_t)L_12; int32_t L_13 = V_1; return L_13; } } // System.Void System.String::InternalSetChar(System.Int32,System.Char) extern "C" IL2CPP_METHOD_ATTR void String_InternalSetChar_m884839805 (String_t* __this, int32_t ___idx0, Il2CppChar ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_InternalSetChar_m884839805_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; { int32_t L_0 = ___idx0; int32_t L_1 = String_get_Length_m3847582255(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral4166421449, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,String_InternalSetChar_m884839805_RuntimeMethod_var); } IL_0017: { Il2CppChar* L_3 = __this->get_address_of_start_char_1(); V_0 = (Il2CppChar*)L_3; Il2CppChar* L_4 = V_0; int32_t L_5 = ___idx0; Il2CppChar L_6 = ___val1; *((int16_t*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)))))) = (int16_t)L_6; V_0 = (Il2CppChar*)(((uintptr_t)0)); return; } } // System.Void System.String::InternalSetLength(System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_InternalSetLength_m3661226516 (String_t* __this, int32_t ___newLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_InternalSetLength_m3661226516_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { int32_t L_0 = ___newLength0; int32_t L_1 = __this->get_length_0(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_001c; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_2, _stringLiteral2956180468, _stringLiteral3682418180, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,String_InternalSetLength_m3661226516_RuntimeMethod_var); } IL_001c: { Il2CppChar* L_3 = __this->get_address_of_start_char_1(); V_0 = (Il2CppChar*)L_3; Il2CppChar* L_4 = V_0; int32_t L_5 = ___newLength0; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_5, (int32_t)2)))); Il2CppChar* L_6 = V_0; int32_t L_7 = __this->get_length_0(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)))); goto IL_0041; } IL_0039: { Il2CppChar* L_8 = V_1; *((int16_t*)(L_8)) = (int16_t)0; Il2CppChar* L_9 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)(((intptr_t)2)))); } IL_0041: { Il2CppChar* L_10 = V_1; Il2CppChar* L_11 = V_2; if ((!(((uintptr_t)L_10) >= ((uintptr_t)L_11)))) { goto IL_0039; } } { V_0 = (Il2CppChar*)(((uintptr_t)0)); int32_t L_12 = ___newLength0; __this->set_length_0(L_12); return; } } // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { V_4 = __this; String_t* L_0 = V_4; int32_t L_1 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_0)), (int32_t)L_1)); Il2CppChar* L_2 = V_0; V_1 = (Il2CppChar*)L_2; Il2CppChar* L_3 = V_1; int32_t L_4 = __this->get_length_0(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)))), (int32_t)2)); V_3 = 0; goto IL_003b; } IL_0023: { int32_t L_5 = V_3; int32_t L_6 = V_3; Il2CppChar* L_7 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)), (int32_t)L_6)), (int32_t)(*((uint16_t*)L_7)))); int32_t L_8 = V_3; int32_t L_9 = V_3; Il2CppChar* L_10 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_8<<(int32_t)5)), (int32_t)L_9)), (int32_t)(*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2)))))); Il2CppChar* L_11 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)4)); } IL_003b: { Il2CppChar* L_12 = V_1; Il2CppChar* L_13 = V_2; if ((!(((uintptr_t)L_12) >= ((uintptr_t)L_13)))) { goto IL_0023; } } { Il2CppChar* L_14 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_15 = V_1; Il2CppChar* L_16 = V_2; if ((!(((uintptr_t)L_15) < ((uintptr_t)L_16)))) { goto IL_0057; } } { int32_t L_17 = V_3; int32_t L_18 = V_3; Il2CppChar* L_19 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_17<<(int32_t)5)), (int32_t)L_18)), (int32_t)(*((uint16_t*)L_19)))); } IL_0057: { int32_t L_20 = V_3; return L_20; } } // System.Int32 System.String::GetCaseInsensitiveHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetCaseInsensitiveHashCode_m3282844242 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_GetCaseInsensitiveHashCode_m3282844242_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; { V_4 = __this; String_t* L_0 = V_4; int32_t L_1 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_0)), (int32_t)L_1)); Il2CppChar* L_2 = V_0; V_1 = (Il2CppChar*)L_2; Il2CppChar* L_3 = V_1; int32_t L_4 = __this->get_length_0(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)))), (int32_t)2)); V_3 = 0; goto IL_0045; } IL_0023: { int32_t L_5 = V_3; int32_t L_6 = V_3; Il2CppChar* L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_8 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_7)), /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_5<<(int32_t)5)), (int32_t)L_6)), (int32_t)L_8)); int32_t L_9 = V_3; int32_t L_10 = V_3; Il2CppChar* L_11 = V_1; Il2CppChar L_12 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)2)))), /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_9<<(int32_t)5)), (int32_t)L_10)), (int32_t)L_12)); Il2CppChar* L_13 = V_1; V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)4)); } IL_0045: { Il2CppChar* L_14 = V_1; Il2CppChar* L_15 = V_2; if ((!(((uintptr_t)L_14) >= ((uintptr_t)L_15)))) { goto IL_0023; } } { Il2CppChar* L_16 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_17 = V_1; Il2CppChar* L_18 = V_2; if ((!(((uintptr_t)L_17) < ((uintptr_t)L_18)))) { goto IL_0066; } } { int32_t L_19 = V_3; int32_t L_20 = V_3; Il2CppChar* L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_22 = Char_ToUpperInvariant_m3658711221(NULL /*static, unused*/, (*((uint16_t*)L_21)), /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_19<<(int32_t)5)), (int32_t)L_20)), (int32_t)L_22)); } IL_0066: { int32_t L_23 = V_3; return L_23; } } // System.String System.String::CreateString(System.SByte*) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m4016935005 (String_t* __this, int8_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m4016935005_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; 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); { int8_t* L_0 = ___value0; 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: { int8_t* L_2 = ___value0; V_0 = (uint8_t*)L_2; V_1 = 0; } IL_0010: try { // begin try (depth: 1) { goto IL_0019; } IL_0015: { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0019: { uint8_t* L_4 = V_0; uint8_t* L_5 = (uint8_t*)L_4; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)(((intptr_t)1)))); if ((*((uint8_t*)L_5))) { goto IL_0015; } } IL_0025: { goto IL_0056; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t1023182353_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002a; if(il2cpp_codegen_class_is_assignable_from (AccessViolationException_t339633883_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0040; throw e; } CATCH_002a: { // begin catch(System.NullReferenceException) { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral1391532512, _stringLiteral702566448, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,String_CreateString_m4016935005_RuntimeMethod_var); } IL_003b: { goto IL_0056; } } // end catch (depth: 1) CATCH_0040: { // begin catch(System.AccessViolationException) { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral1391532512, _stringLiteral702566448, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_CreateString_m4016935005_RuntimeMethod_var); } IL_0051: { goto IL_0056; } } // end catch (depth: 1) IL_0056: { int8_t* L_8 = ___value0; int32_t L_9 = V_1; String_t* L_10 = String_CreateString_m2329023138(__this, (int8_t*)(int8_t*)L_8, 0, L_9, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); return L_10; } } // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m780602784 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { { int8_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; String_t* L_3 = String_CreateString_m2329023138(__this, (int8_t*)(int8_t*)L_0, L_1, L_2, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); return L_3; } } // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m2329023138 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t1523322056 * ___enc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m2329023138_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ByteU5BU5D_t4116647657* V_1 = NULL; uint8_t* 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); uintptr_t G_B17_0 = 0; { int32_t L_0 = ___length2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral1212500642, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_CreateString_m2329023138_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_CreateString_m2329023138_RuntimeMethod_var); } IL_002e: { int8_t* L_4 = ___value0; int32_t L_5 = ___startIndex1; int8_t* L_6 = ___value0; if ((!(((uintptr_t)((int8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5))) < ((uintptr_t)L_6)))) { goto IL_0047; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2410720131, _stringLiteral1875510050, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_CreateString_m2329023138_RuntimeMethod_var); } IL_0047: { Encoding_t1523322056 * L_8 = ___enc3; int32_t L_9 = ((((RuntimeObject*)(Encoding_t1523322056 *)L_8) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); V_0 = (bool)L_9; if (!L_9) { goto IL_0077; } } { int8_t* L_10 = ___value0; if (L_10) { goto IL_0064; } } { ArgumentNullException_t1615371798 * L_11 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_11, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,String_CreateString_m2329023138_RuntimeMethod_var); } IL_0064: { int32_t L_12 = ___length2; if (L_12) { goto IL_0070; } } { 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(); return L_13; } IL_0070: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_14 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); ___enc3 = L_14; } IL_0077: { int32_t L_15 = ___length2; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_15)); int32_t L_16 = ___length2; if (!L_16) { goto IL_00e7; } } { ByteU5BU5D_t4116647657* L_17 = V_1; if (!L_17) { goto IL_0092; } } { ByteU5BU5D_t4116647657* L_18 = V_1; NullCheck(L_18); if ((((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) { goto IL_0099; } } IL_0092: { G_B17_0 = (((uintptr_t)0)); goto IL_00a0; } IL_0099: { ByteU5BU5D_t4116647657* L_19 = V_1; NullCheck(L_19); G_B17_0 = ((uintptr_t)(((L_19)->GetAddressAt(static_cast(0))))); } IL_00a0: { V_2 = (uint8_t*)G_B17_0; } IL_00a1: try { // begin try (depth: 1) uint8_t* L_20 = V_2; int8_t* L_21 = ___value0; int32_t L_22 = ___startIndex1; int32_t L_23 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_memcpy_m2826223007(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_20, (uint8_t*)(uint8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)L_22)), L_23, /*hidden argument*/NULL); goto IL_00e4; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t1023182353_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00b0; if(il2cpp_codegen_class_is_assignable_from (AccessViolationException_t339633883_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c6; throw e; } CATCH_00b0: { // begin catch(System.NullReferenceException) { ArgumentOutOfRangeException_t777629997 * L_24 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_24, _stringLiteral1391532512, _stringLiteral1875510050, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,String_CreateString_m2329023138_RuntimeMethod_var); } IL_00c1: { goto IL_00e4; } } // end catch (depth: 1) CATCH_00c6: { // begin catch(System.AccessViolationException) { bool L_25 = V_0; if (L_25) { goto IL_00cf; } } IL_00cd: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_00cf: { ArgumentOutOfRangeException_t777629997 * L_26 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_26, _stringLiteral3493618073, _stringLiteral1875510050, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,String_CreateString_m2329023138_RuntimeMethod_var); } IL_00df: { goto IL_00e4; } } // end catch (depth: 1) IL_00e4: { V_2 = (uint8_t*)(((uintptr_t)0)); } IL_00e7: { Encoding_t1523322056 * L_27 = ___enc3; ByteU5BU5D_t4116647657* L_28 = V_1; NullCheck(L_27); String_t* L_29 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_27, L_28); return L_29; } } // System.String System.String::CreateString(System.Char*) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m3439913850 (String_t* __this, Il2CppChar* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m3439913850_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; { Il2CppChar* L_0 = ___value0; 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: { Il2CppChar* L_2 = ___value0; V_0 = (Il2CppChar*)L_2; V_1 = 0; goto IL_001e; } IL_0015: { int32_t L_3 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); Il2CppChar* L_4 = V_0; V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)(((intptr_t)2)))); } IL_001e: { Il2CppChar* L_5 = V_0; if ((*((uint16_t*)L_5))) { goto IL_0015; } } { int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_1; if (!L_8) { goto IL_004a; } } { String_t* L_9 = V_2; V_4 = L_9; String_t* L_10 = V_4; int32_t L_11 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_3 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_10)), (int32_t)L_11)); Il2CppChar* L_12 = V_3; Il2CppChar* L_13 = ___value0; int32_t L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_12, (Il2CppChar*)(Il2CppChar*)L_13, L_14, /*hidden argument*/NULL); V_4 = (String_t*)NULL; } IL_004a: { String_t* L_15 = V_2; return L_15; } } // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m3400201881 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m3400201881_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; { int32_t L_0 = ___length2; 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: { Il2CppChar* L_2 = ___value0; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_CreateString_m3400201881_RuntimeMethod_var); } IL_001d: { int32_t L_4 = ___startIndex1; 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, _stringLiteral2410720131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_CreateString_m3400201881_RuntimeMethod_var); } IL_002f: { int32_t L_6 = ___length2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0041; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral1212500642, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,String_CreateString_m3400201881_RuntimeMethod_var); } IL_0041: { int32_t L_8 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = V_0; V_2 = L_10; String_t* L_11 = V_2; int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_11)), (int32_t)L_12)); Il2CppChar* L_13 = V_1; Il2CppChar* L_14 = ___value0; int32_t L_15 = ___startIndex1; int32_t L_16 = ___length2; String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)))), L_16, /*hidden argument*/NULL); V_2 = (String_t*)NULL; String_t* L_17 = V_0; return L_17; } } // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m860434552 (String_t* __this, CharU5BU5D_t3528271667* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m860434552_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; uintptr_t G_B14_0 = 0; { CharU5BU5D_t3528271667* L_0 = ___val0; 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,String_CreateString_m860434552_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral2410720131, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,String_CreateString_m860434552_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___length2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1212500642, _stringLiteral1538545496, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,String_CreateString_m860434552_RuntimeMethod_var); } IL_003f: { int32_t L_6 = ___startIndex1; CharU5BU5D_t3528271667* L_7 = ___val0; NullCheck(L_7); int32_t L_8 = ___length2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_005a; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2410720131, _stringLiteral3056712940, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,String_CreateString_m860434552_RuntimeMethod_var); } IL_005a: { int32_t L_10 = ___length2; if (L_10) { goto IL_0066; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_11; } IL_0066: { int32_t L_12 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_0 = L_13; String_t* L_14 = V_0; V_3 = L_14; String_t* L_15 = V_3; int32_t L_16 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_15)), (int32_t)L_16)); CharU5BU5D_t3528271667* L_17 = ___val0; if (!L_17) { goto IL_0086; } } { CharU5BU5D_t3528271667* L_18 = ___val0; NullCheck(L_18); if ((((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) { goto IL_008d; } } IL_0086: { G_B14_0 = (((uintptr_t)0)); goto IL_0094; } IL_008d: { CharU5BU5D_t3528271667* L_19 = ___val0; NullCheck(L_19); G_B14_0 = ((uintptr_t)(((L_19)->GetAddressAt(static_cast(0))))); } IL_0094: { V_2 = (Il2CppChar*)G_B14_0; Il2CppChar* L_20 = V_1; Il2CppChar* L_21 = V_2; int32_t L_22 = ___startIndex1; int32_t L_23 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_20, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)2)))), L_23, /*hidden argument*/NULL); V_3 = (String_t*)NULL; V_2 = (Il2CppChar*)(((uintptr_t)0)); String_t* L_24 = V_0; return L_24; } } // System.String System.String::CreateString(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m2818852475 (String_t* __this, CharU5BU5D_t3528271667* ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m2818852475_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; String_t* V_3 = NULL; uintptr_t G_B8_0 = 0; { CharU5BU5D_t3528271667* L_0 = ___val0; 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: { CharU5BU5D_t3528271667* L_2 = ___val0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_001a: { CharU5BU5D_t3528271667* L_4 = ___val0; NullCheck(L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; V_3 = L_6; String_t* L_7 = V_3; int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8)); CharU5BU5D_t3528271667* L_9 = ___val0; if (!L_9) { goto IL_003c; } } { CharU5BU5D_t3528271667* L_10 = ___val0; NullCheck(L_10); if ((((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) { goto IL_0043; } } IL_003c: { G_B8_0 = (((uintptr_t)0)); goto IL_004a; } IL_0043: { CharU5BU5D_t3528271667* L_11 = ___val0; NullCheck(L_11); G_B8_0 = ((uintptr_t)(((L_11)->GetAddressAt(static_cast(0))))); } IL_004a: { V_2 = (Il2CppChar*)G_B8_0; Il2CppChar* L_12 = V_1; Il2CppChar* L_13 = V_2; CharU5BU5D_t3528271667* L_14 = ___val0; NullCheck(L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)L_12, (Il2CppChar*)(Il2CppChar*)L_13, (((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), /*hidden argument*/NULL); V_3 = (String_t*)NULL; V_2 = (Il2CppChar*)(((uintptr_t)0)); String_t* L_15 = V_0; return L_15; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CreateString_m1262864254_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,String_CreateString_m1262864254_RuntimeMethod_var); } IL_0012: { int32_t L_2 = ___count1; if (L_2) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_3; } IL_001e: { int32_t L_4 = ___count1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_InternalAllocateStr_m1198086868(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; V_4 = L_6; String_t* L_7 = V_4; int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_7)), (int32_t)L_8)); Il2CppChar* L_9 = V_1; V_2 = (Il2CppChar*)L_9; Il2CppChar* L_10 = V_2; int32_t L_11 = ___count1; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)))); goto IL_0047; } IL_003f: { Il2CppChar* L_12 = V_2; Il2CppChar L_13 = ___c0; *((int16_t*)(L_12)) = (int16_t)L_13; Il2CppChar* L_14 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)(((intptr_t)2)))); } IL_0047: { Il2CppChar* L_15 = V_2; Il2CppChar* L_16 = V_3; if ((!(((uintptr_t)L_15) >= ((uintptr_t)L_16)))) { goto IL_003f; } } { V_4 = (String_t*)NULL; String_t* L_17 = V_0; return L_17; } } // System.Void System.String::memcpy4(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy4_m979367827 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { goto IL_0035; } IL_0005: { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; *((int32_t*)(L_0)) = (int32_t)(*((int32_t*)L_1)); uint8_t* L_2 = ___dest0; uint8_t* L_3 = ___src1; *((int32_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)4)))) = (int32_t)(*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)4)))); uint8_t* L_4 = ___dest0; uint8_t* L_5 = ___src1; *((int32_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)8)))) = (int32_t)(*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)8)))); uint8_t* L_6 = ___dest0; uint8_t* L_7 = ___src1; *((int32_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)12))))) = (int32_t)(*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)((int32_t)12))))); uint8_t* L_8 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)16))); uint8_t* L_9 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)((int32_t)16))); int32_t L_10 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)16))); } IL_0035: { int32_t L_11 = ___size2; if ((((int32_t)L_11) >= ((int32_t)((int32_t)16)))) { goto IL_0005; } } { goto IL_0055; } IL_0042: { uint8_t* L_12 = ___dest0; uint8_t* L_13 = ___src1; *((int32_t*)(L_12)) = (int32_t)(*((int32_t*)L_13)); uint8_t* L_14 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)4)); uint8_t* L_15 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)4)); int32_t L_16 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)4)); } IL_0055: { int32_t L_17 = ___size2; if ((((int32_t)L_17) >= ((int32_t)4))) { goto IL_0042; } } { goto IL_0074; } IL_0061: { uint8_t* L_18 = ___dest0; uint8_t* L_19 = ___src1; *((int8_t*)(L_18)) = (int8_t)(*((uint8_t*)L_19)); uint8_t* L_20 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)1)); uint8_t* L_21 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)1)); int32_t L_22 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_0074: { int32_t L_23 = ___size2; if ((((int32_t)L_23) > ((int32_t)0))) { goto IL_0061; } } { return; } } // System.Void System.String::memcpy2(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy2_m2048375426 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { goto IL_0030; } IL_0005: { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; *((int16_t*)(L_0)) = (int16_t)(*((int16_t*)L_1)); uint8_t* L_2 = ___dest0; uint8_t* L_3 = ___src1; *((int16_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)2)))) = (int16_t)(*((int16_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)2)))); uint8_t* L_4 = ___dest0; uint8_t* L_5 = ___src1; *((int16_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)4)))) = (int16_t)(*((int16_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)4)))); uint8_t* L_6 = ___dest0; uint8_t* L_7 = ___src1; *((int16_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)6)))) = (int16_t)(*((int16_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)6)))); uint8_t* L_8 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)8)); uint8_t* L_9 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)8)); int32_t L_10 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)8)); } IL_0030: { int32_t L_11 = ___size2; if ((((int32_t)L_11) >= ((int32_t)8))) { goto IL_0005; } } { goto IL_004f; } IL_003c: { uint8_t* L_12 = ___dest0; uint8_t* L_13 = ___src1; *((int16_t*)(L_12)) = (int16_t)(*((int16_t*)L_13)); uint8_t* L_14 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2)); uint8_t* L_15 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2)); int32_t L_16 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)2)); } IL_004f: { int32_t L_17 = ___size2; if ((((int32_t)L_17) >= ((int32_t)2))) { goto IL_003c; } } { int32_t L_18 = ___size2; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0061; } } { uint8_t* L_19 = ___dest0; uint8_t* L_20 = ___src1; *((int8_t*)(L_19)) = (int8_t)(*((uint8_t*)L_20)); } IL_0061: { return; } } // System.Void System.String::memcpy1(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy1_m4209751456 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { goto IL_0050; } IL_0005: { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; *((int8_t*)(L_0)) = (int8_t)(*((uint8_t*)L_1)); uint8_t* L_2 = ___dest0; uint8_t* L_3 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)1)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1)))); uint8_t* L_4 = ___dest0; uint8_t* L_5 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)2)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)2)))); uint8_t* L_6 = ___dest0; uint8_t* L_7 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)3)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)3)))); uint8_t* L_8 = ___dest0; uint8_t* L_9 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)4)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)4)))); uint8_t* L_10 = ___dest0; uint8_t* L_11 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)5)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)5)))); uint8_t* L_12 = ___dest0; uint8_t* L_13 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)6)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)6)))); uint8_t* L_14 = ___dest0; uint8_t* L_15 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)7)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)7)))); uint8_t* L_16 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)8)); uint8_t* L_17 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)8)); int32_t L_18 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)8)); } IL_0050: { int32_t L_19 = ___size2; if ((((int32_t)L_19) >= ((int32_t)8))) { goto IL_0005; } } { goto IL_0077; } IL_005c: { uint8_t* L_20 = ___dest0; uint8_t* L_21 = ___src1; *((int8_t*)(L_20)) = (int8_t)(*((uint8_t*)L_21)); uint8_t* L_22 = ___dest0; uint8_t* L_23 = ___src1; *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)1)))) = (int8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)1)))); uint8_t* L_24 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)2)); uint8_t* L_25 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2)); int32_t L_26 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)2)); } IL_0077: { int32_t L_27 = ___size2; if ((((int32_t)L_27) >= ((int32_t)2))) { goto IL_005c; } } { int32_t L_28 = ___size2; if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_0089; } } { uint8_t* L_29 = ___dest0; uint8_t* L_30 = ___src1; *((int8_t*)(L_29)) = (int8_t)(*((uint8_t*)L_30)); } IL_0089: { return; } } // System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_memcpy_m2826223007 (RuntimeObject * __this /* static, unused */, uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_memcpy_m2826223007_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_0)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_1)))))&(int32_t)3))) { goto IL_0090; } } { uint8_t* L_2 = ___dest0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_2)))&(int32_t)1))) { goto IL_003a; } } { uint8_t* L_3 = ___src1; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_3)))&(int32_t)1))) { goto IL_003a; } } { int32_t L_4 = ___size2; if ((((int32_t)L_4) < ((int32_t)1))) { goto IL_003a; } } { uint8_t* L_5 = ___dest0; uint8_t* L_6 = ___src1; *((int8_t*)(L_5)) = (int8_t)(*((uint8_t*)L_6)); uint8_t* L_7 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)(((intptr_t)1)))); uint8_t* L_8 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)(((intptr_t)1)))); int32_t L_9 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_003a: { uint8_t* L_10 = ___dest0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_10)))&(int32_t)2))) { goto IL_0066; } } { uint8_t* L_11 = ___src1; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))&(int32_t)2))) { goto IL_0066; } } { int32_t L_12 = ___size2; if ((((int32_t)L_12) < ((int32_t)2))) { goto IL_0066; } } { uint8_t* L_13 = ___dest0; uint8_t* L_14 = ___src1; *((int16_t*)(L_13)) = (int16_t)(*((int16_t*)L_14)); uint8_t* L_15 = ___dest0; ___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2)); uint8_t* L_16 = ___src1; ___src1 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2)); int32_t L_17 = ___size2; ___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)2)); } IL_0066: { uint8_t* L_18 = ___dest0; uint8_t* L_19 = ___src1; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_18)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_19)))))&(int32_t)1))) { goto IL_007b; } } { uint8_t* L_20 = ___dest0; uint8_t* L_21 = ___src1; int32_t L_22 = ___size2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_memcpy1_m4209751456(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_20, (uint8_t*)(uint8_t*)L_21, L_22, /*hidden argument*/NULL); return; } IL_007b: { uint8_t* L_23 = ___dest0; uint8_t* L_24 = ___src1; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_23)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_24)))))&(int32_t)2))) { goto IL_0090; } } { uint8_t* L_25 = ___dest0; uint8_t* L_26 = ___src1; int32_t L_27 = ___size2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_memcpy2_m2048375426(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_25, (uint8_t*)(uint8_t*)L_26, L_27, /*hidden argument*/NULL); return; } IL_0090: { uint8_t* L_28 = ___dest0; uint8_t* L_29 = ___src1; int32_t L_30 = ___size2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_memcpy4_m979367827(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_28, (uint8_t*)(uint8_t*)L_29, L_30, /*hidden argument*/NULL); return; } } // System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CharCopy_m98228993 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CharCopy_m98228993_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar* L_0 = ___dest0; Il2CppChar* L_1 = ___src1; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_0)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_1)))))&(int32_t)3))) { goto IL_0051; } } { Il2CppChar* L_2 = ___dest0; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_2)))&(int32_t)2))) { goto IL_003a; } } { Il2CppChar* L_3 = ___src1; if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_3)))&(int32_t)2))) { goto IL_003a; } } { int32_t L_4 = ___count2; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_003a; } } { Il2CppChar* L_5 = ___dest0; Il2CppChar* L_6 = ___src1; *((int16_t*)(L_5)) = (int16_t)(*((int16_t*)L_6)); Il2CppChar* L_7 = ___dest0; ___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_8 = ___src1; ___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)(((intptr_t)2)))); int32_t L_9 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_003a: { Il2CppChar* L_10 = ___dest0; Il2CppChar* L_11 = ___src1; if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_10)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))))&(int32_t)2))) { goto IL_0051; } } { Il2CppChar* L_12 = ___dest0; Il2CppChar* L_13 = ___src1; int32_t L_14 = ___count2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_memcpy2_m2048375426(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_12, (uint8_t*)(uint8_t*)L_13, ((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL); return; } IL_0051: { Il2CppChar* L_15 = ___dest0; Il2CppChar* L_16 = ___src1; int32_t L_17 = ___count2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_memcpy4_m979367827(NULL /*static, unused*/, (uint8_t*)(uint8_t*)L_15, (uint8_t*)(uint8_t*)L_16, ((int32_t)il2cpp_codegen_multiply((int32_t)L_17, (int32_t)2)), /*hidden argument*/NULL); return; } } // System.Void System.String::CharCopyReverse(System.Char*,System.Char*,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CharCopyReverse_m1548661297 (RuntimeObject * __this /* static, unused */, Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; { Il2CppChar* L_0 = ___dest0; int32_t L_1 = ___count2; ___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)))); Il2CppChar* L_2 = ___src1; int32_t L_3 = ___count2; ___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))); int32_t L_4 = ___count2; V_0 = L_4; goto IL_0029; } IL_0015: { Il2CppChar* L_5 = ___dest0; ___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_6 = ___src1; ___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_6, (intptr_t)(((intptr_t)2)))); Il2CppChar* L_7 = ___dest0; Il2CppChar* L_8 = ___src1; *((int16_t*)(L_7)) = (int16_t)(*((uint16_t*)L_8)); int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); } IL_0029: { int32_t L_10 = V_0; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0015; } } { return; } } // System.Void System.String::CharCopy(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CharCopy_m3838781968 (RuntimeObject * __this /* static, unused */, String_t* ___target0, int32_t ___targetIndex1, String_t* ___source2, int32_t ___sourceIndex3, int32_t ___count4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CharCopy_m3838781968_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { String_t* L_0 = ___target0; V_2 = L_0; String_t* L_1 = V_2; int32_t L_2 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_1)), (int32_t)L_2)); String_t* L_3 = ___source2; V_3 = L_3; String_t* L_4 = V_3; int32_t L_5 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_4)), (int32_t)L_5)); Il2CppChar* L_6 = V_0; int32_t L_7 = ___targetIndex1; Il2CppChar* L_8 = V_1; int32_t L_9 = ___sourceIndex3; int32_t L_10 = ___count4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), L_10, /*hidden argument*/NULL); V_2 = (String_t*)NULL; V_3 = (String_t*)NULL; return; } } // System.Void System.String::CharCopy(System.String,System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CharCopy_m2254797373 (RuntimeObject * __this /* static, unused */, String_t* ___target0, int32_t ___targetIndex1, CharU5BU5D_t3528271667* ___source2, int32_t ___sourceIndex3, int32_t ___count4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CharCopy_m2254797373_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; uintptr_t G_B4_0 = 0; { String_t* L_0 = ___target0; V_2 = L_0; String_t* L_1 = V_2; int32_t L_2 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_1)), (int32_t)L_2)); CharU5BU5D_t3528271667* L_3 = ___source2; if (!L_3) { goto IL_0019; } } { CharU5BU5D_t3528271667* L_4 = ___source2; NullCheck(L_4); if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0020; } } IL_0019: { G_B4_0 = (((uintptr_t)0)); goto IL_0027; } IL_0020: { CharU5BU5D_t3528271667* L_5 = ___source2; NullCheck(L_5); G_B4_0 = ((uintptr_t)(((L_5)->GetAddressAt(static_cast(0))))); } IL_0027: { V_1 = (Il2CppChar*)G_B4_0; Il2CppChar* L_6 = V_0; int32_t L_7 = ___targetIndex1; Il2CppChar* L_8 = V_1; int32_t L_9 = ___sourceIndex3; int32_t L_10 = ___count4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopy_m98228993(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), L_10, /*hidden argument*/NULL); V_2 = (String_t*)NULL; V_1 = (Il2CppChar*)(((uintptr_t)0)); return; } } // System.Void System.String::CharCopyReverse(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CharCopyReverse_m692227313 (RuntimeObject * __this /* static, unused */, String_t* ___target0, int32_t ___targetIndex1, String_t* ___source2, int32_t ___sourceIndex3, int32_t ___count4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_CharCopyReverse_m692227313_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { String_t* L_0 = ___target0; V_2 = L_0; String_t* L_1 = V_2; int32_t L_2 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_1)), (int32_t)L_2)); String_t* L_3 = ___source2; V_3 = L_3; String_t* L_4 = V_3; int32_t L_5 = RuntimeHelpers_get_OffsetToStringData_m2192601476(NULL /*static, unused*/, /*hidden argument*/NULL); V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((intptr_t)L_4)), (int32_t)L_5)); Il2CppChar* L_6 = V_0; int32_t L_7 = ___targetIndex1; Il2CppChar* L_8 = V_1; int32_t L_9 = ___sourceIndex3; int32_t L_10 = ___count4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_CharCopyReverse_m1548661297(NULL /*static, unused*/, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2)))), L_10, /*hidden argument*/NULL); V_2 = (String_t*)NULL; V_3 = (String_t*)NULL; return; } } // System.String[] System.String::InternalSplit(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_InternalSplit_m1398300789 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { typedef StringU5BU5D_t1281789340* (*String_InternalSplit_m1398300789_ftn) (String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t); using namespace il2cpp::icalls; return ((String_InternalSplit_m1398300789_ftn)mscorlib::System::String::InternalSplit) (__this, ___separator0, ___count1, ___options2); } // System.String System.String::InternalAllocateStr(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_InternalAllocateStr_m1198086868 (RuntimeObject * __this /* static, unused */, int32_t ___length0, const RuntimeMethod* method) { typedef String_t* (*String_InternalAllocateStr_m1198086868_ftn) (int32_t); using namespace il2cpp::icalls; return ((String_InternalAllocateStr_m1198086868_ftn)mscorlib::System::String::InternalAllocateStr) (___length0); } // 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* ___a0, String_t* ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_op_Equality_m920492651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___a0; String_t* L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_Equals_m1744302937(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // 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* ___a0, String_t* ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (String_op_Inequality_m215368492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___a0; String_t* L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_Equals_m1744302937(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 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.StringComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringComparer__ctor_m621368542 (StringComparer_t3301955079 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.StringComparer::.cctor() extern "C" IL2CPP_METHOD_ATTR void StringComparer__cctor_m1626042071 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer__cctor_m1626042071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CultureAwareComparer_t30646139 * L_1 = (CultureAwareComparer_t30646139 *)il2cpp_codegen_object_new(CultureAwareComparer_t30646139_il2cpp_TypeInfo_var); CultureAwareComparer__ctor_m3981913244(L_1, L_0, (bool)1, /*hidden argument*/NULL); ((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_invariantCultureIgnoreCase_0(L_1); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); CultureAwareComparer_t30646139 * L_3 = (CultureAwareComparer_t30646139 *)il2cpp_codegen_object_new(CultureAwareComparer_t30646139_il2cpp_TypeInfo_var); CultureAwareComparer__ctor_m3981913244(L_3, L_2, (bool)0, /*hidden argument*/NULL); ((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_invariantCulture_1(L_3); OrdinalComparer_t3407243298 * L_4 = (OrdinalComparer_t3407243298 *)il2cpp_codegen_object_new(OrdinalComparer_t3407243298_il2cpp_TypeInfo_var); OrdinalComparer__ctor_m1028789954(L_4, (bool)1, /*hidden argument*/NULL); ((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_ordinalIgnoreCase_2(L_4); OrdinalComparer_t3407243298 * L_5 = (OrdinalComparer_t3407243298 *)il2cpp_codegen_object_new(OrdinalComparer_t3407243298_il2cpp_TypeInfo_var); OrdinalComparer__ctor_m1028789954(L_5, (bool)0, /*hidden argument*/NULL); ((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->set_ordinal_3(L_5); return; } } // System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase() extern "C" IL2CPP_METHOD_ATTR StringComparer_t3301955079 * StringComparer_get_InvariantCultureIgnoreCase_m2404489191 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_m2404489191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer_t3301955079 * L_0 = ((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->get_invariantCultureIgnoreCase_0(); return L_0; } } // System.StringComparer System.StringComparer::get_Ordinal() extern "C" IL2CPP_METHOD_ATTR StringComparer_t3301955079 * StringComparer_get_Ordinal_m2103862281 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_get_Ordinal_m2103862281_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t3301955079_il2cpp_TypeInfo_var); StringComparer_t3301955079 * L_0 = ((StringComparer_t3301955079_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t3301955079_il2cpp_TypeInfo_var))->get_ordinal_3(); return L_0; } } // System.Int32 System.StringComparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t StringComparer_Compare_m991165676 (StringComparer_t3301955079 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_Compare_m991165676_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; { RuntimeObject * L_0 = ___x0; RuntimeObject * L_1 = ___y1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0009; } } { return 0; } IL_0009: { RuntimeObject * L_2 = ___x0; if (L_2) { goto IL_0011; } } { return (-1); } IL_0011: { RuntimeObject * L_3 = ___y1; if (L_3) { goto IL_0019; } } { return 1; } IL_0019: { RuntimeObject * L_4 = ___x0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); String_t* L_5 = V_0; if (!L_5) { goto IL_003c; } } { RuntimeObject * L_6 = ___y1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_1; if (!L_7) { goto IL_003c; } } { String_t* L_8 = V_0; String_t* L_9 = V_1; int32_t L_10 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(10 /* System.Int32 System.StringComparer::Compare(System.String,System.String) */, __this, L_8, L_9); return L_10; } IL_003c: { RuntimeObject * L_11 = ___x0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IComparable_t36111218_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_2; if (L_12) { goto IL_004f; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,StringComparer_Compare_m991165676_RuntimeMethod_var); } IL_004f: { RuntimeObject* L_14 = V_2; RuntimeObject * L_15 = ___y1; NullCheck(L_14); int32_t L_16 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_t36111218_il2cpp_TypeInfo_var, L_14, L_15); return L_16; } } // System.Boolean System.StringComparer::Equals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool StringComparer_Equals_m1418565653 (StringComparer_t3301955079 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_Equals_m1418565653_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___x0; RuntimeObject * L_1 = ___y1; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { RuntimeObject * L_2 = ___x0; if (!L_2) { goto IL_0015; } } { RuntimeObject * L_3 = ___y1; if (L_3) { goto IL_0017; } } IL_0015: { return (bool)0; } IL_0017: { RuntimeObject * L_4 = ___x0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); String_t* L_5 = V_0; if (!L_5) { goto IL_003a; } } { RuntimeObject * L_6 = ___y1; V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); String_t* L_7 = V_1; if (!L_7) { goto IL_003a; } } { String_t* L_8 = V_0; String_t* L_9 = V_1; bool L_10 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(11 /* System.Boolean System.StringComparer::Equals(System.String,System.String) */, __this, L_8, L_9); return L_10; } IL_003a: { RuntimeObject * L_11 = ___x0; RuntimeObject * L_12 = ___y1; NullCheck(L_11); bool L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12); return L_13; } } // System.Int32 System.StringComparer::GetHashCode(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t StringComparer_GetHashCode_m2080455020 (StringComparer_t3301955079 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringComparer_GetHashCode_m2080455020_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t G_B5_0 = 0; { RuntimeObject * L_0 = ___obj0; 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, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StringComparer_GetHashCode_m2080455020_RuntimeMethod_var); } IL_0011: { RuntimeObject * L_2 = ___obj0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); String_t* L_3 = V_0; if (L_3) { goto IL_0029; } } { RuntimeObject * L_4 = ___obj0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4); G_B5_0 = L_5; goto IL_0030; } IL_0029: { String_t* L_6 = V_0; int32_t L_7 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, __this, L_6); G_B5_0 = L_7; } IL_0030: { return G_B5_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 // System.Void System.SystemException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4274309232 (SystemException_t176217640 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SystemException__ctor_m4274309232_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1758154689, /*hidden argument*/NULL); Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233087), /*hidden argument*/NULL); return; } } // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception__ctor_m1152696503(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233087), /*hidden argument*/NULL); return; } } // 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 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception__ctor_m2499432361(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.SystemException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; Exception__ctor_m1406832249(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233087), /*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.TermInfoDriver::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver__ctor_m2406670368 (TermInfoDriver_t2335718621 * __this, String_t* ___term0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver__ctor_m2406670368_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = 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_title_6(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_titleFormat_7(L_1); __this->set_cursorVisible_8((bool)1); RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_2, /*hidden argument*/NULL); __this->set_initLock_26(L_2); __this->set_fgcolor_31(((int32_t)15)); __this->set_rl_startx_41((-1)); __this->set_rl_starty_42((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_3 = ___term0; __this->set_term_13(L_3); String_t* L_4 = ___term0; bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral737901922, /*hidden argument*/NULL); if (!L_5) { goto IL_0078; } } { String_t* L_6 = ___term0; ByteU5BU5D_t4116647657* L_7 = KnownTerminals_get_xterm_m3599867638(NULL /*static, unused*/, /*hidden argument*/NULL); TermInfoReader_t3116894478 * L_8 = (TermInfoReader_t3116894478 *)il2cpp_codegen_object_new(TermInfoReader_t3116894478_il2cpp_TypeInfo_var); TermInfoReader__ctor_m3960589196(L_8, L_6, L_7, /*hidden argument*/NULL); __this->set_reader_3(L_8); __this->set_color16_32((bool)1); goto IL_00bf; } IL_0078: { String_t* L_9 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral378751654, /*hidden argument*/NULL); if (!L_10) { goto IL_00a5; } } { String_t* L_11 = ___term0; ByteU5BU5D_t4116647657* L_12 = KnownTerminals_get_linux_m19531034(NULL /*static, unused*/, /*hidden argument*/NULL); TermInfoReader_t3116894478 * L_13 = (TermInfoReader_t3116894478 *)il2cpp_codegen_object_new(TermInfoReader_t3116894478_il2cpp_TypeInfo_var); TermInfoReader__ctor_m3960589196(L_13, L_11, L_12, /*hidden argument*/NULL); __this->set_reader_3(L_13); __this->set_color16_32((bool)1); goto IL_00bf; } IL_00a5: { String_t* L_14 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); String_t* L_15 = TermInfoDriver_SearchTerminfo_m274516696(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_0 = L_15; String_t* L_16 = V_0; if (!L_16) { goto IL_00bf; } } { String_t* L_17 = ___term0; String_t* L_18 = V_0; TermInfoReader_t3116894478 * L_19 = (TermInfoReader_t3116894478 *)il2cpp_codegen_object_new(TermInfoReader_t3116894478_il2cpp_TypeInfo_var); TermInfoReader__ctor_m3915858035(L_19, L_17, L_18, /*hidden argument*/NULL); __this->set_reader_3(L_19); } IL_00bf: { TermInfoReader_t3116894478 * L_20 = __this->get_reader_3(); if (L_20) { goto IL_00db; } } { String_t* L_21 = ___term0; ByteU5BU5D_t4116647657* L_22 = KnownTerminals_get_ansi_m1157548325(NULL /*static, unused*/, /*hidden argument*/NULL); TermInfoReader_t3116894478 * L_23 = (TermInfoReader_t3116894478 *)il2cpp_codegen_object_new(TermInfoReader_t3116894478_il2cpp_TypeInfo_var); TermInfoReader__ctor_m3960589196(L_23, L_21, L_22, /*hidden argument*/NULL); __this->set_reader_3(L_23); } IL_00db: { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_24 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); if (((CStreamWriter_t3783449173 *)IsInstClass((RuntimeObject*)L_24, CStreamWriter_t3783449173_il2cpp_TypeInfo_var))) { goto IL_0111; } } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_25 = Console_OpenStandardOutput_m1257556731(NULL /*static, unused*/, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_26 = Console_get_OutputEncoding_m2337511041(NULL /*static, unused*/, /*hidden argument*/NULL); CStreamWriter_t3783449173 * L_27 = (CStreamWriter_t3783449173 *)il2cpp_codegen_object_new(CStreamWriter_t3783449173_il2cpp_TypeInfo_var); CStreamWriter__ctor_m1932602514(L_27, L_25, L_26, /*hidden argument*/NULL); __this->set_stdout_15(L_27); CStreamWriter_t3783449173 * L_28 = __this->get_stdout_15(); NullCheck(L_28); VirtActionInvoker1< bool >::Invoke(26 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_28, (bool)1); goto IL_0121; } IL_0111: { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_29 = ((Console_t3208230065_StaticFields*)il2cpp_codegen_static_fields_for(Console_t3208230065_il2cpp_TypeInfo_var))->get_stdout_0(); __this->set_stdout_15(((CStreamWriter_t3783449173 *)CastclassClass((RuntimeObject*)L_29, CStreamWriter_t3783449173_il2cpp_TypeInfo_var))); } IL_0121: { return; } } // System.Void System.TermInfoDriver::.cctor() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver__cctor_m2704395661 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver__cctor_m2704395661_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral744264776); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral744264776); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3853592434); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral3853592434); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral4143578211); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral4143578211); ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->set_locations_2(L_2); TermInfoStringsU5BU5D_t4121115714* L_3 = ((TermInfoStringsU5BU5D_t4121115714*)SZArrayNew(TermInfoStringsU5BU5D_t4121115714_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60))); NullCheck(L_3); (L_3)->SetAt(static_cast(0), (int32_t)((int32_t)55)); TermInfoStringsU5BU5D_t4121115714* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (int32_t)((int32_t)57)); TermInfoStringsU5BU5D_t4121115714* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(2), (int32_t)((int32_t)61)); TermInfoStringsU5BU5D_t4121115714* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(3), (int32_t)((int32_t)66)); TermInfoStringsU5BU5D_t4121115714* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(4), (int32_t)((int32_t)67)); TermInfoStringsU5BU5D_t4121115714* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(5), (int32_t)((int32_t)68)); TermInfoStringsU5BU5D_t4121115714* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(6), (int32_t)((int32_t)69)); TermInfoStringsU5BU5D_t4121115714* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(7), (int32_t)((int32_t)70)); TermInfoStringsU5BU5D_t4121115714* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(8), (int32_t)((int32_t)71)); TermInfoStringsU5BU5D_t4121115714* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)72)); TermInfoStringsU5BU5D_t4121115714* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)10)), (int32_t)((int32_t)73)); TermInfoStringsU5BU5D_t4121115714* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)11)), (int32_t)((int32_t)74)); TermInfoStringsU5BU5D_t4121115714* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)12)), (int32_t)((int32_t)75)); TermInfoStringsU5BU5D_t4121115714* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)13)), (int32_t)((int32_t)76)); TermInfoStringsU5BU5D_t4121115714* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)14)), (int32_t)((int32_t)79)); TermInfoStringsU5BU5D_t4121115714* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)15)), (int32_t)((int32_t)80)); TermInfoStringsU5BU5D_t4121115714* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)16)), (int32_t)((int32_t)81)); TermInfoStringsU5BU5D_t4121115714* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)17)), (int32_t)((int32_t)82)); TermInfoStringsU5BU5D_t4121115714* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)18)), (int32_t)((int32_t)83)); TermInfoStringsU5BU5D_t4121115714* L_22 = L_21; NullCheck(L_22); (L_22)->SetAt(static_cast(((int32_t)19)), (int32_t)((int32_t)84)); TermInfoStringsU5BU5D_t4121115714* L_23 = L_22; NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)20)), (int32_t)((int32_t)85)); TermInfoStringsU5BU5D_t4121115714* L_24 = L_23; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)21)), (int32_t)((int32_t)87)); TermInfoStringsU5BU5D_t4121115714* L_25 = L_24; NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)22)), (int32_t)((int32_t)139)); TermInfoStringsU5BU5D_t4121115714* L_26 = L_25; NullCheck(L_26); (L_26)->SetAt(static_cast(((int32_t)23)), (int32_t)((int32_t)140)); TermInfoStringsU5BU5D_t4121115714* L_27 = L_26; NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)24)), (int32_t)((int32_t)141)); TermInfoStringsU5BU5D_t4121115714* L_28 = L_27; NullCheck(L_28); (L_28)->SetAt(static_cast(((int32_t)25)), (int32_t)((int32_t)142)); TermInfoStringsU5BU5D_t4121115714* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)26)), (int32_t)((int32_t)143)); TermInfoStringsU5BU5D_t4121115714* L_30 = L_29; NullCheck(L_30); (L_30)->SetAt(static_cast(((int32_t)27)), (int32_t)((int32_t)148)); TermInfoStringsU5BU5D_t4121115714* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(static_cast(((int32_t)28)), (int32_t)((int32_t)158)); TermInfoStringsU5BU5D_t4121115714* L_32 = L_31; NullCheck(L_32); (L_32)->SetAt(static_cast(((int32_t)29)), (int32_t)((int32_t)162)); TermInfoStringsU5BU5D_t4121115714* L_33 = L_32; NullCheck(L_33); (L_33)->SetAt(static_cast(((int32_t)30)), (int32_t)((int32_t)164)); TermInfoStringsU5BU5D_t4121115714* L_34 = L_33; NullCheck(L_34); (L_34)->SetAt(static_cast(((int32_t)31)), (int32_t)((int32_t)165)); TermInfoStringsU5BU5D_t4121115714* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(static_cast(((int32_t)32)), (int32_t)((int32_t)168)); TermInfoStringsU5BU5D_t4121115714* L_36 = L_35; NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)33)), (int32_t)((int32_t)176)); TermInfoStringsU5BU5D_t4121115714* L_37 = L_36; NullCheck(L_37); (L_37)->SetAt(static_cast(((int32_t)34)), (int32_t)((int32_t)185)); TermInfoStringsU5BU5D_t4121115714* L_38 = L_37; NullCheck(L_38); (L_38)->SetAt(static_cast(((int32_t)35)), (int32_t)((int32_t)186)); TermInfoStringsU5BU5D_t4121115714* L_39 = L_38; NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)36)), (int32_t)((int32_t)189)); TermInfoStringsU5BU5D_t4121115714* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(static_cast(((int32_t)37)), (int32_t)((int32_t)191)); TermInfoStringsU5BU5D_t4121115714* L_41 = L_40; NullCheck(L_41); (L_41)->SetAt(static_cast(((int32_t)38)), (int32_t)((int32_t)198)); TermInfoStringsU5BU5D_t4121115714* L_42 = L_41; NullCheck(L_42); (L_42)->SetAt(static_cast(((int32_t)39)), (int32_t)((int32_t)199)); TermInfoStringsU5BU5D_t4121115714* L_43 = L_42; NullCheck(L_43); (L_43)->SetAt(static_cast(((int32_t)40)), (int32_t)((int32_t)201)); TermInfoStringsU5BU5D_t4121115714* L_44 = L_43; NullCheck(L_44); (L_44)->SetAt(static_cast(((int32_t)41)), (int32_t)((int32_t)207)); TermInfoStringsU5BU5D_t4121115714* L_45 = L_44; NullCheck(L_45); (L_45)->SetAt(static_cast(((int32_t)42)), (int32_t)((int32_t)210)); TermInfoStringsU5BU5D_t4121115714* L_46 = L_45; NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)43)), (int32_t)((int32_t)214)); TermInfoStringsU5BU5D_t4121115714* L_47 = L_46; NullCheck(L_47); (L_47)->SetAt(static_cast(((int32_t)44)), (int32_t)((int32_t)216)); TermInfoStringsU5BU5D_t4121115714* L_48 = L_47; NullCheck(L_48); (L_48)->SetAt(static_cast(((int32_t)45)), (int32_t)((int32_t)217)); TermInfoStringsU5BU5D_t4121115714* L_49 = L_48; NullCheck(L_49); (L_49)->SetAt(static_cast(((int32_t)46)), (int32_t)((int32_t)218)); TermInfoStringsU5BU5D_t4121115714* L_50 = L_49; NullCheck(L_50); (L_50)->SetAt(static_cast(((int32_t)47)), (int32_t)((int32_t)219)); TermInfoStringsU5BU5D_t4121115714* L_51 = L_50; NullCheck(L_51); (L_51)->SetAt(static_cast(((int32_t)48)), (int32_t)((int32_t)220)); TermInfoStringsU5BU5D_t4121115714* L_52 = L_51; NullCheck(L_52); (L_52)->SetAt(static_cast(((int32_t)49)), (int32_t)((int32_t)221)); TermInfoStringsU5BU5D_t4121115714* L_53 = L_52; NullCheck(L_53); (L_53)->SetAt(static_cast(((int32_t)50)), (int32_t)((int32_t)222)); TermInfoStringsU5BU5D_t4121115714* L_54 = L_53; NullCheck(L_54); (L_54)->SetAt(static_cast(((int32_t)51)), (int32_t)((int32_t)223)); TermInfoStringsU5BU5D_t4121115714* L_55 = L_54; NullCheck(L_55); (L_55)->SetAt(static_cast(((int32_t)52)), (int32_t)((int32_t)224)); TermInfoStringsU5BU5D_t4121115714* L_56 = L_55; NullCheck(L_56); (L_56)->SetAt(static_cast(((int32_t)53)), (int32_t)((int32_t)225)); TermInfoStringsU5BU5D_t4121115714* L_57 = L_56; NullCheck(L_57); (L_57)->SetAt(static_cast(((int32_t)54)), (int32_t)((int32_t)226)); TermInfoStringsU5BU5D_t4121115714* L_58 = L_57; NullCheck(L_58); (L_58)->SetAt(static_cast(((int32_t)55)), (int32_t)((int32_t)227)); TermInfoStringsU5BU5D_t4121115714* L_59 = L_58; NullCheck(L_59); (L_59)->SetAt(static_cast(((int32_t)56)), (int32_t)((int32_t)228)); TermInfoStringsU5BU5D_t4121115714* L_60 = L_59; NullCheck(L_60); (L_60)->SetAt(static_cast(((int32_t)57)), (int32_t)((int32_t)229)); TermInfoStringsU5BU5D_t4121115714* L_61 = L_60; NullCheck(L_61); (L_61)->SetAt(static_cast(((int32_t)58)), (int32_t)((int32_t)59)); TermInfoStringsU5BU5D_t4121115714* L_62 = L_61; NullCheck(L_62); (L_62)->SetAt(static_cast(((int32_t)59)), (int32_t)((int32_t)77)); ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->set_UsedKeys_46(L_62); return; } } // System.String System.TermInfoDriver::SearchTerminfo(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m274516696 (RuntimeObject * __this /* static, unused */, String_t* ___term0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_SearchTerminfo_m274516696_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; { String_t* L_0 = ___term0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } IL_0016: { return (String_t*)NULL; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_4 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_locations_2(); V_1 = L_4; V_2 = 0; goto IL_0076; } IL_0025: { StringU5BU5D_t1281789340* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; String_t* L_9 = V_0; bool L_10 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0039; } } { goto IL_0072; } IL_0039: { String_t* L_11 = V_0; String_t* L_12 = ___term0; NullCheck(L_12); String_t* L_13 = String_Substring_m1610150815(L_12, 0, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_14 = Path_Combine_m3389272516(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); V_3 = L_14; String_t* L_15 = V_0; bool L_16 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0058; } } { goto IL_0072; } IL_0058: { String_t* L_17 = V_3; String_t* L_18 = ___term0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_19 = Path_Combine_m3389272516(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); V_3 = L_19; String_t* L_20 = V_3; bool L_21 = File_Exists_m3943585060(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0070; } } { goto IL_0072; } IL_0070: { String_t* L_22 = V_3; return L_22; } IL_0072: { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0076: { int32_t L_24 = V_2; StringU5BU5D_t1281789340* L_25 = V_1; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0025; } } { return (String_t*)NULL; } } // System.Void System.TermInfoDriver::WriteConsole(System.String) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_m3838873532 (TermInfoDriver_t2335718621 * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CStreamWriter_t3783449173 * L_1 = __this->get_stdout_15(); String_t* L_2 = ___str0; NullCheck(L_1); CStreamWriter_InternalWriteString_m2840293380(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.TermInfoDriver::get_Initialized() extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m36760957 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); return L_0; } } // System.Void System.TermInfoDriver::Init() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Init_m2310284416 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_Init_m2310284416_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* 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); TermInfoDriver_t2335718621 * G_B12_0 = NULL; TermInfoDriver_t2335718621 * G_B11_0 = NULL; String_t* G_B13_0 = NULL; TermInfoDriver_t2335718621 * G_B13_1 = NULL; TermInfoDriver_t2335718621 * G_B15_0 = NULL; TermInfoDriver_t2335718621 * G_B14_0 = NULL; String_t* G_B16_0 = NULL; TermInfoDriver_t2335718621 * G_B16_1 = NULL; String_t* G_B19_0 = NULL; { bool L_0 = __this->get_inited_25(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { RuntimeObject * L_1 = __this->get_initLock_26(); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0019: try { // begin try (depth: 1) { bool L_3 = __this->get_inited_25(); if (!L_3) { goto IL_0029; } } IL_0024: { IL2CPP_LEAVE(0x3C4, FINALLY_03bd); } IL_0029: { __this->set_inited_25((bool)1); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); bool L_4 = ConsoleDriver_get_IsConsole_m4190584969(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_4) { goto IL_0045; } } IL_003a: { IOException_t4088381929 * L_5 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_5, _stringLiteral2765920707, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,TermInfoDriver_Init_m2310284416_RuntimeMethod_var); } IL_0045: { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); ConsoleDriver_SetEcho_m1410126200(NULL /*static, unused*/, (bool)0, /*hidden argument*/NULL); V_1 = (String_t*)NULL; TermInfoReader_t3116894478 * L_6 = __this->get_reader_3(); NullCheck(L_6); String_t* L_7 = TermInfoReader_Get_m1464778293(L_6, ((int32_t)89), /*hidden argument*/NULL); __this->set_keypadXmit_23(L_7); TermInfoReader_t3116894478 * L_8 = __this->get_reader_3(); NullCheck(L_8); String_t* L_9 = TermInfoReader_Get_m1464778293(L_8, ((int32_t)88), /*hidden argument*/NULL); __this->set_keypadLocal_24(L_9); String_t* L_10 = __this->get_keypadXmit_23(); if (!L_10) { goto IL_00a3; } } IL_007f: { String_t* L_11 = __this->get_keypadXmit_23(); TermInfoDriver_WriteConsole_m3838873532(__this, L_11, /*hidden argument*/NULL); String_t* L_12 = __this->get_keypadLocal_24(); if (!L_12) { goto IL_00a3; } } IL_0096: { String_t* L_13 = V_1; String_t* L_14 = __this->get_keypadLocal_24(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; } IL_00a3: { TermInfoReader_t3116894478 * L_16 = __this->get_reader_3(); NullCheck(L_16); String_t* L_17 = TermInfoReader_Get_m1464778293(L_16, ((int32_t)297), /*hidden argument*/NULL); __this->set_origPair_28(L_17); TermInfoReader_t3116894478 * L_18 = __this->get_reader_3(); NullCheck(L_18); String_t* L_19 = TermInfoReader_Get_m1464778293(L_18, ((int32_t)298), /*hidden argument*/NULL); __this->set_origColors_29(L_19); TermInfoReader_t3116894478 * L_20 = __this->get_reader_3(); NullCheck(L_20); String_t* L_21 = TermInfoReader_Get_m1464778293(L_20, ((int32_t)359), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); String_t* L_22 = TermInfoDriver_MangleParameters_m3512314004(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); __this->set_setfgcolor_35(L_22); TermInfoReader_t3116894478 * L_23 = __this->get_reader_3(); NullCheck(L_23); String_t* L_24 = TermInfoReader_Get_m1464778293(L_23, ((int32_t)360), /*hidden argument*/NULL); String_t* L_25 = TermInfoDriver_MangleParameters_m3512314004(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); __this->set_setbgcolor_36(L_25); bool L_26 = __this->get_color16_32(); G_B11_0 = __this; if (!L_26) { G_B12_0 = __this; goto IL_012b; } } IL_0111: { String_t* L_27 = __this->get_setfgcolor_35(); NullCheck(L_27); String_t* L_28 = String_Replace_m1273907647(L_27, _stringLiteral3451369461, _stringLiteral3452024821, /*hidden argument*/NULL); G_B13_0 = L_28; G_B13_1 = G_B11_0; goto IL_0131; } IL_012b: { String_t* L_29 = __this->get_setfgcolor_35(); G_B13_0 = L_29; G_B13_1 = G_B12_0; } IL_0131: { NullCheck(G_B13_1); G_B13_1->set_setlfgcolor_33(G_B13_0); bool L_30 = __this->get_color16_32(); G_B14_0 = __this; if (!L_30) { G_B15_0 = __this; goto IL_015c; } } IL_0142: { String_t* L_31 = __this->get_setbgcolor_36(); NullCheck(L_31); String_t* L_32 = String_Replace_m1273907647(L_31, _stringLiteral3451303925, _stringLiteral3074578319, /*hidden argument*/NULL); G_B16_0 = L_32; G_B16_1 = G_B14_0; goto IL_0162; } IL_015c: { String_t* L_33 = __this->get_setbgcolor_36(); G_B16_0 = L_33; G_B16_1 = G_B15_0; } IL_0162: { NullCheck(G_B16_1); G_B16_1->set_setlbgcolor_34(G_B16_0); String_t* L_34 = __this->get_origColors_29(); if (L_34) { goto IL_017d; } } IL_0172: { String_t* L_35 = __this->get_origPair_28(); G_B19_0 = L_35; goto IL_0183; } IL_017d: { String_t* L_36 = __this->get_origColors_29(); G_B19_0 = L_36; } IL_0183: { V_2 = G_B19_0; String_t* L_37 = V_2; if (!L_37) { goto IL_0192; } } IL_018a: { String_t* L_38 = V_1; String_t* L_39 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Concat_m3937257545(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); V_1 = L_40; } IL_0192: { String_t* L_41 = __this->get_keypadXmit_23(); String_t* L_42 = V_1; ByteU5BU5D_t4116647657** L_43 = __this->get_address_of_control_characters_43(); IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); bool L_44 = ConsoleDriver_TtySetup_m2224308598(NULL /*static, unused*/, L_41, L_42, L_43, (((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_address_of_native_terminal_size_0()), /*hidden argument*/NULL); if (L_44) { goto IL_01b9; } } IL_01ae: { IOException_t4088381929 * L_45 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_45, _stringLiteral1193161139, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,TermInfoDriver_Init_m2310284416_RuntimeMethod_var); } IL_01b9: { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); Stream_t1273022909 * L_46 = Console_OpenStandardInput_m3262421490(NULL /*static, unused*/, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_47 = Console_get_InputEncoding_m1210901073(NULL /*static, unused*/, /*hidden argument*/NULL); StreamReader_t4009935899 * L_48 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m3941437302(L_48, L_46, L_47, /*hidden argument*/NULL); __this->set_stdin_14(L_48); TermInfoReader_t3116894478 * L_49 = __this->get_reader_3(); NullCheck(L_49); String_t* L_50 = TermInfoReader_Get_m1464778293(L_49, 5, /*hidden argument*/NULL); __this->set_clear_11(L_50); TermInfoReader_t3116894478 * L_51 = __this->get_reader_3(); NullCheck(L_51); String_t* L_52 = TermInfoReader_Get_m1464778293(L_51, 1, /*hidden argument*/NULL); __this->set_bell_12(L_52); String_t* L_53 = __this->get_clear_11(); if (L_53) { goto IL_022e; } } IL_01fe: { TermInfoReader_t3116894478 * L_54 = __this->get_reader_3(); NullCheck(L_54); String_t* L_55 = TermInfoReader_Get_m1464778293(L_54, ((int32_t)12), /*hidden argument*/NULL); __this->set_clear_11(L_55); String_t* L_56 = __this->get_clear_11(); TermInfoReader_t3116894478 * L_57 = __this->get_reader_3(); NullCheck(L_57); String_t* L_58 = TermInfoReader_Get_m1464778293(L_57, 7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_56, L_58, /*hidden argument*/NULL); __this->set_clear_11(L_59); } IL_022e: { TermInfoReader_t3116894478 * L_60 = __this->get_reader_3(); NullCheck(L_60); String_t* L_61 = TermInfoReader_Get_m1464778293(L_60, ((int32_t)16), /*hidden argument*/NULL); __this->set_csrVisible_9(L_61); String_t* L_62 = __this->get_csrVisible_9(); if (L_62) { goto IL_025f; } } IL_024c: { TermInfoReader_t3116894478 * L_63 = __this->get_reader_3(); NullCheck(L_63); String_t* L_64 = TermInfoReader_Get_m1464778293(L_63, ((int32_t)20), /*hidden argument*/NULL); __this->set_csrVisible_9(L_64); } IL_025f: { TermInfoReader_t3116894478 * L_65 = __this->get_reader_3(); NullCheck(L_65); String_t* L_66 = TermInfoReader_Get_m1464778293(L_65, ((int32_t)13), /*hidden argument*/NULL); __this->set_csrInvisible_10(L_66); String_t* L_67 = __this->get_term_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, _stringLiteral3118621459, /*hidden argument*/NULL); if (L_68) { goto IL_02e6; } } IL_0287: { String_t* L_69 = __this->get_term_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_70 = String_op_Equality_m920492651(NULL /*static, unused*/, L_69, _stringLiteral378751654, /*hidden argument*/NULL); if (L_70) { goto IL_02e6; } } IL_029c: { String_t* L_71 = __this->get_term_13(); if (!L_71) { goto IL_02bc; } } IL_02a7: { String_t* L_72 = __this->get_term_13(); NullCheck(L_72); bool L_73 = String_StartsWith_m1759067526(L_72, _stringLiteral737901922, /*hidden argument*/NULL); if (L_73) { goto IL_02e6; } } IL_02bc: { String_t* L_74 = __this->get_term_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_75 = String_op_Equality_m920492651(NULL /*static, unused*/, L_74, _stringLiteral3539397706, /*hidden argument*/NULL); if (L_75) { goto IL_02e6; } } IL_02d1: { String_t* L_76 = __this->get_term_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_77 = String_op_Equality_m920492651(NULL /*static, unused*/, L_76, _stringLiteral104512426, /*hidden argument*/NULL); if (!L_77) { goto IL_02f6; } } IL_02e6: { __this->set_titleFormat_7(_stringLiteral17771417); goto IL_033b; } IL_02f6: { String_t* L_78 = __this->get_term_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_79 = String_op_Equality_m920492651(NULL /*static, unused*/, L_78, _stringLiteral2272500240, /*hidden argument*/NULL); if (!L_79) { goto IL_031b; } } IL_030b: { __this->set_titleFormat_7(_stringLiteral1580508046); goto IL_033b; } IL_031b: { String_t* L_80 = __this->get_term_13(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_81 = String_op_Equality_m920492651(NULL /*static, unused*/, L_80, _stringLiteral1838983408, /*hidden argument*/NULL); if (!L_81) { goto IL_033b; } } IL_0330: { __this->set_titleFormat_7(_stringLiteral741854436); } IL_033b: { TermInfoReader_t3116894478 * L_82 = __this->get_reader_3(); NullCheck(L_82); String_t* L_83 = TermInfoReader_Get_m1464778293(L_82, ((int32_t)10), /*hidden argument*/NULL); __this->set_cursorAddress_30(L_83); String_t* L_84 = __this->get_cursorAddress_30(); if (!L_84) { goto IL_038d; } } IL_0359: { String_t* L_85 = __this->get_cursorAddress_30(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_86 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_85); String_t* L_87 = String_Replace_m1273907647(L_85, _stringLiteral3455170427, L_86, /*hidden argument*/NULL); V_3 = L_87; String_t* L_88 = __this->get_cursorAddress_30(); String_t* L_89 = V_3; bool L_90 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_88, L_89, /*hidden argument*/NULL); __this->set_home_1_1_40(L_90); String_t* L_91 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); String_t* L_92 = TermInfoDriver_MangleParameters_m3512314004(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); __this->set_cursorAddress_30(L_92); } IL_038d: { TermInfoDriver_GetCursorPosition_m3872087226(__this, /*hidden argument*/NULL); bool L_93 = __this->get_noGetPosition_37(); if (!L_93) { goto IL_03b8; } } IL_039e: { String_t* L_94 = __this->get_clear_11(); TermInfoDriver_WriteConsole_m3838873532(__this, L_94, /*hidden argument*/NULL); __this->set_cursorLeft_4(0); __this->set_cursorTop_5(0); } IL_03b8: { IL2CPP_LEAVE(0x3C4, FINALLY_03bd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03bd; } FINALLY_03bd: { // begin finally (depth: 1) RuntimeObject * L_95 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); IL2CPP_END_FINALLY(957) } // end finally (depth: 1) IL2CPP_CLEANUP(957) { IL2CPP_JUMP_TBL(0x3C4, IL_03c4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_03c4: { return; } } // System.String System.TermInfoDriver::MangleParameters(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_MangleParameters_m3512314004 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_MangleParameters_m3512314004_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___str0; NullCheck(L_1); String_t* L_2 = String_Replace_m1273907647(L_1, _stringLiteral3452614613, _stringLiteral3456088021, /*hidden argument*/NULL); ___str0 = L_2; String_t* L_3 = ___str0; NullCheck(L_3); String_t* L_4 = String_Replace_m1273907647(L_3, _stringLiteral3452614611, _stringLiteral3455956947, /*hidden argument*/NULL); ___str0 = L_4; String_t* L_5 = ___str0; NullCheck(L_5); String_t* L_6 = String_Replace_m1273907647(L_5, _stringLiteral4018699274, _stringLiteral628085470, /*hidden argument*/NULL); ___str0 = L_6; String_t* L_7 = ___str0; NullCheck(L_7); String_t* L_8 = String_Replace_m1273907647(L_7, _stringLiteral2452615333, _stringLiteral628019934, /*hidden argument*/NULL); return L_8; } } // System.Void System.TermInfoDriver::IncrementX() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m2622198669 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cursorLeft_4(); __this->set_cursorLeft_4(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_cursorLeft_4(); int32_t L_2 = TermInfoDriver_get_WindowWidth_m1915724037(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_006d; } } { int32_t L_3 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); __this->set_cursorLeft_4(0); int32_t L_4 = __this->get_cursorTop_5(); int32_t L_5 = TermInfoDriver_get_WindowHeight_m1051421005(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_006d; } } { int32_t L_6 = __this->get_rl_starty_42(); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_005f; } } { int32_t L_7 = __this->get_rl_starty_42(); __this->set_rl_starty_42(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); } IL_005f: { int32_t L_8 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); } IL_006d: { return; } } // System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m3470736170 (TermInfoDriver_t2335718621 * __this, ConsoleKeyInfo_t1802691652 ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_WriteSpecialKey_m3470736170_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ConsoleKeyInfo_get_Key_m3819926093((&___key0), /*hidden argument*/NULL); V_2 = L_0; int32_t L_1 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)8))) { case 0: { goto IL_002d; } case 1: { goto IL_00a2; } case 2: { goto IL_00f9; } case 3: { goto IL_00f9; } case 4: { goto IL_00d5; } case 5: { goto IL_00f4; } } } { goto IL_00f9; } IL_002d: { int32_t L_2 = __this->get_cursorLeft_4(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_009d; } } { int32_t L_3 = __this->get_cursorLeft_4(); int32_t L_4 = __this->get_rl_startx_41(); if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0060; } } { int32_t L_5 = __this->get_cursorTop_5(); int32_t L_6 = __this->get_rl_starty_42(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0060; } } { goto IL_00fe; } IL_0060: { int32_t L_7 = __this->get_cursorLeft_4(); __this->set_cursorLeft_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); int32_t L_8 = __this->get_cursorLeft_4(); int32_t L_9 = __this->get_cursorTop_5(); TermInfoDriver_SetCursorPosition_m1930906201(__this, L_8, L_9, /*hidden argument*/NULL); TermInfoDriver_WriteConsole_m3838873532(__this, _stringLiteral3452614528, /*hidden argument*/NULL); int32_t L_10 = __this->get_cursorLeft_4(); int32_t L_11 = __this->get_cursorTop_5(); TermInfoDriver_SetCursorPosition_m1930906201(__this, L_10, L_11, /*hidden argument*/NULL); } IL_009d: { goto IL_00fe; } IL_00a2: { int32_t L_12 = __this->get_cursorLeft_4(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_12%(int32_t)8)))); V_1 = 0; goto IL_00be; } IL_00b4: { TermInfoDriver_IncrementX_m2622198669(__this, /*hidden argument*/NULL); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_00be: { int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_00b4; } } { TermInfoDriver_WriteConsole_m3838873532(__this, _stringLiteral3452614567, /*hidden argument*/NULL); goto IL_00fe; } IL_00d5: { String_t* L_16 = __this->get_clear_11(); TermInfoDriver_WriteConsole_m3838873532(__this, L_16, /*hidden argument*/NULL); __this->set_cursorLeft_4(0); __this->set_cursorTop_5(0); goto IL_00fe; } IL_00f4: { goto IL_00fe; } IL_00f9: { goto IL_00fe; } IL_00fe: { return; } } // System.Void System.TermInfoDriver::WriteSpecialKey(System.Char) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m353611763 (TermInfoDriver_t2335718621 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; ConsoleKeyInfo_t1802691652 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m362648093(__this, L_0, (bool)0, /*hidden argument*/NULL); TermInfoDriver_WriteSpecialKey_m3470736170(__this, L_1, /*hidden argument*/NULL); return; } } // System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m3676613657 (TermInfoDriver_t2335718621 * __this, ConsoleKeyInfo_t1802691652 ___key0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = ConsoleKeyInfo_get_Key_m3819926093((&___key0), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)8))) { case 0: { goto IL_003a; } case 1: { goto IL_003c; } case 2: { goto IL_0076; } case 3: { goto IL_0076; } case 4: { goto IL_003e; } case 5: { goto IL_0040; } } } { goto IL_0076; } IL_003a: { return (bool)1; } IL_003c: { return (bool)1; } IL_003e: { return (bool)1; } IL_0040: { __this->set_cursorLeft_4(0); int32_t L_3 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = __this->get_cursorTop_5(); int32_t L_5 = TermInfoDriver_get_WindowHeight_m1051421005(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0074; } } { int32_t L_6 = __this->get_cursorTop_5(); __this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); } IL_0074: { return (bool)0; } IL_0076: { TermInfoDriver_IncrementX_m2622198669(__this, /*hidden argument*/NULL); return (bool)0; } } // System.Boolean System.TermInfoDriver::IsSpecialKey(System.Char) extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m2147989117 (TermInfoDriver_t2335718621 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; ConsoleKeyInfo_t1802691652 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m362648093(__this, L_0, (bool)0, /*hidden argument*/NULL); bool L_2 = TermInfoDriver_IsSpecialKey_m3676613657(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.TermInfoDriver::GetCursorPosition() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_m3872087226 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_GetCursorPosition_m3872087226_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; V_1 = 0; IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); int32_t L_0 = ConsoleDriver_InternalKeyAvailable_m4240074360(NULL /*static, unused*/, ((int32_t)1000), /*hidden argument*/NULL); V_3 = L_0; goto IL_0027; } IL_0014: { StreamReader_t4009935899 * L_1 = __this->get_stdin_14(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_1); V_2 = L_2; int32_t L_3 = V_2; TermInfoDriver_AddToBuffer_m2878759385(__this, L_3, /*hidden argument*/NULL); } IL_0027: { int32_t L_4 = V_3; int32_t L_5 = L_4; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0014; } } { TermInfoDriver_WriteConsole_m3838873532(__this, _stringLiteral184488689, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4240074360(NULL /*static, unused*/, ((int32_t)1000), /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0055; } } { __this->set_noGetPosition_37((bool)1); return; } IL_0055: { StreamReader_t4009935899 * L_7 = __this->get_stdin_14(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_7); V_2 = L_8; goto IL_0087; } IL_0066: { int32_t L_9 = V_2; TermInfoDriver_AddToBuffer_m2878759385(__this, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); int32_t L_10 = ConsoleDriver_InternalKeyAvailable_m4240074360(NULL /*static, unused*/, ((int32_t)100), /*hidden argument*/NULL); if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_007b; } } { return; } IL_007b: { StreamReader_t4009935899 * L_11 = __this->get_stdin_14(); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_11); V_2 = L_12; } IL_0087: { int32_t L_13 = V_2; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)27))))) { goto IL_0066; } } { StreamReader_t4009935899 * L_14 = __this->get_stdin_14(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_14); V_2 = L_15; int32_t L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)91)))) { goto IL_00b3; } } { TermInfoDriver_AddToBuffer_m2878759385(__this, ((int32_t)27), /*hidden argument*/NULL); int32_t L_17 = V_2; TermInfoDriver_AddToBuffer_m2878759385(__this, L_17, /*hidden argument*/NULL); return; } IL_00b3: { StreamReader_t4009935899 * L_18 = __this->get_stdin_14(); NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_18); V_2 = L_19; int32_t L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)59)))) { goto IL_0107; } } { int32_t L_21 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)48))); StreamReader_t4009935899 * L_22 = __this->get_stdin_14(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_22); V_2 = L_23; goto IL_00f3; } IL_00dd: { int32_t L_24 = V_0; int32_t L_25 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)48))); StreamReader_t4009935899 * L_26 = __this->get_stdin_14(); NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_26); V_2 = L_27; } IL_00f3: { int32_t L_28 = V_2; if ((((int32_t)L_28) < ((int32_t)((int32_t)48)))) { goto IL_0103; } } { int32_t L_29 = V_2; if ((((int32_t)L_29) <= ((int32_t)((int32_t)57)))) { goto IL_00dd; } } IL_0103: { int32_t L_30 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)); } IL_0107: { StreamReader_t4009935899 * L_31 = __this->get_stdin_14(); NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_31); V_2 = L_32; int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)82)))) { goto IL_015b; } } { int32_t L_34 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)48))); StreamReader_t4009935899 * L_35 = __this->get_stdin_14(); NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_35); V_2 = L_36; goto IL_0147; } IL_0131: { int32_t L_37 = V_1; int32_t L_38 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)((int32_t)10))), (int32_t)L_38)), (int32_t)((int32_t)48))); StreamReader_t4009935899 * L_39 = __this->get_stdin_14(); NullCheck(L_39); int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_39); V_2 = L_40; } IL_0147: { int32_t L_41 = V_2; if ((((int32_t)L_41) < ((int32_t)((int32_t)48)))) { goto IL_0157; } } { int32_t L_42 = V_2; if ((((int32_t)L_42) <= ((int32_t)((int32_t)57)))) { goto IL_0131; } } IL_0157: { int32_t L_43 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1)); } IL_015b: { int32_t L_44 = V_1; __this->set_cursorLeft_4(L_44); int32_t L_45 = V_0; __this->set_cursorTop_5(L_45); return; } } // System.Void System.TermInfoDriver::CheckWindowDimensions() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_m3009787601 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_CheckWindowDimensions_m3009787601_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); int32_t* L_0 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); if (!L_0) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); int32_t L_1 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_terminal_size_1(); int32_t* L_2 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); if ((!(((uint32_t)L_1) == ((uint32_t)(*((int32_t*)L_2)))))) { goto IL_001b; } } IL_001a: { return; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); int32_t* L_3 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); if ((!(((uint32_t)(*((int32_t*)L_3))) == ((uint32_t)(-1))))) { goto IL_0060; } } { TermInfoReader_t3116894478 * L_4 = __this->get_reader_3(); NullCheck(L_4); int32_t L_5 = TermInfoReader_Get_m1694752898(L_4, 0, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if (!L_6) { goto IL_0041; } } { int32_t L_7 = V_0; __this->set_windowWidth_16(L_7); } IL_0041: { TermInfoReader_t3116894478 * L_8 = __this->get_reader_3(); NullCheck(L_8); int32_t L_9 = TermInfoReader_Get_m1694752898(L_8, 2, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; if (!L_10) { goto IL_005b; } } { int32_t L_11 = V_0; __this->set_windowHeight_17(L_11); } IL_005b: { goto IL_008a; } IL_0060: { IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); int32_t* L_12 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_native_terminal_size_0(); ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->set_terminal_size_1((*((int32_t*)L_12))); int32_t L_13 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_terminal_size_1(); __this->set_windowWidth_16(((int32_t)((int32_t)L_13>>(int32_t)((int32_t)16)))); int32_t L_14 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_terminal_size_1(); __this->set_windowHeight_17(((int32_t)((int32_t)L_14&(int32_t)((int32_t)65535)))); } IL_008a: { int32_t L_15 = __this->get_windowHeight_17(); __this->set_bufferHeight_18(L_15); int32_t L_16 = __this->get_windowWidth_16(); __this->set_bufferWidth_19(L_16); return; } } // System.Int32 System.TermInfoDriver::get_WindowHeight() extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m1051421005 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_0011; } } { TermInfoDriver_Init_m2310284416(__this, /*hidden argument*/NULL); } IL_0011: { TermInfoDriver_CheckWindowDimensions_m3009787601(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_windowHeight_17(); return L_1; } } // System.Int32 System.TermInfoDriver::get_WindowWidth() extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m1915724037 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_0011; } } { TermInfoDriver_Init_m2310284416(__this, /*hidden argument*/NULL); } IL_0011: { TermInfoDriver_CheckWindowDimensions_m3009787601(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_windowWidth_16(); return L_1; } } // System.Void System.TermInfoDriver::AddToBuffer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_m2878759385 (TermInfoDriver_t2335718621 * __this, int32_t ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_AddToBuffer_m2878759385_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; int32_t V_1 = 0; { CharU5BU5D_t3528271667* L_0 = __this->get_buffer_20(); if (L_0) { goto IL_0020; } } { __this->set_buffer_20(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)))); goto IL_0060; } IL_0020: { int32_t L_1 = __this->get_writepos_22(); CharU5BU5D_t3528271667* L_2 = __this->get_buffer_20(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0060; } } { CharU5BU5D_t3528271667* L_3 = __this->get_buffer_20(); NullCheck(L_3); V_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)))); CharU5BU5D_t3528271667* L_4 = __this->get_buffer_20(); CharU5BU5D_t3528271667* L_5 = V_0; CharU5BU5D_t3528271667* L_6 = __this->get_buffer_20(); NullCheck(L_6); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_7 = V_0; __this->set_buffer_20(L_7); } IL_0060: { CharU5BU5D_t3528271667* L_8 = __this->get_buffer_20(); int32_t L_9 = __this->get_writepos_22(); int32_t L_10 = L_9; V_1 = L_10; __this->set_writepos_22(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_1; int32_t L_12 = ___b0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (Il2CppChar)(((int32_t)((uint16_t)L_12)))); return; } } // System.Void System.TermInfoDriver::AdjustBuffer() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m3449035159 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0021; } } { int32_t L_2 = 0; V_0 = L_2; __this->set_writepos_22(L_2); int32_t L_3 = V_0; __this->set_readpos_21(L_3); } IL_0021: { return; } } // System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 TermInfoDriver_CreateKeyInfoFromInt_m362648093 (TermInfoDriver_t2335718621 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; { int32_t L_0 = ___n0; V_0 = (((int32_t)((uint16_t)L_0))); int32_t L_1 = ___n0; V_1 = L_1; V_2 = (bool)0; V_3 = (bool)0; int32_t L_2 = ___n0; V_4 = L_2; int32_t L_3 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)8))) { case 0: { goto IL_00ae; } case 1: { goto IL_00ae; } case 2: { goto IL_007e; } case 3: { goto IL_0045; } case 4: { goto IL_00ae; } case 5: { goto IL_00ae; } case 6: { goto IL_0045; } case 7: { goto IL_0045; } case 8: { goto IL_0045; } case 9: { goto IL_0045; } case 10: { goto IL_0045; } case 11: { goto IL_00ae; } } } IL_0045: { int32_t L_4 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)42)))) { case 0: { goto IL_00a6; } case 1: { goto IL_0096; } case 2: { goto IL_0067; } case 3: { goto IL_008e; } case 4: { goto IL_0067; } case 5: { goto IL_009e; } } } IL_0067: { int32_t L_5 = V_4; if ((((int32_t)L_5) == ((int32_t)((int32_t)27)))) { goto IL_00b3; } } { int32_t L_6 = V_4; if ((((int32_t)L_6) == ((int32_t)((int32_t)32)))) { goto IL_0086; } } { goto IL_00bb; } IL_007e: { V_1 = ((int32_t)13); goto IL_0125; } IL_0086: { V_1 = ((int32_t)32); goto IL_0125; } IL_008e: { V_1 = ((int32_t)109); goto IL_0125; } IL_0096: { V_1 = ((int32_t)107); goto IL_0125; } IL_009e: { V_1 = ((int32_t)111); goto IL_0125; } IL_00a6: { V_1 = ((int32_t)106); goto IL_0125; } IL_00ae: { goto IL_0125; } IL_00b3: { V_1 = ((int32_t)27); goto IL_0125; } IL_00bb: { int32_t L_7 = ___n0; if ((((int32_t)L_7) < ((int32_t)1))) { goto IL_00d8; } } { int32_t L_8 = ___n0; if ((((int32_t)L_8) > ((int32_t)((int32_t)26)))) { goto IL_00d8; } } { V_3 = (bool)1; int32_t L_9 = ___n0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)L_9)), (int32_t)1)); goto IL_0120; } IL_00d8: { int32_t L_10 = ___n0; if ((((int32_t)L_10) < ((int32_t)((int32_t)97)))) { goto IL_00f2; } } { int32_t L_11 = ___n0; if ((((int32_t)L_11) > ((int32_t)((int32_t)122)))) { goto IL_00f2; } } { int32_t L_12 = ___n0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-32), (int32_t)L_12)); goto IL_0120; } IL_00f2: { int32_t L_13 = ___n0; if ((((int32_t)L_13) < ((int32_t)((int32_t)65)))) { goto IL_0109; } } { int32_t L_14 = ___n0; if ((((int32_t)L_14) > ((int32_t)((int32_t)90)))) { goto IL_0109; } } { V_2 = (bool)1; goto IL_0120; } IL_0109: { int32_t L_15 = ___n0; if ((((int32_t)L_15) < ((int32_t)((int32_t)48)))) { goto IL_011e; } } { int32_t L_16 = ___n0; if ((((int32_t)L_16) > ((int32_t)((int32_t)57)))) { goto IL_011e; } } { goto IL_0120; } IL_011e: { V_1 = 0; } IL_0120: { goto IL_0125; } IL_0125: { Il2CppChar L_17 = V_0; int32_t L_18 = V_1; bool L_19 = V_2; bool L_20 = ___alt1; bool L_21 = V_3; ConsoleKeyInfo_t1802691652 L_22; memset(&L_22, 0, sizeof(L_22)); ConsoleKeyInfo__ctor_m535940175((&L_22), L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m697544829 (TermInfoDriver_t2335718621 * __this, bool ___cooked0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_GetKeyFromBuffer_m697544829_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ConsoleKeyInfo_t1802691652 V_3; memset(&V_3, 0, sizeof(V_3)); { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0013; } } { return NULL; } IL_0013: { CharU5BU5D_t3528271667* L_2 = __this->get_buffer_20(); int32_t L_3 = __this->get_readpos_21(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; bool L_6 = ___cooked0; if (!L_6) { goto IL_0038; } } { ByteMatcher_t2129355737 * L_7 = __this->get_rootmap_39(); int32_t L_8 = V_0; NullCheck(L_7); bool L_9 = ByteMatcher_StartsWith_m77937292(L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005a; } } IL_0038: { int32_t L_10 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); TermInfoDriver_AdjustBuffer_m3449035159(__this, /*hidden argument*/NULL); int32_t L_11 = V_0; ConsoleKeyInfo_t1802691652 L_12 = TermInfoDriver_CreateKeyInfoFromInt_m362648093(__this, L_11, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_13 = L_12; RuntimeObject * L_14 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_005a: { ByteMatcher_t2129355737 * L_15 = __this->get_rootmap_39(); CharU5BU5D_t3528271667* L_16 = __this->get_buffer_20(); int32_t L_17 = __this->get_readpos_21(); int32_t L_18 = __this->get_writepos_22(); int32_t L_19 = __this->get_readpos_21(); NullCheck(L_15); int32_t L_20 = ByteMatcher_Match_m3094067305(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), (&V_1), /*hidden argument*/NULL); V_2 = L_20; int32_t L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)(-1))))) { goto IL_0107; } } { CharU5BU5D_t3528271667* L_22 = __this->get_buffer_20(); int32_t L_23 = __this->get_readpos_21(); NullCheck(L_22); int32_t L_24 = L_23; uint16_t L_25 = (L_22)->GetAt(static_cast(L_24)); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)27))))) { goto IL_0105; } } { int32_t L_26 = __this->get_writepos_22(); int32_t L_27 = __this->get_readpos_21(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))) < ((int32_t)2))) { goto IL_0105; } } { int32_t L_28 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2))); TermInfoDriver_AdjustBuffer_m3449035159(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_29 = __this->get_buffer_20(); int32_t L_30 = __this->get_readpos_21(); NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); uint16_t L_32 = (L_29)->GetAt(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)127))))) { goto IL_00e9; } } { ConsoleKeyInfo_t1802691652 L_33; memset(&L_33, 0, sizeof(L_33)); ConsoleKeyInfo__ctor_m535940175((&L_33), 8, 8, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_34 = L_33; RuntimeObject * L_35 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_34); return L_35; } IL_00e9: { CharU5BU5D_t3528271667* L_36 = __this->get_buffer_20(); int32_t L_37 = __this->get_readpos_21(); NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); uint16_t L_39 = (L_36)->GetAt(static_cast(L_38)); ConsoleKeyInfo_t1802691652 L_40 = TermInfoDriver_CreateKeyInfoFromInt_m362648093(__this, L_39, (bool)1, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_41 = L_40; RuntimeObject * L_42 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_41); return L_42; } IL_0105: { return NULL; } IL_0107: { Hashtable_t1853889766 * L_43 = __this->get_keymap_38(); int32_t L_44 = V_2; int32_t L_45 = L_44; RuntimeObject * L_46 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_45); NullCheck(L_43); RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_43, L_46); if (!L_47) { goto IL_0139; } } { Hashtable_t1853889766 * L_48 = __this->get_keymap_38(); int32_t L_49 = V_2; int32_t L_50 = L_49; RuntimeObject * L_51 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); RuntimeObject * L_52 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_48, L_51); V_3 = ((*(ConsoleKeyInfo_t1802691652 *)((ConsoleKeyInfo_t1802691652 *)UnBox(L_52, ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var)))); goto IL_015b; } IL_0139: { int32_t L_53 = __this->get_readpos_21(); __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); TermInfoDriver_AdjustBuffer_m3449035159(__this, /*hidden argument*/NULL); int32_t L_54 = V_0; ConsoleKeyInfo_t1802691652 L_55 = TermInfoDriver_CreateKeyInfoFromInt_m362648093(__this, L_54, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_56 = L_55; RuntimeObject * L_57 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_56); return L_57; } IL_015b: { int32_t L_58 = __this->get_readpos_21(); int32_t L_59 = V_1; __this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59))); TermInfoDriver_AdjustBuffer_m3449035159(__this, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_60 = V_3; ConsoleKeyInfo_t1802691652 L_61 = L_60; RuntimeObject * L_62 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_61); return L_62; } } // System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 TermInfoDriver_ReadKeyInternal_m1510762486 (TermInfoDriver_t2335718621 * __this, bool* ___fresh0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_ReadKeyInternal_m1510762486_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_0011; } } { TermInfoDriver_Init_m2310284416(__this, /*hidden argument*/NULL); } IL_0011: { TermInfoDriver_InitKeys_m28677339(__this, /*hidden argument*/NULL); RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m697544829(__this, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = L_1; V_0 = L_2; if (L_2) { goto IL_00c7; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); int32_t L_3 = ConsoleDriver_InternalKeyAvailable_m4240074360(NULL /*static, unused*/, ((int32_t)150), /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0057; } } IL_0035: { StreamReader_t4009935899 * L_4 = __this->get_stdin_14(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_4); TermInfoDriver_AddToBuffer_m2878759385(__this, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4240074360(NULL /*static, unused*/, 0, /*hidden argument*/NULL); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0035; } } { goto IL_00b1; } IL_0057: { StreamReader_t4009935899 * L_7 = __this->get_stdin_14(); NullCheck(L_7); bool L_8 = StreamReader_DataAvailable_m835397883(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_008d; } } IL_0067: { StreamReader_t4009935899 * L_9 = __this->get_stdin_14(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_9); TermInfoDriver_AddToBuffer_m2878759385(__this, L_10, /*hidden argument*/NULL); StreamReader_t4009935899 * L_11 = __this->get_stdin_14(); NullCheck(L_11); bool L_12 = StreamReader_DataAvailable_m835397883(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0067; } } { goto IL_00b1; } IL_008d: { RuntimeObject * L_13 = TermInfoDriver_GetKeyFromBuffer_m697544829(__this, (bool)0, /*hidden argument*/NULL); RuntimeObject * L_14 = L_13; V_0 = L_14; if (!L_14) { goto IL_00a0; } } { goto IL_00bf; } IL_00a0: { StreamReader_t4009935899 * L_15 = __this->get_stdin_14(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.StreamReader::Read() */, L_15); TermInfoDriver_AddToBuffer_m2878759385(__this, L_16, /*hidden argument*/NULL); } IL_00b1: { RuntimeObject * L_17 = TermInfoDriver_GetKeyFromBuffer_m697544829(__this, (bool)1, /*hidden argument*/NULL); V_0 = L_17; RuntimeObject * L_18 = V_0; if (!L_18) { goto IL_0025; } } IL_00bf: { bool* L_19 = ___fresh0; *((int8_t*)(L_19)) = (int8_t)1; goto IL_00ca; } IL_00c7: { bool* L_20 = ___fresh0; *((int8_t*)(L_20)) = (int8_t)0; } IL_00ca: { RuntimeObject * L_21 = V_0; return ((*(ConsoleKeyInfo_t1802691652 *)((ConsoleKeyInfo_t1802691652 *)UnBox(L_21, ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var)))); } } // System.Boolean System.TermInfoDriver::InputPending() extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_m3391125377 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_readpos_21(); int32_t L_1 = __this->get_writepos_22(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_001e; } } { StreamReader_t4009935899 * L_2 = __this->get_stdin_14(); NullCheck(L_2); bool L_3 = StreamReader_DataAvailable_m835397883(L_2, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_3)); goto IL_001f; } IL_001e: { G_B3_0 = 1; } IL_001f: { return (bool)G_B3_0; } } // System.Void System.TermInfoDriver::QueueEcho(System.Char) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m1614627324 (TermInfoDriver_t2335718621 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_QueueEcho_m1614627324_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CharU5BU5D_t3528271667* L_0 = __this->get_echobuf_44(); if (L_0) { goto IL_001b; } } { __this->set_echobuf_44(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)))); } IL_001b: { CharU5BU5D_t3528271667* L_1 = __this->get_echobuf_44(); int32_t L_2 = __this->get_echon_45(); int32_t L_3 = L_2; V_0 = L_3; __this->set_echon_45(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; Il2CppChar L_5 = ___c0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (Il2CppChar)L_5); int32_t L_6 = __this->get_echon_45(); CharU5BU5D_t3528271667* L_7 = __this->get_echobuf_44(); NullCheck(L_7); if ((((int32_t)L_6) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0052; } } { bool L_8 = TermInfoDriver_InputPending_m3391125377(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0070; } } IL_0052: { CStreamWriter_t3783449173 * L_9 = __this->get_stdout_15(); CharU5BU5D_t3528271667* L_10 = __this->get_echobuf_44(); int32_t L_11 = __this->get_echon_45(); NullCheck(L_9); CStreamWriter_InternalWriteChars_m1882864391(L_9, L_10, L_11, /*hidden argument*/NULL); __this->set_echon_45(0); } IL_0070: { return; } } // System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m1081073274 (TermInfoDriver_t2335718621 * __this, ConsoleKeyInfo_t1802691652 ___key0, const RuntimeMethod* method) { { ConsoleKeyInfo_t1802691652 L_0 = ___key0; bool L_1 = TermInfoDriver_IsSpecialKey_m3676613657(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001a; } } { Il2CppChar L_2 = ConsoleKeyInfo_get_KeyChar_m3155064270((&___key0), /*hidden argument*/NULL); TermInfoDriver_QueueEcho_m1614627324(__this, L_2, /*hidden argument*/NULL); return; } IL_001a: { TermInfoDriver_EchoFlush_m3123569101(__this, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_3 = ___key0; TermInfoDriver_WriteSpecialKey_m3470736170(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.TermInfoDriver::EchoFlush() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m3123569101 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_echon_45(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { CStreamWriter_t3783449173 * L_1 = __this->get_stdout_15(); CharU5BU5D_t3528271667* L_2 = __this->get_echobuf_44(); int32_t L_3 = __this->get_echon_45(); NullCheck(L_1); CStreamWriter_InternalWriteChars_m1882864391(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_echon_45(0); return; } } // System.Int32 System.TermInfoDriver::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_Read_m20464343 (TermInfoDriver_t2335718621 * __this, CharU5BU5D_t3528271667* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_Read_m20464343_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; StringBuilder_t * V_2 = NULL; ConsoleKeyInfo_t1802691652 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; RuntimeObject * V_5 = NULL; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t G_B14_0 = 0; { V_1 = (bool)0; V_4 = 0; StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_2 = L_0; } IL_000b: { RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m697544829(__this, (bool)1, /*hidden argument*/NULL); RuntimeObject * L_2 = L_1; V_5 = L_2; if (L_2) { goto IL_001f; } } { goto IL_0081; } IL_001f: { RuntimeObject * L_3 = V_5; V_3 = ((*(ConsoleKeyInfo_t1802691652 *)((ConsoleKeyInfo_t1802691652 *)UnBox(L_3, ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var)))); Il2CppChar L_4 = ConsoleKeyInfo_get_KeyChar_m3155064270((&V_3), /*hidden argument*/NULL); V_6 = L_4; int32_t L_5 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)8))) { goto IL_0061; } } { int32_t L_6 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)13))))) { goto IL_0053; } } { StringBuilder_t * L_7 = V_2; NullCheck(L_7); int32_t L_8 = StringBuilder_get_Length_m3238060835(L_7, /*hidden argument*/NULL); V_4 = L_8; } IL_0053: { StringBuilder_t * L_9 = V_2; Il2CppChar L_10 = V_6; NullCheck(L_9); StringBuilder_Append_m2383614642(L_9, L_10, /*hidden argument*/NULL); goto IL_007c; } IL_0061: { StringBuilder_t * L_11 = V_2; NullCheck(L_11); int32_t L_12 = StringBuilder_get_Length_m3238060835(L_11, /*hidden argument*/NULL); int32_t L_13 = V_4; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_007c; } } { StringBuilder_t * L_14 = V_2; StringBuilder_t * L_15 = L_14; NullCheck(L_15); int32_t L_16 = StringBuilder_get_Length_m3238060835(L_15, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_set_Length_m1410065908(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); } IL_007c: { goto IL_000b; } IL_0081: { int32_t L_17 = __this->get_cursorLeft_4(); __this->set_rl_startx_41(L_17); int32_t L_18 = __this->get_cursorTop_5(); __this->set_rl_starty_42(L_18); } IL_0099: { ConsoleKeyInfo_t1802691652 L_19 = TermInfoDriver_ReadKeyInternal_m1510762486(__this, (&V_0), /*hidden argument*/NULL); V_3 = L_19; bool L_20 = V_1; if (L_20) { goto IL_00ab; } } { bool L_21 = V_0; G_B14_0 = ((int32_t)(L_21)); goto IL_00ac; } IL_00ab: { G_B14_0 = 1; } IL_00ac: { V_1 = (bool)G_B14_0; Il2CppChar L_22 = ConsoleKeyInfo_get_KeyChar_m3155064270((&V_3), /*hidden argument*/NULL); V_6 = L_22; int32_t L_23 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)8))) { goto IL_00e7; } } { int32_t L_24 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)13))))) { goto IL_00d9; } } { StringBuilder_t * L_25 = V_2; NullCheck(L_25); int32_t L_26 = StringBuilder_get_Length_m3238060835(L_25, /*hidden argument*/NULL); V_4 = L_26; } IL_00d9: { StringBuilder_t * L_27 = V_2; Il2CppChar L_28 = V_6; NullCheck(L_27); StringBuilder_Append_m2383614642(L_27, L_28, /*hidden argument*/NULL); goto IL_010c; } IL_00e7: { StringBuilder_t * L_29 = V_2; NullCheck(L_29); int32_t L_30 = StringBuilder_get_Length_m3238060835(L_29, /*hidden argument*/NULL); int32_t L_31 = V_4; if ((((int32_t)L_30) <= ((int32_t)L_31))) { goto IL_0107; } } { StringBuilder_t * L_32 = V_2; StringBuilder_t * L_33 = L_32; NullCheck(L_33); int32_t L_34 = StringBuilder_get_Length_m3238060835(L_33, /*hidden argument*/NULL); NullCheck(L_33); StringBuilder_set_Length_m1410065908(L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); goto IL_010c; } IL_0107: { goto IL_0119; } IL_010c: { bool L_35 = V_1; if (!L_35) { goto IL_0119; } } { ConsoleKeyInfo_t1802691652 L_36 = V_3; TermInfoDriver_Echo_m1081073274(__this, L_36, /*hidden argument*/NULL); } IL_0119: { int32_t L_37 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)13))))) { goto IL_0099; } } { TermInfoDriver_EchoFlush_m3123569101(__this, /*hidden argument*/NULL); __this->set_rl_startx_41((-1)); __this->set_rl_starty_42((-1)); V_7 = 0; goto IL_015c; } IL_0143: { CharU5BU5D_t3528271667* L_38 = ___dest0; int32_t L_39 = ___index1; int32_t L_40 = V_7; StringBuilder_t * L_41 = V_2; int32_t L_42 = V_7; NullCheck(L_41); Il2CppChar L_43 = StringBuilder_get_Chars_m1819843468(L_41, L_42, /*hidden argument*/NULL); NullCheck(L_38); (L_38)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40))), (Il2CppChar)L_43); int32_t L_44 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); int32_t L_45 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1)); } IL_015c: { int32_t L_46 = ___count2; if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_0170; } } { int32_t L_47 = V_7; StringBuilder_t * L_48 = V_2; NullCheck(L_48); int32_t L_49 = StringBuilder_get_Length_m3238060835(L_48, /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_0143; } } IL_0170: { int32_t L_50 = V_7; V_8 = L_50; goto IL_018d; } IL_0179: { StringBuilder_t * L_51 = V_2; int32_t L_52 = V_8; NullCheck(L_51); Il2CppChar L_53 = StringBuilder_get_Chars_m1819843468(L_51, L_52, /*hidden argument*/NULL); TermInfoDriver_AddToBuffer_m2878759385(__this, L_53, /*hidden argument*/NULL); int32_t L_54 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_018d: { int32_t L_55 = V_8; StringBuilder_t * L_56 = V_2; NullCheck(L_56); int32_t L_57 = StringBuilder_get_Length_m3238060835(L_56, /*hidden argument*/NULL); if ((((int32_t)L_55) < ((int32_t)L_57))) { goto IL_0179; } } { int32_t L_58 = V_7; return L_58; } } // System.ConsoleKeyInfo System.TermInfoDriver::ReadKey(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 TermInfoDriver_ReadKey_m4036646575 (TermInfoDriver_t2335718621 * __this, bool ___intercept0, const RuntimeMethod* method) { bool V_0 = false; ConsoleKeyInfo_t1802691652 V_1; memset(&V_1, 0, sizeof(V_1)); { ConsoleKeyInfo_t1802691652 L_0 = TermInfoDriver_ReadKeyInternal_m1510762486(__this, (&V_0), /*hidden argument*/NULL); V_1 = L_0; bool L_1 = ___intercept0; if (L_1) { goto IL_0022; } } { bool L_2 = V_0; if (!L_2) { goto IL_0022; } } { ConsoleKeyInfo_t1802691652 L_3 = V_1; TermInfoDriver_Echo_m1081073274(__this, L_3, /*hidden argument*/NULL); TermInfoDriver_EchoFlush_m3123569101(__this, /*hidden argument*/NULL); } IL_0022: { ConsoleKeyInfo_t1802691652 L_4 = V_1; return L_4; } } // System.String System.TermInfoDriver::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadLine_m2206695091 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_ReadLine_m2206695091_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; bool V_1 = false; bool V_2 = false; ConsoleKeyInfo_t1802691652 V_3; memset(&V_3, 0, sizeof(V_3)); Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; int32_t G_B6_0 = 0; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_0011; } } { TermInfoDriver_Init_m2310284416(__this, /*hidden argument*/NULL); } IL_0011: { TermInfoDriver_GetCursorPosition_m3872087226(__this, /*hidden argument*/NULL); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_1, /*hidden argument*/NULL); V_0 = L_1; V_2 = (bool)0; int32_t L_2 = __this->get_cursorLeft_4(); __this->set_rl_startx_41(L_2); int32_t L_3 = __this->get_cursorTop_5(); __this->set_rl_starty_42(L_3); ByteU5BU5D_t4116647657* L_4 = __this->get_control_characters_43(); NullCheck(L_4); int32_t L_5 = 4; uint8_t L_6 = (L_4)->GetAt(static_cast(L_5)); V_5 = (((int32_t)((uint16_t)L_6))); } IL_0042: { ConsoleKeyInfo_t1802691652 L_7 = TermInfoDriver_ReadKeyInternal_m1510762486(__this, (&V_1), /*hidden argument*/NULL); V_3 = L_7; bool L_8 = V_2; if (L_8) { goto IL_0054; } } { bool L_9 = V_1; G_B6_0 = ((int32_t)(L_9)); goto IL_0055; } IL_0054: { G_B6_0 = 1; } IL_0055: { V_2 = (bool)G_B6_0; Il2CppChar L_10 = ConsoleKeyInfo_get_KeyChar_m3155064270((&V_3), /*hidden argument*/NULL); V_4 = L_10; Il2CppChar L_11 = V_4; Il2CppChar L_12 = V_5; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_007c; } } { Il2CppChar L_13 = V_4; if (!L_13) { goto IL_007c; } } { StringBuilder_t * L_14 = V_0; NullCheck(L_14); int32_t L_15 = StringBuilder_get_Length_m3238060835(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_007c; } } { return (String_t*)NULL; } IL_007c: { int32_t L_16 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)((int32_t)13)))) { goto IL_00c9; } } { int32_t L_17 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)8))) { goto IL_00a5; } } { StringBuilder_t * L_18 = V_0; Il2CppChar L_19 = V_4; NullCheck(L_18); StringBuilder_Append_m2383614642(L_18, L_19, /*hidden argument*/NULL); goto IL_00c9; } IL_00a5: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); int32_t L_21 = StringBuilder_get_Length_m3238060835(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_00c4; } } { StringBuilder_t * L_22 = V_0; StringBuilder_t * L_23 = L_22; NullCheck(L_23); int32_t L_24 = StringBuilder_get_Length_m3238060835(L_23, /*hidden argument*/NULL); NullCheck(L_23); StringBuilder_set_Length_m1410065908(L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL); goto IL_00c9; } IL_00c4: { goto IL_00d6; } IL_00c9: { bool L_25 = V_2; if (!L_25) { goto IL_00d6; } } { ConsoleKeyInfo_t1802691652 L_26 = V_3; TermInfoDriver_Echo_m1081073274(__this, L_26, /*hidden argument*/NULL); } IL_00d6: { int32_t L_27 = ConsoleKeyInfo_get_Key_m3819926093((&V_3), /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)13))))) { goto IL_0042; } } { TermInfoDriver_EchoFlush_m3123569101(__this, /*hidden argument*/NULL); __this->set_rl_startx_41((-1)); __this->set_rl_starty_42((-1)); StringBuilder_t * L_28 = V_0; NullCheck(L_28); String_t* L_29 = StringBuilder_ToString_m3317489284(L_28, /*hidden argument*/NULL); return L_29; } } // System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_m1930906201 (TermInfoDriver_t2335718621 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_SetCursorPosition_m1930906201_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B13_0 = 0; { bool L_0 = __this->get_inited_25(); if (L_0) { goto IL_0011; } } { TermInfoDriver_Init_m2310284416(__this, /*hidden argument*/NULL); } IL_0011: { TermInfoDriver_CheckWindowDimensions_m3009787601(__this, /*hidden argument*/NULL); int32_t L_1 = ___left0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_002a; } } { int32_t L_2 = ___left0; int32_t L_3 = __this->get_bufferWidth_19(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_003a; } } IL_002a: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_4, _stringLiteral4249957872, _stringLiteral545310719, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,TermInfoDriver_SetCursorPosition_m1930906201_RuntimeMethod_var); } IL_003a: { int32_t L_5 = ___top1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_004d; } } { int32_t L_6 = ___top1; int32_t L_7 = __this->get_bufferHeight_18(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_005d; } } IL_004d: { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral228012198, _stringLiteral2322685203, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,TermInfoDriver_SetCursorPosition_m1930906201_RuntimeMethod_var); } IL_005d: { String_t* L_9 = __this->get_cursorAddress_30(); if (L_9) { goto IL_0073; } } { NotSupportedException_t1314879016 * L_10 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_10, _stringLiteral391572534, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,TermInfoDriver_SetCursorPosition_m1930906201_RuntimeMethod_var); } IL_0073: { bool L_11 = __this->get_home_1_1_40(); if (!L_11) { goto IL_0084; } } { G_B13_0 = 1; goto IL_0085; } IL_0084: { G_B13_0 = 0; } IL_0085: { V_0 = G_B13_0; String_t* L_12 = __this->get_cursorAddress_30(); int32_t L_13 = ___top1; int32_t L_14 = V_0; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); int32_t L_17 = ___left0; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, L_12, L_16, L_20, /*hidden argument*/NULL); TermInfoDriver_WriteConsole_m3838873532(__this, L_21, /*hidden argument*/NULL); int32_t L_22 = ___left0; __this->set_cursorLeft_4(L_22); int32_t L_23 = ___top1; __this->set_cursorTop_5(L_23); return; } } // System.Void System.TermInfoDriver::CreateKeyMap() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_m3835196745 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_CreateKeyMap_m3835196745_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_keymap_38(L_0); Hashtable_t1853889766 * L_1 = __this->get_keymap_38(); int32_t L_2 = ((int32_t)((int32_t)55)); RuntimeObject * L_3 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_2); ConsoleKeyInfo_t1802691652 L_4; memset(&L_4, 0, sizeof(L_4)); ConsoleKeyInfo__ctor_m535940175((&L_4), 0, 8, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_5 = L_4; RuntimeObject * L_6 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_5); NullCheck(L_1); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, L_3, L_6); Hashtable_t1853889766 * L_7 = __this->get_keymap_38(); int32_t L_8 = ((int32_t)((int32_t)57)); RuntimeObject * L_9 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_8); ConsoleKeyInfo_t1802691652 L_10; memset(&L_10, 0, sizeof(L_10)); ConsoleKeyInfo__ctor_m535940175((&L_10), 0, ((int32_t)12), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_11 = L_10; RuntimeObject * L_12 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_11); NullCheck(L_7); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_9, L_12); Hashtable_t1853889766 * L_13 = __this->get_keymap_38(); int32_t L_14 = ((int32_t)((int32_t)61)); RuntimeObject * L_15 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_14); ConsoleKeyInfo_t1802691652 L_16; memset(&L_16, 0, sizeof(L_16)); ConsoleKeyInfo__ctor_m535940175((&L_16), 0, ((int32_t)40), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_17 = L_16; RuntimeObject * L_18 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_17); NullCheck(L_13); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_15, L_18); Hashtable_t1853889766 * L_19 = __this->get_keymap_38(); int32_t L_20 = ((int32_t)((int32_t)66)); RuntimeObject * L_21 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_20); ConsoleKeyInfo_t1802691652 L_22; memset(&L_22, 0, sizeof(L_22)); ConsoleKeyInfo__ctor_m535940175((&L_22), 0, ((int32_t)112), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_23 = L_22; RuntimeObject * L_24 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_23); NullCheck(L_19); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_21, L_24); Hashtable_t1853889766 * L_25 = __this->get_keymap_38(); int32_t L_26 = ((int32_t)((int32_t)67)); RuntimeObject * L_27 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_26); ConsoleKeyInfo_t1802691652 L_28; memset(&L_28, 0, sizeof(L_28)); ConsoleKeyInfo__ctor_m535940175((&L_28), 0, ((int32_t)121), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_29 = L_28; RuntimeObject * L_30 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_29); NullCheck(L_25); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_27, L_30); Hashtable_t1853889766 * L_31 = __this->get_keymap_38(); int32_t L_32 = ((int32_t)((int32_t)68)); RuntimeObject * L_33 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_32); ConsoleKeyInfo_t1802691652 L_34; memset(&L_34, 0, sizeof(L_34)); ConsoleKeyInfo__ctor_m535940175((&L_34), 0, ((int32_t)113), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_35 = L_34; RuntimeObject * L_36 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_35); NullCheck(L_31); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_33, L_36); Hashtable_t1853889766 * L_37 = __this->get_keymap_38(); int32_t L_38 = ((int32_t)((int32_t)69)); RuntimeObject * L_39 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_38); ConsoleKeyInfo_t1802691652 L_40; memset(&L_40, 0, sizeof(L_40)); ConsoleKeyInfo__ctor_m535940175((&L_40), 0, ((int32_t)114), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_41 = L_40; RuntimeObject * L_42 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_41); NullCheck(L_37); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_39, L_42); Hashtable_t1853889766 * L_43 = __this->get_keymap_38(); int32_t L_44 = ((int32_t)((int32_t)70)); RuntimeObject * L_45 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_44); ConsoleKeyInfo_t1802691652 L_46; memset(&L_46, 0, sizeof(L_46)); ConsoleKeyInfo__ctor_m535940175((&L_46), 0, ((int32_t)115), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_47 = L_46; RuntimeObject * L_48 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_47); NullCheck(L_43); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_43, L_45, L_48); Hashtable_t1853889766 * L_49 = __this->get_keymap_38(); int32_t L_50 = ((int32_t)((int32_t)71)); RuntimeObject * L_51 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_50); ConsoleKeyInfo_t1802691652 L_52; memset(&L_52, 0, sizeof(L_52)); ConsoleKeyInfo__ctor_m535940175((&L_52), 0, ((int32_t)116), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_53 = L_52; RuntimeObject * L_54 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_53); NullCheck(L_49); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_49, L_51, L_54); Hashtable_t1853889766 * L_55 = __this->get_keymap_38(); int32_t L_56 = ((int32_t)((int32_t)72)); RuntimeObject * L_57 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_56); ConsoleKeyInfo_t1802691652 L_58; memset(&L_58, 0, sizeof(L_58)); ConsoleKeyInfo__ctor_m535940175((&L_58), 0, ((int32_t)117), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_59 = L_58; RuntimeObject * L_60 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_59); NullCheck(L_55); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_55, L_57, L_60); Hashtable_t1853889766 * L_61 = __this->get_keymap_38(); int32_t L_62 = ((int32_t)((int32_t)73)); RuntimeObject * L_63 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_62); ConsoleKeyInfo_t1802691652 L_64; memset(&L_64, 0, sizeof(L_64)); ConsoleKeyInfo__ctor_m535940175((&L_64), 0, ((int32_t)118), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_65 = L_64; RuntimeObject * L_66 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_65); NullCheck(L_61); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_61, L_63, L_66); Hashtable_t1853889766 * L_67 = __this->get_keymap_38(); int32_t L_68 = ((int32_t)((int32_t)74)); RuntimeObject * L_69 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_68); ConsoleKeyInfo_t1802691652 L_70; memset(&L_70, 0, sizeof(L_70)); ConsoleKeyInfo__ctor_m535940175((&L_70), 0, ((int32_t)119), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_71 = L_70; RuntimeObject * L_72 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_71); NullCheck(L_67); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_67, L_69, L_72); Hashtable_t1853889766 * L_73 = __this->get_keymap_38(); int32_t L_74 = ((int32_t)((int32_t)75)); RuntimeObject * L_75 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_74); ConsoleKeyInfo_t1802691652 L_76; memset(&L_76, 0, sizeof(L_76)); ConsoleKeyInfo__ctor_m535940175((&L_76), 0, ((int32_t)120), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_77 = L_76; RuntimeObject * L_78 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_77); NullCheck(L_73); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_73, L_75, L_78); Hashtable_t1853889766 * L_79 = __this->get_keymap_38(); int32_t L_80 = ((int32_t)((int32_t)76)); RuntimeObject * L_81 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_80); ConsoleKeyInfo_t1802691652 L_82; memset(&L_82, 0, sizeof(L_82)); ConsoleKeyInfo__ctor_m535940175((&L_82), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_83 = L_82; RuntimeObject * L_84 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_83); NullCheck(L_79); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_79, L_81, L_84); Hashtable_t1853889766 * L_85 = __this->get_keymap_38(); int32_t L_86 = ((int32_t)((int32_t)79)); RuntimeObject * L_87 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_86); ConsoleKeyInfo_t1802691652 L_88; memset(&L_88, 0, sizeof(L_88)); ConsoleKeyInfo__ctor_m535940175((&L_88), 0, ((int32_t)37), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_89 = L_88; RuntimeObject * L_90 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_89); NullCheck(L_85); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_85, L_87, L_90); Hashtable_t1853889766 * L_91 = __this->get_keymap_38(); int32_t L_92 = ((int32_t)((int32_t)80)); RuntimeObject * L_93 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_92); ConsoleKeyInfo_t1802691652 L_94; memset(&L_94, 0, sizeof(L_94)); ConsoleKeyInfo__ctor_m535940175((&L_94), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_95 = L_94; RuntimeObject * L_96 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_95); NullCheck(L_91); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_91, L_93, L_96); Hashtable_t1853889766 * L_97 = __this->get_keymap_38(); int32_t L_98 = ((int32_t)((int32_t)81)); RuntimeObject * L_99 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_98); ConsoleKeyInfo_t1802691652 L_100; memset(&L_100, 0, sizeof(L_100)); ConsoleKeyInfo__ctor_m535940175((&L_100), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_101 = L_100; RuntimeObject * L_102 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_101); NullCheck(L_97); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_97, L_99, L_102); Hashtable_t1853889766 * L_103 = __this->get_keymap_38(); int32_t L_104 = ((int32_t)((int32_t)82)); RuntimeObject * L_105 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_104); ConsoleKeyInfo_t1802691652 L_106; memset(&L_106, 0, sizeof(L_106)); ConsoleKeyInfo__ctor_m535940175((&L_106), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_107 = L_106; RuntimeObject * L_108 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_107); NullCheck(L_103); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_103, L_105, L_108); Hashtable_t1853889766 * L_109 = __this->get_keymap_38(); int32_t L_110 = ((int32_t)((int32_t)83)); RuntimeObject * L_111 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_110); ConsoleKeyInfo_t1802691652 L_112; memset(&L_112, 0, sizeof(L_112)); ConsoleKeyInfo__ctor_m535940175((&L_112), 0, ((int32_t)39), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_113 = L_112; RuntimeObject * L_114 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_113); NullCheck(L_109); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_109, L_111, L_114); Hashtable_t1853889766 * L_115 = __this->get_keymap_38(); int32_t L_116 = ((int32_t)((int32_t)84)); RuntimeObject * L_117 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_116); ConsoleKeyInfo_t1802691652 L_118; memset(&L_118, 0, sizeof(L_118)); ConsoleKeyInfo__ctor_m535940175((&L_118), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_119 = L_118; RuntimeObject * L_120 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_119); NullCheck(L_115); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_115, L_117, L_120); Hashtable_t1853889766 * L_121 = __this->get_keymap_38(); int32_t L_122 = ((int32_t)((int32_t)85)); RuntimeObject * L_123 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_122); ConsoleKeyInfo_t1802691652 L_124; memset(&L_124, 0, sizeof(L_124)); ConsoleKeyInfo__ctor_m535940175((&L_124), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_125 = L_124; RuntimeObject * L_126 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_125); NullCheck(L_121); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_121, L_123, L_126); Hashtable_t1853889766 * L_127 = __this->get_keymap_38(); int32_t L_128 = ((int32_t)((int32_t)87)); RuntimeObject * L_129 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_128); ConsoleKeyInfo_t1802691652 L_130; memset(&L_130, 0, sizeof(L_130)); ConsoleKeyInfo__ctor_m535940175((&L_130), 0, ((int32_t)38), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_131 = L_130; RuntimeObject * L_132 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_131); NullCheck(L_127); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_127, L_129, L_132); Hashtable_t1853889766 * L_133 = __this->get_keymap_38(); int32_t L_134 = ((int32_t)((int32_t)139)); RuntimeObject * L_135 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_134); ConsoleKeyInfo_t1802691652 L_136; memset(&L_136, 0, sizeof(L_136)); ConsoleKeyInfo__ctor_m535940175((&L_136), 0, ((int32_t)103), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_137 = L_136; RuntimeObject * L_138 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_137); NullCheck(L_133); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_133, L_135, L_138); Hashtable_t1853889766 * L_139 = __this->get_keymap_38(); int32_t L_140 = ((int32_t)((int32_t)140)); RuntimeObject * L_141 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_140); ConsoleKeyInfo_t1802691652 L_142; memset(&L_142, 0, sizeof(L_142)); ConsoleKeyInfo__ctor_m535940175((&L_142), 0, ((int32_t)105), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_143 = L_142; RuntimeObject * L_144 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_143); NullCheck(L_139); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_139, L_141, L_144); Hashtable_t1853889766 * L_145 = __this->get_keymap_38(); int32_t L_146 = ((int32_t)((int32_t)141)); RuntimeObject * L_147 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_146); ConsoleKeyInfo_t1802691652 L_148; memset(&L_148, 0, sizeof(L_148)); ConsoleKeyInfo__ctor_m535940175((&L_148), 0, ((int32_t)101), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_149 = L_148; RuntimeObject * L_150 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_149); NullCheck(L_145); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_145, L_147, L_150); Hashtable_t1853889766 * L_151 = __this->get_keymap_38(); int32_t L_152 = ((int32_t)((int32_t)142)); RuntimeObject * L_153 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_152); ConsoleKeyInfo_t1802691652 L_154; memset(&L_154, 0, sizeof(L_154)); ConsoleKeyInfo__ctor_m535940175((&L_154), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_155 = L_154; RuntimeObject * L_156 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_155); NullCheck(L_151); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_151, L_153, L_156); Hashtable_t1853889766 * L_157 = __this->get_keymap_38(); int32_t L_158 = ((int32_t)((int32_t)143)); RuntimeObject * L_159 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_158); ConsoleKeyInfo_t1802691652 L_160; memset(&L_160, 0, sizeof(L_160)); ConsoleKeyInfo__ctor_m535940175((&L_160), 0, ((int32_t)99), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_161 = L_160; RuntimeObject * L_162 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_161); NullCheck(L_157); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_157, L_159, L_162); Hashtable_t1853889766 * L_163 = __this->get_keymap_38(); int32_t L_164 = ((int32_t)((int32_t)148)); RuntimeObject * L_165 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_164); ConsoleKeyInfo_t1802691652 L_166; memset(&L_166, 0, sizeof(L_166)); ConsoleKeyInfo__ctor_m535940175((&L_166), 0, ((int32_t)9), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_167 = L_166; RuntimeObject * L_168 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_167); NullCheck(L_163); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_163, L_165, L_168); Hashtable_t1853889766 * L_169 = __this->get_keymap_38(); int32_t L_170 = ((int32_t)((int32_t)158)); RuntimeObject * L_171 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_170); ConsoleKeyInfo_t1802691652 L_172; memset(&L_172, 0, sizeof(L_172)); ConsoleKeyInfo__ctor_m535940175((&L_172), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_173 = L_172; RuntimeObject * L_174 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_173); NullCheck(L_169); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_169, L_171, L_174); Hashtable_t1853889766 * L_175 = __this->get_keymap_38(); int32_t L_176 = ((int32_t)((int32_t)162)); RuntimeObject * L_177 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_176); ConsoleKeyInfo_t1802691652 L_178; memset(&L_178, 0, sizeof(L_178)); ConsoleKeyInfo__ctor_m535940175((&L_178), ((int32_t)67), ((int32_t)67), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_179 = L_178; RuntimeObject * L_180 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_179); NullCheck(L_175); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_175, L_177, L_180); Hashtable_t1853889766 * L_181 = __this->get_keymap_38(); int32_t L_182 = ((int32_t)((int32_t)164)); RuntimeObject * L_183 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_182); ConsoleKeyInfo_t1802691652 L_184; memset(&L_184, 0, sizeof(L_184)); ConsoleKeyInfo__ctor_m535940175((&L_184), 0, ((int32_t)35), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_185 = L_184; RuntimeObject * L_186 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_185); NullCheck(L_181); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_181, L_183, L_186); Hashtable_t1853889766 * L_187 = __this->get_keymap_38(); int32_t L_188 = ((int32_t)((int32_t)165)); RuntimeObject * L_189 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_188); ConsoleKeyInfo_t1802691652 L_190; memset(&L_190, 0, sizeof(L_190)); ConsoleKeyInfo__ctor_m535940175((&L_190), ((int32_t)10), ((int32_t)13), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_191 = L_190; RuntimeObject * L_192 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_191); NullCheck(L_187); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_187, L_189, L_192); Hashtable_t1853889766 * L_193 = __this->get_keymap_38(); int32_t L_194 = ((int32_t)((int32_t)168)); RuntimeObject * L_195 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_194); ConsoleKeyInfo_t1802691652 L_196; memset(&L_196, 0, sizeof(L_196)); ConsoleKeyInfo__ctor_m535940175((&L_196), 0, ((int32_t)47), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_197 = L_196; RuntimeObject * L_198 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_197); NullCheck(L_193); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_193, L_195, L_198); Hashtable_t1853889766 * L_199 = __this->get_keymap_38(); int32_t L_200 = ((int32_t)((int32_t)176)); RuntimeObject * L_201 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_200); ConsoleKeyInfo_t1802691652 L_202; memset(&L_202, 0, sizeof(L_202)); ConsoleKeyInfo__ctor_m535940175((&L_202), 0, ((int32_t)42), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_203 = L_202; RuntimeObject * L_204 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_203); NullCheck(L_199); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_199, L_201, L_204); Hashtable_t1853889766 * L_205 = __this->get_keymap_38(); int32_t L_206 = ((int32_t)((int32_t)185)); RuntimeObject * L_207 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_206); ConsoleKeyInfo_t1802691652 L_208; memset(&L_208, 0, sizeof(L_208)); ConsoleKeyInfo__ctor_m535940175((&L_208), ((int32_t)90), ((int32_t)90), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_209 = L_208; RuntimeObject * L_210 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_209); NullCheck(L_205); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_205, L_207, L_210); Hashtable_t1853889766 * L_211 = __this->get_keymap_38(); int32_t L_212 = ((int32_t)((int32_t)186)); RuntimeObject * L_213 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_212); ConsoleKeyInfo_t1802691652 L_214; memset(&L_214, 0, sizeof(L_214)); ConsoleKeyInfo__ctor_m535940175((&L_214), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_215 = L_214; RuntimeObject * L_216 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_215); NullCheck(L_211); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_211, L_213, L_216); Hashtable_t1853889766 * L_217 = __this->get_keymap_38(); int32_t L_218 = ((int32_t)((int32_t)189)); RuntimeObject * L_219 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_218); ConsoleKeyInfo_t1802691652 L_220; memset(&L_220, 0, sizeof(L_220)); ConsoleKeyInfo__ctor_m535940175((&L_220), ((int32_t)67), ((int32_t)67), (bool)1, (bool)1, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_221 = L_220; RuntimeObject * L_222 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_221); NullCheck(L_217); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_217, L_219, L_222); Hashtable_t1853889766 * L_223 = __this->get_keymap_38(); int32_t L_224 = ((int32_t)((int32_t)191)); RuntimeObject * L_225 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_224); ConsoleKeyInfo_t1802691652 L_226; memset(&L_226, 0, sizeof(L_226)); ConsoleKeyInfo__ctor_m535940175((&L_226), ((int32_t)9), ((int32_t)46), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_227 = L_226; RuntimeObject * L_228 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_227); NullCheck(L_223); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_223, L_225, L_228); Hashtable_t1853889766 * L_229 = __this->get_keymap_38(); int32_t L_230 = ((int32_t)((int32_t)198)); RuntimeObject * L_231 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_230); ConsoleKeyInfo_t1802691652 L_232; memset(&L_232, 0, sizeof(L_232)); ConsoleKeyInfo__ctor_m535940175((&L_232), 0, ((int32_t)47), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_233 = L_232; RuntimeObject * L_234 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_233); NullCheck(L_229); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_229, L_231, L_234); Hashtable_t1853889766 * L_235 = __this->get_keymap_38(); int32_t L_236 = ((int32_t)((int32_t)199)); RuntimeObject * L_237 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_236); ConsoleKeyInfo_t1802691652 L_238; memset(&L_238, 0, sizeof(L_238)); ConsoleKeyInfo__ctor_m535940175((&L_238), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_239 = L_238; RuntimeObject * L_240 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_239); NullCheck(L_235); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_235, L_237, L_240); Hashtable_t1853889766 * L_241 = __this->get_keymap_38(); int32_t L_242 = ((int32_t)((int32_t)201)); RuntimeObject * L_243 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_242); ConsoleKeyInfo_t1802691652 L_244; memset(&L_244, 0, sizeof(L_244)); ConsoleKeyInfo__ctor_m535940175((&L_244), 0, ((int32_t)37), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_245 = L_244; RuntimeObject * L_246 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_245); NullCheck(L_241); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_241, L_243, L_246); Hashtable_t1853889766 * L_247 = __this->get_keymap_38(); int32_t L_248 = ((int32_t)((int32_t)207)); RuntimeObject * L_249 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_248); ConsoleKeyInfo_t1802691652 L_250; memset(&L_250, 0, sizeof(L_250)); ConsoleKeyInfo__ctor_m535940175((&L_250), 0, ((int32_t)42), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_251 = L_250; RuntimeObject * L_252 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_251); NullCheck(L_247); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_247, L_249, L_252); Hashtable_t1853889766 * L_253 = __this->get_keymap_38(); int32_t L_254 = ((int32_t)((int32_t)210)); RuntimeObject * L_255 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_254); ConsoleKeyInfo_t1802691652 L_256; memset(&L_256, 0, sizeof(L_256)); ConsoleKeyInfo__ctor_m535940175((&L_256), 0, ((int32_t)39), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_257 = L_256; RuntimeObject * L_258 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_257); NullCheck(L_253); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_253, L_255, L_258); Hashtable_t1853889766 * L_259 = __this->get_keymap_38(); int32_t L_260 = ((int32_t)((int32_t)214)); RuntimeObject * L_261 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_260); ConsoleKeyInfo_t1802691652 L_262; memset(&L_262, 0, sizeof(L_262)); ConsoleKeyInfo__ctor_m535940175((&L_262), ((int32_t)90), ((int32_t)90), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_263 = L_262; RuntimeObject * L_264 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_263); NullCheck(L_259); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_259, L_261, L_264); Hashtable_t1853889766 * L_265 = __this->get_keymap_38(); int32_t L_266 = ((int32_t)((int32_t)216)); RuntimeObject * L_267 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_266); ConsoleKeyInfo_t1802691652 L_268; memset(&L_268, 0, sizeof(L_268)); ConsoleKeyInfo__ctor_m535940175((&L_268), 0, ((int32_t)122), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_269 = L_268; RuntimeObject * L_270 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_269); NullCheck(L_265); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_265, L_267, L_270); Hashtable_t1853889766 * L_271 = __this->get_keymap_38(); int32_t L_272 = ((int32_t)((int32_t)217)); RuntimeObject * L_273 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_272); ConsoleKeyInfo_t1802691652 L_274; memset(&L_274, 0, sizeof(L_274)); ConsoleKeyInfo__ctor_m535940175((&L_274), 0, ((int32_t)123), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_275 = L_274; RuntimeObject * L_276 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_275); NullCheck(L_271); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_271, L_273, L_276); Hashtable_t1853889766 * L_277 = __this->get_keymap_38(); int32_t L_278 = ((int32_t)((int32_t)218)); RuntimeObject * L_279 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_278); ConsoleKeyInfo_t1802691652 L_280; memset(&L_280, 0, sizeof(L_280)); ConsoleKeyInfo__ctor_m535940175((&L_280), 0, ((int32_t)124), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_281 = L_280; RuntimeObject * L_282 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_281); NullCheck(L_277); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_277, L_279, L_282); Hashtable_t1853889766 * L_283 = __this->get_keymap_38(); int32_t L_284 = ((int32_t)((int32_t)219)); RuntimeObject * L_285 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_284); ConsoleKeyInfo_t1802691652 L_286; memset(&L_286, 0, sizeof(L_286)); ConsoleKeyInfo__ctor_m535940175((&L_286), 0, ((int32_t)125), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_287 = L_286; RuntimeObject * L_288 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_287); NullCheck(L_283); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_283, L_285, L_288); Hashtable_t1853889766 * L_289 = __this->get_keymap_38(); int32_t L_290 = ((int32_t)((int32_t)220)); RuntimeObject * L_291 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_290); ConsoleKeyInfo_t1802691652 L_292; memset(&L_292, 0, sizeof(L_292)); ConsoleKeyInfo__ctor_m535940175((&L_292), 0, ((int32_t)126), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_293 = L_292; RuntimeObject * L_294 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_293); NullCheck(L_289); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_289, L_291, L_294); Hashtable_t1853889766 * L_295 = __this->get_keymap_38(); int32_t L_296 = ((int32_t)((int32_t)221)); RuntimeObject * L_297 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_296); ConsoleKeyInfo_t1802691652 L_298; memset(&L_298, 0, sizeof(L_298)); ConsoleKeyInfo__ctor_m535940175((&L_298), 0, ((int32_t)127), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_299 = L_298; RuntimeObject * L_300 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_299); NullCheck(L_295); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_295, L_297, L_300); Hashtable_t1853889766 * L_301 = __this->get_keymap_38(); int32_t L_302 = ((int32_t)((int32_t)222)); RuntimeObject * L_303 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_302); ConsoleKeyInfo_t1802691652 L_304; memset(&L_304, 0, sizeof(L_304)); ConsoleKeyInfo__ctor_m535940175((&L_304), 0, ((int32_t)128), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_305 = L_304; RuntimeObject * L_306 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_305); NullCheck(L_301); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_301, L_303, L_306); Hashtable_t1853889766 * L_307 = __this->get_keymap_38(); int32_t L_308 = ((int32_t)((int32_t)223)); RuntimeObject * L_309 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_308); ConsoleKeyInfo_t1802691652 L_310; memset(&L_310, 0, sizeof(L_310)); ConsoleKeyInfo__ctor_m535940175((&L_310), 0, ((int32_t)129), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_311 = L_310; RuntimeObject * L_312 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_311); NullCheck(L_307); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_307, L_309, L_312); Hashtable_t1853889766 * L_313 = __this->get_keymap_38(); int32_t L_314 = ((int32_t)((int32_t)224)); RuntimeObject * L_315 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_314); ConsoleKeyInfo_t1802691652 L_316; memset(&L_316, 0, sizeof(L_316)); ConsoleKeyInfo__ctor_m535940175((&L_316), 0, ((int32_t)130), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_317 = L_316; RuntimeObject * L_318 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_317); NullCheck(L_313); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_313, L_315, L_318); Hashtable_t1853889766 * L_319 = __this->get_keymap_38(); int32_t L_320 = ((int32_t)((int32_t)225)); RuntimeObject * L_321 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_320); ConsoleKeyInfo_t1802691652 L_322; memset(&L_322, 0, sizeof(L_322)); ConsoleKeyInfo__ctor_m535940175((&L_322), 0, ((int32_t)131), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_323 = L_322; RuntimeObject * L_324 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_323); NullCheck(L_319); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_319, L_321, L_324); Hashtable_t1853889766 * L_325 = __this->get_keymap_38(); int32_t L_326 = ((int32_t)((int32_t)226)); RuntimeObject * L_327 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_326); ConsoleKeyInfo_t1802691652 L_328; memset(&L_328, 0, sizeof(L_328)); ConsoleKeyInfo__ctor_m535940175((&L_328), 0, ((int32_t)132), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_329 = L_328; RuntimeObject * L_330 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_329); NullCheck(L_325); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_325, L_327, L_330); Hashtable_t1853889766 * L_331 = __this->get_keymap_38(); int32_t L_332 = ((int32_t)((int32_t)227)); RuntimeObject * L_333 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_332); ConsoleKeyInfo_t1802691652 L_334; memset(&L_334, 0, sizeof(L_334)); ConsoleKeyInfo__ctor_m535940175((&L_334), 0, ((int32_t)133), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_335 = L_334; RuntimeObject * L_336 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_335); NullCheck(L_331); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_331, L_333, L_336); Hashtable_t1853889766 * L_337 = __this->get_keymap_38(); int32_t L_338 = ((int32_t)((int32_t)228)); RuntimeObject * L_339 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_338); ConsoleKeyInfo_t1802691652 L_340; memset(&L_340, 0, sizeof(L_340)); ConsoleKeyInfo__ctor_m535940175((&L_340), 0, ((int32_t)134), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_341 = L_340; RuntimeObject * L_342 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_341); NullCheck(L_337); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_337, L_339, L_342); Hashtable_t1853889766 * L_343 = __this->get_keymap_38(); int32_t L_344 = ((int32_t)((int32_t)229)); RuntimeObject * L_345 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_344); ConsoleKeyInfo_t1802691652 L_346; memset(&L_346, 0, sizeof(L_346)); ConsoleKeyInfo__ctor_m535940175((&L_346), 0, ((int32_t)135), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_347 = L_346; RuntimeObject * L_348 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_347); NullCheck(L_343); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_343, L_345, L_348); Hashtable_t1853889766 * L_349 = __this->get_keymap_38(); int32_t L_350 = ((int32_t)((int32_t)59)); RuntimeObject * L_351 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_350); ConsoleKeyInfo_t1802691652 L_352; memset(&L_352, 0, sizeof(L_352)); ConsoleKeyInfo__ctor_m535940175((&L_352), 0, ((int32_t)46), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_353 = L_352; RuntimeObject * L_354 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_353); NullCheck(L_349); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_349, L_351, L_354); Hashtable_t1853889766 * L_355 = __this->get_keymap_38(); int32_t L_356 = ((int32_t)((int32_t)77)); RuntimeObject * L_357 = Box(TermInfoStrings_t290279955_il2cpp_TypeInfo_var, &L_356); ConsoleKeyInfo_t1802691652 L_358; memset(&L_358, 0, sizeof(L_358)); ConsoleKeyInfo__ctor_m535940175((&L_358), 0, ((int32_t)45), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); ConsoleKeyInfo_t1802691652 L_359 = L_358; RuntimeObject * L_360 = Box(ConsoleKeyInfo_t1802691652_il2cpp_TypeInfo_var, &L_359); NullCheck(L_355); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_355, L_357, L_360); return; } } // System.Void System.TermInfoDriver::InitKeys() extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m28677339 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TermInfoDriver_InitKeys_m28677339_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TermInfoStringsU5BU5D_t4121115714* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = __this->get_initKeys_27(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { TermInfoDriver_CreateKeyMap_m3835196745(__this, /*hidden argument*/NULL); ByteMatcher_t2129355737 * L_1 = (ByteMatcher_t2129355737 *)il2cpp_codegen_object_new(ByteMatcher_t2129355737_il2cpp_TypeInfo_var); ByteMatcher__ctor_m2042716655(L_1, /*hidden argument*/NULL); __this->set_rootmap_39(L_1); IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var); TermInfoStringsU5BU5D_t4121115714* L_2 = ((TermInfoDriver_t2335718621_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))->get_UsedKeys_46(); V_1 = L_2; V_2 = 0; goto IL_0039; } IL_002a: { TermInfoStringsU5BU5D_t4121115714* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; int32_t L_7 = V_0; TermInfoDriver_AddStringMapping_m1259028031(__this, L_7, /*hidden argument*/NULL); int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0039: { int32_t L_9 = V_2; TermInfoStringsU5BU5D_t4121115714* 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_002a; } } { ByteMatcher_t2129355737 * L_11 = __this->get_rootmap_39(); ByteU5BU5D_t4116647657* L_12 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); ByteU5BU5D_t4116647657* L_13 = __this->get_control_characters_43(); NullCheck(L_13); int32_t L_14 = 2; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (uint8_t)L_15); NullCheck(L_11); ByteMatcher_AddMapping_m3174457484(L_11, ((int32_t)55), L_12, /*hidden argument*/NULL); ByteMatcher_t2129355737 * L_16 = __this->get_rootmap_39(); NullCheck(L_16); ByteMatcher_Sort_m2133661453(L_16, /*hidden argument*/NULL); __this->set_initKeys_27((bool)1); return; } } // System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_m1259028031 (TermInfoDriver_t2335718621 * __this, int32_t ___s0, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; { TermInfoReader_t3116894478 * L_0 = __this->get_reader_3(); int32_t L_1 = ___s0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = TermInfoReader_GetStringBytes_m289748583(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; if (L_3) { goto IL_0014; } } { return; } IL_0014: { ByteMatcher_t2129355737 * L_4 = __this->get_rootmap_39(); int32_t L_5 = ___s0; ByteU5BU5D_t4116647657* L_6 = V_0; NullCheck(L_4); ByteMatcher_AddMapping_m3174457484(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif